/* Desktop Banner */
.slider_section2{
    display:block !important;
}

/* Mobile Banner */
.mobile_slider_section{
    display:none !important;
}

/* ABOUT US START */

.a3d-about-section {
    padding: 50px 0;
    background: #faf7f2;
    overflow: hidden;

}

.a3d-about-section .a3d-about-image {

    position: relative;

    padding: 35px;

}

.a3d-about-section .a3d-frame {

    position: absolute;

    left: 0;

    top: 0;

    width: 88%;

    height: 88%;

    border: 3px solid var(--theme-color);

    z-index: 1;

}

.a3d-about-section .a3d-image-box {

    position: relative;

    z-index: 2;

    background: var(--color-white);

    padding: 10px;

    border: 1px solid #d9c4a0;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);

}

.a3d-about-section .a3d-image-box::before {

    content: "";

    position: absolute;

    top: -12px;

    right: -12px;

    width: 100%;

    height: 100%;

    border: 2px solid var(--theme-color2);

    z-index: -1;

}

.a3d-about-section .a3d-image-box::after {

    content: "";

    position: absolute;

    left: -12px;

    bottom: -12px;

    width: 100%;

    height: 100%;

    border: 2px solid var(--theme-color);

    z-index: -2;

}

.a3d-about-section .a3d-image-box img {

    width: 100%;

    display: block;

}

.a3d-about-section .a3d-subtitle {
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;

}

.a3d-about-section .a3d-about-content h2 {
    font-size: 35px;
    line-height: 1.2;
    color: var(--color-dark);
    margin-bottom: 10px;
    font-weight: 800;
}

.a3d-about-section .a3d-about-content h2 span {

    display: block;

    color: var(--theme-color2);

}

.a3d-about-section .a3d-about-content p {
    color: var(--body-text-color);
    line-height: 27px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;

}

.a3d-about-section .a3d-feature {
    display: flex;
    align-items: center;
    /* gap: 10px; */

}

.a3d-about-section .a3d-icon {
    width: 49px;
    height: 49px;
    /* background: var(--theme-color2); */
    color: var(--theme-color2);
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    transition: .4s;
}

.a3d-about-section .a3d-feature:hover .a3d-icon {
    /* background: var(--theme-color); */
    color: var(--theme-color);
    /* transform:rotate(8deg); */

}

.a3d-about-section .a3d-feature p {
    margin: 0;
    font-size: 14px;
    color: var(--body-text-color);
    font-weight: 500;

}

.a3d-about-section .a3d-about-btn {

    display: inline-block;
    margin-top: 30px;
    padding: 13px 30px;
    background: var(--theme-color2);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    transition: .4s;
    border-radius: 5px;

}

.a3d-about-section .a3d-about-btn:hover {

    background: var(--theme-color);

    color: var(--color-dark);

}


/* ABOUT US END */

/*why choose start*/

.why-choose-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #3d0007, #230003);

}

.why-choose-section .why-choose-title {
    text-align: center;
    margin-bottom: 55px;

}

.why-choose-section .why-choose-title h3 {
    color: var(--theme-color);
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;

}

.why-choose-section .why-choose-title p{
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.why-choose-section .why-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 5px 0px 10px 0px;
}

.why-choose-section .why-divider span {
    width: 90px;
    height: 1px;
    background: #8d6a24;
}

.why-choose-section .why-divider i {
    color: var(--theme-color);
    font-size: 13px;
}



.why-choose-section .why-choose-card {
    background: rgb(78 0 10 / 8%);
    border: 1px solid rgba(212, 175, 55, .55);
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .4s;
}

