/**###########################################
#START


--------#####--------
Template Name: Sure Stay
Template URI: 
Description: This is HTML5 template
Author: Md Ridoy Khan
Author URI: https://github.com/mdridoykhan138
Support: ridoykhan.cse.web@gmail.com
Version: 1.0.0
--------#####--------

===========================
CSS INDEX
===========================

1) home
    1.1) others css area here
    1.2) header area here
    1.3) hero section area here
    1.4) booknow area here
    1.5) about us area here
    1.6) facility area here
    1.7) google map area here
    1.8) footer area here

2) rooms and suites
    2.1) inner banner area here
    2.2) rooms area here

3) restaurant
    3.1) restaurant area here

4) meeting-and-event
    4.1) meeting and event area here

5) offer
    5.1) offer area here

6) gallery
    6.1) gallery area here

7) contact-us
    7.1) contact us area here
    7.2) google map area here

8) book-form
    8.1) book form area here


#theEND
###########################################**/

/*########################
1) home ---------------[########################]
########################*/


/*===========================
1.1) others css area here
===========================*/
.container {
    max-width: 1440px;
    width: 100%;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.col-md-12 {
    min-height: auto;
}
/*---------------------------
1.1) others css area ends here
---------------------------*/


/*===========================
1.2) header area here
===========================*/
/* .header {
    top: 0;
}
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding: 0px 0;
    background: #dab074;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 999;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header .navbar {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 28px;
    margin: 0px 120px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.sticky .navbar {
    border-bottom: none;
}
.header .navbar::after,
.header .navbar::before {
    display: none;
}
.header .desktop_menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.header .desktop_menu ul li a {
    font-size: 16px !important;
    line-height: 24px;
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.sticky .desktop_menu ul li a:hover {
    color: #211f20 !important;
}
.header .desktop_menu ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: -110%;
    bottom: 0px;
    background-color: #b9a256;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header .desktop_menu ul li a:hover::after {
    left: 0%;
}
.sticky .desktop_menu ul li a:hover::after {
    background-color: #211f20;
}
.header .navbar .menu-icon {
     color: #e5e1da;
    position: inherit;
    display: none;
}
.company_logo .logo {
    position: absolute;
    top: 100px;
    left: 50%;
    margin: 0px !important;
    z-index: 1111;
    transform: translate(-40px, 0px);
    -webkit-transform: translate(-40px, 0px);
    -moz-transform: translate(-40px, 0px);
    -ms-transform: translate(-40px, 0px);
    -o-transform: translate(-40px, 0px);
}
.company_logo .logo a {
    display: inline-block;
}
.company_logo .logo a img {
    width: 80px;
}
.header .navbar .social {
    position: inherit;
}
.header .navbar .social ul {
    display: flex !important;
    gap: 14px;
    padding: 0px !important;
}
.header .navbar .social ul li {
    padding: 0px !important;
}
.header .navbar .social ul li a {
    font-size: 16px !important;
}
.header.sticky .navbar .social ul li a:hover {
    color: #211f20 !important;
}
.header.sticky .navbar .social ul li a:hover i {
    color: #211f20 !important;
}
.header .navbar .social ul li a i {
    padding: 0px;
}
.header .navbar .social ul li a:hover i {
    color: var(--primary) !important;
}

.header .nav ul {
    padding-top: 0px !important;
    display: flex !important;
    flex-direction: column;
}
.header .nav ul li {
    padding: 0px !important;
    line-height: 100%;
    margin: 10px 0px !important;
}
.header .nav ul li a {
    padding: 0px;
    line-height: 120%;
}
.header .nav ul li a:active {
    color: var(--primary);
}
.header .nav .lite-text {
    display: none;
} */

.header {}
.header .header_body {
    width: 100%;
    height: auto;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header_body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: var(--darkBg);
}
.header_body .header_wrap {
}
.header .header_body .header_wrap {}
.header .header_body .header_wrap .container-fluid {
    margin: 0px 110px;
}
.header_body .header_inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px;
}
.header_body .header_menu {}
.header_body .open_menu {
    color: var(--main_white);
    cursor: pointer;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.header_body .open_menu:hover {
    color: var(--secLight);
}
.header_body .open_menu span {}
.header_body .open_menu span.open_text {}
.header_body .open_menu span i {
    display: inline-block;
    transition: transform 0.3s ease;
}
.header_body .open_menu:hover span i {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
}
.header_body .header_logo {}
.header_body .header_logo_initial {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 1;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.header_body.fixed .header_logo_initial {
    display: none;
}
.header_logo .header_logo_initial img {
    max-width: 150px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.header_logo .header_logo_initial:hover img {
    transform: translateY(-5px);
}
.header_body .header_logo_sticky {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.header_body.fixed .header_logo_sticky {
    display: inline-block;
}
.header_logo .header_logo_sticky img {
    max-width: 150px;
    display: inline-block;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}
.header_logo .header_logo_sticky:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.header_body .header_left_menu {}
.header_body .header_left_menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header_body .header_left_menu ul li {}
.header_body .header_left_menu ul li a {
    color: var(--main_white);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 100%;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
.header_body .header_left_menu ul li a:hover {
    color: var(--secLight);
}
.header_body .header_left_menu ul li a:hover {}
.header_body .header_left_menu ul li a span {
    margin-right: 8px;
}
.header_body .header_left_menu ul li a span i {
    display: inline-block;
    transition: transform 0.3s ease;
}
.header_body .header_left_menu ul li a:hover span i {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
}
/* header overlay area here */
.header_overlay {
    width: 100%;
    background: rgba(200, 200, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22222;
    display: none;
    background: url("../../images/gallery-photos/follow-us5.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.header_overlay .header_overlay_wrap {
    background: rgba(0, 0, 0, 0.8);
}
.header_overlay .header_overlay_inner {
    position: relative;
    z-index: 0;
}
.header_overlay .header_overlay_inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--darkBg);
    left: -100%;
    top: 0;
    z-index: -1;
}
.header_overlay .header_overlay_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    height: 100vh;
}
.header_overlay .header_overlay_item {}
.header_overlay .hoi_first {
    background: var(--darkBg);
    box-shadow: 40px 0px 40px 0px rgba(35, 35, 33, 0.8);
    padding: 0px 20px 0px 0px;
}
.header_overlay .hoi_first .close_menu {
    margin: 60px 0px 0px 0px;
    color: var(--fonts);
    cursor: pointer;
    display: inline-block;
    font-size: 40px;
    line-height: 100%;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.header_overlay .hoi_first .close_menu:hover {
    color: var(--secondary);
}
.header_overlay .hoi_first .close_menu span {
    display: inline-block;
}
.header_overlay .hoi_first .close_menu span i {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-right: 6px;
}
.header_overlay .hoi_first .close_menu:hover span i {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
}
.header_overlay .hoi_first ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: none;
    height: 100%;
    margin-top: 101px;
}
.header_overlay .hoi_first ul li {}
.header_overlay .hoi_first ul li:not(:last-child) {
    margin-bottom: 24px;
}
.header_overlay .hoi_first ul li a {
    color: var(--fonts);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin: 0;
    border: none;
    border-radius: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_overlay .hoi_first ul li a:hover {
    background: transparent;
    color: var(--secLight);
    font-weight: 700;
}
.header_overlay .hoi_first ul li a.active {
    color: var(--secLight);
    font-weight: 700;
}
.header_overlay .hoi_first ul li a:focus {
    border: none;
    outline: none;
    background: transparent;
}
.header_overlay .hoi_first ul li a span {
    color: var(--secLight);
    margin: 0px 0px 8px 0px;
}
.header_overlay .hoi_first ul li a span i {
    font-size: 26px;
}
 .header_overlay .hoi_first ul li a span i {
    display: inline-block;
    transition: transform 0.4s ease;
}
.header_overlay .hoi_first ul li a.active span i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.header_overlay .hoi_second {}
.header_overlay .hoi_second .hoi_second_logo {
    text-align: center;
    margin-top: 60px;
}
.header_overlay .hoi_second .hoi_second_logo a {
    display: inline-block;
}
.header_overlay .hoi_second .hoi_second_logo a img {
    max-width: 120px;
    display: inline-block;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}
.header_overlay .hoi_second .hoi_second_logo a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.header_overlay .hoi_second .content {
    padding: 0px 60px;
}
.header_overlay .hoi_second .content .title {
    color: var(--secLight);
    font-size: 30px;
    line-height: 40px;
    margin: 50px 0px 30px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
.header_overlay .hoi_second .content ul {
    display: flex;
    flex-direction: column;
}
.header_overlay .hoi_second .content ul li {
    line-height: 100%;
}
.header_overlay .hoi_second .content ul li:not(:last-child) {
    margin-bottom: 0;
}
.header_overlay .hoi_second .content ul li:not(:last-child) a {
    border-bottom: 2px solid var(--fonts);
}
.header_overlay .hoi_second .content ul li a {
    color: var(--fonts);
    display: block;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 14px 0px 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    border: none;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.header_overlay .hoi_second .content ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 253, 251, 0.08);
    z-index: -1;
    transition: width 0.3s ease;
}
.header_overlay .hoi_second .content ul li a:hover {
    color: var(--secLight);
    border-bottom: 2px solid var(--secLight);
    font-weight: 700;
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
}
.header_overlay .hoi_second .content ul li a:hover::before {
    width: 100%;
}
.header_overlay .hoi_second .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}
.header_overlay .hoi_second .tab-pane.active {
    display: block;
}
.header_overlay .hoi_second .tab-pane.fade.show {
    opacity: 1;
}
.header_overlay .hoi_third {
    text-align: end;
}
.header_overlay .hoit_content {
    margin: 186px 0px 0px 0px;
    text-align: end;
}
.header_overlay .hoit_content li {}
.header_overlay .hoit_content li:not(:last-child) {
    margin-bottom: 40px;
}
.header_overlay .hoit_content .hoit_title {
    color: var(--secLight);
    font-size: 40px;
    line-height: 100%;
    font-family: 'manush';
    font-weight: 400;
    margin-bottom: 8px;
}
.header_overlay .hoit_content .hoit_address {
    color: var(--fonts);
    font-size: 20px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin: 0;
}
.header_overlay .hoit_content .hoit_call {
    color: var(--fonts);
    display: inline-block;
    font-size: 20px;
    line-height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border-bottom: 1px solid var(--fonts);
}
.header_overlay .hoit_content .hoit_call:hover {
    color: var(--secLight);
    border-bottom: 1px solid var(--secLight);
}
.header_overlay .hoit_content .hoit_wpcall {
    color: var(--fonts);
    margin: 0;
    font-size: 20px;
    line-height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.header_overlay .hoit_content .hoit_wpcall a {
    color: var(--fonts);
    border-bottom: 1px solid var(--fonts);
    display: inline-block;
}
.header_overlay .hoit_content .hoit_wpcall a:hover {
    color: var(--secLight);
    border-bottom: 1px solid var(--secLight);
}
.header_overlay .hoit_content .hoit_email {
    color: var(--fonts);
    display: inline-block;
    font-size: 20px;
    line-height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border-bottom: 1px solid var(--fonts);
}
.header_overlay .hoit_content .hoit_email:hover {
    color: var(--secLight);
    border-bottom: 1px solid var(--secLight);
}
.header_sticky_logo {
    display: none;
    width: 140px;
    height: auto;
    position: fixed;
    z-index: 11111;
    padding: 14px;
    background: var(--main_white);
    right: 0px;
    top: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.header_sticky_logo .thumb {}
.header_sticky_logo img {}
/*---------------------------
1.2) header area ends here
---------------------------*/


/*===========================
1.3) hero section area here
===========================*/
.hero-section {
    overflow: hidden;
}
.hero-section .carousel-control-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    left: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.hero-section .carousel-control-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    right: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.hero-section .slide-text {
    padding: 0;
}
.hero-section .slide-text .title1 {
    margin-bottom: 20px;
}
.hero-section .slide-text .title2 {
    padding: 0px !important;
    margin-bottom: 20px;
}
.hero-section .slide-text .title3 {
    margin-bottom: 30px;
}
.hero-section .slide-text .sub-title {
    margin: 0px;
}
/*---------------------------
1.3) hero section area ends here
---------------------------*/


/*===========================
1.4) booknow area here
===========================*/
.booknow {
    position: relative;
    margin-top: -70px;
    z-index: 1;
}
.booknow .row {
    margin: 0px;
}
.booknow #bookNow {
    position: inherit;
    min-height: auto;
    margin: 0;
    border: none;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    border-radius: 10px;
}
.booknow .checkin_form_container {
    padding: 30px 20px;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr) !important;
}
.booknow .checkin_form_box {
    padding: 0;
}
.booknow .checkin_form_box .input-group input {
    background: var(--white);
}
.booknow .checkin_form_box button {
    padding: 0 20px;
    min-height: 73px;
}
.booknow .checkin_form_box button h2 {
    margin-top: 6px;
}
/*---------------------------
1.4) booknow area ends here
---------------------------*/


/*===========================
1.5) about us area here
===========================*/
.about-us {
    margin: 0px !important;
    padding: 80px 0px 60px;
}
.about-us .row {
    margin: 0;
}
.about-us .about-us-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.about-us .about-us-content h2 {
    text-transform: uppercase;
    font-size: 70px;
    margin-top: -15px;
    letter-spacing: 10px;
}
.about-us .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}
.about-us .content .heading h3 {
    padding: 0;
    line-height: 120%;
    font-size: 44px;
}
.about-us .content .description p {
    margin: 0;
    width: 100%;
}
.about-us .thumb div {
    height: 450px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.about-us .thumb div img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
}
.about-us .thumb div:hover img {
    transform: translateY(calc(100% - 450px));
    -webkit-transform: translateY(calc(100% - 450px));
    -moz-transform: translateY(calc(100% - 450px));
    -ms-transform: translateY(calc(100% - 450px));
    -o-transform: translateY(calc(100% - 450px));
}
.about-us .thumb img:hover {
    margin-top: inherit;
    cursor: inherit;
}
.about_sec {
    background: var(--main_white);
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}
.about_sec .about_inner .heading {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.about_sec .about_inner .heading h2 {
    padding-bottom: 20px;
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
}
.about_sec .about_inner .heading p {
    color: var(--primary);
    font-size: 24px;
    line-height: 34px;
    text-align: justify;
    font-weight: 400;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
}
.about_sec .about_inner .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 50px 0px 0px;
}
.about_sec .about_inner .card {
    background: #fffdfb;
    border: 2px solid rgba(131, 116, 83, 0.15);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 4px 20px rgba(131, 116, 83, 0.08);
    border-left: 2px solid var(--subsecondary);
    border-bottom: 2px solid var(--subsecondary);
    box-shadow: 0 4px 12px rgba(131, 116, 83, 0.12),
            0 8px 20px rgba(131, 116, 83, 0.18);
}
.about_sec .about_inner .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-size: 300% 300%;
}
.about_sec .about_inner .card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 20px 40px rgba(131, 116, 83, 0.15); */
    /* border-color: rgba(131, 116, 83, 0.3); */
}
.about_sec .about_inner .card:hover .card-description {
    /* color: #837453; */
    transition: color 0.3s ease;
}
.about_sec .about_inner .card-header {
    background: linear-gradient(135deg, rgba(131, 116, 83, 0.04) 0%, rgba(131, 116, 83, 0.08) 100%);
    padding: 0;
    height: 100px;
    border-bottom: 1px solid rgba(131, 116, 83, 0.1);
    display: flex;
    align-items: center;
    position: relative;
}
.about_sec .about_inner .card-icon {
    font-size: 40px;
    color: var(--subsecondary);
    border-right: 2px solid rgba(131, 116, 83, 0.2);
    width: 100px;
    height: 100px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.about_sec .about_inner .card-title {
    color: var(--primary);
    font-size: 26px;
    line-height: 38px;
    font-family: 'manush';
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about_sec .about_inner .card-body {
    padding: 25px 20px;
    background: #fffdfb;
    text-align: center;
}
 .about_sec .about_inner .card-description {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary);
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
.about_sec .about_inner .additional-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.about_sec .about_inner .service-item {
    background: #fffdfb;
    border: 2px solid rgba(131, 116, 83, 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 12px rgba(131, 116, 83, 0.06);
    display: flex;
    align-items: stretch;
    padding: 0;
    border-left: 2px solid var(--secondary);
}
.about_sec .about_inner  .service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(131, 116, 83, 0.08), transparent);
    transition: left 0.5s;
}
.about_sec .about_inner .service-item:hover::before {
    left: 100%;
}
.about_sec .about_inner .service-item:hover {
    background: #fffdfb;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(131, 116, 83, 0.12);
    border-color: rgba(131, 116, 83, 0.15);
}
.about_sec .about_inner .service-item:hover:hover .service-text {
    color: var(--secondary);
    transition: color 0.3s ease;
}
.about_sec .about_inner .service-icon {
    font-size: 20px;
    color: #837453;
    background: rgba(131, 116, 83, 0.06);
    border-right: 1px solid rgba(131, 116, 83, 0.15);
    width: 55px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.about_sec .about_inner .service-text {
    font-size: 14px;
    letter-spacing: -0.01em;
    color: var(--primary);
    font-family: 'Lora', serif;
    font-weight: 400;
    padding: 14px 15px;
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 24px;
}
/*---------------------------
1.5) about us area ends here
---------------------------*/
.add_services_sec {
    padding: 80px 0px;
    background: var(--primary);
    position: relative;
    overflow: hidden;
}
.add_services_sec .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.add_services_sec .add_services_wrap {
    position: relative;
}
.add_services_sec .add_services_inner .services_header {
    text-align: center;
    margin-bottom: 60px;
}
.add_services_sec .add_services_inner .services_header h2 {
    color: #C5A880;
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.add_services_sec .add_services_inner .services_header p {
    color: var(--fonts);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    font-family: 'manush';
}
.add_services_sec .add_services_inner .services_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.add_services_sec .add_services_inner .service_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    transition: all 0.3s ease;
    border-radius: 6px;
    border: 1px solid #C5A880;
}
.add_services_sec .add_services_inner .service_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}
.add_services_sec .add_services_inner .service_icon {
    font-size: 40px;
    color: #C5A880;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.add_services_sec .add_services_inner .service_item:hover .service_icon {
    transform: scale(1.1);
    color: #f0f0f0;
}
.add_services_sec .add_services_inner .service_name {
    color: var(--fonts);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    font-family: "Oswald", sans-serif;
}
/*===========================
1.6) facility area here
===========================*/
.facility {
    padding: 60px 0px;
}
.facility .row {
    margin: 0px;
}
.facility .facility-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.facility .facility-item {
    background: var(--white);
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
}
.facility-item .hover14 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.facility-item .hover14:hover:after {
    width: inherit;
}
.facility-item:hover .hover14::after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.facility-item .text {
    padding: 30px 20px 60px;
    position: relative;
    z-index: 0;
}
.facility-item .text h3 {
    font-size: 20px;
    line-height: 26px;
}
.facility-item .text h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.facility-item .text h3 a:hover {
    color: var(--primary);
}
.facility-item .text p {
    min-height: auto;
    margin: 0;
    padding: 10px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.facility-item .text .links {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.facility-item .text .links .link {
    position: inherit;
    float: inherit;
    display: block;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
}
.facility .see-more-wrapper {
    text-align: center;
}
.facility .see-more-wrapper button {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    color: var(--white);
    background-color: var(--primary);
    border: none;
    cursor: pointer;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}
.facility .see-more-wrapper button:hover {
    background-color: #7c6955;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}
/*---------------------------
1.6) facility area ends here
---------------------------*/


/*===========================
1.7) google map area here
===========================*/
.google-map-section {
    overflow: hidden;
}
.google-map-section .row {
    margin: 0px;
}
.google-map-section .row > div {
    padding: 0px;
}
.google-map-section .mapouter .gmap_canvas {
    height: 400px;
}
.google-map-section .mapouter .gmap_canvas iframe {
    height: 400px;
}
.google-map-section .mapouter .gmap_canvas a {
    display: none;
}
.google-map-section .row > :last-child {
    height: 400px;
    display: flex;
    align-items: center;
    padding: 0px 15px 0px 30px;
}
.google-map-section .text-holder {
    width: 100%;
    padding: 0;
    margin: 0;
}
.google-map-section .text-holder h3 {
    width: 239px;
    padding-bottom: 24px;
}
.google-map-section .text-holder h4 {
    margin-bottom: 4px;
}
.google-map-section .text-holder p.addrerss {
    margin-bottom: 16px;
}
.google-map-section .text-holder ul {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}
.google-map-section .text-holder ul li {
    padding: 0;
}
.google-map-section .text-holder ul li a {
    display: inline-block;
}
.google-map-section .text-holder ul li i {
    font-size: 20px;
}
.google-map-section .text-holder ul li i.fa.fa-facebook:hover {
    color: #b9a256;
}

/* ----------New Css----------------- */

.location_sec {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 80px 0px 80px;
    background: var(--main_white);
}

.location_inner {
    margin-bottom: 20px;
}
.location_sec .conatiner {
    max-width: 1300px;
    width: 100%;
}

.location_sec .location_inner .find-us-heading {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    color: #837453;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.location_sec .location_inner .find-us-heading::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #837453, #a6926b);
    border-radius: 2px;
}

.location_sec .location_inner .find-us-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(131, 116, 83, 0.15);
    border: 2px solid rgba(131, 116, 83, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    margin: 0 auto;
    padding: 40px 20px;
    /* max-width: 1300px; */
    border-left: 5px solid var(--secondary);
    border-bottom: 5px solid var(--secondary);

}
.location_sec .location_inner .find-us-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(131, 116, 83, 0.03), transparent);
    transition: left 1s ease;
    z-index: 1;
}
.location_sec .location_inner .find-us-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 2;
}
.location_sec .location_inner .find-us-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.location_sec .location_inner .content-title {
    font-family: 'Cormorant Garamond', serif;
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
}

.location_sec .location_inner h2 {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
    margin: 0px;
}

.location_sec .location_inner .contact-info {
    list-style: none;
    padding: 0;
}


.location_sec .location_inner .contact-info .icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location_sec .location_inner .map-container {
    position: relative;
    border-left: 3px solid rgba(131, 116, 83, 0.2);
}
.location_sec .location_inner .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.location_sec .location_inner .map-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #837453;
    font-size: 1.1rem;
    border-left: 3px solid #837453;
}
.location_sec .location_inner .heading {
    max-width: 100%;
    margin: 0px auto 40px;
}
/* .location_sec .location_inner .heading h4 {
    color: var(--secondary);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-transform: uppercase;
} */
.location_sec .location_inner .heading h4 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.location_sec .location_inner .location_button {
    margin-top: 26px;
}

.location_sec .location_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
}
.location_sec .location_inner .locations-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(131, 116, 83, 0.06);
}
.location_sec .location_inner .table-header {
    background: linear-gradient(135deg, rgba(131, 116, 83, 0.08), rgba(131, 116, 83, 0.12));
}
.location_sec .location_inner .table-header th {
    padding: 10px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(131, 116, 83, 0.1);
    color: var(--primary);
    font-family: "Oswald", sans-serif;
}
.location_sec .location_inner .table-header th:nth-child(2),
.location_sec .location_inner .table-header th:nth-child(3) {
    text-align: center;
}
.location_sec .location_inner .table-header th:first-child {
    border-top-left-radius: 15px;
}
.location_sec .location_inner .table-header th:last-child {
    border-top-right-radius: 15px;
}
.location_sec .location_inner .locations-table tbody tr {
    background: #fffdfb;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(131, 116, 83, 0.05);
}
.location_sec .location_inner .locations-table tbody tr:last-child {
    border-bottom: none;
}
.location_sec .location_inner .locations-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.location_sec .location_inner .locations-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
.location_sec .location_inner .locations-table td {
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.location_sec .location_inner .locations-table td:nth-child(2),
.location_sec .location_inner .locations-table td:nth-child(3) {
    text-align: center;
}
.location_sec .location_inner .location-name {
    color: #2d2d2d;
    font-weight: 600;
}
.location_sec .location_inner .distance {
    color: #837453;
    font-weight: 600;
}
.location_sec .location_inner .travel-time {
    color: #666;
    font-weight: 500;
}

/* Location Ends Here */

/*---------------------------
1.7) google map area ends here
---------------------------*/



/*===========================
1.8) footer area here
===========================*/
.footer {
    padding: 0;
}
.footer .row {
    margin: 0;
}
.footer .footer-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 40px;
}
.footer .footer-items .footer-address h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0px 20px 0px;
}
.footer .footer-items .footer-address p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.footer .footer-items .footer-menu ul {
    display: block;
    margin-left: 30px;
}
.footer .footer-items .footer-menu ul li {
    width: 100%;
    text-align: start;
}
.footer .footer-items .footer-menu ul li:first-child a {
    padding-top: 0px;
}
.footer .footer-items .footer-menu ul li a {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    width: auto;
}
.footer .footer-bottom {
    margin: 30px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer .footer-bottom .copyright {
    padding: 0px;
}
.footer .footer-bottom .copyright p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
}
.footer .footer-bottom .siteby {
    padding: 0px;
}
.footer .footer-bottom .siteby p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
}
/*---------------------------
1.8) footer area ends here
---------------------------*/


