/* header bread crumb responsive */
@media only screen and (max-width: 992px) {
    .dk-banner-content h1 {
        font-size: 65px;
    }

    .dk-banner-content p {
        font-size: 20px;
    }

    .dk-chef-content {
        text-align: center;
        margin-bottom: 20px;
    }

    .dk-chef-text {
        margin-left: auto;
        margin-right: auto;
    }

    .bottom-line {
        left: 40% !important;
    }
}

@media only screen and (max-width: 795px) {
    .bottom-line {
        top: 80% !important;
    }

    .the-words::before {
        left: 37% !important;
        height: 15% !important;
    }

    .the-words .the-bottom-line {
        width: 25% !important;
        left: 36% !important;
        height: 3px !important;
    }

    .the-words .the-right-line {
        height: 15% !important;
        left: 57% !important;
    }

    .the-words::after {
        width: 20% !important;
        left: 37% !important;
        height: 3px !important;

    }
}

@media only screen and (max-width: 767px) {

    .the-words::before {
        height: 20% !important;
    }

    .the-words .the-right-line {
        height: 20% !important;
    }

    .dk-banner-content h1 {
        font-size: 55px;
    }

    .dk-banner-content p {
        font-size: 18px;
    }

    .circle-text {
        width: 120px;
        height: 120px;
    }

    .main-title,
    .dk-about-sub-title,
    .dk-about-content-text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .main-title {
        font-size: 32px;
    }

    .dk-about-read-more {
        display: block;
        margin: 20px auto;
        width: max-content;
    }

    .dk-about-decor-line {
        margin-left: auto;
        margin-right: auto;
    }

    .dk-chef-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .dk-chef-content {
        padding: 20px 20px;
    }

    .dk-about-content-info {
        padding: 40px 20px;
        text-align: center;
    }

    .menu-title {
        text-align: center !important;
    }

    .bottom-line {
        top: 70% !important;
    }

}

@media only screen and (max-width: 575px) {
    .dk-banner-content h1 {
        font-size: 40px;
    }

    .dk-banner-content p {
        font-size: 16px;
    }

    .bottom-line {
        left: 50% !important;
    }
}

@media only screen and (max-width: 477px) {
    .bottom-line {
        top: 80% !important;
    }
}

@media only screen and (max-width: 390px) {


    .the-words::before {
        height: 18% !important;
    }

    .the-words .the-right-line {
        height: 18% !important;
    }
}



/* Tablets and below (992px) */
@media (max-width: 992px) {
    .ftr-date-time {
        font-size: 15px;
    }
}

/* Mobile devices (767px and below) */
@media (max-width: 767px) {
    .ftr-date-time {
        font-size: 16px;
    }

    /* Copyright section stacks vertically */
    .copy-right {
        flex-direction: column;
        text-align: center;
    }
}

/* Small mobile devices (565px and below) */
@media (max-width: 565px) {
    .dk-contact-number {
        font-size: 28px !important;
    }

    .news-letter h2 {
        text-align: center !important;
    }

    .dk-timing-footer p {
        font-size: 14px;
    }
}

/* ------------------

INDEX-PAGE

-------------------*/

@media only screen and (max-width: 992px) {

    .about-header h2 {
        font-size: 45px !important;
    }

    .about-img-top img {
        width: 80%;
    }

    .about-img-bottom img {
        width: 300px !important;
    }

    .about-img-bottom {
        right: -25px !important;
    }

    .wedding-card {
        margin: 0px 0px 20px 0px !important;
        height: 100% !important;
    }

    .wedding-card img {
        height: 250px;
        object-fit: cover;
    }

    .wed-overlay {
        height: 250px !important;
    }

}

@media only screen and (max-width: 768px) {

    .about-header h2 {
        font-size: 40px !important;
    }

    .about-img-top img {
        width: 100%;
    }

    .about-img-bottom img {
        display: none;
    }

}