.why-choose-section .why-choose-card:hover {
    transform: translateY(-8px);
    border-color: var(--theme-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

.why-choose-section .why-choose-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 15%;
    background: rgba(212, 175, 55, .08);
    border: 1px solid rgba(212, 175, 55, .25);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.why-choose-section .why-choose-icon i {
    color: var(--theme-color);
    font-size: 38px;
}

.why-choose-section .why-choose-card h4 {
    color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;

}

.why-choose-section .why-choose-card p {
    color: var(--color-white);
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}

/* why choose end */

/* project section start */

.project-section {
    padding: 50px 0;
    background: var(--theme-color4);
}

.project-section .project-title {
    text-align: center;
    margin-bottom: 45px;
}

.project-section .project-title h2 {
    font-size: 38px;
    color: var(--theme-color2);
    margin-bottom: 7px;
    font-weight: 800;
    text-transform: capitalize;
}

.project-title p{
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.project-section .project-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5px 0px 10px 0px;
}

.project-section .project-divider span {
    width: 90px;
    height: 1px;
    background: var(--theme-color);
}

.project-section .project-divider i {
    color: var(--theme-color);
    font-size: 13px;
}

/*==================================
Swiper
==================================*/

.project-section .project-slider {
    position: relative;
    padding: 0 45px;
    overflow: visible;
}

.project-section .swiper {
    overflow: hidden;

}
.project-section .swiper-slide {
    height: auto;
}

/*==================================
Card
==================================*/

.project-section .project-card {
    background: var(--color-white);
    border: 1px solid #d8d8d8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: .4s;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
}

.project-section .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.project-section .project-img {
    overflow: hidden;
}

.project-section .project-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: .5s;
}

.project-section .project-card:hover img {
    transform: scale(1.08);
}

.project-section .project-content {
    padding: 18px;
}

.project-section .project-content h4 {
    font-size: 22px;
    color: var(--theme-color5);
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 800;
}

.project-section .project-content p{
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 15px;

}

.project-section .project-content span {
    display: block;
    color: var(--body-text-color);
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 500;
}


.project-section .project-btn {
    display: inline-block;
    background: var(--theme-color2);
    color: var(--color-white);
    padding: 11px 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .4s;
    border-radius: 5px;
}

.project-section .project-btn:hover {
    background: var(--theme-color);
    color: var(--color-dark);
}

/*==================================
Arrows
==================================*/

.project-section .project-prev,
.project-section .project-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 15%;
    background: #6d0d14;
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s;
    z-index: 10;
}

.project-section .project-prev{
    left:0px;
}

.project-section .project-next{
    right:0px;
}

.project-section .project-prev:hover,
.project-section .project-next:hover {
    background: var(--theme-color);
    color: var(--color-dark);
}

/*==================================
Responsive
==================================*/

@media(max-width:1199px) {

    .project-section .project-slider {
        padding: 0 30px;
    }

}

@media(max-width:991px) {

    .project-section .project-content ul {
        flex-direction: column;
        gap: 8px;
    }

}

@media(max-width:767px) {

    .project-section .project-slider {
        padding: 0;
    }



    .project-section .project-content h4 {
        font-size: 18px;
    }

    .project-section .project-img img {
        height: 220px;
    }

}

/* project section end */

/*==============================
Services Section
==============================*/