/*########################
2) rooms and suites ---------------[########################]
########################*/

/*===========================
2.1) inner banner area here
===========================*/
.inner-banner {
    position: relative;
    height: 350px;
    overflow: hidden;
}
.inner-banner .awe-overlay-intro {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.inner-banner .awe-overlay-intro .row {
    margin: 0px !important;
}
.inner-banner .awe-overlay-intro .content {
    display: block;
    width: 100%;
    text-align: start;
}
.inner-banner .awe-overlay-intro .content h1 {
    position: relative;
    display: inline-block;
    padding: 0px;
    text-align: start;
    color: var(--main_white);
    font-size: 40px;
    line-height: 100%;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    z-index: 0;
}
.inner-banner .awe-overlay-intro .content h1::after {
    left: calc(100% + 10px);
    top: 0;
    opacity: 0.3;
    z-index: -1;
}
.inner-banner .awe-overlay-intro .content h1::before {
    right: calc(100% + 10px);
    top: 0;
    opacity: 0.3;
    z-index: -1;
}
/*---------------------------
2.1) inner banner area ends here
---------------------------*/


/*===========================
2.2) rooms area here
===========================*/
.rooms {
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}
.rooms .row {
    margin: 0px !important;
}
.rooms .widget-rooms-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 0px;
}
.rooms form {
    /* box-shadow: 0px 2px 20px rgba(0,0,0,.1); */
}
.rooms form:nth-child(odd) {
    /* background: red; */
}
.rooms form:nth-child(even) {
    /* background: blue; */
}
.rooms .rooms-item {
    width: 100%;
    display: flex;
    gap: 60px;
}
.rooms form:nth-child(even) .rooms-item {
    flex-direction: row-reverse;
}
.rooms .item-photo {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 0;
}
.rooms .item-photo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary);
    z-index: -1;
    top: 40px;
    right: 40px;
}
.rooms form:nth-child(even) .item-photo::after {
    right: inherit;
    left: 40px;
}
.rooms .item-photo a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
/* .rooms .item-photo a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--secondary);
} */
.rooms .item-desc {
    /* padding: 20px !important; */
}
.rooms .item-desc h2 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.rooms .item-desc p {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
    margin: 0px;
}
.rooms .item_content {
    width: 100%;
}