@media only screen and (max-width: 576px) {

    .about-header h2 {
        font-size: 35px !important;
    }

    .index-about-list {
        display: block;
        padding: 0px 0px;
    }

    .dk-about-content-top {
        padding: 20px 0px;
    }

    .dk-about-content-info {
        padding: 0px 0px;
    }

    .rolling-logo {
        width: 120px !important;
        height: 120px !important;
        right: 80px !important;

    }

    .roll-img {
        width: 60px !important;
        height: 60px !important;
    }

    .dk-overlay-plate {
        width: 200px !important;
    }



    .about-img-top {
        margin: 0px 0px 20px 0px !important;
    }

    .about-img-top img {
        width: 100% !important;
    }

    .about-img-bottom {
        width: 100% !important;
        display: contents;

    }

    .about-img-bottom img {
        width: 100% !important;
    }

    .banner-section .owl-nav .owl-next {
        display: none !important;
    }

    .banner-section .owl-nav .owl-prev {
        display: none !important;
    }

}

@media only screen and (max-width: 320px) {
    .about-header h2 {
        font-size: 30px !important;
    }

}

/* Faq Page Media query */

@media (max-width: 1200px) {
    .faq-img {
        height: 450px;
    }

    .dk-menu-content-wrapper {
        padding-left: 20px;
        gap: 30px;
    }

    .dk-menu-starter-text h1 {
        font-size: 100px;
    }

    .dk-menu-image img {
        height: 420px;
    }

    .dk-blog-wrapper .image img {
        height: 50vw;
    }
}



@media (min-width: 1200px) {
    .dk-menu-content-wrapper {
        padding-left: 80px;
        gap: 50px;
    }

    .dk-menu-starter-text h1 {
        font-size: 140px;
    }
}

@media (max-width: 1150px) {
    .dk-overlay-plate {
        /* display: none; */
    }
}