.services-section{
    padding:60px 0;
    background:linear-gradient(180deg,#430007,#250003);
}

.services-section .services-title{
    text-align:center;
    margin-bottom:50px;
}

.services-section .services-title h2{
    font-size:38px;
    color:var(--theme-color);
    margin-bottom:5px;
    font-weight:800;
}

.services-section .services-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.services-section .services-divider span{
    width:90px;
    height:1px;
    background:#9f7724;
}

.services-section .services-divider i{
    color:var(--theme-color);
    font-size:13px;
}

.services-section .service-card{
    border:1px solid rgba(212,175,55,.5);
    border-radius:8px;
    text-align:center;
    padding:35px 15px;
    height:100%;
    background:rgba(255,255,255,.02);
    transition:.4s;
}

.services-section .service-card:hover{
    transform:translateY(-8px);
    border-color:var(--theme-color);
    box-shadow:0 15px 40px rgba(0,0,0,.35);
    background:rgba(212,175,55,.08);
}

.services-section .service-icon{
    width:80px;
    height:80px;
    margin:auto;
    border:1px solid rgba(212,175,55,.25);
    border-radius:15%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:22px;
    transition:.4s;
}

.services-section .service-card:hover .service-icon{
    background:#d4af37;
}

.services-section .service-icon i{
    font-size:42px;
    color:#d4af37;
    transition:.4s;
}

.services-section .service-card:hover .service-icon i{
    color:#4b0007;
}

.services-section .service-card h4{
    color:#fff;
    font-size:19px;
    line-height:1.4;
    margin:0;
    font-family:"Cinzel",serif;
    text-transform:uppercase;
}

.services-section .service-card h4 span{
    display:block;
}

@media(max-width:991px){

.services-section{
    padding:70px 0;
}

.services-section .services-title h2{
    font-size:30px;
}

}

@media(max-width:767px){

.services-section .service-card{
    padding:25px 10px;
}

.services-section .service-icon{
    width:65px;
    height:65px;
}

.services-section .service-icon i{
    font-size:32px;
}

.services-section .service-card h4{
    font-size:15px;
}

}

/* end */


/*==============================
Project Amenities
==============================*/

.amenities-section{
    padding:60px 0;
    background:linear-gradient(180deg,#430007,#250003);
}

.amenities-section .amenities-title{
    text-align:center;
    margin-bottom:50px;
}

.amenities-section .amenities-title h2{
    font-size:38px;
    color:var(--theme-color);
    margin-bottom:7px;
    font-weight:800;
}

.amenities-section .amenities-title p{
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}


.amenities-section .amenities-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin: 5px 0px 10px 0px;
}

.amenities-section .amenities-divider span{
    width:90px;
    height:1px;
    background:#9f7724;
}

.amenities-section .amenities-divider i{
    color:#d4af37;
    font-size:13px;
}

.amenities-section .amenities-card{
    border:1px solid rgba(212,175,55,.5);
    border-radius:8px;
    background:rgba(255,255,255,.02);
    text-align:center;
    padding:35px 15px;
    transition:.4s;
    height:100%;
}

.amenities-section .amenities-card:hover{
    transform:translateY(-8px);
    border-color:#d4af37;
    background:rgba(212,175,55,.08);
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.amenities-section .amenities-icon{
    width:80px;
    height:80px;
    margin:auto auto 20px;
    border:1px solid rgba(212,175,55,.25);
    border-radius:15%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
}

.amenities-section .amenities-icon i{
    font-size:40px;
    color:#d4af37;
}

.amenities-section .amenities-card:hover .amenities-icon{
    background:#d4af37;
}

.amenities-section .amenities-card:hover .amenities-icon i{
    color:var(--theme-color2);
}

.amenities-section .amenities-card h4{
    color:var(--color-white);
    font-size:18px;
    line-height:1.5;
    margin:0;
    font-family:"Cinzel",serif;
    text-transform:capitalize;
}

.amenities-section .amenities-card h4 span{
    display:block;
}

/*  */

/*==============================
Counter Section
==============================*/

.counter-section{
    padding:70px 0;
    background:#f7f3ed;
}

.counter-section .counter-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    /* background:#6d0d14; */
    border:1px solid var(--theme-color2);
    padding:30px 20px;
    transition:.4s;
    height:100%;
    border-radius: 10px;
}

.counter-section .counter-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.counter-section .counter-icon{
    width:70px;
    height:70px;
    border:1px solid var(--theme-color2);
    border-radius:15%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
    background-color: var(--theme-color2);
}

.counter-section .counter-icon i{
    font-size:34px;
    color:var(--theme-color);
}

.counter-section .counter-content h2{
    margin:0;
    color:var(--theme-color2);
    font-size:42px;
    font-weight:700;
    line-height:1;
}

.counter-section .counter-content p{
    margin:8px 0 0;
    color:var(--theme-color2);
    text-transform:capitalize;
    font-size:16px;
    font-weight:700;
    letter-spacing:.5px;
}

@media(max-width:991px){

.counter-section{
    padding:60px 0;
}

.counter-section .counter-box{
    justify-content:flex-start;
}

}

@media(max-width:767px){

.counter-section .counter-box{
    flex-direction:column;
    text-align:center;
    gap:15px;
}

.counter-section .counter-content h2{
    font-size:34px;
}

.counter-section .counter-content p{
    font-size:14px;
}

}

/*  */

/*==========================
Testimonial Section
==========================*/

.testimonial-section{
    position:relative;
    padding:60px 0;
    background:url("../images/test-bg.png") center center/cover no-repeat;
    overflow:hidden;
}

.testimonial-section .testimonial-overlay{
    position:absolute;
    inset:0;
    background:rgb(36 3 4 / 59%);
}

.testimonial-section .container{
    position:relative;
    z-index:2;
}

.testimonial-section .testimonial-heading{
    text-align:center;
    margin-bottom:55px;
}

.testimonial-section .testimonial-heading h2{
    color:var(--theme-color);
    font-size:40px;
    font-weight:800;

}

.testimonial-section .testimonial-heading p{
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-section .testimonial-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5px 0px 10px 0px;
}

.testimonial-section .testimonial-divider span {
    width: 90px;
    height: 1px;
    background: var(--theme-color);
}

.testimonial-section .testimonial-divider i {
    color: var(--theme-color);
    font-size: 13px;
}

/*==========================
Slider
==========================*/

.testimonial-section .testimonialSwiper{
    position:relative;
    padding:0 45px 0px;
}

/*==========================
Card
==========================*/

.testimonial-section .testimonial-card{
    background:rgba(90,8,12,.55);
    border:1px solid rgba(212,175,55,.35);
    border-radius:10px;
    padding:35px;
    backdrop-filter:blur(5px);
    min-height:300px;
}

.testimonial-section .testimonial-card:hover{
    border-color:#d4af37;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.testimonial-section .quote-icon{
    color:var(--theme-color);
    font-size:40px;
    margin-bottom:-15px;
}

.testimonial-section .testimonial-card p{
    color:var(--color-white);
    font-size:14px;
    line-height:26px;
    min-height:155px;
    font-weight: 500;
}

.testimonial-section .testimonial-line{
    width:90px;
    height:2px;
    background:#b88729;
    margin-bottom:25px;
}

/*==========================
User
==========================*/

.testimonial-section .testimonial-user{
    display:flex;
    align-items:center;
    gap:18px;
}

.testimonial-section .testimonial-user-img{
    width:72px;
    height:72px;
    border-radius:15%;
    overflow:hidden;
    border:3px solid #d4af37;
    flex-shrink:0;
}

.testimonial-section .testimonial-user-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.testimonial-section .testimonial-user-content h4{
    color:var(--theme-color);
    font-size:26px;
    margin-bottom:4px;
    font-weight: 700;
}

.testimonial-section .testimonial-user-content span{
    color:#fff;
    font-size:15px;
}

.testimonial-section .testimonial-stars{
    margin-top:8px;
}

.testimonial-section .testimonial-stars i{
    color:#d4af37;
    font-size:15px;
    margin-right:3px;
}

/*==========================
Navigation
==========================*/

.testimonial-section .testimonial-prev,
.testimonial-section .testimonial-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border-radius:15%;
    border:1px solid var(--theme-color);
    background:var(--theme-color2);
    color:var(--theme-color);
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.4s;
    z-index:20;
}

