/*1. General*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('../font-futura/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@font-face {
    font-family: "qarkine";
    src: url(../font/qarkine.personal-use.otf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /*background-color: ;*/
    --primary-color: #021832;
    --secondary-color: #06406f;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;
    --ocean-color: #00a9dd;

    /*Text Style*/
    --primary-font: "Open Sans", sans-serif;
    --secondary-font: "Open Sans", sans-serif;
    --heading-font: "Playfair Display", serif;
    --other-font: "Open Sans", sans-serif;
    --primary-text: #000;
    --secondary-text: #C81D1E;
    --text-white: #fff;
    --text-black: #000;
    --text-gray: #e4e4e4;
}

body {
    font-family: var(--primary-font);
    background-color: var(--bg-white);
    color: var(--text-black);
}

p.rating {
    margin-bottom: 0px;
    font-size: 12px;
    text-align: right;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}
.home-page-testimonial .owl-nav{
    position: absolute;
    margin-top: 0 !important;
    line-height: normal;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.home-page-testimonial .client-section-slide .owl-nav button{
    line-height: normal;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-page-testimonial .client-section-slide .owl-nav button i{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100px;
    background: rgba(16, 39, 91, 0.8);
    border-color: transparent;
    font-size: 24px;
    color: var(--text-white);
}
.home-page-testimonial .client-section-slide .owl-nav button.owl-prev{
    left: 10px;
}
.home-page-testimonial .client-section-slide .owl-nav button:focus , .home-page-testimonial .client-section-slide .owl-nav button:hover{
    box-shadow: none;
    background:transparent;
}
.home-page-testimonial .client-section-slide .owl-nav button.owl-next{
    right: 10px;
}
.home-page-testimonial .client-section-slide:hover .owl-nav{
    display: block;
}
.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 450px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.page-title h1 {
    position: relative;
    top: 2rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5em;
    font-family: var(--heading-font);
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-shadow: 2px 1px 4px #000;
    margin-top: 20px;
    margin-bottom: 0px;
    display: none;
}
.page-title .checklist {
    text-align: left;
    background: #fff;
    border-radius: 40px;
    z-index: 9;
    margin: auto;
    width: fit-content;
    margin-top: 4.5rem;
    display: none;
}
.contact-page-section {
    position: relative;
    /* padding: 100px 0px 70px; */
}
.contact-page-section .inner-container {
    position: relative;
    padding: 20px 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.contact-page-section .sec-title h3 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 500;
}
.line {
    height: 2px;
    width: 100px;
    background: var(--secondary-color);
    position: relative;
    top: -7px;
}
.contact-form {
    position: relative;
    margin-top: 0rem;
}
.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 13px;
    text-align: left;
    display: block;
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: 600;
}
.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #060606;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}
.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd;
    width: 33.33%;
}
.contact-info-box.col-lg-4.col-md-6.col-sm-12{
    border-right: 0px solid #cdcdcd;
}
.box-inner {
    position: relative;
    padding: 40px 0px 40px 0px;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 12%);
}
.contact-info-box .box-inner {
    position: relative;
    padding: 0px 9px;
}
.contact-info-box .box-inner h5 {
    position: relative;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--heading-font);
    letter-spacing: 2px;
    line-height: 1.5;
}
.contact-info-box .box-inner p {
    position: relative;
    color: var(--text-black);
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em;
}
.contact-map {
    overflow: hidden;
    box-shadow: 0px 0px 5px #ccc;
}
.contact-map iframe {
    position: relative;
    top: 0rem;
    height: 100%;
}
.common-banner-section{
    padding: 0;
}
.common-banner-section .c-hero__background{
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.common-banner-section .c-hero__background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image img {
    border-radius: 30px;
    object-fit: cover;
}

/*======================= ATRACTION ========================*/

.summary-section p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
    max-height: 300px;
    overflow: hidden;
}

.summary-section .inner-column .image img {
    width: 106%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 107%;
    position: absolute;
}

.dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}

.summary-section .row {
    margin-bottom: 6rem;
}

.summary-section .row:nth-child(even) .inner-column .image img {
    right: 0;
}

.summary-section .row:nth-child(even) .dot {
    left: -2rem;
}