.rooms .desc-features {
    margin: 20px 0px 30px;
}
.rooms .desc-features ul {
    width: 100%;
}
.rooms .desc-features ul li {
    border: none;
    color: var(--primary);
    font-size: 20px;
    line-height: 100%;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 8px 20px;
    background: var(--fonts);
    /* background: rgba(131, 116, 83, 0.2); */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.rooms .desc-features ul li:not(:last-child) {
    margin-bottom: 10px;
}
.rooms .desc-features ul li i {
    margin-right: 6px;
}


.rooms .item-price {
    width: 100% !important;
}
.rooms .price-inner {
    /* position: inherit !important;
    top: inherit !important;
    transform: inherit !important;
    padding: 0px !important; */
}

.rooms .price-inner ul {}
.rooms .price-inner ul li {}
.rooms .price-inner ul li button {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    color: var(--main_white);
    background: var(--secondary);
    border: none;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.rooms .price-inner ul li button:hover {
    color: var(--primary);
    background: rgba(131, 116, 83, 0.7);
}
/*---------------------------
2.2) rooms area ends here
---------------------------*/


/*########################
3) restaurant ---------------[########################]
########################*/

/*===========================
3.1) restaurant area here
===========================*/
.restaurant {
    padding: 80px 0px;
}
.restaurant .row {
    margin: 0px;
}
.restaurant .widget-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.restaurant .restaurant_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.restaurant .left .thumb {
    height: 100%;
}
.restaurant .left .thumb img {
    height: 100%;
    object-fit: cover;
}
.restaurant .right .content img {
    width: 200px;
    margin-bottom: 20px;
    border: 10px solid #b9a256;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.restaurant .right .content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
}
.restaurant .right .restaurant_social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.restaurant .right .restaurant_social li a {
    font-size: 20px;
    color: #b9a256;
}
.restaurant .right .restaurant_social li a .icon_itrm:hover {
    color: #b9a256;
}
/*---------------------------
3.1) restaurant area ends here
---------------------------*/


/*########################
4) meeting-and-event ---------------[########################]
########################*/
/*===========================
4.1) meeting and event area here
===========================*/
.meeting {
    padding: 80px 0px;
}
.meeting .row {
    margin: 0px;
}
.meeting .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.meeting .inner .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.meeting .inner .items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meeting .inner .items .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}
.meeting .inner .items .content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
}
/*---------------------------
4.1) meeting and event area ends here
---------------------------*/