.testimonial-section .testimonial-prev{
    left:0px;
}

.testimonial-section .testimonial-next{
    right:0px;
}

.testimonial-section .testimonial-prev:hover,
.testimonial-section .testimonial-next:hover{
    background:#d4af37;
    color:#4b0507;
}

/*==========================
Pagination
==========================*/

.testimonial-section .testimonial-pagination{
    position:relative;
    margin-top:35px;
}

.testimonial-section .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:transparent;
    border:2px solid #d4af37;
    opacity:1;
}

.testimonial-section .swiper-pagination-bullet-active{
    background:#d4af37;
}

/*==========================
Responsive
==========================*/

@media(max-width:1199px){

.testimonial-section .testimonial-heading h2{
    font-size:42px;
}

}

@media(max-width:991px){

.testimonial-section{
    padding:70px 0;
}

.testimonial-section .testimonial-heading h2{
    font-size:34px;
}

.testimonial-section .testimonial-card{
    min-height:auto;
}

.testimonial-section .testimonial-card p{
    min-height:auto;
}

}

@media(max-width:767px){

.testimonial-section .testimonialSwiper{
    padding:0 0 55px;
}

.testimonial-section .testimonial-prev,
.testimonial-section .testimonial-next{
    display:none;
}

.testimonial-section .testimonial-card{
    padding:25px 20px;
}

.testimonial-section .testimonial-user-content h4{
    font-size:22px;
}

.testimonial-section .quote-icon{
    font-size:38px;
}

.testimonial-section .testimonial-card p{
    font-size:15px;
}

}

