/* @Shiv Web Developer */


/* ------------------------------
     HOME BANNER CSS  
--------------------------------- */

.HomeGallery {
    height: 400px !important;
}

.menu_verticle {
    position: sticky !important;
    top: 0px !important;
    left: 0px !important;
    vertical-align: middle;
    height: 100%;
    background-color: var(--primary-color);
    height: 600px !important;
    margin-right: 5px;
}

.menu_verticle .menu_verticle_inner {
    padding: 10px;
}

.menu_verticle .menu_verticle_inner ul {
    padding-left: 0px !important;
}

.menu_verticle .menu_verticle_inner ul li {
    padding: 10px;
    list-style: none;
    padding-left: 0px !important;
}

.menu_verticle .menu_verticle_inner ul li:hover {
    margin-left: 20px;
    transition-duration: .5s;
}

.menu_verticle .menu_verticle_inner ul li a {
    padding: 10px;
    color: white;
    width: 100% !important;
}


/* LATEST UPDATES  */
.LatestUpdates {
    margin: 0px 5px;
    height: 600px;
    /* width: 100%; */
    overflow-y: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.LatestUpdates .latestUpdateContainer {
    /* padding: 10px; */
}

.LatestUpdates .latestUpdateContainer .latestUpdateTitle {
    padding: 10px;
    background-color: var(--primary-color);
    color: white;
    /* text-align: center; */
}

.LatestUpdates .latestUpdateContainer ul {
    list-style: none;
    padding-left: 0px !important;
}

.LatestUpdates .latestUpdateContainer ul li {
    padding-left: 0px !important;
    font-size: 15px;
}

.LatestUpdates .latestUpdateContainer ul li a {
    padding: 10px;
}

.marquee-container {
    height: 600px;
    /* visible height */
    overflow: hidden;
    position: relative;
    /* background: #f4f4f4; */
    border: 1px solid #ccc;
}

.marquee_scroll {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    /* animation: scroll-up 20s linear infinite; */
}

.marquee_scroll ul li {
    margin: 10px 0px;
    padding: 5px;
    text-align: left;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

.prenextbutton {
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    z-index: 5;
    background-color: white;
    padding: 10px;
}

.prenextbutton span {
    padding: 0px 5px;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    cursor: pointer;
}



/* Pause on Hover */
.marquee-container:hover .marquee_scroll {
    animation-play-state: paused;
}

/* Animation keyframes */
@keyframes scroll-up {
    0% {
        top: 5%;
    }

    100% {
        top: -100%;
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {

    .menu_verticle {
        display: none;
    }

    .LatestUpdates {
        /* display: none; */
        margin-top: 10px;
    }

    .swiper-slide {
        height: 600px;
    }

    .decoknown-548 .decoknown-element.decoknown-element-afba1bb {
        --display: block !important;
        --background-transition: 0.3s;
    }



}




/* -----------------------------
     Faq Section Start
------------------------------*/


.accordian_live h1 {
    text-align: center;
    margin: 2rem 0;
    font-size: 2.5rem;
}

.accordian_live .accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordian_live .accordion-item {
    background-color: var(--bg-primary);
    color: var(--white);
    margin: 1rem 0;
    border-radius: 0.5rem;
}


.accordian_live .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(40, 39, 39);
    position: relative;
    cursor: pointer;
    box-shadow: var(--box-shadow);
}

.accordian_live .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordian_live .accordion-item-header.active::after {
    content: "\2212";
}

.accordian_live .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordian_live .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}



/* -----------------------------
       Faq Section End
  ------------------------------*/

.blog-content h1 {
    font-size: 35px !important;
}

.blog-content h2 {
    font-size: 32px !important;
}

.blog-content h3 {
    font-size: 25px !important;
}

.blog-content h4 {
    font-size: 20px !important;
}

.blog-content h5 {
    font-size: 20px !important;
}

.blog-content h6 {
    font-size: 20px !important;
}

#newsLetter {
    position: relative;
}

#newsLetter input.error+.error,
select.error+.error,
textarea.error+.error,
.single-trip .rating-form p label.error {
    color: #ec0e0e;
    display: block;
    position: absolute;
    bottom: -35px;
    left: 20%;
    font-size: 14px;
}

/* Membership  */
.card-image-section {
    padding: 5px;
}

.card-image-section img {
    height: 350px;
    width: 100%;
    border-radius: 10px;
}

.card-description-section {
    padding: 20px 10px;
}

.theme-background-color {
    background-color: #f9f1f9;
    padding: 10px 5px;
}

.luxery_services {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    padding: 5px !important;
    border-radius: 10px;
    margin-top: 20px;
}

.card-title-section {
    font-weight: 700 !important;
    color: #000000;
    margin-top: 15px;
}

.bullets-points ul {
    list-style-type: none !important;
    text-decoration: none !important;
}

.bullets-points ul li i {
    margin-right: 5px;
}



/* Contact us Webpage  */

.contact-us-parent-container {
    margin-bottom: 100px;
}

.contact-us-branches {
    display: flex;
    margin-top: 10px;
}

.contact-us-branches .icons {
    background-color: var(--primary-color);
    color: var(--smoke-color);
    border-radius: 10px;
    height: 80px !important;
    /* width: 100px !important; */
}

.contact-us-branches .icons i {
    font-size: 40px;
    color: white;
    line-height: 1.1;
    padding: 20px 20px;
}

.title-section {
    padding: 0px 20px;
}

.title-section h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0px;
}

