body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    background: #fff;
    font-weight: 300;
}

a {
    color: #fe7e02;
    text-decoration: none;
    cursor: pointer;
}

section {
    position: relative;
}

.title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.title h1 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 3em;
    position: relative;
    color: #585ec0;
}

.title span {
    color: #e30000;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.btn {
    padding: 7px 30px;
    border-radius: 8px;
    display: inline-block;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border: 0px;
}

.caption {
    display: none !important;
}

.btn.btn-hdr {
    background-color: #d5a38f;
    font-size: 15px;
}

.btn.btn-red {
    background-color: #634d4d;
}

.btn.btn-blue {
    background-color: #90a4c0;
}

.bg-offwhite {
    background: #edeae3;
}

.bg-pink {
    background: #f366cb;
}

.bg-purple {
    background: #585ec0;
}


/*-----============= Header =============---------*/

header {
    padding: 12px;
    background: #fff;
    position: inherit;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
}

nav.navbar {
    background: transparent;
}

.logo img {
    max-width: 120px;
}

.navbar-nav li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 6px;
    letter-spacing: 0.5px;
}

.navbar-nav li .nav-link {
    color: #585ec0;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-nav li .nav-link:hover {
    color: #ff27ff;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-nav li .nav-link:hover:after {
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #ff27ff;
    transition: all 0.3s ease-in-out 0s;
    animation: 0.3s bdr-anim;
    animation-fill-mode: forwards;
}

@keyframes bdr-anim {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.rev_slider {
    font-family: "Josefin Sans", sans-serif;
}

.rev_slider .overlay {
    background: rgb(0, 0, 0, 0.7);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}


/*-----============= About =============---------*/

#About {
    background: rgb(245 193 214);
}

#About .abt-bx {
    transform: translate(0%, -50px);
    max-width: 80%;
    background: #f1f1f1 url(img/coffee.png) no-repeat right 10px bottom 10px;
    color: #585ec0;
    background-size: 35%;
    position: relative;
}

#About .abt-bx:before {
    content: "";
    background: transparent;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 2px solid #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


/*-----============= Menu =============---------*/

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #e486e4;
    /* border: 1px solid transparent; */
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.menu_item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    min-height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
}

.carl {
    background: #e46ee4;
}

.carl:hover {
    background: #ffbfff;
    color: #f1f1f1;
}

.wo-img .menu_item {
    min-height: 30px;
}

.menu_item figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.menu_item figure:hover {
    width: 100%;
    height: 100%;
    left: -40%;
    top: 0px;
    border-radius: 0px;
    overflow: inherit;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}

.menu_item figure:hover img {
    width: 100%;
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.menu_item figure:hover,
.menu_item figure:focus {
    color: #111;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.menu_item figure img {
    width: 60px;
    max-width: 160px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -moz-transform: translate(-50%, -50%) scale(1.6);
    -ms-transform: translate(-50%, -50%) scale(1.6);
    -o-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.menu_item .menu_title {
    /* background: radial-gradient(#d5d5d5 40%,rgba(0,0,0,0) 10%);
    background-position: 0 13px;
    background-size: 4px 4px;
    background-repeat: repeat-x;
    width: 100%; */
    display: flex;
    align-items: center;
}

.menu_item .menu_title h3 {
    font-size: 1rem;
    display: inline-block;
    margin: 0;
    padding-right: 3px;
}

.menu_item .menu_title em {
    float: right;
    font-weight: 600;
    font-style: normal;
    padding-left: 3px;
}


/*-----============= Services =============---------*/

.srvc-bx {
    height: 350px;
    border-radius: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    margin: 20px auto;
}

.srvc-bx:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient( to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    opacity: 0;
}

.srvc-bx .inner-wrap {
    display: flex;
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.srvc-bx .inner-wrap:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient( to bottom, rgba(15, 15, 15, 0.1), rgba(15, 15, 15, 0.75) 100%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.srvc-bx .inner-wrap2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient( to bottom, rgba(15, 15, 15, 0.8), rgba(15, 15, 15, 0.75) 100%) !important;
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.srvc-bx .inner-wrap .inner-wrap-border {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    z-index: 1;
}

.srvc-bx .icon-bx {
    padding: 0;
    width: 100%;
    align-self: flex-end;
    padding: 10px 20px 10px 20px;
    color: #fff;
}

.srvc-bx .icon-bx i {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.srvc-bx .icon-bx h3 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inner-wrap .hover-content {
    color: #fff;
    opacity: 0;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 20px;
    transform: translateY(20px);
    width: calc(100% - 40px);
    transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.srvc-bx:hover .inner-wrap .hover-content {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}

.inner-wrap .icon-bx {
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 20px;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out 0s;
}

.srvc-bx:hover .inner-wrap .icon-bx {
    transform: translateY(0%);
    transition: all 0.5s ease-in-out 0s;
}

.srvc-1 {
    background-image: url(../../img/srvc-1.jpeg);
}

.srvc-2 {
    background-image: url(../../img/srvc-2.jpeg);
}

.srvc-3 {
    background-image: url(../../img/srvc-3.jpeg);
}

.srvc-4 {
    background-image: url(../../img/srvc-4.jpeg);
}

.srvc-5 {
    background-image: url(../../img/srvc-5.jpeg);
}

.tearoom {
    background-image: url(../../img/tearoom.jpeg);
}

.coffee_bar {
    background-image: url(../../img/coffee_bar.jpeg);
}

.big-event {
    background-image: url(../../img/Event_Wedding.JPG);
}

.mt-50 {
    margin-top: 50px;
}


/*-----============= Sweets =============---------*/

#Sweets {
    background: rgba(0, 0, 0, 0.6) url(../../img/goodies-bg.jpeg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    background-blend-mode: color;
}

#Catering {
    background: rgba(0, 0, 0, 0.6) url(../../img/CupcakeBackground.jpeg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    background-blend-mode: color;
}

#tea_room.row {
    columns: 3;
    column-gap: 0rem;
    display: flow;
}

#tea_room .item {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

#tea_room .item img {
    width: 100%;
}


/*-----============= Rentals =============---------*/

#Rentals {
    background: url(img/coffee-beans-bg.jpeg) repeat center;
    background-size: 50%;
}


/*-----============= Footer =============---------*/

#Contact form {
    width: 80%;
    margin: 0 auto;
}

#Contact form label {
    width: 100%;
}

#Contact form input,
#Contact form textarea {
    background: #fff;
    color: #333;
    border: 0px;
    box-shadow: none;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
}