/* testimoniial end */

/*==========================
RESORT AMENITIES
==========================*/

.resort-amenities-section{
    padding:50px 0;
    background:#f7f3ed;
    position:relative;
    overflow:hidden;
}

.resort-amenities-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(212,175,55,.06);
    border-radius:50%;
    bottom:-120px;
    right:-100px;
}

/* .resort-amenities-section .container{
    position:relative;
    z-index:2;
} */

/*==========================
Title
==========================*/

.resort-amenities-title{
    text-align:center;
    margin-bottom:35px;
}

.resort-amenities-title h2{
    font-size:40px;
    color:var(--theme-color2);
    margin-bottom:5px;
    font-weight: 800;
}

.resort-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin:5px 0px 10px 0px;
}

.resort-divider span{
    width:70px;
    height:2px;
    background:#d4af37;
}

.resort-divider i{
    color:#d4af37;
    font-size:14px;
}

.resort-amenities-title p{
    max-width:700px;
    margin:auto;
    color:var(--body-text-color);
    line-height:26px;
    font-size:14px;
    font-weight: 500;
}

/*==========================
Cards
==========================*/

.resort-card{
    /* background:#fff; */
    border-radius:18px;
    padding:16px 9px;
    text-align:center;
    border:1px solid #ead7a1;
    transition:.4s;
    /* height:100%; */
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.resort-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.resort-icon{
    width:90px;
    height:90px;
    margin:auto auto 22px;
    border-radius:50%;
    background:var(--theme-color2);
    color:var(--theme-color);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    transition:.4s;
}

.resort-card:hover .resort-icon{
    background:var(--theme-color);
    color:var(--theme-color2);
    transform:rotateY(180deg);
}

.resort-card h4{
    font-size:18px;
    color:#3b0608;
    /* margin:11px 0px 0px 0px; */
    font-weight:700;
    line-height:21px;
}

.resort-image{
        width: 100%;
    height: 105px;
}

.resort-image img{
    width: 235px;
    border-radius: 10px;
}


/* resorts amities */

/*=========================
FAQ SECTION
=========================*/

.faq-section{
    padding:90px 0;
    background:#f7f3ed;
    overflow:hidden;
}

.faq-section .faq-image-wrapper{
    position:relative;
    width:100%;
}

.faq-section .faq-frame{
    position:absolute;
    top:-15px;
    left:-15px;
    width:100%;
    height:100%;
    border:4px solid #c89b35;
    border-radius:12px;
    z-index:1;
}

.faq-section .faq-image{
    position:relative;
    z-index:2;
    overflow:hidden;
    border-radius:12px;
    background:#fff;
    box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.faq-section .faq-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
}

/*=========================
Heading
=========================*/

.faq-section .faq-heading{
    margin-bottom:30px;
}

.faq-section .faq-heading span{
    color:#9d7431;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.faq-section .faq-heading h2{

    font-size:35px;
    font-weight:800;
    line-height:1.08;
    color:#2b1d16;
    margin-top:8px;
    margin-bottom:0;
}

.faq-section .faq-heading h2 strong{
    font-size:35px;
    font-weight:800;
    line-height:1.08;
    color:var(--theme-color2);
    margin-top:8px;
    margin-bottom:0;
}

/*=========================
Accordion
=========================*/

.faq-section .faq-accordion .accordion-item{
    border:none;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:16px;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.faq-section .faq-accordion .accordion-button{
    background:var(--color-white);
    color:var(--color-dark);
    font-size:20px;
    font-weight:700;
    padding:18px 60px 18px 22px;
    box-shadow:none;
    position:relative;
    border-radius:10px;
}

.faq-section .faq-accordion .accordion-button strong{
    color:var(--theme-color);
    margin-right:8px;
}

.faq-section .faq-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:var(--theme-color2);
}

.faq-section .faq-accordion .accordion-body{
    padding:0 22px 20px 42px;
    color:var(--body-text-color);
    line-height:1.8;
    font-size:14px;
    font-weight: 500;
}

/*=========================
Plus Icon
=========================*/

.faq-section .accordion-button::after{
    content:"+";
    background:none;
    width:28px;
    height:28px;
    border:2px solid var(--theme-color);
    border-radius:15%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:var(--theme-color);
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    transition:.35s;
}

.faq-section .accordion-button:not(.collapsed)::after{
    content:"−";
    background:var(--theme-color);
    color:#fff;
    transform:translateY(-50%) rotate(180deg);
}

/*=========================
Hover
=========================*/

.faq-section .faq-accordion .accordion-item:hover{
    transform:translateY(-3px);
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.faq-section{
    padding:40px 0;
}

.faq-section .faq-image-wrapper{
    margin:auto;
}

.faq-section .faq-heading{
    text-align:center;
}

.faq-section .faq-heading h2{
    font-size:38px;
}

}

@media(max-width:767px){

.faq-section .faq-heading h2{
    font-size:30px;
}

.faq-section .faq-image img{
    height:380px;
}

.faq-section .faq-frame{
    top:-10px;
    left:-10px;
}

.faq-section .faq-accordion .accordion-button{
    font-size:14px;
    padding:16px 50px 16px 18px;
}

.faq-section .faq-accordion .accordion-body{
    font-size:14px;
}

}
/* faq end */


/* blog section */

.blog-section{
    background:var(--theme-color6);
    padding:60px 0;
    position:relative;
    overflow:hidden;
}

.blog-section .blog-title{
    text-align:center;
    margin-bottom:50px;
}

.blog-section .blog-title h4{
    display:block;
    color:var(--theme-color);
    font-size:38px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:capitalize;
}

.blog-section .blog-title p{
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.blog-section .blog-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin:5px 0px 10px 0px;
}

.blog-section .blog-divider span{
    width:80px;
    height:1px;
    background:#9a7727;
}

.blog-section .blog-divider i{
    color:var(--theme-color);
    font-size:12px;
}

/*=================================
SWIPER
=================================*/

.blog-section .blogSwiper{
    position:relative;
    padding:0 45px 60px;
}

/*=================================
CARD
=================================*/

.blog-section .blog-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.blog-section .blog-img{
    position:relative;
    overflow:hidden;
}

.blog-section .blog-img img{
    width:100%;
    height:auto;
    object-fit:cover;
}



/*=================================
DATE
=================================*/


.blog-section .blog-date strong{
    display:block;
    font-size:24px;
    line-height:1;
}

.blog-section .blog-date span{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    margin-top:4px;
}

.blog-section .blog-date small{
    display:block;
    font-size:10px;
}

/*=================================
CONTENT
=================================*/

.blog-section .blog-content{
    padding:15px 25px 15px;
}

.blog-section .blog-category{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--theme-color7);
    font-size:14px;
    margin-bottom:15px;
}