.inner-column-content {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 20px;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

section.summary-section a {
    position: relative;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    font-family: var(--primary-font);
}

section.summary-section h3 {
    line-height: 1.2;
}

.line {
    height: 2px;
    width: 100px;
    background: var(--secondary-color);
    position: relative;
    top: -7px;
}

.rights::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -20px;
    right: -20px;
}

.rights::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -5px;
    right: -34px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-row-gap{
    gap: 20px 0;
}

.heading-font {
    font-family: "Playfair Display", serif;
    color: var(--heading-color);
}

input:focus-visible {
    outline: none;
}

h6{
    /* color: #0289f3; */
}

.heading-h1 {}

.heading-h2 {}

.heading-h3 {}

.heading-h4 {}

.heading-h5 {}

.heading-h6 {}

p {
    color: #777777;
    font-weight: 500;
    font-size: 16px;
}

.custom-primary-button {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 0px;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: var(--primary-font);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.custom-secondary-button {
    border: 1px solid var(--other-color);
    background-color: var(--other-color);
    border-radius: 50px;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    /* font-family: "Cormorant Garamond", serif; */
    cursor: pointer;
}

.custom-transparent-button {
    border: 1px solid #2a2a2a;
    background-color: #fff;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    color: #2a2a2a;
    /* font-family: "Cormorant Garamond", serif; */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.custom-primary-button:hover {
    background-color: var(--other-color);
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.custom-secondary-button:hover {
    background-color: #fff;
    color: #2a2a2a;
    transition: all 0.3s ease-in-out;
}

.custom-transparent-button:hover {
    background-color: #0e377a;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-color: #0e377a;
}

.navi-main-menu-button-wrapper {
    /* position: fixed; */
    /* z-index: 99999999999; */
    /* top: 10px; */
    /* left: 10px; */
    width: 50px;
    height: 46px;
    cursor: pointer;
    -webkit-transition: opacity .2s ease .3s, top 0s ease .3s;
    -moz-transition: opacity .2s ease .3s, top 0s ease .3s;
    transition: opacity .2s ease .3s, top 0s ease .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.footer-header{
    position: fixed;
    z-index: 9;
    top:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    height:70px;
}
.navi-main-menu-button {
    padding: 6px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.navi-main-menu-button:before,
.navi-main-menu-button div.navi-main-menu-button-middle:before,
.navi-main-menu-button:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 7px 0;
    background-color: #92959E;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    outline: 1px solid transparent;
}

.navi-main-menu-button:before,
.navi-main-menu-button div.navi-main-menu-button-middle:before,
.navi-main-menu-button:after {
    background-color: #ffffff;
}

.navi-social-wrapper {
    /* position: fixed; */
    z-index: 9;
    /* top: 15px; */
    /* left: 70px; */
    width: 20px;
    height: auto;
    border-left: 0px solid #ffffff50;
}

.navi-social-wrapper {
    width: auto;
    padding: 0px 20px 0 0px;
}

.navi-social-wrapper {
    /* z-index: 99999; */
}

.navi-menu-active .navi-main-menu-button:before {
    transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
}

.navi-menu-active .navi-main-menu-button:after {
    transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
}

.navi-menu-active div.navi-main-menu-button-middle:before {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .25s ease, opacity .25s ease .025s;
    -moz-transition: all .25s ease, opacity .25s ease .025s;
    transition: all .25s ease, opacity .25s ease .025s;
}

.navi-main-background {
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #0C1013;
    display: block;
    top: -100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease, top 0s ease .5s;
    -moz-transition: opacity .5s ease, top 0s ease .5s;
    transition: opacity .5s ease, top 0s ease .5s;
}

.navi-main-background {
    background-color: var(--secondary-color);
}

.navi-main-background-active {
    opacity: 1;
}

.navi-social-wrapper span {
    display: inline-block;
    margin-left: 15px;
}

.navi-main-wrapper {
    position: fixed;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #767676;
    -webkit-transition: left 0s ease .4s;
    -moz-transition: left 0s ease .4s;
    transition: left 0s ease .4s;
}

.navi-menu-wrapper {
    position: relative;
    top: 150px;
    width: 300px;
    margin: 0 0 0 105px;
    padding: 9px 0 50px 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

.navi-menu-wrapper {
    margin: 0 auto;
}

.navi-main-wrapper-active {
    left: 0;
    -webkit-transition: left 0s ease;
    -moz-transition: left 0s ease;
    transition: left 0s ease;
}

.navi-main-background-active {
    top: 0;
    -webkit-transition: opacity .5s ease, top 0s ease;
    -moz-transition: opacity .5s ease, top 0s ease;
    transition: opacity .5s ease, top 0s ease;
}

.navi-main-background-active {
    opacity: 1;
}

.menu {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
}

.navi-by-bonfire .menu li {
    margin: 0;
    padding: 0;
    border: none;
    z-index: auto;
    position: relative;
}

.navi-menu-wrapper-active .navi-by-bonfire ul li {
    opacity: 1;
}

.navi-menu-wrapper-active .navi-by-bonfire ul li:nth-child(1) {
    -webkit-transition: opacity .3s ease .2s;
    -moz-transition: opacity .3s ease .2s;
    transition: opacity .3s ease .2s;
}

.navi-by-bonfire ul li a {
    width: 100%;
    left: 0;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 10px 0 5px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
}

.navi-by-bonfire ul li.current-menu-item>a {
    color: #6A7074;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.navbar .navbar-brand {
    position: fixed;
}

.navbar .container-fluid {
    align-items: flex-start;
}

.navbar .logo-img {
    /* height: 300px; */
      margin-left: 50px;
}

.navbar .logo-img.logo2 {
    display: none;
}

.navbar .logo-img img {
    max-height: 100%;
    height: 105px;
    margin-top: 0;
}

#mainHeader.headerScrollFixed .navbar{
    background: #fff;
    transition: all 0.2s ease-in-out;
}

#mainHeader.headerScrollFixed .navbar .logo-img.logo1{
    display: none;
}

#mainHeader.headerScrollFixed .navbar .logo-img.logo2{
    display: block;
    height: 60px;
    transition: all 0.2s ease-in-out;
}
#mainHeader.headerScrollFixed .navbar .logo-img.logo2 img{
    transition: all 0.2s ease-in-out;
    margin-top: 0;
}

.scrollIconFixed img{
    filter: invert(1);
}
.scrollIconFixed .navi-main-menu-button div.navi-main-menu-button-middle:before , .scrollIconFixed .navi-main-menu-button::before , .scrollIconFixed .navi-main-menu-button::after{
    background: #000;
}
.banner-header {
    padding-top: 225px;
    padding-bottom: 50px;
}

.banner-header .box .video_header_content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-header .box .video_header_content .video_heding h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--f22);
    letter-spacing: 6px;
    line-height: 1.4em;
    text-align: center;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-bottom: 30px;
}