/*########################
5) offer ---------------[########################]
########################*/
/*===========================
5.1) offer area here
===========================*/
.offer {
    padding: 80px 0px;
}
.offer .row {
    margin: 0px;
}
.offer .offer-div h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
}
.offer .offer-div img {
    width: auto;
    max-width: 600px;
    min-height: auto !important;
    margin: 0px !important;
    background: inherit !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 20px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* --------------------New Css--------------------- */


.offers_sec {
    padding: 80px 0px 80px;
    position: relative;
    background: var(--main_white);
    z-index: 0;
    overflow: hidden;
}
.offers_sec .offers_wrap {
    position: relative;
}
.offers_sec .offers_inner .offers_header {
    /* display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px; */
    max-width: 100%;
    margin: 0px auto 30px;
}
.offers_sec .offers_inner .offers_header h2 {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
    margin: 0px;
}
.offers_sec .offers_inner .offers_content {
    max-width: 100%;
}
.offers_sec .offers_inner .offers_title {
    color: var(--primary);
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}

.offerss_sec .offers_inner .offers_description {
    color: var(--primary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Lora', serif;
    margin-bottom: 25px;
}
.offers_sec .offers_inner .offers_carousel_container {
    position: relative;
    overflow: hidden;
}
.offers_sec .offers_inner .offers_carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 15px;
}
.offers_sec .offers_inner .offer_card {
    background: var(--main-white);
    border: 2px solid rgba(131, 116, 83, 0.15);
    border-radius: 20px;
    overflow: hidden;
    /* min-width: 280px;
    max-width: 300px; */
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 8px 30px rgba(131, 116, 83, 0.08);
    transition: all 0.4s ease;
    /* margin: 0 15px; */
}
.offers_sec .offers_inner .offer_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), #a08f6b, var(--secondary));
}
.offers_sec .offers_inner .offer_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(131, 116, 83, 0.15);
    border-color: rgba(131, 116, 83, 0.3);
}
.offers_sec .offers_inner .offer_card_header {
    background: linear-gradient(135deg, rgba(131, 116, 83, 0.08), rgba(131, 116, 83, 0.12));
    padding: 25px;
    text-align: center;
    border-bottom: 1px solid rgba(131, 116, 83, 0.1);
}
.offers_sec .offers_inner .package_label {
    background: var(--secondary);
    color: white;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* margin-bottom: 15px; */
    display: inline-block;
}
.offers_sec .offers_inner .offer_card_body {
    padding: 30px 25px;
    text-align: center;
}
.offers_sec .offers_inner .offer_highlights {
    font-size: 15px;
    line-height: 24px;
    color: var(--primary);
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
    height: 90px;
}
.offers_sec .offers_inner .validity_text {
    font-size: 13px;
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* .offers_sec .offers_inner .carousel_navigation {
    background: var(--main-white);
    border: 2px solid var(--secondary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
} */

/* .offers_sec .offers_inner .carousel_navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-white);
    border: 2px solid var(--secondary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
} */
.offers_sec .offers_inner .carousel_navigation:hover {
     background: var(--secondary);
    color: white;
    transform: scale(1.1);
}
/* .offers_sec .offers_inner .nav_prev {
    left: -25px;
}
.offers_sec .offers_inner .nav_next {
    right: -25px;
} */
.offers_sec .offers_inner .carousel_navigation i {
    font-size: 18px;
    color: var(--secondary);
    transition: color 0.3s ease;
}
.offers_sec .offer_inner .carousel_navigation:hover i {
    color: white;
}
.offers_sec .offers_inner .carousel_dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.offers_sec .offers_inner .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(131, 116, 83, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.offers_sec .offers_inner .dot.active {
    background: var(--secondary);
    transform: scale(1.2);
}
.offers_sec .offers_inner .dot:hover {
    background: var(--secondary);
    transform: scale(1.1);
}
.offers_sec .offers_inner .offers_button {
    margin-top: 26px;
}
.offers_sec .offers_inner .offers_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
}
.offers_sec .offers_inner .offers_button a:hover {
    color: var(--fonts);
}
.offers_sec .offers_inner .offers_header h4 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
/* .offers_sec .offers_inner .offers_header h4 {
    color: var(--secondary);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-transform: uppercase;
} */
/* .offers_sec .offers_inner .carousel_controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
} */
/* Custom Owl Carousel Styling */
.offers_sec .offers_inner .owl-carousel {
    margin-top: 0;
}
.offers_sec .offers_inner .owl-stage-outer {
    padding: 20px 0;
}
.offers_sec .offers_inner .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.offers_sec .offers_inner .owl-nav button {
    background: var(--main-white) !important;
    border: 2px solid var(--secondary) !important;
    color: var(--secondary) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    margin: 0 15px !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}
.offers_sec .offers_inner .owl-nav button:hover {
    background: var(--secondary) !important;
    color: white !important;
    transform: scale(1.1) !important;
}
.offers_sec .offers_inner .owl-nav button span {
    font-size: 18px !important;
}
.offers_sec .offers_inner .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.offers_sec .offers_inner .owl-dot {
    display: inline-block;
    margin: 0 5px;
}
.offers_sec .offers_inner .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(131, 116, 83, 0.3) !important;
    display: block !important;
    transition: all 0.3s ease !important;
}
.offers_sec .offers_inner .owl-dot.active span {
    background: var(--secondary) !important;
    transform: scale(1.2) !important;
}
.offers_sec .offers_inner .owl-dot:hover span {
    background: var(--secondary) !important;
    transform: scale(1.1) !important;
}
.offers_sec .offers_inner .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--secondary) !important;
    color: white !important;
}
/*---------------------------
5.1) offer area ends here
---------------------------*/


/*########################
6) gallery ---------------[########################]
########################*/
/*===========================
6.1) gallery area here
===========================*/
.gallery {
    padding: 80px 0px;
}
.gallery .row {
    margin: 0;
}
.gallery .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
}
.gallery .inner .left {
    margin: 0px;
}
.gallery .inner h4 {
    font-size: 30px;
    line-height: 40px;
    padding: 15px 20px;
    margin: 0px;
    text-transform: capitalize;
}
.gallery .inner ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.gallery .inner ul li {
    display: block;
    width: inherit;
    padding: 0px;
    line-height: 0px;
}
.gallery .inner ul li::after {
    display: none;
}
.gallery .inner ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.gallery .inner ul li a::after {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 0;
    background: rgba(0, 0, 0, 0.2) url(../images/camera.png) no-repeat center center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translate(5%, 0px);
    -webkit-transform: translate(5%, 0px);
    -moz-transform: translate(5%, 0px);
    -ms-transform: translate(5%, 0px);
    -o-transform: translate(5%, 0px);
}
.gallery .inner ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .inner .right {
    margin: 0px;
}
/*---------------------------
6.1) gallery area end here
---------------------------*/