.blog-section .blog-category i{
    color:var(--theme-color7);
}

.blog-section .blog-content h3{
    font-size:22px;
    line-height:1.4;
    margin-bottom:10px;
}

.blog-section .blog-content h3 a{
    color:var(--color-dark);
    text-decoration:none;
    transition:.3s;
    font-size: 22px;
    font-weight: 800;
}

.blog-section .blog-content h3 a:hover{
    color:var(--theme-color2);
}

.blog-section .blog-content p{
    color:var(--body-text-color);
    font-size:14px;
    line-height:1.8;
    margin-bottom:25px;
    font-weight: 500;
}

/*=================================
BUTTON
=================================*/

.blog-section .blog-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:var(--theme-color2);
    color:var(--color-white);
    text-decoration:none;
    padding:12px 22px;
    font-size:13px;
    font-weight:600;
    text-transform:capitalize;
    transition:.35s;
    border-radius: 5px;
}

.blog-section .blog-btn:hover{
    background:var(--theme-color);
    color:#2a0507;
}

.blog-section .blog-btn i{
    transition:.35s;
}

.blog-section .blog-btn:hover i{
    transform:translateX(4px);
}

/*=================================
ARROWS
=================================*/

.blog-section .blog-prev,
.blog-section .blog-next{
    position:absolute;
    top:45%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border-radius:15%;
    background:#5d0d12;
    border:1px solid #b68d2f;
    color:var(--theme-color);
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.35s;
    z-index:20;
}

