/*************carousal**************************/

.carousel-caption {
    right: 15%;
    bottom: 50%;
}

.carousel .over {
    position: relative;
}

.carousel-inner .active {
    background-image: url("../img/xbg_1.jpg.pagespeed.ic.hwIKDt0ilI.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
}

.carousel-inner .act {
    background-image: url("../img/xbg_2.jpg.pagespeed.ic.sSNR54PXmE.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
}

.carousel .overlay {
    background-color: rgba(0, 0, 0, 0.308);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel .text {
    z-index: 0;
    color: rgba(255, 255, 255, 0.9);
}

.carousel .subheading {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    position: relative;
    z-index: 0;
}

.carousel .over h1 {
    color: #fff;
    line-height: 1;
    font-family: "Dancing Script", cursive;
    font-size: 9vw;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 10px;
}

.carousel .subheading-2 {
    font-size: 18px;
    font-weight: 700;
    color: #ff000d;
    -webkit-text-stroke: #fff 0.3px;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.carousel .subheading-2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    content: "";
    width: 85px;
    height: 1px;
    background: #e52b34;
    transform: translateY(-50%);
    left: -100px;
}

.carousel .subheading-2::after {
    position: absolute;
    top: 50%;
    z-index: -1;
    content: "";
    width: 85px;
    height: 1px;
    background: #e52b34;
    transform: translateY(-50%);
    right: -100px;
}


/***************************Second Section*************************************/

.sec {
    padding: 8em 0;
    position: relative;
}

.sec-e {
    padding-bottom: 0;
    padding-top: 0;
}

.intro {
    background-image: url(../img/xbg_3.jpg.pagespeed.ic.8t6jTW94LB.webp);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

i {
    font-size: 20px;
    color: #000000;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #000000;
    opacity: 0.4;
}


/***************************First Section*************************************/

h5 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h2 {
    font-weight: 900;
    color: #fff;
    font-size: 40px;
}

.bg-primary {
    background: #e52b34 !important;
}

.appointment-form h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.appointment-form .form-control {
    border: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    height: 50px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.appointment-form .form-group .btn {
    width: 100%;
    display: block !important;
}

.btn {
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0px 24px 48px -12px rgb(0 0 0 / 10%);
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
}

.wrap {
    background-image: url(../img/xabout.jpg.pagespeed.ic.TgBf_myyGr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.subheading {
    font-weight: normal;
    font-size: 40px;
    display: block;
    color: #eb5860;
    position: relative;
    line-height: 1;
    font-family: "Dancing Script", cursive;
    margin-bottom: -20px;
    z-index: -1;
}

.heading-section h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
}


/*******************************blog***************************/

.blog-entry {
    background: #fff;
    position: relative;
    z-index: 0;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.blog-entry .text {
    border-top: 0;
    border-radius: 2px;
    z-index: 1;
    background: #fff;
}

.blog-entry:after {
    position: absolute;
    bottom: -5px;
    right: 20px;
    left: 20px;
    height: 10px;
    background: #f0f0f0;
    content: "";
    z-index: -1;
    border-radius: 2px;
}

.blog-entry:hover:after {
    background: #e52b34;
    height: 15px;
    bottom: -7px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}

.blog-entry .meta a {
    color: black;
}

.blog-entry .text .meta-chat {
    color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.05);
    padding: 5px 7px;
    border-radius: 50%;
    font-size: 12px;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .read {
    font-size: 14px;
}

.btn.btn-primary {
    background: #e52b34;
    border: 1px solid #e52b34;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 1px solid #e52b34;
    background: transparent;
    color: #e52b34;
}

a:hover,
a:focus {
    outline: none !important;
}


/*******************************Menu*****************************************************************/

.heading-section h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
}

.heading-section .subheading {
    font-weight: normal;
    font-size: 40px;
    display: block;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.2);
    color: #eb5860;
    position: relative;
    line-height: 1;
    font-family: "Dancing Script", cursive;
    margin-bottom: -20px;
    z-index: -1;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
}

.menu-wrap {
    margin-bottom: 3em;
    padding: 3em 1.5em 0.5em 1.5em;
    border: 1.5px dashed #e6e6e6;
    position: relative;
    background: #fcfcfc;
    transition: all 0.6s ease;
}

.heading-menu h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.menus {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1.5px dashed #e6e6e6;
    transition: all 0.3s ease;
}

.menus .menu-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.menus .text {
    padding-left: 20px;
}

.text .one-half h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.text .one-forth {
    width: 70px;
    text-align: right;
}

.one-forth .price {
    font-size: 20px;
    color: #e52b34;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.menus .text p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
}

.menu-wrap .flat {
    position: absolute;
    top: 0;
    font-size: 45px;
    line-height: 1;
    color: #e6e6e6;
}

.menu-wrap:hover {
    border-color: #e52b34;
}

.menus:hover {
    border-color: #e52b34;
}

.menu-wrap .flaticon-breakfast {
    position: absolute;
    top: 0;
    font-size: 45px;
    line-height: 1;
    color: #e6e6e6;
    right: 0;
}

.flaticon-bread:before {
    content: "\f100";
}

.flaticon-breakfast:before {
    content: "\f100";
}


/*****************Staff************************/

.staff {
    transition: all 0.3s ease;
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
}

.staff:before {
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 40px;
    height: 20px;
    background: #e52b34;
    content: '';
    z-index: -1;
    transform: skewY( 20deg);
}

.staff:after {
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 40px;
    height: 20px;
    background: #e52b34;
    content: '';
    z-index: -1;
    transform: skewY( -20deg);
}

.staff .img {
    height: 350px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.staff .text {
    background: #fff;
    transition: all 0.3s ease;
    z-index: 1;
}

.staff .text h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}

.staff .text .position {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    display: block;
}

.staff .text .faded {
    opacity: 1;
    transition: all 0.3s ease;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
}


/************************************ingredients***************************/

.ingredients .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-intro .btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus,
.btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #e52b34;
}