#Contact textarea {
    width: 100%;
    height: 6em;
}

#Contact form .submit-btn {
    padding: 7px 25px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fe7e02;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
}

#Contact .contact-bg {
    background: url(img/contact.jpeg) no-repeat center left;
    background-size: 53%;
}

#Contact {
    background: rgba(0, 0, 0, 0.8) url(img/newsletter.jpeg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: color;
}

.footer-logo {
    max-width: 300px;
}

footer ul li {
    list-style: none;
    padding: 8px 0;
}

.divider:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #90a4c0;
}

.Aboutpl {
    padding-left: 50px;
}

footer .copyright {
    font-size: 15px;
    font-weight: 300;
}

@media screen and (max-width: 680px) {
    .swiper {
        width: 100% !important;
        height: 100% !important;
    }
    #About .abt-bx {
        transform: translate(0%, -50px);
        max-width: 100%;
        background: #f1f1f1 url(img/coffee.png) no-repeat right 10px bottom 10px;
        color: #585ec0;
        background-size: 35%;
        position: relative;
    }
    .Aboutpl {
        padding-left: 0px;
    }
    .swiper {
        width: 100% !important;
        height: 300px !important;
    }
    .ptb1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .ptb2 {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }
    .title {
        margin-top: 6px !important;
        margin-bottom: -20px !important;
    }
    .menu_item figure:hover img {
        width: 70px;
        height: 70px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    #tea_room.row {
        columns: 2;
        column-gap: 0rem;
        display: flow;
    }
}

.swiper {
    width: 800px;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev:after {
    font-size: 23px !important;
    font-weight: 900 !important;
    color: #fff;
}

.swiper-button-next:after {
    font-size: 23px !important;
    font-weight: 900 !important;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .menu_item figure {
        width: 100px;
        height: 100px;
    }
    .menu_item {
        padding-left: 128px;
        margin-bottom: 62px;
    }
    .menu_item figure img {
        height: 100%;
        width: 65px;
    }
    /* .menu_item figure:hover {
        left: 0%;
        top: 0px;
    }
    .menu_item figure:hover img {
        width: 60%;
        max-width: 60%;
        height: auto;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    } */
    #tea_room.row {
        columns: 1;
        column-gap: 0rem;
        display: flow;
    }
    .ptb-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.cursor-pointer {
    cursor: pointer;
}


/* slider css */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.text-overlay {
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 10px;
}

.cta-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #FF27FF;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #fff;
}

.object-fit-cover {
    object-fit: cover;
}

.font-style {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .text-overlay {
        font-size: 18px;
        /* Adjust text size for mobile */
        padding: 8px;
    }
    .cta-button {
        font-size: 12px;
        /* Adjust button text size for mobile */
        padding: 8px 16px;
    }
    .mob-pt-20 {
        padding-top: 20px;
    }
    .mob-pb-90 {
        padding-bottom: 90px;
    }
}