/*########################
7) contact-us ---------------[########################]
########################*/
/*===========================
7.1) contact us area here
===========================*/
.contact_us {
    padding: 80px 0px;
}
.contact_us .row {
    margin: 0;
}
.contact_us .contact_wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}
.contact_wrap .contact_left {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.contact_left h2 {
    font-size: 30px !important;
    line-height: 40px;
    padding-bottom: 20px !important;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.contact_left p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
}
.contact_left .contact-form {
    margin: 30px 0px 0px 0px !important;
}
.contact_left .form_input_sub {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.contact_left .form-group {
    width: 100%;
    margin: 0px;
}
.contact_left .form-group label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    color: #000;
}
.contact_left .form-group input {
    margin: 0px;
}
.contact_left .submit-button {
    margin-top: 30px;
}
.contact_left .submit-button button {
    width: 100%;
    padding: 15px 20px !important;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: inherit;
    text-transform: capitalize;
    border: none;
}
.contact_left .submit-button button {
    width: 100%;
    padding: 15px 20px !important;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: inherit;
    text-transform: capitalize;
    border: none;
}
.contact_left .submit-button button:hover {
    border: none;
}
.contact_left .submit-button button:focus {
    outline: none;
}
.contact_wrap .contact_right {
    padding: 30px 20px;
    background: #fff;
    height: max-content;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.contact_right h2 {
    font-size: 30px !important;
    line-height: 40px;
    padding-bottom: 20px !important;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.contact_right .address {
    display: block;
}
.contact_right .address li:not(:last-child) {
    margin-bottom: 16px;
}
.contact_right .address li h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.contact_right .address li p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
}
.contact_right .social-links {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.contact_right .social-links li a {
    font-size: 24px;
    line-height: 30px;
    color: #b9a256;
}
.contact_right .social-links li a .icon:hover {
    color: #b9a256;
}
/*---------------------------
7.1) contact us area ends here
---------------------------*/


/*===========================
7.2) google map area here
===========================*/
.google_map {
    height: 400px;
}
.google_map iframe {
    height: 400px;
}
/*---------------------------
7.2) google map area ends here
---------------------------*/


/*########################
8) book-form ---------------[########################]
########################*/
/*===========================
8.1) book form area here
===========================*/
.book_form {
    padding: 80px 0px 0px;
    background: var(--main_white);
}
.book_form .row {
    margin: 0;
}
.book_inner .heading h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.book_inner .heading p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.book_inner form {
    margin-top: 50px;
}
.book_inner .book_group_sub {
    display: flex;
    gap: 20px;
}
.book_inner .form-group {
    margin: 0px;
    width: 100%;
}
.book_inner .form-group label {
    text-align: start;
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.book_inner .form-group input {
    margin: 0px;
}
.book_inner .form-group button {
    max-width: 200px;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
}
.toggle-panel-btn {
    width: 100px !important;
    top: 18% !important;
}
/*---------------------------
8.1) book form area ends here
---------------------------*/

/*===========================
8.2) book search area here
===========================*/
.book_search_data {}

/*---------------------------
8.2) book  search area ends here
---------------------------*/







/*########################
1) hero section ---------------[########################]
########################*/
/*===========================
1.1) hero section area here
===========================*/
.hero_sec {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.hero_sec .hero_wrap {
    display: grid;
    grid-template-columns: auto 300px;
}
.hero_sec .left {
    position: relative;
    z-index: 0;
}
.hero_sec .hero_thumb {}
.hero_sec .hero_thumb .bs-slider-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(26, 26, 26, 0.4));
    /* background: rgba(68, 69, 69, 0.5); */
    /* background: rgba(13, 13, 13, 0.6); */
}
.hero_sec .slide-text {
    position: absolute;
    max-width: 540px;
    width: 100%;
    bottom: 90px;
    right: 125px;
    left: inherit;
    top: inherit;
    padding: 0;
    margin: 0;
    text-align: end;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
}
.hero_sec .slide-text h1 {
    color: var(--main_white);
    font-size: 60px;
    line-height: 70px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.hero_sec .slide-text h1 span {
    color: var(--main_white);
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
    display: block;
    font-family: 'manush';
    text-transform: lowercase;
}
.hero_sec .slide-text p {
    color: #fff;
    text-align: start;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0px 30px 0px;
}
.hero_sec .right {
    background: var(--main_white);
    padding: 60px 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.hero_sidebar_wrap {
    position: relative;
    z-index: 0;
    text-align: center;
    height: 100%;
}
.hero_sidebar_logo {
    text-align: center;
    padding: 0px 0px 20px 0px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid var(--secLight); */
}
.hero_sidebar_logo a {
    display: inline-block;
}
.hero_sidebar_logo a img {
    max-width: 140px;
}
.sidebar_nav {
    padding-top: 30px;
    overflow: auto;
    scrollbar-width: thin; /* for Firefox */
    scrollbar-color: transparent transparent;
}
.sidebar_nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    width: 100%;
}
.sidebar_nav > ul > li {
    position: relative;
    z-index: 0;
    padding: 6px 0px;
}
.sidebar_nav > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--secLight);
}
.sidebar_nav > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--primary);
}
.sidebar_nav > ul > li > a:hover {
    /* color: var(--secondary); */
    color: #fff;
}
.sidebar_nav ul li a .icon {
    /* display: inline-block; */
    display: none;
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 0px;
    color: #e5e1da;
}
.sidebar_nav ul li a .icon:hover {
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}
.sidebar_nav ul li a .icon::before,
.sidebar_nav ul li a .icon::after {
  content: "";
  position: absolute;
  background: #e5e1da;
  /* background: var(--primary); */
}
.sidebar_nav ul li a .icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sidebar_nav ul li a .icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sidebar_nav li.open > a .icon::after {
  display: none;
}
.sidebar_nav .sub_menu li:has(.child_menu):hover > a .icon::after {
  display: none;
}
.sidebar_nav .sub_menu {
    padding-left: 34px;
    display: none;
    position: relative;
}
.sidebar_nav .sub_menu > li {
    padding: 6px 0px;
}
.sidebar_nav .sub_menu > li:not(:last-child) {
    border-bottom: 1px solid var(--secLight);
}
.sidebar_nav .sub_menu > li > a {
    color: var(--primary);
    font-size: 12px;
    line-height: 28px;
    font-family: 'Lora', serif;
    font-weight: 500;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.sidebar_nav .sub_menu > li > a:hover {
    color: var(--secondary);
}
.sidebar_nav .sub_menu .child_menu {
    display: none;
    padding-left: 30px;
}
.sidebar_nav .sub_menu .child_menu li {
    padding: 6px 0px;
}
.sidebar_nav .sub_menu .child_menu li:not(:last-child) {
    border-bottom: 1px solid var(--secLight);
}
.sidebar_nav .sub_menu .child_menu li a {
    color: var(--primary);
    font-size: 10px;
    line-height: 26px;
    font-family: 'Lora', serif;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}
.sidebar_nav .sub_menu .child_menu li a:hover {
    color: var(--secondary);
}
.sidebar_nav .sub_menu .child_menu {
  /* display: none; */
}
.sidebar_nav .sub_menu .child_main:hover > .child_menu {
  display: block;
  animation: slideDown 0.3s ease forwards;
  -webkit-animation: slideDown 0.3s ease forwards;
}
.sidebar_nav > ul > li:hover > .sub_menu {
    display: block;
    animation: slideDown 0.3s ease forwards;
}
.sidebar_nav > ul > li:hover > a .icon::after {
    display: none; /* hide vertical line to look like minus */
}
 .sidebar_nav .sub_menu > li.child_main:hover > .child_menu {
        display: block;
        animation: slideDown 0.3s ease forwards;
    }
@media (hover: hover) {
    .sidebar_nav > ul > li:hover > .sub_menu {
        display: block;
        animation: slideDown 0.6s ease forwards;
    }
    .sidebar_nav > ul > li:hover > a .icon::after {
        display: none; /* turns + into - */
    }
}
@keyframes slideDown {
  from {
        opacity: 0;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
  to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
.hero_sidebar_wrap a.main_button {
    color: var(--fonts);
    border: 2px solid var(--fonts);
}
.hero_sidebar_wrap .book_now {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
}
a.main_button {
    color: var(--white);
    padding: 8px 20px;
    border: 2px solid var(--white);
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a.main_button:hover {
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    color: var(--fonts);
}
/* .spiral {
    background: #e5e1da;
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.spiral .spiral_bar {
    width: 40px;
    height: 6px;
    background: #e5e1da;
    border-radius: 5px;
} */



/*---------------------------
1.1) hero section area ends here
---------------------------*/

/*===========================
1.1) accommodations area here
===========================*/
.accommodations_sec {
    padding: 80px 0px 140px;
    position: relative;
    background: var(--main_white);
    z-index: 0;
    overflow: hidden;
}
.accommodations_sec .acc_inner {}
.accommodations_sec .acc_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.accommodations_sec .top_content {
    margin-bottom: 40px;
}
.accommodations_sec .top_content h4 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.accommodations_sec .top_content h2 {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
}
.accommodations_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
}
.accommodations_sec .accommodations_button {
    margin-top: 26px;
}
.accommodations_sec .accommodations_button a {}
.accommodations_sec .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
}
.accommodations_sec .acc_items .content {
    padding-right: 120px;
}
.accommodations_sec .nav-tabs li {}
.accommodations_sec .nav-tabs li:first-child a {
    padding-top: 0px;
}
.accommodations_sec .nav-tabs li:not(:last-child) {
    border-bottom: 2px solid var(--secondary);
}
.accommodations_sec .nav-tabs li a {
    border: none;
    border-radius: 0px;
    color: var(--primary);
    font-size: 26px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 14px 0px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.accommodations_sec .nav-tabs li a:hover {
    background: transparent;
    border: none;
    color: var(--secondary);
    color: var(--primary);
    font-weight: 700;
}
.accommodations_sec .nav-tabs li a.active {
    background: transparent;
    border: none;
    color: var(--primary);
    font-weight: 700;
}
.accommodations_sec .nav-tabs li a:focus {
    outline: none;
    border: none;
    background: transparent;
}
.accommodations_sec .image_box {}
.accommodations_sec .tab-content {}
.accommodations_sec .tab-content .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}
.accommodations_sec .tab-content .tab-pane.active {
    display: block;
}
.accommodations_sec .tab-content .tab-pane.fade.show {
    opacity: 1;
}
.accommodations_sec .item_content {
    position: relative;
    z-index: 0;
}
.accommodations_sec .item_content .thumb {
    position: relative;
    z-index: 0;
}
.accommodations_sec .item_content .thumb img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.accommodations_sec .item_content .thumb .open_btn {
    position: absolute;
    bottom: -26px;
    right: -19px;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    color: var(--fonts);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.accommodations_sec .item_content .thumb .open_btn i {
    color: var(--main_white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    animation: bulb-breathe 2.5s infinite ease-in-out;
    -webkit-animation: bulb-breathe 2.5s infinite ease-in-out;
}
@keyframes bulb-breathe {
    0% {
        text-shadow: none;
    }
    40% {
        text-shadow: 
            0 0 5px var(--main_white),
            0 0 15px var(--main_white),
            0 0 25px var(--main_white),
            0 0 35px var(--main_white);
    }
    60% {
        text-shadow: 
            0 0 15px var(--main_white),
            0 0 30px var(--main_white),
            0 0 45px var(--main_white),
            0 0 60px var(--main_white);
    }
    100% {
        text-shadow: none;
    }
}
.accommodations_sec .item_content .thumb .open_btn:hover i {
    text-shadow:         0 0 15px var(--main_white),        0 0 30px var(--main_white),        0 0 50px var(--main_white),        0 0 70px var(--main_white);
    animation: none;
    -webkit-animation: none;
}
.accommodations_sec .item_content .overlay {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 100%;
    height: 100%;
    background: var(--primary);
    padding: 30px 60px 60px 60px;
    text-align: center;
    z-index: -1;
}
.accommodations_sec .item_content .overlay h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    font-family: 'manush';
    text-transform: capitalize;
    margin-bottom: 12px;
    color: var(--fonts);
}
.accommodations_sec .item_content .overlay p {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    color: var(--fonts);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: justify;
}
.accommodations_sec .item_content .overlay .close_btn i {
    margin-right: 10px;
}
.accommodations_sec .item_content .overlay .close_btn {
    color: var(--fonts);
    padding: 11px 30px;
    border: 2px solid var(--fonts);
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    right: 60px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.accommodations_sec .item_content .overlay .close_btn:hover {
    background-color: var(--fonts);
    border: 2px solid var(--fonts);
    color: var(--secondary);
}
/*---------------------------
1.1) accommodations area ends here
---------------------------*/


/*===========================
1.1) services area here
===========================*/
.services_sec {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.services_sec .services_wrap {}
.services_sec .service_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.services_sec .service_item {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.services_sec .service_item::after {
    content: "";
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .81));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.services_sec .service_item .thumb {
    width: 100%;
    height: 700px;
    object-fit: cover;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.services_sec .service_item:hover .thumb {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.services_sec .service_item .content {
    position: absolute;
    width: 100%;
    padding: 40px 20px;
    z-index: 2;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.services_sec .service_item .content h2 {
    color: var(--fonts);
    font-size: 50px;
    font-weight: 500;
    font-family: 'manush';
    text-transform: capitalize;
    margin-bottom: 30px;
}
.services_sec .service_item .content a {
    color: var(--fonts);
    border: 2px solid var(--fonts);
    text-transform: uppercase;
}
.services_sec .service_item .content a:hover {
    color: var(--secondary);
    background: var(--fonts);
}
/*---------------------------
1.1) services area ends here
---------------------------*/


/*===========================
1.1) dining section area here
===========================*/
.dining_sec {
    padding: 80px 0px 140px;
    position: relative;
    background: var(--main_white);
    z-index: 0;
    overflow: hidden;
}
.dining_sec .din_inner {}
.dining_sec .din_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.dining_sec .top_content {
    margin-bottom: 40px;
}
.dining_sec .top_content h4 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.dining_sec .top_content h2 {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
}
.dining_sec .din_items .content {
    padding-right: 120px;
}
.dining_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
}
.dining_sec .dining_button {
    margin-top: 26px;
}
.dining_sec .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
}
.dining_sec .nav-tabs li {}
.dining_sec .nav-tabs li:first-child a {
    padding-top: 0px;
}
.dining_sec .nav-tabs li:not(:last-child) {
    border-bottom: 2px solid var(--secondary);
}
.dining_sec .nav-tabs li a {
    border: none;
    border-radius: 0px;
    color: var(--primary);
    font-size: 26px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 14px 0px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.dining_sec .nav-tabs li a:hover {
    background: transparent;
    border: none;
    color: var(--primary);
    font-weight: 700;
}
.dining_sec .nav-tabs li a.active {
    background: transparent;
    border: none;
    color: var(--primary);
    font-weight: 700;
}
.dining_sec .nav-tabs li a:focus {
    outline: none;
    border: none;
    background: transparent;
}
.dining_sec .image_box {}
.dining_sec .tab-content {}
.dining_sec .tab-content .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}
.dining_sec .tab-content .tab-pane.active {
    display: block;
}
.dining_sec .tab-content .tab-pane.fade.show {
    opacity: 1;
}
.dining_sec .item_content {
    position: relative;
    z-index: 0;
}
.dining_sec .item_content .thumb {
    position: relative;
    z-index: 0;
}
.dining_sec .item_content .thumb img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.dining_sec .item_content .thumb .open_btn {
    position: absolute;
    bottom: -26px;
    right: -19px;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    color: var(--fonts);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dining_sec .item_content .thumb .open_btn i {
    color: var(--main_white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    animation: bulb-breathe2 2.5s infinite ease-in-out;
    -webkit-animation: bulb-breathe2 2.5s infinite ease-in-out;
}
@keyframes bulb-breathe2 {
    0% {
        text-shadow: none;
    }
    40% {
        text-shadow: 
            0 0 5px var(--main_white),
            0 0 15px var(--main_white),
            0 0 25px var(--main_white),
            0 0 35px var(--main_white);
    }
    60% {
        text-shadow: 
            0 0 15px var(--main_white),
            0 0 30px var(--main_white),
            0 0 45px var(--main_white),
            0 0 60px var(--main_white);
    }
    100% {
        text-shadow: none;
    }
}
.dining_sec .item_content .thumb .open_btn:hover i {
    text-shadow:         0 0 15px var(--main_white),        0 0 30px var(--main_white),        0 0 50px var(--main_white),        0 0 70px var(--main_white);
    animation: none;
    -webkit-animation: none;
}
.dining_sec .item_content .overlay {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 100%;
    height: 100%;
    background: var(--primary);
    padding: 30px 60px 60px 60px;
    text-align: center;
    z-index: -1;
}
.dining_sec .item_content .overlay h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    font-family: 'manush';
    text-transform: capitalize;
    margin-bottom: 12px;
    color: var(--fonts);
}
.dining_sec .item_content .overlay p {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    color: var(--fonts);
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.dining_sec .item_content .overlay .close_btn i {
    margin-right: 10px;
}
.dining_sec .item_content .overlay .close_btn {
    color: var(--fonts);
    padding: 11px 30px;
    border: 2px solid var(--fonts);
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    right: 60px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.dining_sec .item_content .overlay .close_btn:hover {
    background-color: var(--fonts);
    border: 2px solid var(--fonts);
    color: var(--secondary);
}
/*---------------------------
1.1) dining section area ends here
---------------------------*/


/*===========================
1.1) rejuvenate section area here
===========================*/
.rejuvenate_sec {
    padding: 80px 0px 140px;
    position: relative;
    background: var(--fonts);
    z-index: 0;
    overflow: hidden;
}
.rejuvenate_sec .rej_inner {}

.rejuvenate_sec .top_content {
    margin-bottom: 40px;
    text-align: end;
}
.rejuvenate_sec .top_content h4 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.rejuvenate_sec .top_content h2 {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
}


.rejuvenate_sec .rej_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.rejuvenate_sec .rej_items .content {
    padding-left: 120px;
}
.rejuvenate_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
    letter-spacing: .06875rem;
    font-weight: 600;
}
.rejuvenate_sec .rejuvenate_button {
    margin-top: 30px;
}
.rejuvenate_sec .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
    margin-top: 30px;
}
.rejuvenate_sec .nav-tabs li {}
.rejuvenate_sec .nav-tabs li:first-child a {
    padding-top: 0px;
}
.rejuvenate_sec .nav-tabs li:not(:last-child) {
    border-bottom: 2px solid var(--secondary);
}
.rejuvenate_sec .nav-tabs li a {
    border: none;
    border-radius: 0px;
    color: var(--primary);
    font-size: 26px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-align: end;
    padding: 14px 0px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.rejuvenate_sec .nav-tabs li a:hover {
    background: transparent;
    border: none;
    color: var(--primary);
    font-weight: 700;
}
.rejuvenate_sec .nav-tabs li a.active {
    background: transparent;
    border: none;
    color: var(--primary);
    font-weight: 700;
}
.rejuvenate_sec .nav-tabs li a:focus {
    outline: none;
    border: none;
    background: transparent;
}
.rejuvenate_sec .image_box {}
.rejuvenate_sec .tab-content {}
.rejuvenate_sec .tab-content .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}
.rejuvenate_sec .tab-content .tab-pane.active {
    display: block;
}
.rejuvenate_sec .tab-content .tab-pane.fade.show {
    opacity: 1;
}
.rejuvenate_sec .item_content {
    position: relative;
    z-index: 0;
}
.rejuvenate_sec .item_content .thumb {
    position: relative;
    z-index: 0;
}
.rejuvenate_sec .item_content .thumb img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.rejuvenate_sec .item_content .thumb .open_btn {
    position: absolute;
    bottom: -26px;
    left: -19px;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    color: var(--fonts);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.rejuvenate_sec .item_content .thumb .open_btn i {
    color: var(--main_white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    animation: bulb-breathe4 2.5s infinite ease-in-out;
    -webkit-animation: bulb-breathe4 2.5s infinite ease-in-out;
}
@keyframes bulb-breathe4 {
    0% {
        text-shadow: none;
    }
    40% {
        text-shadow: 
            0 0 5px var(--main_white),
            0 0 15px var(--main_white),
            0 0 25px var(--main_white),
            0 0 35px var(--main_white);
    }
    60% {
        text-shadow: 
            0 0 15px var(--main_white),
            0 0 30px var(--main_white),
            0 0 45px var(--main_white),
            0 0 60px var(--main_white);
    }
    100% {
        text-shadow: none;
    }
}


.rejuvenate_sec .item_content .thumb .open_btn:hover i {
    text-shadow:         0 0 15px var(--main_white),        0 0 30px var(--main_white),        0 0 50px var(--main_white),        0 0 70px var(--main_white);
    animation: none;
    -webkit-animation: none;
}
.rejuvenate_sec .item_content .overlay {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 100%;
    height: 100%;
    background: var(--primary);
    padding: 30px 60px 60px 60px;
    text-align: center;
    z-index: -1;
}
.rejuvenate_sec .item_content .overlay h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    font-family: 'manush';
    text-transform: capitalize;
    margin-bottom: 12px;
    color: var(--fonts);
}
.rejuvenate_sec .item_content .overlay p {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    color: var(--fonts);
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.rejuvenate_sec .item_content .overlay .close_btn i {
    margin-right: 10px;
}
.rejuvenate_sec .item_content .overlay .close_btn {
    color: var(--fonts);
    padding: 11px 30px;
    border: 2px solid var(--fonts);
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    left: 60px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.rejuvenate_sec .item_content .overlay .close_btn:hover {
    background-color: var(--fonts);
    border: 2px solid var(--fonts);
    color: var(--secondary);
}
/*---------------------------
1.1) rejuvenate section area ends here
---------------------------*/


/*===========================
1.1) meeting section area here
===========================*/
.meeting_sec {
    padding: 80px 0px 140px;
    position: relative;
    background: var(--main_white);
    z-index: 0;
    overflow: hidden;
}
.meeting_sec .meet_inner {}
.meeting_sec .top_content {
    margin-bottom: 40px;
}
.meeting_sec .top_content h4 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.meeting_sec .top_content h2 {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
}
.meeting_sec .meet_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.meeting_sec .meet_items .content {
    padding-right: 120px;
}
.meeting_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
}
.meeting_sec .meeting_button {
    margin-top: 26px;
}
.meeting_sec .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
}
.meeting_sec .nav-tabs li {}
.meeting_sec .nav-tabs li:first-child a {
    padding-top: 0px;
}
.meeting_sec .nav-tabs li:not(:last-child) {
    border-bottom: 2px solid var(--secondary);
}
.meeting_sec .nav-tabs li a {
    border: none;
    border-radius: 0px;
    color: var(--primary);
    font-size: 26px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 14px 0px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.meeting_sec .nav-tabs li a:hover {
    background: transparent;
    border: none;
    color: var(--primary);
    font-weight: 700;
}
.meeting_sec .nav-tabs li a:focus {
    outline: none;
    border: none;
    background: transparent;
}
.meeting_sec .nav-tabs li a.active {
    background: transparent;
    border: none;
    color: var(--primary);
    font-weight: 700;
}
.meeting_sec .image_box {}
.meeting_sec .tab-content {}
.meeting_sec .tab-content .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.meeting_sec .tab-content .tab-pane.active {
    display: block;
}
.meeting_sec .tab-content .tab-pane.fade.show {
    opacity: 1;
}
.meeting_sec .item_content {
    position: relative;
    z-index: 0;
}
.meeting_sec .item_content .thumb {
    position: relative;
    z-index: 0;
}
.meeting_sec .item_content .thumb img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.meeting_sec .item_content .thumb .open_btn {
    position: absolute;
    bottom: -26px;
    right: -19px;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    color: var(--fonts);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.meeting_sec .item_content .thumb .open_btn i {
    color: var(--main_white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    animation: bulb-breathe4 2.5s infinite ease-in-out;
    -webkit-animation: bulb-breathe4 2.5s infinite ease-in-out;
}
@keyframes bulb-breathe4 {
    0% {
        text-shadow: none;
    }
    40% {
        text-shadow: 
            0 0 5px var(--main_white),
            0 0 15px var(--main_white),
            0 0 25px var(--main_white),
            0 0 35px var(--main_white);
    }
    60% {
        text-shadow: 
            0 0 15px var(--main_white),
            0 0 30px var(--main_white),
            0 0 45px var(--main_white),
            0 0 60px var(--main_white);
    }
    100% {
        text-shadow: none;
    }
}




.meeting_sec .item_content .thumb .open_btn:hover i {
    text-shadow:         0 0 15px var(--main_white),        0 0 30px var(--main_white),        0 0 50px var(--main_white),        0 0 70px var(--main_white);
    animation: none;
    -webkit-animation: none;
}
.meeting_sec .item_content .overlay {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 100%;
    height: 100%;
    background: var(--primary);
    padding: 30px 60px 60px 60px;
    text-align: center;
    z-index: -1;
}
.meeting_sec .item_content .overlay h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    font-family: 'manush';
    text-transform: capitalize;
    margin-bottom: 12px;
    color: var(--fonts);
}
.meeting_sec .item_content .overlay p {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    color: var(--fonts);
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.meeting_sec .item_content .overlay .close_btn i {
    margin-right: 10px;
}
.meeting_sec .item_content .overlay .close_btn {
    color: var(--fonts);
    padding: 11px 30px;
    border: 2px solid var(--fonts);
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    right: 60px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.meeting_sec .item_content .overlay .close_btn:hover {
    background-color: var(--fonts);
    border: 2px solid var(--fonts);
    color: var(--secondary);
}
/*---------------------------
1.1) meeting section area ends here
---------------------------*/


/*===========================
1.1) home card section area here
===========================*/
.home_card {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 40px 0px 160px;
    background: var(--main_white);
}
.home_card .home_card_wrap {}
.home_card .home_card_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.home_card .content {
    padding-right: 100px;
}
.home_card .content h4 {
    color: var(--secondary);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-transform: uppercase;
}
.home_card .content h2 {
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.home_card .content p {
    margin: 0px 0px 40px 0px;
    font-size: 20px;
    line-height: 30px;
    color: var(--primary);
    font-family: 'Lora', serif;
    font-weight: 400;
}

.home_card .home_card_button {}
.home_card .home_card_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
    letter-spacing: .06875rem;
    font-weight: 600;
}
.home_card .home_card_button a:hover {
    color: var(--fonts);
}

.home_card .thumb {
    position: relative;
    z-index: 0;
}
.home_card .thumb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 520px;
    top: 60px;
    left: 60px;
    background: var(--secondary);
    background: var(--fonts);
    z-index: -1;
}
.home_card .thumb img {
     width: 100%;
    height: 520px;
    object-fit: cover;
}
/*---------------------------
1.1) home card section area ends here
---------------------------*/


/*===========================
1.1) recognitions section area here
===========================*/
.recognitions_sec {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: var(--darkBg);
    padding: 100px 0px;
}
.recognitions_sec .recognitions_sec_wrap {}
.recognitions_sec .recognitions_sec_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}


.recognitions_sec .left {}
.recognitions_sec .left h4 {
    color: var(--secondary);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-transform: uppercase;
}
.recognitions_sec .left h2 {
    color: var(--secLight);
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.recognitions_sec .left p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: var(--secLight);
    font-family: 'Lora', serif;
    font-weight: 400;
}



.recognitions_sec .right {}
.recognitions_sec .right .lists {}
.recognitions_sec .right .lists li:not(:last-child) {
    border-bottom: 2px solid var(--secondary);
}
.recognitions_sec .right .lists li {
    color: var(--secLight);
    font-size: 18px;
    line-height: 26px;
    font-family: 'Lora', serif;
    font-weight: 500;
    padding: 15px 0px;
}
.recognitions_sec .right .lists li i {}
/*---------------------------
1.1) recognitions section area ends here
---------------------------*/


/*===========================
1.1) testimonial section area here
===========================*/
 /* .testimonial_sec {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: var(--darkBg);
    padding: 100px 0px;
}

.testimonial_sec .testimonial_wrap {
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial_sec .testimonial_inner {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.testimonial_sec .test_heading {
    flex: 0 0 400px;
    padding-right: 30px;
}

.testimonial_sec .test_heading h4 {
    color: var(--subsecondary);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
}

.testimonial_sec .test_heading h2 {
    color: var(--fonts);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif;
}

.testimonial_sec .test_heading .meeting_button {
    margin-top: 30px;
}

.testimonial_sec .test_heading .meeting_button a {
    color: var(--subsecondary);
    border: 2px solid var(--subsecondary);
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: "Oswald", sans-serif;
}

.testimonial_sec .test_heading .meeting_button a:hover {
    color: var(--darkBg);
    border: 2px solid var(--fonts);
    background: var(--fonts);
}

.testimonial_sec .testimonial_inner .testimonial_slide {
    flex: 1;
    position: relative;
}
.testimonial_sec .testimonial_inner .owl-carousel .owl-stage-outer {
    background: transparent !important;
}

.testimonial_sec .testimonial_inner .owl-carousel .owl-stage {
    background: transparent !important;
}

.testimonial_sec .testimonial_inner .owl-carousel .owl-item {
    background: transparent !important;
}

.testimonial_sec .testimonial_inner .testimonial_items.owl-carousel {
    background: transparent !important;
}

.testimonial_items .testimonial_item {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px;
    padding: 40px;
    margin: 0 15px;
    display: flex !important;
    gap: 30px;
    align-items: center;
    min-height: 300px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(229, 225, 218, 0.1);
    opacity: 1 !important;
}

.testimonial_items .owl-item.cloned .testimonial_item {
    background: rgba(255, 255, 255, 0.05) !important;
}

.testimonial_sec .testimonial_item .content {
    flex: 1;
}
.testimonial_sec .testimonial_item .content h3 {
    color: var(--subsecondary);
    font-size: 32px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.testimonial_sec .testimonial_item .content p {
    color: var(--fonts);
    font-size: 18px;
    line-height: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 0 0 25px 0;
    opacity: 0.9;
    position: relative;
}
.testimonial_sec .testimonial_item .content p::before {
    content: open-quote;
    font-size: 60px;
    color: var(--subsecondary);
    position: absolute;
    left: -20px;
    top: -15px;
    font-family: serif;
    line-height: 1;
}
.testimonial_sec .testimonial_item .content p::after {
    content: close-quote;
}
.testimonial_sec .testimonial_item .content h4 {
    color: var(--fonts);
    font-size: 16px;
    line-height: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
.testimonial_sec .testimonial_item .content .star {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.testimonial_sec .testimonial_item .content .star span {
    color: #FFD700;
    font-size: 16px;
}
.testimonial_sec .testimonial_item .thumb {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.testimonial_sec .testimonial_item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_sec .testimonial_inner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}
.testimonial_sec .testimonial_inner .owl-nav button {
    position: absolute !important;
    width: 50px;
    height: 50px;
    background: var(--subsecondary) !important;
    color: var(--darkBg) !important;
    border-radius: 50%;
    font-size: 20px !important;
    border: none;
    pointer-events: all;
    transition: all 0.3s ease;
    outline: none;
}
.testimonial_sec .testimonial_inner .owl-nav button:hover {
    background: var(--fonts) !important;
    transform: scale(1.1);
}

.testimonial_sec .testimonial_inner .owl-nav .owl-prev {
    left: -25px;
}

.testimonial_sec .testimonial_inner .owl-nav .owl-next {
    right: -25px;
}

.testimonial_sec .testimonial_inner .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.testimonial_sec .testimonial_inner .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(229, 225, 218, 0.3) !important;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s ease;
    outline: none;
}

.testimonial_sec .testimonial_inner .owl-dots .owl-dot.active {
    background: var(--subsecondary) !important;
    transform: scale(1.2);
} */
.testimonial_section {
    background: var(--primary);
    padding: 80px 0px 80px;
    position: relative;
    overflow: hidden;
}

.testimonial_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    pointer-events: none;
}
.testimonial_section .section_header {
    max-width: 100%;
    margin: 0px auto 30px;
}
.testimonial_section .section_header h4{
    color: var(--subsecondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.testimonial_section .section_header h2 {
    color: var(--fonts);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
    margin: 0px;
}
.testimonial_section .testimonial_button {
    margin-top: 26px;
}
.testimonial_button a {
    color: var(--subsecondary);
    border: 2px solid var(--subsecondary);
    text-transform: uppercase;
}

.testimonials_carousel.owl-carousel {
    background: transparent !important;
}

.testimonials_carousel .owl-stage-outer {
    background: transparent !important;
}

.testimonials_carousel .owl-stage {
    background: transparent !important;
    display: flex !important;
}

.testimonials_carousel .owl-item {
    background: transparent !important;
    opacity: 1 !important;
    padding: 0 15px;
}

.testimonials_carousel .owl-item.active {
    opacity: 1 !important;
    padding: 0;
}

.testimonial_card {
    background: linear-gradient(145deg, var(--primary) 0%, #252525 100%) !important;
    border: 1px solid var(--subsecondary);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    gap: 30px;
    align-items: center;
}

.testimonial_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: left 0.6s ease;
}

.testimonial_card:hover::before {
    left: 100%;
}

.testimonial_card:hover {
    transform: translateY(-5px);
    border-color: var(--subsecondary);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(212, 175, 55, 0.2);
}

.testimonial_section .testimonial_inner .testimonial_card .card_content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.testimonial_section .testimonial_inner .testimonial_card .thumb {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.testimonial_section .testimonial_inner .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.testimonial_card:hover .thumb {
    border-color: var(--subsecondary);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}
.testimonial_card:hover .thumb img {
    transform: scale(1.05);
}

.testimonial_section .testimonial_inner .testimonial_item:hover .thumb {
    border-color: var(--gold);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.testimonial_section .testimonial_inner .testimonial_item:hover .thumb img {
    transform: scale(1.05);
}

.testimonial_text {
    color: var(--fonts);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    font-family: "Oswald", sans-serif;
}
.testimonial_title {
    color: #C5A880;
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.testimonial_section .client_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.testimonial_section .client_name {
    padding: 10px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--fonts);
    font-family: "Oswald", sans-serif;
}
.testimonial_section .rating:before{
    content: '';
    width: 2px;
    height: 20px;
    background: var(--fonts);
    border-radius: 1px;
    opacity: 0.6;
    margin-right: 20px;
}
.testimonial_section .rating {
    display: flex;
    gap: 6px;
}

.testimonial_section .rating i {
    color: #ffd700;
    font-size: 16px;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.3));
}

.testimonials_carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}
.testimonials_carousel .owl-nav button:hover {
    background: var(--fonts) !important;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.testimonials_carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

/* .testimonial_sec .slick-dots {
    width: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.testimonial_sec .slick-dots li {
    margin: 0px;
    width: inherit;
    height: inherit;
}
.testimonial_sec .slick-dots li.slick-active {}
.testimonial_sec .slick-dots button {
    width: 11px;
    height: 11px;
}
.testimonial_sec .slick-dots li button:before {
    color: transparent;
}
.testimonial_sec .slick-dots li button {
    background: var(--secLight);
    opacity: 0.5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.testimonial_sec .slick-dots li.slick-active button {
    background: var(--fonts);
    opacity: 1;
} */
/*---------------------------
1.1) testimonial section area ends here
---------------------------*/


/*===========================
1.1) follow us section area here
===========================*/
.follow_us {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 80px 0px 80px;
    background: var(--fonts);
}
.follow_us .follow_us_wrap {}
.follow_us .follow_us_inner {}
.follow_us .heading {
    margin-bottom: 30px;
}
.follow_us .heading h4 {
    color: var(--subsecondary);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-transform: uppercase;
}
.follow_us .heading h2 {
    color: var(--primary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.follow_us .follow_us_items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.follow_us .follow_us_item {}
.follow_us .follow_us_item span {
    display: block;
    width: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.follow_us .follow_us_item span svg {
    display: block;
}
.follow_us .follow_us_item span path {
    fill: var(--fonts);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.follow_us .follow_us_item a {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.follow_us .follow_us_item a:hover span path {
    fill: var(--secLight);
}
.follow_us .follow_us_item a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
/*---------------------------
1.1) follow us section area ends here
---------------------------*/

/* ----------------------------------
 blog and article section starts here
------------------------------------*/
.blog_sec {
    position: relative;
    z-index: 0;
    padding: 0px 0px 80px;
    background: var(--main_white);
    overflow: hidden;
}

.blog_sec .blog_wrap {
    position: relative;
}

/* Header Section */
.blog_sec .blog_inner .blog_header {
    max-width: 100%;
    margin: 0px auto 30px;
}

.blog_sec .blog_inner .blog_header h4 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.blog_sec .blog_inner .blog_header h2 {
    color: var(--primary);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    font-family: 'manush';
    margin: 0px;
}

.blog_sec .blog_inner .blog_button {
    margin-top: 26px;
}

.blog_sec .blog_inner .blog_button a {
    color: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
}

.blog_sec .blog_inner .blog_button a:hover {
    background: var(--secondary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(131, 116, 83, 0.3);
}

/* Owl Carousel Container */
/* .blog_sec .blog_inner .blog_cards_carousel {
    margin-bottom: 50px;
} */

/* Blog Card */
.blog_sec .blog_inner .blog_card {
    background: var(--main-white);
    border: 2px solid rgba(131, 116, 83, 0.15);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 30px rgba(131, 116, 83, 0.08);
    transition: all 0.4s ease;
    margin: 10px;
    height: 300px;
}

.blog_sec .blog_inner .blog_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), #a08f6b, var(--secondary));
}

.blog_sec .blog_inner .blog_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(131, 116, 83, 0.15);
    border-color: rgba(131, 116, 83, 0.3);
}

.blog_sec .blog_inner .blog_card_content {
    padding: 30px 25px;
}

/* Highlighted Category Tag */
.blog_sec .blog_inner .blog_card_content h4 {
    color: var(--secondary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(131, 116, 83, 0.1), rgba(131, 116, 83, 0.05));
    border-left: 4px solid var(--secondary);
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

.blog_sec .blog_inner .blog_card_content h4::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid rgba(131, 116, 83, 0.1);
}

.blog_sec .blog_inner .blog_card_title {
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
}

.blog_sec .blog_inner .blog_card_excerpt {
    color: var(--primary);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
}

.blog_sec .blog_inner .blog_card_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(131, 116, 83, 0.1);
}

.blog_sec .blog_inner .blog_card_date {
    color: var(--secondary);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog_sec .blog_inner .read_more_link {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.blog_sec .blog_inner .read_more_link:hover {
    color: #6a5f42;
    transform: translateX(5px);
}

.blog_sec .blog_inner .read_more_link i {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog_sec .blog_inner .read_more_link:hover i {
    transform: translateX(3px);
}

/* Owl Carousel Navigation Styles */
.owl-nav {
    margin-top: 30px;
    text-align: center;
}

.owl-nav button {
    background: transparent !important;
    border: 2px solid var(--secondary) !important;
    color: var(--secondary) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    margin: 0 10px !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

.owl-nav button:hover {
    background: var(--secondary) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(131, 116, 83, 0.3);
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    margin: 0 8px;
}

.owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: rgba(131, 116, 83, 0.3) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.owl-dot.active span {
    background: var(--secondary) !important;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .blog_sec .blog_inner .blog_header h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .blog_sec .blog_inner .blog_header h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .blog_sec .blog_inner .blog_card {
        margin: 5px;
    }

    .blog_sec .blog_inner .blog_card_content {
        padding: 20px 15px;
    }
}
/* ----------------------------------
 blog and article section ends here
------------------------------------*/



/*===========================
1.1) footer section area here
===========================*/
.footer_sec {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 60px 0px 30px;
    background: var(--darkBg);
}
.footer_sec .footer_wrap {}
.footer_sec .footer_inner {}
.footer_sec .footer_items {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
}


.footer_sec .newsletter {}
.footer_sec .newsletter h3 {
    color: var(--fonts);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.footer_sec .newsletter h3 i {
    color: var(--secLight);
}


.footer_sec .newsletter form {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}
.footer_sec .newsletter form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--secLight);
    width: 100%;
    font-style: italic;
    padding: 6px 40px 6px 0px;
    color: var(--secLight);
}
.footer_sec .newsletter form input:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid var(--secLight);
}
.footer_sec .newsletter form input::placeholder {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    color: var(--secLight);
}
.footer_sec .newsletter form button {
    position: absolute;
    right: 0;
    padding: 0;
    line-height: 100%;
    margin-top: -2px;
}
.footer_sec .newsletter form button i {
    color: var(--secLight);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .newsletter form button:hover i {
    color: var(--secondary);
}


.footer_sec .newsletter .footer_whatsapp {
    margin: 0;
}
.footer_sec .newsletter .footer_whatsapp a {
    color: var(--fonts);
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0px 10px;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-weight: 500;
    display: block;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .newsletter .footer_whatsapp a:hover {
    color: var(--secondary);
}


.footer_sec .newsletter .footer_mailto {
    margin: 0;
}
.footer_sec .newsletter .footer_mailto a {
    color: var(--secLight);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-family: 'Lora', serif;
    font-weight: 400;
    display: block;
    text-decoration: underline;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .newsletter .footer_mailto a:hover {
    color: var(--secondary);
}

.footer_sec .footer_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer_sec .footer_logo {
    text-align: center;
    margin-bottom: 20px;
}
.footer_sec .footer_logo a {
    display: inline-block;
}
.footer_sec .footer_logo a img {
    max-width: 100px;
}



.footer_sec .footer_menu_lists {
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px 0px;
}
.footer_sec .footer_menu_lists li {
    display: inline-block;
}
.footer_sec .footer_menu_lists li:not(:last-child) {
    margin-bottom: 10px;
}
.footer_sec .footer_menu_lists li a {
    color: var(--fonts);
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lora', serif;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .footer_menu_lists li a:hover {
    color: var(--secondary);
}



.footer_sec .footer_menu_lists2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.footer_sec .footer_menu_lists2 li {
    display: inline-block;
}
.footer_sec .footer_menu_lists2 li:not(:last-child) {
    border-right: 2px solid var(--fonts);
}
.footer_sec .footer_menu_lists2 li a {
    color: var(--fonts);
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lora', serif;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px 15px 0px 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .footer_menu_lists2 li a:hover {
    color: var(--secondary);
}



.footer_sec .footer_contact {}
.footer_sec .footer_contact .fc_button {
    text-align: end;
}
.footer_sec .footer_contact .fc_button a {
    color: var(--fonts);
    border: 2px solid var(--fonts);
    text-transform: uppercase;
    letter-spacing: .06875rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    background: transparent;
}
.footer_sec .footer_contact .fc_button a:hover {
    color: var(--fonts);
    border: 2px solid var(--secondary);
    background: var(--secondary);
}


.footer_sec .footer_contact .address {
    color: var(--fonts);
    font-size: 20px;
    line-height: 30px;
    font-family: 'Lora', serif;
    font-weight: 400;
    margin: 20px 0px 0px;
    text-align: right;
}
.footer_sec .footer_contact .map_direction {
    color: var(--fonts);
    font-size: 20px;
    line-height: 27px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    transition: all .5s 
ease-in-out;
    -webkit-transition: all .5s 
ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .footer_contact .map_direction:hover {
    color: var(--secondary);
}
.footer_sec .footer_contact .map_direction i {
    font-size: 20px;
    line-height: 27px;
    color: var(--fonts);
    transition: all .5s 
ease-in-out;
    -webkit-transition: all .5s 
ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .footer_contact .map_direction:hover i {
    color: var(--secondary);
}


.footer_sec .footer_contact .social {}
.footer_sec .footer_contact .social ul {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin: 0;
}
.footer_sec .footer_contact .social ul li {
    padding: 0;
}
.footer_sec .footer_contact .social ul li a {
    color: var(--fonts);
    display: inline-block;
    font-size: 20px;
    line-height: 100%;
}
.footer_sec .footer_contact .social ul li a i {
    padding: 0px;
}
.footer_sec .footer_contact .social ul li a i:hover {
    color: var(--secondary);
}





.footer_sec .copy_right {
    margin-top: 30px;
}
.footer_sec .copy_right_inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}
.footer_sec .copy_right_inner .reserved {
    color: var(--secondary);
    margin: 0px;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Lora', serif;
    font-weight: 400;
}
.footer_sec .copy_right_inner .siteby {
    color: var(--secondary);
    margin: 0;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Lora', serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer_sec .copy_right_inner .siteby a {
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.footer_sec .copy_right_inner .siteby a:hover {
    color: var(--secLight);
}
.footer_sec .copy_right_inner .siteby a img {
    max-width: 24px;
}
/*---------------------------
1.1) footer section area ends here
---------------------------*/