.banner-header .box .video_header_content .video_heding h1 span {
    font-size: var(--f18);
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 4px;
}

.banner-header .box .video_bg_box {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s;
}

.banner-header .box .video_bg_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*************** Search ***************/
.destin-section {
    position: relative;
    z-index: 0;
    padding: 150px 0;
    height: 100%;
    text-align: center;
}

.destin-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(255, 255, 255, 0.27) 100%);
    z-index: -1;
}

.destin-section .destin-bg-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.destin-section .destin-box {
    color: #fff;
}

.destin-section .destin-box h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 6px;
    line-height: 1.3em;
}

.destin-section .destin-box h1 {
    font-family: 'Aboreto';
    font-size: 45px;
    letter-spacing: 6px;
    margin: 25px 0;
}

.destin-section .destin-box p {
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 400;
}

.destin-section .destin-box .button-box {
    margin: 35px 0;
}

.luxury-vacation-section {
    padding: 100px 0;
    background-color: #14264b;
    color: #fff;
    text-align: center;
}

.luxury-vacation-section h2 {
    font-family: 'Aboreto';
    font-size: 45px;
    letter-spacing: 6px;
    margin-bottom: 35px;
}

.luxury-vacation-section h5 {
    margin-bottom: 42px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 6px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.airbnb_booking_img {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 235px;
    filter: drop-shadow(0px 2px);
}

.about-us-section {
    padding: 70px 0;
    text-align: center;
}

.about-us-section h5 {
    font-size: 16px;
    color: #AA998A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 20px 0;
}

.heading-h1 {
    /* text-transform: uppercase; */
    font-weight: 600;
    position: relative;
    z-index: 0;
    font-size: 32px;
    margin-bottom: 5px;
}

.about-us-section .about-us-content {
    margin-top: 0px;
}

.about-us-section .about-us-content p {
    font-size: 16px;
    color: #777777;
    font-weight: 500;
}

.about-us-section .about-us-content:last-child p {
    margin-bottom: 0px;
}

.about-us-section .about-us-content a {
    /* color: #0289f3; */
    text-decoration: none;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 2px;
}

.about-us-section .about-us-content a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--secondary-color);
}

