/**
* Template Name: Restaurantly - v3.0.1
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    /* font-family: 'Open Sans', sans-serif; */
    background: #fff;
    color: #fff;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #d9ba85;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.flexd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-primary {
    background-color: #2196f3 !important;
    font-family: 'Poppins', sans-serif;
}

.bg-secondary {
    background-color: #ec41ce !important;
    font-family: 'Poppins', sans-serif;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #1a1814;
}

#preloader:before {
    content: '';
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1a1814;
    border-top-color: #614a57;
    border-bottom-color: #614a57;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 2px solid #614a57;
}

.back-to-top i {
    font-size: 28px;
    color: #614a57;
    line-height: 0;
}

.back-to-top:hover {
    background: #614a57;
    color: #1a1814;
}

.back-to-top:hover i {
    color: #444444;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.flexformsgroups {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexformsgroups label {
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
    background: #9bc03c;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info i {
    font-style: normal;
    color: #d9ba85;
}

#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .languages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #614a57;
}

#topbar .languages ul a {
    color: white;
}

#topbar .languages ul li+li {
    padding-left: 10px;
}

#topbar .languages ul li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.5);
    content: '/';
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background-image: linear-gradient(310deg, #617dc6 33%, #0caeb1 90%);
    /* border-bottom: 1px solid rgba(12, 11, 9, 0.6); */
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    top: 40px;
}

@media screen and (max-width: 600px) {
    #header {
        top: 0px;
    }
}

#header.header-scrolled {
    top: 0;
    background-image: linear-gradient(310deg, #617dc6 33%, #0caeb1 90%);
    /* border-bottom: 1px solid #37332a; */
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 80px;
}

.loginandregister {
    display: flex;
}

.loginandregister .nav-link {
    margin: 0 0 0 15px;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}


/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/

.book-a-table-btn {
    margin: 0 0 0 15px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}

.book-a-table-btn:hover {
    background: rgb(97, 125, 198);
    color: #fff;
}

@media (max-width: 992px) {
    .book-a-table-btn {
        margin: 0 15px 0 0;
        padding: 8px 20px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
    font: normal 15px/20px Cabin;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 35px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #d9ba85;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444444;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #614a57;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 14px;
    font: normal 15px/20px Cabin;
    color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #614a57;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #614a57;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 110vh;
    /* background: url('../img/weddingpic.jpg') top center; */
    /* background: url('../img/pexels-ankur-kumar-3872606.jpg') top center; */
    background-size: cover;
    position: relative;
    padding: 0;
}

#innerhero {
    width: 100%;
    height: 25vh;
    background: url('../img/hero-bg.jpg') top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

#innerhero .section-title {
    padding-bottom: 0;
}

.heroconentWrap {
    padding-top: 180px;
    /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; */
}

#innerhero .heroconentWrap {
    padding-top: 120px;
    display: unset;
}

#hero:after {
    background: linear-gradient(215deg, #ef5f54, #fbcb4a) !important;
    display: block;
    width: 100%;
    max-width: 1320px;
    height: 11px;
    overflow: hidden;
    margin: 0 0 0 -660px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

@media (max-width: 1320px) {
    #hero:after {
        margin: 0;
        left: 0;
    }
}

@media (max-width: 992px) {
    .mobilehide {
        display: none;
    }
    #hero {
        min-height: 120vh;
        height: unset;
    }
    .loginandregister {
        display: none;
    }
    .heroconentWrap {
        padding-top: 40px;
    }
    #dev-search .form {
        /* max-width: 450px; */
        margin: 45px auto 20px auto;
        padding: 40px;
    }
    .section-title {
        padding-bottom: 0px !important;
    }
}

#hero:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    padding-top: 110px;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 98px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

#hero h1 span {
    color: #614a57;
}

#hero h2 {
    color: #eee;
    margin-bottom: 10px 0 0 0;
    font-size: 22px;
}

#hero .btns {
    margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: white;
    border: 2px solid #fff;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
    background: #614a57;
    color: #fff;
}

#hero .btn-book {
    margin-left: 15px;
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#614a57 50%, rgba(205, 164, 94, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

#hero .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205, 164, 94, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
    border-left: 15px solid #614a57;
    transform: scale(20);
}