.contact-us-branches .icons img {
    height: 60px;
    width: 60px;
    border-radius: 100px;
    margin: 10px 5px 5px 5px;
}

.title-section-card-area {
    border: 1px solid var(--primary-color);
    color: white;
}

.title-section-card-area h3 {
    color: var(--primary-color);
}

.theme-forms-background-color {
    padding: 30px;
}

.theme-forms-background-color .spacing {
    padding: 10px;
}

.theme-forms-background-color .submit-bg-color {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 30px;
}




/* Voucher Search Webpage */

.background_color {
    background-color: lightblue;
    padding: 40px;
    border-radius: 20px;
}



/* Entertainment Webpages Start */


.theme-photo-album {
    background-image: url('https://decoknown.com/assets/images/gallery/gallery_bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px;
    position: relative;
    height: 700px;
}


.theme-photo-album .polaroid img {
    padding: 10px;
    z-index: 11;
    background-color: var(--deco--preset--color--white);
}




.theme-photo-album .polaroid img:hover {
    rotate: 0deg;
    z-index: 999;
    transition-duration: .5s;
    transform: scale(1.2);

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


    .theme-photo-album h1 {
        font-size: 30px;
        color: var(--deco--preset--color--luminous-vivid-orange);
        text-align: center;
        margin: 20px 0px;
        font-weight: 800;
        position: absolute;
        top: 0px;
        left: 30%;

    }


    .theme-photo-album .img10 {
        height: 200px !important;
        width: 170px !important;
    }

    .theme-photo-album .img10 img {
        height: 200px !important;
        width: 170px !important;
    }


    .theme-photo-album .img1 img {
        position: absolute;
        left: 2%;
        top: 10%;
        rotate: -40deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img2 img {
        position: absolute;
        right: 2%;
        top: 10%;
        rotate: 20deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img3 img {
        position: absolute;
        left: 40%;
        top: 10%;
        rotate: 10deg;
        height: 100px;
        width: 80px;
        z-index: 12;

    }

    .theme-photo-album .img4 img {
        position: absolute;
        right: 0%;
        top: 25%;
        rotate: 40deg;
        height: 150px;
        width: 100px;

    }

    .theme-photo-album .img5 img {
        position: absolute;
        left: 6%;
        top: 35%;
        rotate: -10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img6 img {
        position: absolute;
        right: 10%;
        top: 20%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img7 img {
        position: absolute;
        left: 5%;
        bottom: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img8 img {
        position: absolute;
        right: 23%;
        top: 30%;
        rotate: 10deg;
        height: 200px;
        width: 190px;
        z-index: 999;

    }

    .theme-photo-album .img9 img {
        position: absolute;
        left: 30%;
        top: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img10 img {
        position: absolute;
        right: 0% !important;
        bottom: 20% !important;
        rotate: 30deg;
        height: 200px;
        width: 180px;
    }

    .theme-photo-album .img11 img {
        position: absolute;
        right: 26%;
        bottom: 5%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img12 img {
        position: absolute;
        right: 40%;
        bottom: 20%;
        rotate: 10deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img13 img {
        position: absolute;
        right: 6%;
        bottom: 10%;
        rotate: -31deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img14 img {
        position: absolute;
        left: 10%;
        bottom: 3%;
        rotate: 10deg;
        z-index: 3;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img15 img {
        position: absolute;
        right: 3%;
        bottom: 6%;
        rotate: 10deg;
        height: 120px;
        width: 100px;

    }



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .theme-photo-album h1 {
        font-size: 30px;
        color: var(--deco--preset--color--luminous-vivid-orange);
        text-align: center;
        margin: 20px 0px;
        font-weight: 800;
        position: absolute;
        top: 0px;
        left: 40%;

    }


    .theme-photo-album .img10 {
        height: 200px !important;
        width: 170px !important;
    }

    .theme-photo-album .img10 img {
        height: 200px !important;
        width: 170px !important;
    }


    .theme-photo-album .img1 img {
        position: absolute;
        left: 2%;
        top: 10%;
        rotate: -40deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img2 img {
        position: absolute;
        right: 2%;
        top: 10%;
        rotate: 20deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img3 img {
        position: absolute;
        left: 40%;
        top: 10%;
        rotate: 10deg;
        height: 100px;
        width: 80px;
        z-index: 12;

    }

    .theme-photo-album .img4 img {
        position: absolute;
        right: 0%;
        top: 25%;
        rotate: 40deg;
        height: 150px;
        width: 100px;

    }

    .theme-photo-album .img5 img {
        position: absolute;
        left: 6%;
        top: 35%;
        rotate: -10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img6 img {
        position: absolute;
        right: 10%;
        top: 20%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img7 img {
        position: absolute;
        left: 5%;
        bottom: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img8 img {
        position: absolute;
        right: 23%;
        top: 30%;
        rotate: 10deg;
        height: 200px;
        width: 190px;
        z-index: 999;

    }

    .theme-photo-album .img9 img {
        position: absolute;
        left: 30%;
        top: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img10 img {
        position: absolute;
        right: 0% !important;
        bottom: 20% !important;
        rotate: 30deg;
        height: 200px;
        width: 180px;
    }

    .theme-photo-album .img11 img {
        position: absolute;
        right: 26%;
        bottom: 5%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img12 img {
        position: absolute;
        right: 40%;
        bottom: 20%;
        rotate: 10deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img13 img {
        position: absolute;
        right: 6%;
        bottom: 10%;
        rotate: -31deg;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img14 img {
        position: absolute;
        left: 10%;
        bottom: 3%;
        rotate: 10deg;
        z-index: 3;
        height: 120px;
        width: 100px;
    }

    .theme-photo-album .img15 img {
        position: absolute;
        right: 3%;
        bottom: 6%;
        rotate: 10deg;
        height: 120px;
        width: 100px;

    }



}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .theme-photo-album h1 {
        font-size: 30px;
        color: var(--deco--preset--color--luminous-vivid-orange);
        text-align: center;
        margin: 20px 0px;
        font-weight: 800;
        position: absolute;
        top: -5px;
        left: 40%;
    }


    .theme-photo-album .img10 {
        height: 280px !important;
        width: 230px !important;
    }

    .theme-photo-album .img10 img {
        height: 280px !important;
        width: 230px !important;
    }


    .theme-photo-album .img1 img {
        position: absolute;
        left: 20%;
        bottom: 15%;
        rotate: -40deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img2 img {
        position: absolute;
        right: 40%;
        bottom: 10%;
        rotate: 20deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img3 img {
        position: absolute;
        left: 40%;
        top: 20%;
        rotate: 10deg;
        height: 100px;
        width: 80px;
        z-index: 12;

    }

    .theme-photo-album .img4 img {
        position: absolute;
        right: 20%;
        top: 25%;
        rotate: 40deg;
        height: 150px;
        width: 100px;

    }

    .theme-photo-album .img5 img {
        position: absolute;
        left: 36%;
        top: 60%;
        rotate: -10deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img6 img {
        position: absolute;
        left: 23%;
        top: 35%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img7 img {
        position: absolute;
        right: 35%;
        top: 20%;
        rotate: -30deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img8 img {
        position: absolute;
        right: 23%;
        top: 30%;
        rotate: 10deg;
        height: 220px;
        width: 200px;
        z-index: 1;

    }

    .theme-photo-album .img9 img {
        position: absolute;
        left: 30%;
        top: 20%;
        rotate: -30deg;
        height: 200px;
        width: 160px;
    }

    .theme-photo-album .img10 img {
        position: absolute;
        left: 40%;
        top: 20%;
        rotate: 30deg;
        height: 250px;
        width: 220px;

    }

    .theme-photo-album .img11 img {
        position: absolute;
        right: 17%;
        bottom: 25%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img12 img {
        position: absolute;
        right: 40%;
        bottom: 40%;
        rotate: 10deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img13 img {
        position: absolute;
        right: 60%;
        bottom: 20%;
        rotate: -31deg;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img14 img {
        position: absolute;
        right: 30%;
        bottom: 10%;
        rotate: 10deg;
        z-index: 3;
        height: 150px;
        width: 130px;
    }

    .theme-photo-album .img15 img {
        position: absolute;
        right: 23%;
        bottom: 16%;
        rotate: 10deg;
        height: 150px;
        width: 130px;

    }



}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}




/* New Design */

.theme-design-background {
    background-color: rgb(239, 239, 239);
    padding: 40px 0px;
}

.theme-card-image {
    position: relative;
}

.theme-card-image img {
    height: 400px;
    width: 100%;
    background-color: white;
    padding: 13px;
    border-radius: 10px;
    margin: 10px 0px;
}

.theme-design-back {
    background-color: #f6f2e8;
}

.theme-card-image .card_title {
    position: absolute;
    bottom: 7%;
    left: 7%;
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.theme-card-image-services {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    margin: 10px;
}

.theme-card-image-services .card_body {
    background-color: white;
    color: black;
    padding: 16px;
}

.theme-card-image-services img {
    height: 250px;
    width: 100%;
}





































img.deco-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


/*! This file is auto-generated */
.deco-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.deco-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}




:root {
    --deco--preset--aspect-ratio--square: 1;
    --deco--preset--aspect-ratio--4-3: 4/3;
    --deco--preset--aspect-ratio--3-4: 3/4;
    --deco--preset--aspect-ratio--3-2: 3/2;
    --deco--preset--aspect-ratio--2-3: 2/3;
    --deco--preset--aspect-ratio--16-9: 16/9;
    --deco--preset--aspect-ratio--9-16: 9/16;
    --deco--preset--color--black: #000000;
    --deco--preset--color--cyan-bluish-gray: #abb8c3;
    --deco--preset--color--white: #ffffff;
    --deco--preset--color--pale-pink: #f78da7;
    --deco--preset--color--vivid-red: #cf2e2e;
    --deco--preset--color--luminous-vivid-orange: #ff6900;
    --deco--preset--color--luminous-vivid-amber: #fcb900;
    --deco--preset--color--light-green-cyan: #7bdcb5;
    --deco--preset--color--vivid-green-cyan: #00d084;
    --deco--preset--color--pale-cyan-blue: #8ed1fc;
    --deco--preset--color--vivid-cyan-blue: #0693e3;
    --deco--preset--color--vivid-purple: #9b51e0;
    --deco--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --deco--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --deco--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --deco--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --deco--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --deco--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --deco--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --deco--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --deco--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --deco--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --deco--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --deco--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --deco--preset--font-size--small: 13px;
    --deco--preset--font-size--medium: 20px;
    --deco--preset--font-size--large: 36px;
    --deco--preset--font-size--x-large: 42px;
    --deco--preset--spacing--20: 0.44rem;
    --deco--preset--spacing--30: 0.67rem;
    --deco--preset--spacing--40: 1rem;
    --deco--preset--spacing--50: 1.5rem;
    --deco--preset--spacing--60: 2.25rem;
    --deco--preset--spacing--70: 3.38rem;
    --deco--preset--spacing--80: 5.06rem;
    --deco--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --deco--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --deco--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --deco--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --deco--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.deco-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.deco-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.deco-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.deco-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--deco--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--deco--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--deco--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--deco--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--deco--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--deco--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--deco--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--deco--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--deco--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--deco--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--deco--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--deco--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--deco--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--deco--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--deco--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--deco--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--deco--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--deco--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--deco--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--deco--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--deco--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--deco--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--deco--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--deco--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--deco--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--deco--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--deco--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--deco--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--deco--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--deco--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--deco--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--deco--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--deco--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--deco--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--deco--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--deco--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--deco--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--deco--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--deco--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--deco--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--deco--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--deco--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--deco--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--deco--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--deco--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--deco--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--deco--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--deco--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--deco--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--deco--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--deco--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--deco--preset--font-size--x-large) !important;
}

:where(.deco-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.deco-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.deco-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.deco-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.deco-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

:root {
    .main-menu ul.sub-menu li a:before {
        content: "\f5b0";
    }
}

.decote-gallery-wrapper .owl-item .item {
    height: 490px;
}

.decote-gallery-wrapper .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.shape-mockup-wrap {
    z-index: var(--z-index, 1);
    position: relative;
}

.decote-bf-book-summary .decote-bf-trip-name-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.decote-bf-trip-code {
    margin: 15px 0 0 0;
    padding: 3px 15px;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.7;
    background: var(--primary-color);
    color: rgba(255, 255, 255, .85);
    border-radius: 3px;
    order: 3;
    font-style: italic
}

.decote-bf-trip-code span {
    font-style: normal;
    font-weight: 600
}


.breadcumb-wrapper {
    background-image: url('http://localhost/decoknown/assets/images/icons/breadcumb.png');
}

.custom-woo-class {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.fa-regular,
.far {
    font-weight: 600 !important;
}



/* WHATSAPP FLOAT BUTTON */
/* <!-----------------------------------
     WhatsApp API Integration Start
          ------------------------------> */


@media screen and (max-width: 768px) {

    .api_integration {
        background-color: #032167;
        padding: 10px 20px;
        display: inline-flex;
        position: absolute;
        bottom: 0px;
        left: 0px;
        position: fixed;
        width: 100%;
        justify-content: space-around;
        z-index: 99;
    }

    .api_integration .whatsapp_api_integration a img {
        height: 30px;
        width: 30px;
    }

    .api_integration .call_api_integration a i {
        font-size: 25px;
        color: white;
        display: block;
        padding-top: 5px;

    }

    .message_alert {
        display: none;
    }

    .telegram_api {
        position: absolute !important;
        left: 20px !important;
        bottom: 30px !important;
        position: fixed !important;
        z-index: 9999 !important;
    }

    .telegram_api a img {
        height: 60px;
        width: 60px;
    }

    .telegram_api .message_alert {
        display: none;
        font-size: 13px;
        font-weight: 700;
        position: absolute;
        text-align: center;
        left: 65px;
        width: 140px;
        top: 10px;
        background-color: #2d7a99;
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
    }

}

@media screen and (min-width: 768px) {

    .telegram_api {
        position: absolute !important;
        left: 20px !important;
        bottom: 30px !important;
        position: fixed !important;
        z-index: 9999 !important;
    }

    .telegram_api a img {
        height: 60px;
        width: 60px;
    }

    .telegram_api .message_alert {
        display: none;
        font-size: 13px;
        font-weight: 700;
        position: absolute;
        text-align: center;
        left: 65px;
        width: 140px;
        top: 10px;
        background-color: #2d7a99;
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
    }

    .follow-us {
        margin-bottom: 0px;
    }

    .api_integration {
        position: absolute;
        right: 20px;
        bottom: 70px;
        position: fixed;
        z-index: 9999;
    }

    .api_integration .whatsapp_api_integration a img {
        height: 60px;
        width: 60px;
    }

    .api_integration .whatsapp_api_integration {
        position: relative;
    }

    .api_integration .call_api_integration a i {
        font-size: 40px;
        color: darkblue;
        display: none;

    }

    .api_integration .whatsapp_api_integration:hover .message_alert {
        display: block;
        transition-duration: .5s;
    }

    .message_alert {
        display: none;
        font-size: 13px;
        font-weight: 700;
        position: absolute;
        right: 65px;
        width: 140px;
        top: 10px;
        background-color: #2d7a99;
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
    }


}


/* <!-----------------------------------
     WhatsApp API Integration End
          ------------------------------> */