.company-logo-section {
    padding: 70px 0;
    background: rgba(221, 221, 221, 0.20);
}

.company-logo-section .logo-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.company-logo-section .logo-box .imgbox {
    flex: 1;
}

.company-logo-section .logo-box .imgbox img {
    max-width: 100%;
    height: auto;
}
section.about-us-sectionx {
    background: var(--lt-bg-color);
    text-align: center;
}
.featured-villa-section {
    padding: 70px 0;
    /* background: var(--lt-bg-color); */
}

.featured-villa-section h5 {
    font-size: 16px;
    /* color: #0289f3; */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 20px 0;
    font-weight: 500;
}

.featured-villa-section h1 {
    font-size: 32px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.featured-villa-section p {
    /* color: #777777; */
    font-weight: 500;
    font-size: 16px;
}

.location-section {
    padding: 70px 0;
    padding-top: 0;
}

.location-section .box .imgbox {
    position: relative;
    z-index: 1;
    height: 250px;
}

.location-section .box .imgbox img{
    height: 100%;
    width: 100%;
}

.location-section .box .imgbox::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.location-section .box .imgbox .img-btn {
    position: absolute;
    left: 8px;
    top: 8px;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 14px;
    z-index: 1;
    color: var(--white-color);
}

.location-section .box .imgbox h2 {
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 22px;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 0;
    font-family: 'Futura Bk BT';
}

.location-section .box .imgbox h2 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: end;
}

.location-section .box .content {
    padding: 10px 0;
}

.location-section .box .content h3 {
    font-size: 24px;
    /* font-weight: 500; */
    /* color: #0289f3; */
}
.location-section .box .content p{
    line-height: normal;
}

.all-review-section {
    padding: 70px 0;
    background: var(--lt-bg-color);
}

.all-review-section .top-review-imgbox {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
}

.all-review-section .top-review-imgbox .review-imgbox {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    gap: 15px;
}

.all-review-section .top-review-imgbox .review-imgbox img {
    flex: 1;
    max-width: 22%;
}

.all-review-section .review-card {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 0 #000, 0 0 0 0 #000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.all-review-section .review-card .review-card-box {
    display: flex;
    align-items: flex-start;
}

.all-review-section .review-card .review-card-box img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.all-review-section .review-card .review-card-box .review-card-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.all-review-section .review-card .review-card-box .review-card-content p {
    font-size: 13px;
    margin-bottom: 10px;
}

.all-review-section .rating {
    color: #f4b400;
}

.all-review-section .nav-tabs {
    margin-top: 50px;
    border-bottom: 2px solid #4747471a;
}

.all-review-section .nav-tabs .nav-link {
    border: none;
    color: #47474780;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.all-review-section .nav-tabs .nav-link img {
    height: 20px;
    margin-right: 10px;
}

.all-review-section .nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: unset;
    border-bottom: 2px solid #474747;
    color: #474747;
}

.loadmore-btn {
    margin-top: 25px;
}

.blog-section {
    padding: 70px 0;
    /* background: rgba(221, 221, 221, 0.20); */
}

.blog-section .blog-inner-box .blog-title-container {
    display: flex;
    align-items: center;
    position: relative;
}

.blog-section .blog-title-container h2 {
    margin: 0;
    white-space: nowrap;
    margin-right: 20px;
    position: relative;
    flex: 1;
    z-index: 1;
}

.blog-section .blog-title-container h2 span {
    padding-right: 20px;
}

/* .blog-section .blog-title-container h2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 20px;
    background: #474747;
    z-index: -1;
} */

.blog-section .title-line {
    height: 2px;
    background-color: #000;
    z-index: 1;
}

.blog-section .view-more-btn {
    background-color: #F5C16C;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 2;
}

.blog-section .blog-card {
    margin-bottom: 30px;
}

.blog-section .blog-card img {
    min-width: 270px;
    height: 250px;
    width: 270px;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.blog-section .blog-content h5 {
    font-weight: 500;
    font-size: 18px;
    /* color: #0289f3; */
}

.blog-section .blog-content .comment-date {
    font-size: 14px;
    margin-bottom: 8px;
}

.read_more_btn {
    /* color: #0289f3; */
    text-decoration: none;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 2px;
}

.read_more_btn::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--secondary-color);
}