@media (max-width: 992px) {
    .faq-img {
        height: 400px;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .ftr-date-time {
        font-size: 15px;
    }

    .faq-heading {
        margin-top: 30px;
        font-size: 32px !important;
        line-height: 34px !important;
        font-weight: 500;
    }

    .dk-menu-content-wrapper {
        flex-direction: column;
        text-align: center;


    }


    .dk-menu-list {
        width: 100%;
    }

    .dk-menu-image img {
        border-radius: 400px 400px 0 0;
        height: 380px;
    }

    .dk-menu-starter-text {
        display: none;
    }

    .dk-menu-nav-menu {
        gap: 30px;
    }

    .dk-menu-starter-text {
        display: none !important;
    }

    .dk-about-label h1 {
        font-size: 48px;
    }

    .dk-about-counter .counter-heading h2 {
        font-size: 48px;
    }

    .counter-heading p {
        font-size: 16px;
    }

    /* Keep left and right services in row, push image to new row */
    .dk-about-service-section .services-main-row {
        flex-wrap: wrap;
        gap: 20px;
    }

    .dk-about-service-section .col-lg-3 {
        flex: 0 1 45%;
        justify-content: flex-start;
        order: 1;
    }

    .dk-about-service-section .col-lg-3:last-of-type {
        flex: 0 1 45%;
        order: 2;
    }

    .dk-about-service-section .col-lg-6 {
        flex: 0 1 100%;
        text-align: center;
        order: 3;
        min-width: 100%;
    }

    .dk-about-service-item {
        text-align: center;
    }

    .dk-about-service-description {
        margin: 0 auto;
    }

    .dk-about-service-center-image {
        max-width: 300px;
        margin-top: 30px;
    }

    .dk-about-service-section-title {
        font-size: 48px;
    }

    .dk-about-service-center-image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}


@media (max-width: 767px) {
    .faq-img {
        height: 350px !important;
    }

    .dk-contact-heading h1 {
        font-size: 30px !important;
    }

    .dk-contact-form-wrapper {
        padding: 0px !important;
    }


    .dk-contact-image-text h1 {
        font-size: 36px !important;
    }

    .ftr-date-time {
        font-size: 16px;
    }

    /* Copyright section stacks */
    .copy-right {
        flex-direction: column;
        text-align: center;
        /* gap: 3px; */
        /* font-size: 15px; */
    }


    /* testimonial */
    .dk-rating-text {
        font-size: 14px !important;
    }

    .dk-google {
        font-size: 15px !important;
        margin: 4px;
    }

    .dk-rating-google {
        margin-top: 5px !important;
    }


    .dk-menu-nav-menu {
        flex-wrap: wrap;
        gap: 20px;
    }

    .dk-menu-item {
        flex-direction: column;
        text-align: center;
    }

    .dk-menu-item-image {
        width: 60px;
        height: 60px;
    }

    .dk-menu-item-header {
        flex-direction: column;
        gap: 8px;
    }

    .dk-menu-title {
        font-size: 38px;
        margin-top: 20px;
    }

    .dk-menu-booking-form {
        padding-left: 25px;
        padding-right: 25px;
    }

    .dk-menu-form-row {
        flex-direction: column;
    }

    .dk-menu-booking-header h1 {
        font-size: 42px;
        line-height: 42px;
    }

    .dk-menu-starter-text {
        display: none !important;
    }

    .dk-blog-wrapper .image img {
        height: 100vw;
    }

    .dk-about-counter {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0px !important;
    }

    .dk-about-label h1 {
        font-size: 40px;
    }

    .dk-about-counter .counter-heading h2 {
        font-size: 40px;
    }

    .dk-about-service-section-title {
        font-size: 36px;
    }

    .dk-about-service-section {
        padding: 50px 0;
    }

    .services-main-row {
        display: block !important;
    }

    .dk-about-service-icon-wrapper {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        justify-content: center;
    }

    .dk-about-service-icon-wrapper-right {
        display: block;
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}


@media (max-width: 565px) {


    .faq-heading {
        margin-top: 30px;
        font-size: 31px !important;
        line-height: 34px !important;
        font-weight: 500;
    }

    .faq-item a span {
        font-size: 18px !important;
    }

    .faq-content p {
        font-size: 14px !important;
    }

    .dk-faq-area {
        padding: 0 20px !important;
    }

    .overlay-content {
        padding-left: 20px !important;
    }


    .dk-contact-number {
        font-size: 28px !important;
    }


    .news-letter h2 {

        text-align: center !important;
        /* margin-bottom: 10px; */
    }

    .menu-title h1 {
        font-size: 27px !important;
    }

    .menu-item h1 {
        font-size: 16px;
    }

    .menu-item h2 {
        font-size: 14px;
    }

    .menu-bottom-banner-content h1 {
        font-size: 40px !important;

    }

    .menu-bottom-banner-content p {
        font-size: 18px !important;

    }

    .dk-menu-nav-menu {
        gap: 15px;
        font-size: 14px;
    }

    .dk-menu-item-description {
        font-size: 14px;
    }

    .dk-menu-booking-section {
        padding: 50px 0;
    }

    .dk-menu-booking-wrapper {
        padding: 25px;
    }

    .dk-menu-booking-header h1 {
        font-size: 36px;
    }

    .dk-menu-send-btn {
        padding: 12px;
    }

    .dk-menu-starter-text {
        display: none !important;
    }


    .dk-timing-footer p {
        font-size: 14px;

    }



    .top-left {
        top: 25%
    }

    .top-right {
        top: 25%
    }

    .story-booking {
        flex-direction: column;
        align-items: center;
        justify-items: center;
    }

    .story-info-btn {
        margin-left: 0px !important;
    }

    .story-booking h6 {
        font-size: 16px !important;
        text-align: center !important;
    }

    .story-booking h2 {
        font-size: 22px !important;
        text-align: center !important;
    }

    .dk-about-label h5 {
        font-size: 14px;
    }

    .dk-about-label h1 {
        font-size: 40px;
    }

    .counter-heading h2 {
        font-size: 40px;
    }

    .dk-about-service-section {
        padding: 40px 0;
    }

    .dk-about-service-section-title {
        font-size: 24px;
    }

    .dk-about-service-title {
        font-size: 14px;
    }

    .dk-about-service-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .text-end .dk-about-service-description {
        margin-bottom: 30px;
        text-align: center !important;
    }

    .text-start .dk-about-service-description {
        text-align: center !important;
        margin-bottom: 30px;
    }

    .dk-about-service-btn-contact {
        padding: 12px 30px;
        font-size: 14px;
    }

    .dk-about-service-item {
        margin-bottom: 30px;
    }



}

@media (max-width: 360px) {
    .dk-article-hero {
        padding: 10px 0 6px;
    }

    .dk-hero-img-wrap {
        aspect-ratio: 18 / 10;
    }

    .dk-article-intro .dk-intro-copy p {
        margin-top: 14px;
    }

    .dot-rule.border-dotted {
        margin-top: 30px;
    }

    .dk-meta-line-b {
        gap: 4px;
    }

    .dk-tag {
        padding: 4px 6px;
        font-size: 11px;
        letter-spacing: 0.4px;
    }
}


@media (max-width: 320px) {
    .menu-bottom-banner-content h1 {
        font-size: 24px !important;

    }

    .menu-bottom-banner-content p {
        font-size: 16px !important;

    }

    .menu-title h1 {
        font-size: 36px !important;
    }

    .faq-heading {
        font-size: 25px !important;
        /* line-height: 34px !important; */

    }

    .dk-menu-title {
        font-size: 28px;
    }

    .dk-menu-item-name {
        font-size: 14px;
    }

    .dk-menu-item-price {
        font-size: 14px;
    }





    .dk-menu-booking-form input,
    .dk-menu-booking-form select,
    .dk-menu-booking-form textarea {
        font-size: 14px;
        padding: 12px;
    }

    .dk-menu-booking-header h1 {
        font-size: 28px;
    }

    .dk-menu-booking-header p {
        font-size: 16px;
    }

    .top-left {
        top: 20%
    }

    .top-right {
        top: 20%
    }

    .dk-menu-starter-text {
        display: none !important;
    }

}


/* Define animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}



/* End Faq Page Media query */

/* index-page */

@media only screen and (max-width: 992px) {

    .content-box h1 {
        font-size: 50px !important;
    }

    .content-box p {
        font-size: 15px !important;
    }

}

@media only screen and (max-width: 768px) {

    .content-box h1 {
        font-size: 40px !important;
        width: 500px !important;
    }

    .content-box p {
        font-size: 15px !important;
    }

    .dk-about-content-top:after {
        display: none !important;
    }

    .dk-about-content:after {
        display: none !important;
    }

    .dk-menu-img {
        border-radius: 0px !important;
        margin: 0px 0px 20px 0px;
    }

}

@media only screen and (max-width: 576px) {

    .content-box h1 {
        font-size: 30px !important;
        width: 300px !important;
    }

    .content-box p {
        font-size: 15px !important;
        width: 300px !important;
    }

    .drunk-next {
        right: 0;
    }

    .drunk-prev {
        left: 0;
    }

    .dk-story-title,
    .dk-event-title h1 {
        font-size: 25px !important;
    }

}

@media only screen and (max-width: 320px) {
    .content-box h1 {
        width: 250px !important;
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 992px) {

    .dk-story-title,
    .dk-event-title h1 {
        font-size: 40px;
        margin: 0px 0px 10px 0px;
    }

}

@media only screen and (max-width: 767px) {

    .dk-story-title,
    .dk-event-title h1 {
        font-size: 38px;
        margin: 0px 0px 10px 0px;
    }

    @media only screen and (max-width: 565px) {

        .dk-story-title,
        .dk-event-title h1 {
            font-size: 34px;
            margin: 0px 0px 10px 0px;
        }
    }
}