#hero .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #hero .play-btn {
        margin-top: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }
    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 100px 0;
    overflow: hidden;
}

section.sec60 {
    padding: 60px 0px 20px;
    overflow: hidden;
}

section.sec60 .section-title p {
    color: #ef5f54;
    line-height: 120%;
}

.section-bg {
    background: #098a94;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: 'Poppins', sans-serif;
}

.section-title h2::after {
    content: '';
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    margin: 4px 10px;
}

.section-title p {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #1d1b16;
    margin-top: 140px;
}

.sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    font-family: 'Poppins', sans-serif;
}

.searchitem {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.searchitem.grid .item {
    min-height: 1px;
    float: left;
    width: 33%;
    padding: 20px;
    color: #614a57;
    text-align: center;
}

.searchitem.list .item {
    min-height: 1px;
    float: left;
    width: 100%;
    padding: 20px;
    color: #614a57;
    text-align: center;
}

.searchitem.list .item .box {
    display: flex;
}

.searchitem.list .item {
    text-align: left;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.searchitem.list .item .box .imageWrapper {
    width: 100%;
    max-width: 242.48px;
}

.searchitem.list .item .box .profileDetailWrapper {
    padding: 0 30px;
}

.searchitem .card-img-top {
    margin-bottom: 10px;
}

.searchitem.list .card-img-top {
    margin-bottom: 0px;
}

.searchitem .item:hover {
    background: #e34c4d;
    color: #fff;
}

.searchitem .box:hover {
    transition: all ease-in-out 0.3s;
    padding: 20px;
}

.searchitem .item h1 {
    font-size: 18px;
}

.searchitem .item h2 {
    font-size: 16px;
}

.search-pagination {
    clear: both;
    float: left;
}

.profile-readmore-btn {
    display: inline-block;
    font-size: 13px;
    color: #888888;
    font-weight: bold;
    position: relative;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

.searchitem .box:hover .profile-readmore-btn {
    color: #fff;
}

.profile-readmore-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 106%;
    height: 1px;
    background-color: #bbbbbb;
}

.profile-readmore-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 119%;
    background-color: #bbbbbb;
}

.profile-readmore-btn span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.profile-readmore-btn span:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 106%;
    height: 1px;
    background-color: #bbbbbb;
}

.profile-readmore-btn span:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 119%;
    background-color: #bbbbbb;
}


/* Sidebar   */

.sidebar h3,
.sidebar h5 {
    color: #111111;
}

.sidebar h2 {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
    color: #111111;
    position: relative;
}

.sidebar h3 {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #111111;
    position: relative;
}

.sidebar h5 {
    font-size: 15px;
    font-weight: bold;
}

.sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #e03a3c;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.sidebar .search-form form button:hover {
    background: #e34c4d;
}

.sidebar .sidebar-item {
    margin-bottom: 30px;
}

.sidebar .search-form form input[type='text'] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.sidebar .box-refine ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.sidebar .form-label {
    margin-bottom: 0.5rem;
    color: #111;
}

.sidebar .form-box .input-box.single {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
}

.sidebar .form-box .input-box.double {
    display: flex;
    justify-content: space-between;
}

.sidebar .form-box .input-box.double span {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    display: flex;
    padding: 4px;
    border-radius: 4px;
    min-height: 40px;
}

.sidebar .form-box .input-box.double span:nth-child(2) {
    width: auto;
    text-align: center;
    border: none;
    color: #111;
    line-height: 40px;
    padding: 0 10px;
}

.sidebar .form-box .input-box.double select {
    width: 100%;
    border: none;
}

.sidebar .form-box .input-box.single select {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: 96%;
    min-height: 40px;
}

.lbl-chk {
    color: #111111;
}

.lbl-chk a {
    padding-right: 10px;
}

.box-refine {
    margin-bottom: 40px;
}

.themeBtn3 {
    background: #e03a3c;
    color: #ffffff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 18px 30px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
    border: 0px !important;
    cursor: pointer;
    border-radius: 100px;
    width: 100%;
}

.themeBtn3:hover {
    background: rgb(255, 46, 77);
    color: #ffffff;
    box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
}