.latest-offer-news-section {
    background: url('https://demo.7iquid.com/carmelina/wp-content/uploads/2024/03/h1-ss12-bg.webp') no-repeat center center/cover;
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.latest-offer-news-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.latest-offer-news-section .container-fluid {
    position: relative;
    z-index: 2;
}

.latest-offer-news-section h2 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

.latest-offer-news-section h2 span {
    display: block;
}

.latest-offer-news-section p {
    margin-bottom: 30px;
    color: #fff;
}

.signup-form {
    display: flex;
    gap: 10px;
}

.signup-form input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid white;
    background: transparent;
    color: white;
}

.signup-form input::placeholder {
    color: white;
}

.signup-form button {
    padding: 10px 20px;
    border: 1px solid white;
    background: transparent;
    color: white;
}

.newspaper-section {
    padding: 70px 0;
    background: #f2f2f2;
    position: relative;
}

.newspaper-section h6 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newspaper-section h2 {
    font-weight: 600;
    color: #333;
}

.newspaper-section .leftbox h5 {
    font-size: 16px;
    color: #AA998A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.newspaper-section .leftimg {
    width: 275px;
    position: absolute;
    right: 0;
    top: 0;
}

.newspaper-section .middle-imgbox {
    text-align: center;
}

.newspaper-section .middle-imgbox img {
    max-width: 80%;
}

.guestlee-section {
    padding: 130px 0;
    background: url(../images/testimonial-bg.jpeg) no-repeat center;
    background-size: cover;
}

.guestlee-section .guestlee-content-wrapper {
    text-align: end;
}

.guestlee-section .guestlee-content-wrapper h6 {
    text-transform: uppercase;
    margin: 0;
}

.guestlee-section .guestlee-content-wrapper h2 {
    margin: 15px 0;
}

.footer-section {
    /* padding: 70px 0; */
    /* background: url('../images/footer-bg.webp') no-repeat center;
    background-size: cover; */
    background: var(--lt-bg-color);
}
.footer-section .custom-col-line{
    position: relative;
    /* padding-right: 24px !important; */
    padding: 70px 0;
    text-align: center;
}
.footer-section .custom-col-line h4{
    display:none;
}
.footer-section .pt-pb-70{
    padding-top: 70px;
    padding-bottom: 20px;
}
.footer-section .custom-col-line::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e4e0da;
    right: 0;
    top: 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 32px;
    font-weight: bold;
}

.footer-section h4{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    text-align: justify;
}

.footer-section .widget-title-footer{
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
    margin-bottom: 8px;
    font-weight: 700;
}

.footer-links a {
    color: #333;
    margin-right: 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}
.footer-links a:hover{
    /* color: #e3be00; */
}

.footer-links a img{
    margin-right: 4px;
    margin-top: -3px;
}

.footer-contact {
    border: 1px solid #e4e0da;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
}
.footer-contact:hover {
    /* background: #e3be00; */
}

.footer-contact p{
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-social a {
    font-size: 24px;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #2a2a2a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-social a:hover {
    background: var(--secondary-color);
}

.footer-social a img{
    width: 20px;
}

/* .footer-contact{
    padding-top: 16px;
} */

.footer-partners{
    border-top: 1px solid #777777;
    margin-top: 15px;
    padding-top: 20px;
}

.footer-partners img {
    margin-right: 15px;
}
.about-slider-section{
    padding-bottom: 0;
}

.about-slider-section .slider-box .item img{
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}
.about-slider-section .slider-box .owl-nav{
    position: absolute;
    margin-top: 0;
    line-height: normal;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    /* display: none; */
}
.about-slider-section .slider-box .owl-nav button{
    line-height: normal;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-slider-section .slider-box .owl-nav button span{
    /* display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 30px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.35);
    border-color: transparent;
    font-size: 36px; */
    display: none;
}
.about-slider-section .slider-box .owl-nav .owl-prev::after{
    content: '';
    position: absolute;
    background: url(../images/carousel-arrow.svg) no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    transform: rotate(180deg);
    filter: invert(1);
}
.about-slider-section .slider-box .owl-nav .owl-next::after{
    content: '';
    position: absolute;
    background: url(../images/carousel-arrow.svg) no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    filter: invert(1);
}
.about-slider-section .slider-box .owl-nav button.owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c19800 !important;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.about-slider-section .slider-box .owl-nav button:focus , .about-slider-section .slider-box .owl-nav button:hover{
    box-shadow: none;
    background:transparent;
}
.about-slider-section .slider-box .owl-nav button.owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c19800 !important;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.about-slider-section .slider-box:hover .owl-nav{
    display: block;
}
.about-slider-section .slider-box .item .name{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    padding: 15px 10px;
    padding-top: 30px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .8));
    border-radius: 0 0 10px 10px;
}
.about-slider-section .slider-box .item .name h6{
    color: #fff;
    font-size: var(--f16);
}
.about-slider-section .slider-box .item a{
    color: #fff;
    font-size: var(--f16);
}
.about-slider-section p{
    font-weight: 500;
}