.blog-section .blog-prev{
    left:0px;
}

.blog-section .blog-next{
    right:0px;
}

.blog-section .blog-prev:hover,
.blog-section .blog-next:hover{
    background:var(--theme-color);
    color:#4d0508;
}

/*=================================
PAGINATION
=================================*/

.blog-section .blog-pagination{
    margin-top:35px;
    position:relative;
}

.blog-section .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:transparent;
    border:2px solid var(--theme-color);
    opacity:1;
}

.blog-section .swiper-pagination-bullet-active{
    background:#d4af37;
}

/*=================================
RESPONSIVE
=================================*/

@media(max-width:991px){

.blog-section{
    padding:50px 0px 0px 0px;
}

.blog-section .blogSwiper{
    padding:0 0 60px;
}

.blog-section .blog-prev,
.blog-section .blog-next{
    display:none;
}

}

@media(max-width:767px){

.blog-section .blog-content{
    padding:32px 18px 20px;
}

.blog-section .blog-content h3{
    font-size:18px;
}

.blog-section .blog-content p{
    font-size:14px;
}

.blog-section .blog-img img{
    height:200px;
}

.blog-section .blog-title span{
    font-size:13px;
}

}


/* blogs end */


/*  */
/*==================================
A3D FOOTER
==================================*/

.a3d-footer{
    position:relative;
    background-image:
    linear-gradient(rgba(32, 3, 4, 0.445),rgba(32, 3, 4, 0.281)),
    url("../images/footerbg01.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:55px 0 0;
    overflow:hidden;
}

/* right dark overlay */

.a3d-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, rgb(163 104 104 / 35%) 0%, rgb(205 175 176 / 29%) 45%, rgb(28 21 21 / 25%) 100%);
    z-index:0;
}

.a3d-footer .container{
    position:relative;
    z-index:2;
}

/*==============================
LOGO
==============================*/
.footer-about{
    margin-bottom: 37px;
}

.a3d-footer .footer-logo img{
    width:150px;
    margin-bottom:20px;
}

.a3d-footer .footer-about p{
    color:var(--color-white);
    font-size:14px;
    line-height:28px;
    max-width: 250px;
}

/*==============================
HEADINGS
==============================*/

.a3d-footer h4{
    color:var(--theme-color);
    font-size:26px;
    margin-bottom:30px;
    position:relative;
    font-weight: 800;
}

.a3d-footer h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:2px;
    background:var(--theme-color);
}

/*==============================
LINKS
==============================*/

.a3d-footer .footer-links ul{
    list-style:none;
    margin:0;
    padding:0;
}

.a3d-footer .footer-links ul li{
    margin-bottom:14px;
}

.a3d-footer .footer-links ul li a{
    color:var(--color-white);
    text-decoration:none;
    transition:.35s;
    font-size:14px;
    display:inline-block;
}

.a3d-footer .footer-links ul li a::before{
    content:"›";
    color:var(--theme-color);
    margin-right:8px;
}

.a3d-footer .footer-links ul li a:hover{
    color:var(--theme-color);
    transform:translateX(8px);
}

/*==============================
SOCIAL
==============================*/

.a3d-footer .footer-social h5{
    color:var(--theme-color);
    margin:18px 0px;
    font-size:23px;
    font-weight: 700;
}

.a3d-footer .footer-social a{
    width:42px;
    height:42px;
    border:1px solid rgba(212,175,55,.4);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:var(--theme-color);
    border-radius:15%;
    margin-right:8px;
    transition:.35s;
    text-decoration:none;
}

.a3d-footer .footer-social a:hover{
    background:var(--theme-color);
    color:#330507;
}

/*==============================
CONTACT
==============================*/

.a3d-footer .footer-contact ul{
    list-style:none;
    margin:0;
    padding:0;
}

.a3d-footer .footer-contact li{
    display:flex;
    gap:15px;
    margin-bottom:24px;
}

.a3d-footer .footer-contact span{
    width:45px;
    height:45px;
    min-width:45px;
    border-radius:50%;
    background:#4e090d;
    color:var(--theme-color);
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(212,175,55,.3);
}