.box-refine .box-profile {
    text-align: center;
}

.box-refine .box-profile img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px auto;
}

.box-refine .box-profile,
.box-refine .box-profile a:link {
    color: #111111;
}

.search-pagination {
    color: #444444;
    width: 100%;
}

.search-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.search-pagination li.active,
.search-pagination li:hover {
    background: #e03a3c;
    border-radius: 5px;
    color: #fff;
}

.search-pagination li {
    margin: 0 5px;
}

.search-pagination li a {
    color: #111111;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-content-center {
    justify-content: center !important;
}

.search-pagination li.active a,
.search-pagination li:hover a {
    color: #fff;
}

.formfooter {
    display: flex;
    justify-content: flex-end;
}

.formfooter button {
    margin: 0 5px;
}

.formfooter button:last-child {
    margin: 0 0 0 5px;
}

.btn-primary {
    color: #fff;
    background-color: #fe634e;
    border-color: #fe634e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #fe4128;
    border-color: #fe361b;
}

.formfooter .btn-primary,
.formfooter .btn-outline-secondary {
    padding: 15px 40px;
    border-radius: 50px;
}

.flexwarnomg {
    /* display: flex; */
    position: relative;
    padding: 20px;
}

.flexwarnomg span.close {
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 0 5px;
    cursor: pointer;
}


/* LISTING PAGE  */

.listingpage h2 {
    color: #111;
}

.listingMenu.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.listingMenu.nav ul {
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.listingMenu.nav ul li {
    width: 25%;
    background: #ffffff;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    max-width: 150px;
    min-width: 150px;
    box-shadow: 0 2px 10px 0 #007bff;
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 0;
    max-height: 150px;
    min-height: 150px;
    font-size: 12px;
}

.listingMenu.nav ul li {
    margin: 10px 5px;
    padding: 0;
    list-style: none;
}

.category-icons {
    fill: #b5b5b5;
    height: 40px;
    text-align: center;
}

.horizontal-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.selfProfileDetailBox {
    background: #f4f4f4;
    padding: 40px;
    border-radius: 10px;
    color: #434345;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.selfProfileDetailBox h4 {
    margin: 0px 0 20px 0;
}

.selfProfileDetailBox p {
    line-height: 170%;
    font-size: 14px;
}

.basicdetails {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.basicdetails li {
    width: 100%;
}

.fltLeft ul,
.fltRight ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.fltLeft ul li,
.fltRight ul li {
    display: flex;
    padding: 10px;
}

.fltLeft ul li div.info-label,
.fltRight ul li div.info-label {
    width: 50%;
}

.fltLeft ul li div.info-dtail,
.fltRight ul li div.info-dtail {
    width: 100%;
    font-weight: 600;
}


/* LOGIN PAGE  */

.sumangali-slideshow,
.sumangali-slideshow:after {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.sumangali-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.sumangali-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}

.sumangali-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 160px;
    padding: 0 30px;
    line-height: 120px;
    color: rgba(169, 3, 41, 0.8);
}

.sumangali-slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.sumangali-slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.sumangali-slideshow li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.sumangali-slideshow li:nth-child(5) span {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.sumangali-slideshow li:nth-child(6) span {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.sumangali-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.sumangali-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.sumangali-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.sumangali-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.sumangali-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -moz-transform: translateX(-400px);
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -o-transform: translateX(-400px);
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -ms-transform: translateX(-400px);
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-400px);
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* Show at least something when animations not supported */

.no-cssanimations .sumangali-slideshow li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .sumangali-slideshow li div h3 {
        font-size: 100px;
    }
}

@media screen and (max-width: 600px) {
    .sumangali-slideshow li div h3 {
        font-size: 50px;
    }
}

.sumangali-slideshow,
.sumangali-slideshow:after {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    padding: 0;
}

.rdx-login {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.z-index3 {
    z-index: 3;
}

.relative {
    position: relative;
}

.login-form.nav {
    display: block;
}

.login-form {
    max-width: 400px;
    margin: 0px auto;
    background: #fff;
}

.rdx-login .logo-header {
    width: 100%;
    padding: 30px;
    float: none;
    text-align: center;
    margin-top: 10vh;
}

.tp-login-white.login-form,
.tp-login-white .rdx-form .form-control {
    background-color: rgba(255, 255, 255, 0.3);
}

.p-a15 {
    padding: 15px;
}

.p-a30 {
    padding: 30px;
}

#check2 {
    display: inline-block;
}

.agreeTxt {
    font-size: 12px;
    text-align: left;
    margin: 20px 0 10px;
}

.site-button {
    background-color: #6a38d4;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
}

h3.form-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.bottom-footer {
    position: fixed;
    bottom: 0;
    height: 35px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 5px;
    left: 0;
    right: 0;
    z-index: 4;
}

.sumangali-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.horoitemBox {
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fafafa;
}

.horoitemBox code {
    position: absolute;
    left: 10px;
    top: 10px;
}

.footerbtns {
    display: block;
    margin: 30px 0 0 0;
    text-align: right;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 98px;
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #37332a;
    content: '/';
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
    section {
        padding: 40px 0;
        overflow: hidden;
    }
}


/*--------------------------------------------------------------
# paymentplans
--------------------------------------------------------------*/

.paymentplans .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.paymentplans .box h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #847872;
    background: #f8f8f8;
}