.client-section-slide{
    margin-top: 25px;
}
.client-section-slide .slide-item{
    background-color: #fff;
    padding: 25px 15px;
    border-radius: 8px;
}
.client-section-slide .slide-item .Box{
    display: flex;
}
.client-section-slide .slide-item .Box img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.client-section-slide .slide-item .Box .content{
    font-size: 12px;
}
.client-section-slide .slide-item .Box .content a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.client-section-slide .slide-item .Box .content a span{
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #000;
}
.client-section-slide .slide-item .Box .content a img{
    margin-right: 0;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    filter: invert(1);
}
.client-section-slide .slide-item .client-rateing span{
    display: block;
    color: orange;
    margin: 5px 0;
}
.client-section-slide .slide-item .client-rateing p{
    line-height: 22px;
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
    font-weight: 500;
    min-height: 100px;
    max-height: 165px;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: 6px;
}
.client-section-slide .slide-item .client-rateing img{
    width: 75px;
    margin-top: 10px;
}
.client-section-slide{
    margin: 0;
}
.client-section-slide .owl-nav{
    margin: 0;
}
.client-section-slide .owl-nav .owl-prev{
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color) !important;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.client-section-slide .owl-nav .owl-prev span,.client-section-slide .owl-nav .owl-next span{
    display: none;
}
.client-section-slide .owl-nav .owl-prev::after{
    content: '';
    position: absolute;
    background: url('../images/carousel-arrow.svg') no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    transform: rotate(180deg);
    filter: invert(1);
}
.client-section-slide .owl-nav .owl-next{
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color) !important;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.client-section-slide .owl-nav .owl-next::after{
    content: '';
    position: absolute;
    background: url('../images/carousel-arrow.svg') no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    right: 4px;
    top: 5px;
    filter: invert(1);
}
.client-section-slide .owl-nav .owl-prev:hover, .client-section-slide .owl-nav .owl-next:hover{
    background-color: #fff;
}
.attraction-loc-sec{
    padding: 70px 0;
}
.attraction-loc-sec .loc-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
h4{
    font-size: 20px;
    font-family: var(--heading-font);
    margin-top:20px;
    font-weight: 600;
}
.attraction-loc-sec h4 a{
    color: #000;
    text-decoration: none;
}
.multiple-location-box .loc-box{
    position: relative;
}
.multiple-location-box .loc-box .overlay-content{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0e377a9e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 30px;
    display: none;
}
.multiple-location-box .loc-box a:hover .overlay-content{
    display: flex;
}
.multiple-location-box .loc-box a:hover .overlay-content p{
    color: #fff;
}
.navi-main-wrapper-active.hamburger-close-icon .navi-main-menu-button::before,
.navi-main-wrapper-active.hamburger-close-icon .navi-main-menu-button::after{
    background: #fff;
}
#more{
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: none;
}
#more.show {
    display: inline;
    opacity: 1;
    transform: translateY(0);
}
section.home-list ul.pagination{
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
}
section.home-list ul.pagination .page-link{
    color: var(--secondary-color);
}
section.home-list ul.pagination .active>.page-link, section.home-list ul.pagination .page-link.active{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text-white);
}
.view-btn {
    text-align: center;
    margin-top: 30px;
}
.view-btn .main-btn{
  width: 170px;
}
section.about-us-sectionx .imgBox {
    text-align: center;
}
section.about-us-sectionx h1{
  text-align: center;
}
section.luxe-section .luxe-right-img img{
  width:100%;
  height: 450px;
  object-fit:cover;
}
section.luxe-section h2{
 margin-bottom:20px; 
}
.luxe-left-img {
    width: 100%;
    padding-right: 0;
}
.luxe-content .main-btn{
    width:150px;
    text-align:center;
    display: none;
}
.luxe-inner:hover .luxe-content .main-btn{
    display:block;
}
.luxe-content {
    /* width: 100%; */
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    background: #286ba400;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    /* display: none; */
    transition: all linear .3s;
    border: 2px solid transparent;
    flex-direction: column;
}
.luxe-content p{
    display:none;
}
.luxe-inner {
    /* display: flex; */
    position: relative;
}
.luxe-inner:hover .luxe-content{
    display:flex;
    border-color:#286ba4;
    background: #286ba4ba;
    /* width:95%; */
    left: 10px;
    top: 10px;
    /* transform:translate(-50%); */
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    height: 94%;
    width: 95%;
}
.luxe-inner:hover .luxe-content p{
    display:block;
}
.luxe-left-img img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.luxe-right-content h3{
 text-align:center; 
}
.luxe-right-img{
   text-align:center; 
}
.luxe-content p{
 text-align:justify;
 color: var(--white-color);
}
.lux-list-item img{
 width:50px; 
}
.lux-list {
    display: flex;
    justify-content: space-between;
}
.lux-list-item {
    text-align: center;
}
.lux-list-item p{
  margin-bottom:0;
}
section.luxe-section {
    background: var(--lt-bg-color);
}
.lux-btn {
    text-align: center;
    margin-top: 30px;
}
.lux-btn .main-btn{
  width: 140px;
}
section.explore-location h2{
   text-align: center;
    margin-bottom: 30px;
}
section.explore-location .col-6{
  padding:0px;
  height:350px;
  position:relative;
  background:url("../images/loc1.avif");
  background-repeat:no-repeat;
  background-size: 120%;
  background-position:center;
  transition: all 0.3s ease;
  overflow:hidden;
}
section.explore-location .col-6:hover{
    background-size: 140%;
}
section.explore-location .col-6 a{
      width: 100%;
    height: 100%;
   
    position: absolute;
    left: 0;
    top: 0;
}
section.explore-location .col-6 .overlay{
   /* background: #000000b5; */
   padding:20px;
   width:100%;
   height:100%;
}
section.explore-location .location-content {
    width: 100%;
    height: 100%;
    background: #0097b25e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
section.explore-location .location-content h3{
  color: #fff;
  margin-bottom:0;
}
section.explore-location .col-6.second-column{
  background-image: url("../images/loc2.webp");
}
section.explore-location .col-6.third-column{
  background-image: url("../images/loc3.webp");
}
section.explore-location .col-6.fourth-column{
  background-image: url("../images/loc4.webp");
}
.loc-btn {
    text-align: center;
    margin-top: 30px;
}
.loc-btn .main-btn{
    width:150px;
}
header#mainHeader .mx-auto{
  margin-left: 0 !important;
}
section.about_wrapper.policies h1{
 color:var(--heading-color); 
}
.copyright-info {
    padding-left: 0;
    text-align:center;
    margin-top: 40px;
}
.copyright-info p{
    display:flex;
    align-items:center;
    gap:10px;
    justify-content:center;
}
.copyright-info p img{
    width:70px;
}
/* Responsive Font Sizes */
@media (max-width: 1200px) {
    .blog-title {
        font-size: 2rem;
    }

    .blog-content h5 {
        font-size: 1.125rem;
    }
}