.a3d-footer .footer-contact strong{
    display:block;
    color:#fff;
    margin-bottom:4px;
    font-size:15px;
}

.a3d-footer .footer-contact p{
    color:#d0cbc5;
    margin:0;
    line-height:24px;
    font-size:14px;
}

/* CTA */

.a3d-footer .footer-cta{
    margin: 10px 0px;
    border-top:1px solid rgba(212,175,55,.25);

    border-bottom:1px solid rgba(212,175,55,.25);

    padding:23px 0;

}

.a3d-footer .footer-cta .row{

    align-items:stretch;

}

.a3d-footer .footer-cta .col-lg-3{

    display:flex;

}

.a3d-footer .footer-cta-box{

    display:flex;

    align-items:center;

    gap:18px;

    width:100%;

    height:100%;

}

.a3d-footer .footer-cta-icon{

    position:relative;

    width:55px;

    height:55px;

    min-width:55px;

    border:2px solid #cda13a;

    border-radius:15px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#d4af37;

    font-size:28px;

    flex-shrink:0;

}

.a3d-footer .footer-cta-icon::before{

    content:"";

    position:absolute;

    inset:6px;

    border:1px solid rgba(212,175,55,.35);

    border-radius:10px;

}

.footer-cta-icon i{
    font-size: 18px;
}

.a3d-footer .footer-cta-content{

    flex:1;

}

.a3d-footer .footer-cta-content h5{

    color:#fff;

    font-size:22px;

    margin-bottom:8px;

    font-family:"Cinzel",serif;

}

.a3d-footer .footer-cta-content p,

.a3d-footer .footer-cta-content a{
    color:var(--color-white);
    font-size:14px;
    text-decoration:none;
    font-weight: 500;
    margin:0;
    line-height:25px;
    word-break:break-word;

}

.a3d-footer .footer-cta-content a:hover{
    color:#fff;

}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.a3d-footer .footer-cta-box{

    margin-bottom:25px;

}

}

@media(max-width:767px){

.a3d-footer .footer-cta-box{

    flex-direction:column;

    text-align:center;

}

.a3d-footer .footer-cta-content h5{

    font-size:22px;

}

.a3d-footer .footer-cta-content p,

.a3d-footer .footer-cta-content a{

    font-size:16px;

}

}
/*===========================
Golden Wave
===========================*/

.a3d-footer .footer-bottom::before{
    content:"";
    position:absolute;
    top:-55px;
    left:-2%;
    width:104%;
    height:110px;
    background:url("../images/footer-wave.png") center top no-repeat;
    background-size:cover;
    pointer-events:none;
}

/* Fallback if wave image is not available */


.a3d-footer .footer-bottom{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:15px 0 15px;
    overflow:hidden;
}

.a3d-footer .footer-bottom .container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.a3d-footer .footer-bottom h5{
    color:var(--color-white);
    font-size:20px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin:0 0 10px;
}

.a3d-footer .footer-bottom p{
    color:#bdb3aa;
    font-size:15px;
    margin:0;
}

.a3d-footer .footer-bottom::after{
    content:"";
    position:absolute;
    top:-45px;
    left:50%;
    transform:translateX(-50%);
    width:120%;
    height:120px;
    border-top:3px solid var(--theme-color);
    border-radius:50%;
}

.a3d-footer .scroll-top{
    position:absolute;
    right:25px;
    bottom:20px;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    border:2px solid var(--theme-color);
    background:var(--theme-color2);
    color:var(--theme-color);
    text-decoration:none;
}
/* footer end */


/* css start */
.desktop_fixed_btn {
    position: fixed;
    bottom: 110px;
    z-index: 999;
    right: 10px;

}

.desktop_fixed_btn>a {
    text-align: center;
    color: var(--color-white) !important;
    display: inline-block;
    line-height: 40px;
    font-size: 23px;
    margin: 0px 5px 0px 0px;
    font-weight: 500;
}


.desktop_fixed_btn>a>i {
    border-radius: 10px;
    background-color: var(--whatsapp-color);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    animation: pulse 1.8s infinite;
}

.desktop_fixed_btn{
    display: block;
}

.mobile_fixed_btn{
    display: none;
}

/* css end */