.paymentplans .box h4 {
    font-size: 36px;
    color: #1bbd36;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
}

.paymentplanTxts {
    margin: 30px 0;
}

.paymentplanTxts li {
    color: #4d4643;
    line-height: 20px;
    font-size: 14px;
    list-style: none;
    margin-bottom: 40px;
}

.paymentplans .box ul {
    padding: 0;
    list-style: none;
    color: #4d4643;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.paymentplans .box ul li {
    padding-bottom: 16px;
}

.paymentplans .box .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.paymentplans .box .btn-buy:hover {
    background: #2ae149;
}

.paymentplans .box .btn-buy {
    background: #1bbd36;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.paymentplans .box h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #847872;
    background: #f8f8f8;
}

.paymentplans .box.featured h3 {
    color: #fff;
    background: #1bbd36;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
    background: url('../img/abtpink.jpg') center center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.aboutsumangali {
    padding: 80px 0;
    color: #111;
}

.abtcontent {
    padding: 20px 0;
}

.about:before {
    content: '';
    /* background: rgba(255, 255, 255, 0.8); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.about .about-img {
    position: relative;
    transition: 0.5s;
}

.about .about-img img {
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.about .about-img::before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    content: '';
    border-left: 5px solid #614a57;
    border-top: 5px solid #614a57;
    transition: 0.5s;
}

.about .about-img::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 2;
    content: '';
    border-right: 5px solid #614a57;
    border-bottom: 5px solid #614a57;
    transition: 0.5s;
}

.about .about-img:hover {
    transform: scale(1.03);
}

.about .about-img:hover::before {
    left: 10px;
    top: 10px;
}

.about .about-img:hover::after {
    right: 10px;
    bottom: 10px;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #614a57;
}

.about .content ul {
    list-style: none;
    padding: 0;
    color: #fff;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #614a57;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.heroconentWrap .btnsdesktop {
    display: none;
}

.btnsdesktop {
    margin: 20px 0;
}

.pricing {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
    /* flex-direction: column; */
}

.pricing-plan {
    flex: 1;
    background-color: #1f262c;
    margin: 15px 8px;
    padding: 30px;
    border-radius: 6px;
    color: #fff;
}

.pricing-plan h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e30046;
    /* text-transform: uppercase; */
    letter-spacing: 0.07em;
}

.pricing-plan p {
    margin-top: 0;
}

.pricing-plan p span {
    font-size: 33px;
}

.pricing-plan ul {
    margin: 0 0 35px;
    padding-left: 16px;
    list-style: none;
    line-height: 1.8;
    color: #b5b5b5;
}

.pricing-plan ul li::before {
    content: '•';
    color: #e30046;
    display: inline-block;
    width: 20px;
    margin-left: -15px;
    position: relative;
    top: 4px;
    font-size: 26px;
    line-height: 0;
}