@media (max-width: 1024px){
    .about-slider-section{
        padding-top: 50px;
    }
    .about-slider-section .slider-box .item img, .attraction-loc-sec .loc-box img{
        height: 275px;
    }
    .about-us-section, .featured-villa-section, .location-section,.all-review-section,.attraction-loc-sec,.footer-section .custom-col-line,.footer-section .pt-pb-70{
        padding: 50px 0;
    }
    .blog-section{
        padding: 50px 0 20px;
    }
}

@media (max-width: 992px) {
    .blog-title {
        font-size: 1.75rem;
    }

    .blog-content h5 {
        font-size: 1rem;
    }

    .latest-offer-news-section h2 {
        font-size: 2rem;
    }
    .banner-header{
        padding-top: 200px;
    }
    form.Search-bar .submit-btn button{
        width: 135px;
    }
    .featured-villa-section h1, .heading-h1{
        font-size: 25px;
    }
    .location-section .box .content h3{
        font-size: 18px;
    }
    .custom-transparent-button{
        padding: 10px 20px;
    }
    .location-section .box .imgbox h1{
        font-size: 16px;
    }
    .client-section-slide .slide-item{
        padding: 15px 8px;
    }
    h4{
        font-size: 16px;
    }
    .blog-section .blog-card{
        flex-direction: column;
    }
    .blog-section .blog-card img{
        max-width: 100%;
    }
    .blog-section .blog-card .blog-content{
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .footer-section .custom-col-line{
        padding: 0;
    }
    .footer-section .custom-col-line img{
        width: 50%;
        margin: auto;
    }
    .footer-section .pt-pb-70{
        padding-top: 20px;
    }
    .footer-section .custom-col-line::after{
        display: none;
    }
}

@media (min-width: 768px){
    .mobile-social-icon{
        display: none;
    }
    .mobile-blog-btn{
        display: none;
    }
}

@media (max-width: 768px) {
    .blog-title {
        font-size: 1.5rem;
    }


    .blog-content h5 {
        font-size: 0.875rem;
    }

    .latest-offer-news-section h2 {
        font-size: 1.8rem;
    }

    .signup-form {
        flex-direction: column;
    }

    .signup-form button {
        width: 100%;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-links, .footer-contact, .footer-social {
        margin-bottom: 20px;
    }
    .desktop-social-icon{
        display: block;
    }
}
@media (max-width: 767px){
    .navbar .logo-img img{
        height: 65px;
    }
    .footer-section .custom-col-line{
        padding: 0 12px !important;
    }
    .mobile-social-icon{
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        border-left: none;
        padding: 0;
    }
    .mobile-social-icon span{
        margin-left: 0;
        margin: 0 5px;
    }
    .desktop-social-icon{
        display: none;
    }
    .navi-menu-wrapper{
        top: 20px;
    }
    .navi-menu-wrapper{
        top: 50%;
        transform: translateY(-50%);
    }
    .navi-by-bonfire ul li a{
        font-size: 24px;
        line-height: 22px;
    }
    .scrollIconFixed img{
        filter: invert(0);
    }
    .navbar .logo-img{
        height: 60px;
    }
    .navbar .logo-img img{
        margin-top: 0;
    }
    form.Search-bar .checkbar{
        width: 100%;
        margin: 10px 0;
    }
    form.Search-bar .submit-btn{
        width: 100%;
    }
    form.Search-bar .sub-btn{
        width: 100%;
        margin-top: 10px;
        padding-right: 12px;
    }
    .airbnb_booking_img{
        height: 135px;
        top: 40px;
        transform: unset;
    }
    form .adult_field{
        justify-content: flex-start;
    }
    form.Search-bar .people label{
        text-align: left;
        margin-bottom: 5px;
    }
    form.Search-bar .submit-btn button{
        width: 100%;
    }
    .search{
        position: static;
        transform: unset;
    }
    .banner-header{
        padding-bottom: 0;
    }
    .footer-section .pt-pb-70{
        padding: 20px 12px 0;
    }
    .banner-header{
        padding-top: 175px;
    }
    .about-us-section, .featured-villa-section, .location-section, .all-review-section, .attraction-loc-sec, .footer-section .custom-col-line{
        padding: 40px 0;
    }
    .featured-villa-section h5{
        margin-top: 0;
    }
    .location-section{
        padding-bottom: 15px;
    }
    .location-section .box .content{
        padding: 20px 0;
    }
    .all-review-section .top-review-imgbox{
        margin-bottom: 35px;
    }
    .all-review-section h2{
        margin-bottom: 20px;
    }
    .blog-section .blog-title-container h2{
        margin-right: 10px;
    }
    .blog-section .blog-title-container button{
        padding: 12px 8px;
    }
    .desktop-blog-btn{
        display: none;
    }
}

@media (max-width: 576px) {
    .blog-title {
        font-size: 1.25rem;
    }

    .blog-content h5 {
        font-size: 0.75rem;
    }

    .latest-offer-news-section h2 {
        font-size: 1.5rem;
    }

    .latest-offer-news-section p {
        font-size: 0.9rem;
    }
}

