/********** developed by A.N devplus.co.zw **********/
:root {
    --primary: #A57e5b;
    --secondary: #d4ac90;
    --light: #d4ac9093;
    --dark: #A57e5b;
    --n: #FEA116;
    /* --secondary: #fbe9d0; */
}

html {
    scroll-behavior: smooth;
}

:root {
    --font-primary: 'Nunito', sans-serif;
    --font-secondary: 'Inter', sans-serif;
}

.ff-secondary {
    font-family: "Inter", sans-serif;
    font-family: 'Pacifico', cursive;
}

.ff-pabvute {
    font-family: 'Pacifico', sans-serif;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* Define the smoke animation */

/* Keep the button's original hover styles */

/* button hover */
.btn-primary:hover {
    background-color: var(--primary);
    color: white;
    /* Change to a different color */
    transform: scale(1.1);
    /* Make the button 10% larger */
    transition: all 0.3s ease;
    /* Animate the changes over 0.3 seconds */
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: var(--dark);
    background-color: var(--secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 15px 0;
    font-size: 15px;
    color: var(--secondary) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

/* .sticky-top {
    position: stick@y;
} */
.sticky-top .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    position: fixed;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
    text-decoration: underline var(--secondary);
}

.navbar-dark .navbar-brand img {
    max-height: 90px;
    transition: .5s;
    background-color: var(--dark) 0.6;
    border-radius: 3px;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 55px;
    background: var(--primary) 0.9;
    /* background-color: #f5f5f5 0.6; */

}

@media (max-width: 420px) {
    .sticky-top.navbar-dark {
        position: fixed;
        width: 100%;
        color: var(--secondary) !important;
        background: var(--dark);
        padding: 0;

    }

    .navbar-dark {
        background: var(--primary);
        padding: 10px 0;
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.897);
        background-color: var(--primary) !important;

    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
        background: var(--dark);
        border-radius: 25%;
    }
}

@media (max-width: 991.98px) {

    .sticky-top.navbar-dark {
        position: fixed;
        width: 100%;
        color: var(--secondary) !important;
        background: var(--dark);
        padding: 0;

    }

    .navbar-dark {
        background: var(--primary);
        padding: 10px 0;
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.897);
        background-color: transparent !important;
        color: #FFFFFF;

    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
        background: var(--dark);
        border-radius: 25%;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        color: #FFFFFF;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(171, 120, 65, 0.105), var(--primary)), url(../img/plate.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header2 {
    background: linear-gradient(rgba(171, 120, 65, 0.105), var(--primary)), url(../img/hari4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header3 {
    background: linear-gradient(rgba(171, 120, 65, 0.105), var(--primary)), url(../img/cover.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header4 {
    background: linear-gradient(rgba(171, 120, 65, 0.105), var(--primary)), url(../img/cover2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    background: white;
    /* backdrop-filter: blur(10px); */
    color: var(--dark) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.29);
    border-radius: 5px;
}

.service-item * {
    transition: .5s;
}

.service-item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.29);
    transition: .5s;
    border-radius: 5px;
    background: var(--dark);
    color: white;
    background-image: image-set('../img/service.jpg');
    /* backdrop-filter: blur(5px); */

}

.ele {
    box-shadow: 0 3px 10px rgba(129, 127, 127, 0.413);
    padding: 0;
    height: 100%;
}

.service-item:hover * {
    background: var(--dark);
    color: white !important;
    border-radius: 5px;
    box-shadow: #A57e5b 4px;
}

.bg-white video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.bg-light {
    background: var(--primary);
    color: var(--secondary);
}

.bg-services {
    background: var(--light);
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/gracia.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--light);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--light);
    border-radius: 50%;
    transition: all 200ms;
}

.quote-icon {
    position: absolute;
    top: 5px;
    left: 10px;
    color: rgba(255, 255, 255, 0.26);
    padding: 15px;
    border-radius: 50%;
    border: #A0522D;
    /* elevation */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #A0522D;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #A0522D;
    border-radius: 35px;
    transition: .3s;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: auto;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #A0522D;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.gwrapper {
    margin: 10vh
}

.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);

    @media (max-width: 768px) {
        min-height: 350px;
    }

    @media (max-width: 420px) {
        min-height: 300px;
    }

    &.m {
        border-radius: 15px;
        min-height: 300px;

        @media (max-width: 768px) {
            min-height: 250px;
        }

        @media (max-width: 420px) {
            min-height: 200px;
        }

    }

    &.b {
        border-radius: 15px;
        min-height: 250px;

        @media (max-width: 768px) {
            min-height: 200px;
        }

        @media (max-width: 420px) {
            min-height: 100px;
        }

    }

    &.card-has-bg {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;

        &:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
        }

        &:hover {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

            .card-img-overlay {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
                background: rgba(165, 104, 63, 0.162);
                /* More transparent and brownish nude color */
                background: linear-gradient(0deg, rgba(165, 104, 63, 0.185) 0%, rgba(120, 75, 42, 0.185) 100%);
            }
        }
    }

    .card-footer {
        background: none;
        border-top: none;

        .media {
            img {
                border: solid 3px rgba(255, 255, 255, 0.3);
            }
        }
    }

    .card-title {
        font-weight: 800;
    }



    .card-meta {
        color: rgba(236, 231, 231, 0.833);
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .card-body {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    &:hover {
        .card-body {
            margin-top: 30px;
            transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

        cursor: pointer;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: rgba(165, 104, 63, 0.292);
        /* Set to a more transparent brown nude color */
        background: linear-gradient(0deg, rgba(165, 104, 63, 0.279) 0%, rgba(120, 75, 42, 0.315) 100%);
    }
}


/* Whatsapp Chat popup style */
.whatsapp-bubble {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 60px;
    /* display ontop of all elements */
    z-index: 9999;
    height: 60px;
    background-color: #25d325;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.whatsapp-bubble:hover {
    transform: scale(1.1);
}

.whatsapp-popup {
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 9999;
    width: 350px;
    height: 450px;
    background-color: #f0f0f0;
    background-image: url('https://web.whatsapp.com/img/bg-chat-tile-dark_a4be512e7195b6b733d9110b408f075d.png');
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.whatsapp-popup-header {
    background-color: #075E54;
    color: #ffffff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.whatsapp-popup-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #25D366;
    margin-right: 15px;
    object-fit: cover;
}

.whatsapp-popup-name {
    font-weight: bold;
    margin-bottom: 0;
}

.whatsapp-popup-status {
    font-size: 0.8em;
    opacity: 0.8;
}

.whatsapp-popup-chat {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background-image: url('https://web.whatsapp.com/img/bg-chat-tile-dark_a4be512e7195b6b733d9110b408f075d.png');
    background-repeat: repeat;
}

.chat-message {
    max-width: 80%;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.chat-message-received {
    background-color: #ffffff;
    align-self: flex-start;
}

.chat-message-sent {
    background-color: #DCF8C6;
    align-self: flex-end;
    margin-left: auto;
}

.whatsapp-popup-footer {
    background-color: #f0f0f0;
    padding: 10px;
    display: flex;
    align-items: center;
}

.whatsapp-popup-footer input {
    flex-grow: 1;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    margin-right: 10px;
}

.whatsapp-popup-footer button {
    background-color: #075E54;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.an {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid rgba(190, 119, 13, 0.922);
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation:
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}


/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: rgba(190, 119, 13, 0.922);
    }
}

.preloaderBg {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #c1baba4a;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.preloader {
    background: image-set('../img/pabvute.png') no-repeat center;
    background-size: 100px;
    width: 200px;
    height: 200px;
}
.preloader2 {
    border: 10px solid #f3f3f3;
    border-top: 10px solid rgba(225, 137, 5, 0.913);
    border-bottom: 10px solid rgba(9, 9, 9, 0.84);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
body.loaded {
    overflow: auto;
}
body:not(.loaded) {
    overflow: hidden;
}