.pricing-plan a {
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    background: #e30046;
    /* border: 2px solid #e30046; */
    border-radius: 100px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.pricing-plan a:hover {
    background-color: #1f262c;
}

.planfooter {
    text-align: center;
}

.sidebarbox .boxed {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(120 130 140 / 13%);
    transition: all 0.2s ease;
    padding: 40px 0;
    margin-bottom: 40px;
}

.sumnav .metismenu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
}

.sumnav .metismenu li {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sumnav .metismenu>li>a {
    font-size: 14px;
    padding: 20px 50px;
    border-radius: 5rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.sumnav .metismenu>li>a:before {
    position: absolute;
    height: 100%;
    width: 11px;
    top: 0;
    border-radius: 0px 10px 10px 0;
    left: -11px;
    content: '';
    background: #fe634e;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.sumnav .metismenu>li.mm-active>a:before {
    left: 0;
    opacity: 1;
}

.basic-form,
.basic-form label {
    color: #111;
    font-family: 'Poppins', sans-serif;
}

.basic-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 80%;
}

label.radio-inline {
    font-size: 100%;
}

.basic-form .form-control {
    padding: 1.375rem 0.75rem;
}

.basic-form .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.recbox {
    background-color: #fafafa;
    /* padding: 10px; */
    /* border-radius: 8px; */
}

.demo-grid>div {
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 10px;
}


/* LISTING PAGE  */

.matchingmembers {
    background: #fafafa;
    color: #212121;
}

.matchingmembers h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.matchingmembers h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.matchingmembers .profilesul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.matchingmembers .profilesul li.profiles {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0px;
    display: flex;
    cursor: pointer;
    position: relative;
}

.matchingmembers .profilesul li.profiles:hover {
    box-shadow: 0 4px 15px #b6b6b6;
}

.profilerightDetails {
    padding: 20px 20px 0 20px;
    width: 100%;
}

.profilerightDetails ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    /* flex-direction: column; */
}

.viewDetailBtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.viewDetailBtn button {
    border-radius: 0;
}

.profilerightDetails ul li {
    display: flex;
    width: 100%;
    padding: 0;
}

.profilerightDetails ul li .info-label,
.profilerightDetails ul li .info-dtail {
    width: 50%;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
    .basicdetails {
        flex-direction: row;
    }
    .desk-hide {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
    .rdx-login .logo-header {
        margin-top: 15vh;
    }
}

@media (min-width: 1024px) {
    .about {
        background-attachment: fixed;
    }
    .heroconentWrap .btns {
        display: none;
    }
    .heroconentWrap .btnsdesktop {
        display: block;
    }
}


/*--------------------------------------------------------------
# HOMEPAGE SEARCH
--------------------------------------------------------------*/

.form {
    width: 100%;
    min-width: 400px;
}

.why-us .box {
    padding: 40px 25px;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-radius: 4px;
}

.why-us .box h1 {
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5rem;
    color: #614a57;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.why-us .box h2 {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #614a57;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.why-us .box:hover {
    background: linear-gradient(215deg, #ef5f54, #fbcb4a) !important;
    padding: 30px 30px 70px 30px;
    /* box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18); */
    cursor: pointer;
}

.why-us .box:hover h1,
.why-us .box:hover h2,
.why-us .box:hover p {
    color: #fff;
}


/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/

.menu #menu-flters {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px 10px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    font-family: 'Playfair Display', serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
    color: #614a57;
}

.menu #menu-flters li:last-child {
    margin-right: 0;
}

.menu .menu-item {
    margin-top: 50px;
}

.menu .menu-img {
    width: 70px;
    border-radius: 50%;
    float: left;
    border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
    margin-left: 85px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu .menu-content::after {
    content: '......................................................................' '....................................................................' '....................................................................';
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #bab3a6;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.menu .menu-content a {
    padding-right: 10px;
    background: #1a1814;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: white;
    transition: 0.3s;
}

.menu .menu-content a:hover {
    color: #614a57;
}

.menu .menu-content span {
    background: #1a1814;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
    color: #614a57;
}

.menu .menu-ingredients {
    margin-left: 85px;
    font-style: italic;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.5);
}


/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/

.specials {
    overflow: hidden;
}

.specials .nav-tabs {
    border: 0;
}

.specials .nav-link {
    border: 0;
    padding: 12px 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 0;
    border-right: 2px solid #614a57;
    font-weight: 600;
    font-size: 15px;
}

.specials .nav-link:hover {
    color: #614a57;
}

.specials .nav-link.active {
    color: #1a1814;
    background: #614a57;
    border-color: #614a57;
}

.specials .nav-link:hover {
    border-color: #614a57;
}

.specials .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.specials .details p {
    color: #aaaaaa;
}

.specials .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .specials .nav-link {
        border: 0;
        padding: 15px;
    }
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.events {
    /* background: url('../img/1315478.jpg') center center; */
    background: linear-gradient(215deg, #ef5f54, #fbcb4a) !important;
    background-size: cover;
    position: relative;
}


/* 
.events::before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
} */

.events .section-title h2 {
    color: #fff;
}

.events .container {
    position: relative;
}

@media (min-width: 1024px) {
    .events {
        background-attachment: fixed;
    }
}

.events .events-carousel {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
}

.events .event-item {
    color: #fff;
}

.events .event-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #614a57;
}

.events .event-item .price {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.events .event-item .price span {
    border-bottom: 2px solid #614a57;
}

.events .event-item ul {
    list-style: none;
    padding: 0;
}

.events .event-item ul li {
    padding-bottom: 10px;
}

.events .event-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #614a57;
}

.events .event-item p:last-child {
    margin-bottom: 0;
}

.events .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #614a57;
}


/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/

.book-a-table .php-email-form {
    width: 100%;
}

.book-a-table .php-email-form .form-group {
    padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.book-a-table .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
    margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.book-a-table .php-email-form .loading {
    display: none;
    text-align: center;
    padding: 15px;
}

.book-a-table .php-email-form .loading:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #614a57;
    border-top-color: #1a1814;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background: #0c0b09;
    border-color: #625b4b;
    color: white;
}

.book-a-table .php-email-form input::-webkit-input-placeholder,
.book-a-table .php-email-form textarea::-webkit-input-placeholder {
    color: #a49b89;
}

.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
    color: #a49b89;
}

.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
    color: #a49b89;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
    border-color: #614a57;
}

.book-a-table .php-email-form input {
    height: 44px;
}

.book-a-table .php-email-form textarea {
    padding: 10px 12px;
}

.book-a-table .php-email-form button[type='submit'] {
    background: #614a57;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.book-a-table .php-email-form button[type='submit']:hover {
    background: #614a57;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: white;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #d3af71;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #1a5f78;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #614a57;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #454035;
    border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

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


/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/

.chefs .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.chefs .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.chefs .member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.chefs .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.chefs .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
}

.chefs .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}

.chefs .member .social a:hover {
    color: #614a57;
}

.chefs .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.chefs .member:hover .member-info {
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.chefs .member:hover .member-info-content {
    bottom: 60px;
    transition: bottom 0.4s;
}

.chefs .member:hover .social {
    bottom: 0;
    transition: bottom ease-in-out 0.4s;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #614a57;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form {
    width: 100%;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #614a57;
    border-top-color: #1a1814;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background: #0c0b09;
    border-color: #625b4b;
    color: white;
}

.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
    color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
    color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
    color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #614a57;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type='submit'] {
    background: #614a57;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type='submit']:hover {
    background: #614a57;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #1a5f78;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #1a5f78;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #28251f;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #614a57;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #614a57;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #28251f;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type='email'] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
    background: #28251f;
    color: white;
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #614a57;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
    background: #d3af71;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}


/* search btn color */

.desk-hide {
    display: block;
}

#dev-search .form .btn {
    color: #fff !important;
    background-color: #ef5f54;
    background-image: url(../img/svgs/premium_bg.svg);
    background-position: 50%;
    background-size: cover;
    border: transparent;
    border-radius: 50px !important;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    width: 100%;
}

#dev-search .form .btn:hover {
    color: #fff !important;
    background-color: #ef5f54 !important;
    /* background-image: url(../img/svgs/premium_bg.svg); */
    background-position: 50%;
    background-size: cover;
    border: transparent;
    width: 100%;
    border-radius: 50px !important;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
}

.header-nav-spacing {
    padding: 0px 30px;
    width: calc(100%);
    display: flex;
    justify-content: space-between;
}