@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Montserrat", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

.slicknav_nav a:hover {
    background: #cc0909;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "blackch";
    src: url(../fonts/blackchancery.ttf);
}

@font-face {
    font-family: "blender-m";
    src: url(../fonts/blender-pro-medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "blender-m";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "blender-m";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "blender-m";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "blender-m";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "blender-m";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "blender-m";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #8a8a8a;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    margin: 0 0 0 -15%;
    width: 130%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    padding: 10px;
    z-index: 9;
}

header .row {
    align-items: center;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.search-input {
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    overflow: hidden;
}

.search-input input {
    border: 0;
    width: 85%;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 50px;
}

.search-input input::placeholder {
    color: #a8a8a8;
}

.search-input button {
    border: 0;
    background: transparent;
    padding: 0;
    width: 0;
    margin: auto;
}

.search-input input:focus-visible {}

.header-cart-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #cc0909;
    position: relative;
    border-radius: 50px;
    display: grid;
    place-content: center;
}

.header-cart-btn i {
    color: #cc0909;
}

.header-cart-btn span {
    position: absolute;
    top: 0;
    right: 0;
    background: #cc0909;
    color: #fff;
    width: 17px;
    height: 17px;
    font-size: 13px;
    display: grid;
    place-content: center;
    border-radius: 50px;
}

.header-cart-btn:hover {
    background: #cc0909;
}

.header-cart-btn:hover i {
    color: #fff;
}

.header-cart-btn:hover span {
    color: #cc0909;
    background: #fff;
    box-shadow: 0 0 2px 1px #cc0909;
}

.menuSec ul li a:before,
.menuSec ul li a:after {
    position: absolute;
    content: '';
    width: 0;
    left: -5%;
    height: 2px;
    background: #cc0909;
    bottom: -7px;
    transition: .3s all;
}

.menuSec ul li a:after {
    top: -7px;
}

.menuSec ul li a:hover:before,
.menuSec ul li a:hover:after {
    width: 110%;
}

.menuSec ul li a:hover {
    color: #cc0909 !important;
}

.menuSec ul li a:hover:before {
    left: auto;
    right: -5%;
}


/* Header Css Ends */


/* Home Banner   */

.home-banner-sec {
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.home-banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: block;
    align-content: center;
}

.home-baner-text h1 {
    font-size: 74px;
    color: #ffffff;
    text-transform: uppercase;
}

.home-baner-text span.theme-h1 {
    font-family: blackch;
    text-transform: capitalize;
}

.home-baner-text p {
    font-size: 14px;
    color: #cdcdcd;
}

.btn-1 {
    background: #fff;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'blender-m';
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 5px 5px 20px;
    gap: 10px;
    border-radius: 60px;
    position: relative;
    z-index: 1;
}

.btn-1 .button-span {
    background: #cc0909;
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.btn-1::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: #cc0909;
    border-radius: 50px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s all;
    z-index: -1;
}

.btn-1:hover::before {
    width: 100%;
    right: 0;
    height: 100%;
}

.btn-1:hover {
    color: #fff;
}

.btn-1:hover .button-span {
    background: #fff;
}

.btn-1:hover .button-span img {
    filter: invert(1);
}

.home-baner-text a {
    margin-top: 20px;
}

.banner-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 200px;
    position: relative;
    z-index: 1;
    bottom: 0;
}

ul.ban-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.ban-social i {
    font-size: 16px;
    color: #fff;
}

ul.ban-social span {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    display: grid;
    place-content: center;
}

ul.ban-social span::after {
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    background: #d3d2d2;
    z-index: -6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

ul.ban-social span::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #d20f11;
    z-index: -1;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner-social h6 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-social:before {
    position: absolute;
    content: '';
}

.banner-social::before {
    position: absolute;
    content: '';
    width: 38%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ffff;
}

ul.ban-social li {
    padding: 0 5px;
    background: #d1120e;
    z-index: 1;
}

.home-banner-sec .hom-baner-image {
    width: 100%;
    object-fit: cover;
    animation: kenburns-bottom 25s ease-out infinite both;
}

ul.ban-social span:hover:before {
    background: #fff;
}

ul.ban-social span:hover i {
    color: #cc0909;
}

.home-banner-box .row {
    align-items: center;
}

.home-baner-img {
    position: relative;
    z-index: 1;
}

img.ban-1 {
    position: absolute;
    border: 5px solid #fff;
    top: 20%;
    width: 110px;
    height: 150px;
    object-fit: cover;
    transform: rotate(15deg);
    right: 5%;
}

img.ban-2 {
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 180px;
    right: 0;
    border: 8px solid #fff;
    transform: rotate(15deg);
}

.home-baner-img {}

img.banner-imag-1 {
    position: relative;
    bottom: -100px;
}


/* BAnner Text Animation */

.poster {
    width: 75vh;
    position: absolute;
    top: -20px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.bg-pattern {
    height: 122vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-pattern span {
    font-size: 144px;
    line-height: 140px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    opacity: 0.25;
    animation: fill 5s ease-in-out infinite;
}

.fill {
    color: white !important;
    opacity: 1 !important;
}

.bg-pattern .sandw-1 {
    animation: fill 2s ease-in-out infinite;
}

.bg-pattern .sandw-2 {
    animation: fill 3s ease-in-out infinite;
}

.bg-pattern .sandw-3 {
    animation: fill 4s ease-in-out infinite;
}

.bg-pattern .sandw-4 {
    animation: fill 5s ease-in-out infinite;
}

.sandw-1 {
    animation-delay: 5s;
}

.sandw-2 {
    animation-delay: 4s;
}

.sandw-3 {
    animation-delay: 3s;
}

.sandw-4 {
    animation-delay: 2s;
}

@keyframes fill {
    0% {
        color: transparent;
        opacity: 0.25;
    }
    25% {
        color: white;
        opacity: 1;
    }
    50% {
        color: transparent;
        opacity: 0.25;
    }
    100% {
        color: transparent;
        opacity: 0.25;
    }
}

.bg-pattern span {
    writing-mode: sideways-lr;
}


/* BAnner Text Animation */


/* Home Banner   */


/* About Section */

.about-sec {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.about-sec {}

.about-image img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.theme-head {
    font-size: 74.49px;
    color: #161616;
    text-transform: uppercase;
}

.about-text p {
    margin: 20px 0;
}

.btn-2 {
    border: 2px solid #cc0909;
}

.mission-box {
    background: #cc0909;
    padding: 40px 40px 40px 60px;
    margin: 30px 0 0 -60px;
    position: relative;
    width: 80%;
    border-radius: 20px;
    z-index: 2;
}

.about-image {
    height: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-radius: 10px;
}

.about-image {}

.about-sec:hover .about-image img {
    animation: kenburns-bottom 25s ease-out infinite both;
}

.mission-box h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.mission-box p {
    color: #fff;
}


/* About Section */


/* Our Menu Section */

.container-fluid {
    padding: 0 4%;
}

.our-menu-sec .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.our-menu-sec .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}

ul.tbing {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.dmnd-cut-box {
    text-align: center;
}

.our-menu-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: #d6060a;
}

.our-menu-sec .border-bottom {
    align-items: center;
    border-bottom-color: #ffffff4d !important;
    margin: 0 20px 50px;
}

.theme-head.white {
    color: #fff;
}

ul.tbing h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 1;
    padding: 35px 20px;
    cursor: pointer;
}

ul.tbing h3::before {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    height: 2px;
    background: #fff;
    bottom: -1px;
    right: 0;
    transition: .4s all;
}

.our-menu-sec .border-bottom .col-lg-3.col-md-3 {
    padding-left: 0;
}

.our-menu-sec .border-bottom .col-lg-9.col-md-9 {
    padding-right: 0;
}

ul.tbing .current h3:before,
ul.tbing h3:hover:before {
    width: 100%;
    left: 0;
}

.menu-slider .slick-slide {
    margin: 0 12px;
    opacity: 1;
}

.menu-box {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.menu-image {
    overflow: hidden;
    border-radius: 10px;
}

.menu-box:hover .menu-image img {
    transform: scale(1.5);
}

.menu-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 1s all;
}

.menu-text {
    padding: 20px 0 10px;
}

.menu-text h3 {
    font-size: 22px;
    color: #161616;
    text-transform: uppercase;
    font-weight: 300;
}

.menu-text p {
    line-height: 24px;
}

.menu-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.menu-btn h6 {
    font-size: 22px;
    color: #161616;
}

.menu-slider .slick-next,
.menu-slider .slick-prev {
    top: auto;
    bottom: -33%;
    left: 30%;
    background-image: url(../images/slider-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 70px;
    margin: auto;
}

.menu-slider .slick-prev {
    right: auto;
    left: 30%;
    background-image: url(../images/slider-arrow.png);
    transform: rotateY(180deg);
    bottom: -26%;
}

.menu-slider-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 50px;
    gap: 25px;
}

.menu-slider-counter .current-slide {
    padding-right: 200px;
    position: relative;
    z-index: 1;
    font-size: 34.55px;
}

.menu-slider-counter .current-slide::before {
    position: absolute;
    content: '';
    width: 75%;
    height: 1px;
    background: #ffffff4f;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-slider-counter span {
    font-size: 21px;
    color: #ffffff;
}

.menu-slider .slick-prev:before,
.menu-slider .slick-next:before {
    display: none;
}


/* Our Menu Section */


/* Catering Section */

.catering-sec {
    padding: 100px 0;
}

.catering-content h2 {
    line-height: 70px;
}

.catering-content p {
    color: #000;
    margin: 15px 0;
}

.catering-content {
    width: 80%;
}

.catering-image {
    overflow: hidden;
}

.catering-image:hover img {
    transform: scale(1.2);
}

.catering-image img {
    width: 98%;
    border-radius: 15px;
    transition: 1s all;
}

ul.catering-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 25px 0 0;
}

ul.catering-list h6 {
    font-size: 15px;
    text-transform: uppercase;
}

ul.catering-list {
    margin-top: 80px;
}

.catering-bottom-imag {
    margin-top: -150px;
}


/* Catering Section */


/* Testimonial Section */

.testimonial-head {
    text-align: center;
    width: 80%;
    margin: 0 auto 50px;
}

.testimonial-sec {
    padding: 0 0 80px;
}

ul.testimonial-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.testimonial-profile li:first-child {
    width: 30%;
}

ul.testimonial-profile li {
    width: 70%;
}

.testimonial-slider .slick-slide {
    opacity: 1;
}

.client-imag {
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
}

.client-imag::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 50px;
    background: #d32a2a;
    top: 5px;
    left: -10px;
}

.client-imag img {
    width: 100px;
    object-fit: cover;
    height: 100px;
}

.client-text h5 {
    font-size: 21.86px;
    color: #111010;
    text-transform: uppercase;
    line-height: 20px;
}

.client-text p {
    line-height: 20px;
}

.rating {
    margin-top: 10px;
}

.rating i {
    color: #ffcd37;
}

.testimonial-box {
    padding: 10px 20px;
}

.testimonial-slider .slick-center .testimonial-box {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}


/* Testimonial Section */


/* Craving Section */

.craving-sec {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-image: url(../images/craving-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* animation: kenburns-bottom 15s ease-out infinite both; */
}

img.crv-1 {
    position: absolute;
    top: 6%;
    left: 2%;
    transform: rotate(-15deg);
    width: 150px;
    height: 200px;
    object-fit: cover;
    border: 8px solid #fff;
}

img.crv-2 {
    position: absolute;
    bottom: 9%;
    right: 2%;
    width: 170px;
    height: 210px;
    object-fit: cover;
    border: 8px solid #fff;
    transform: rotate(25deg);
}

.craving-content {
    text-align: center;
}

.craving-content h2 {
    line-height: 70px;
}

.craving-content p {
    color: #fff;
    margin-bottom: 30px;
}


/* Craving Section */


/* Gallery Section */

.gallery-sec {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.gallery-sec .gallery-head {
    text-align: center;
    margin-bottom: 20px;
}

.gallery-image a,
.gallery-image img {
    width: 100%;
    border-radius: 10px;
    transition: 1s all;
}

.gallery-image {
    overflow: hidden;
    border-radius: 10px;
    margin: 12px 0;
}

.gallery-sec .gallery-image {
    position: relative;
    cursor: pointer;
}

.gallery-sec .gallery-image:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cc0909;
    transform: scale(0);
}

.gallery-sec .gallery-image:hover:before {
    opacity: .5;
    transform: scale(1);
}

.gallery-sec .gallery-image:after {
    transition: all .6s ease .2s;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #ffffff;
    background: #cc0909;
    opacity: 0;
    transform: scale(0);
    border-radius: 10px;
}

.gallery-sec .gallery-image:hover:after {
    opacity: .35;
    transform: scale(1);
}


/* Gallery Section */


/* Footer  */

footer {
    background: #cc0909;
    padding: 80px 0 0 0;
}

.footer-logo p {
    color: #fff;
    line-height: 24px;
    margin: 20px 0;
}

.footer-cont a {
    color: #fff;
}

.footer-cont {
    margin-bottom: 25px;
}

.footer-logo ul.ban-social {
    gap: 10px;
}

.footer-logo ul.ban-social li {
    background: #cc0909;
}

.footer-link {
    margin-left: 70px;
}

footer h3 {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 20px;
}

ul.footer-menu a {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 8px;
}

.footer-info p {
    color: #fff;
}

w {}

.footer-info {
    width: 90%;
    margin-left: auto;
}

.footer-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.footer-input input {
    width: 100%;
    height: 50px;
    border: 1px solid #ffffff4d;
    background: transparent;
    color: #fff;
    padding: 0 100px 0 10px;
    border-radius: 50px;
    font-size: 14px;
}

.footer-input input::placeholder {
    color: #fff;
}

.footer-input button {
    border: 0;
    font-size: 15px;
    text-transform: capitalize;
    background: #fff;
    width: 90px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 600;
    color: #cc0b0b;
}

.footer-nav {
    padding: 15px 0;
    border-top: 1px solid #ffffff8a;
    margin-top: 50px;
}

.footer-nav p {
    color: #ffff;
    font-size: 15px;
}

.payment-card {
    text-align: end;
}

.footer-nav .row {
    align-items: center;
}


/* Footer  */

@-webkit-keyframes kenburns-bottom {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 84%;
        transform-origin: 50% 84%;
    }
    50% {
        -webkit-transform: scale(1.25) translateY(15px);
        transform: scale(1.25) translateY(15px);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 84%;
        transform-origin: 50% 84%;
    }
}




/* new css */


section.banner.inn {
    background-image: url(http://localhost/Lickety-Split/wp-content/uploads/2025/12/New-Project-33-2.png) !important;
    padding: 310px 0 120px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #c02121;
}

header.woocommerce-products-header {
    display: none;
}

section.banner.inn h2 {
    color: white;
    font-weight: 700;
    font-size: 53px;
}

.woocommerce-shop section.banner.inn {
    margin-bottom: 40px;
}

.woocommerce-shop .menu-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.woocommerce-shop span.button-span img.btn-arrow {
    margin-bottom: 0px !important;
}

.content-product {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

header.entry-header {
    display: none;
}

.product-template-default section.banner.inn {
    margin-bottom: 40px;
}

.product-template-default h1.product_title.entry-title {
    font-size: 41px;
    margin-bottom: 20px;
}

.product-template-default p.price {
    color: black !important;
    font-weight: 600;
    margin-bottom: 10px;
}


button.single_add_to_cart_button.button.alt {
    background: #cc0909 !important;
    font-family: 'blender-m';
}


ul.testimonial-profile li {
    width: 100% !important;
}

.testimonial-sec {
    padding-top: 30px !important;
}



.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    gap: 20px; /* spacing between items */
    margin: 20px 0;
}

.testimonial-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}

/* Optional: make it responsive */
@media (max-width: 992px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}



.social-icon-01 {
    BACKGROUND: white;
    padding: 20px 0px 20px 50px;
    border-left: 10px solid #cc0909 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




.social-icon-01 p {
    color: black !important;
    font-size: 16px;
}

.social-icon-01 p a {
    color: black;
    font-size: 16px;
    margin-bottom: 10px !important;
}


.gform_wrapper {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 20px;
}

.gform_wrapper input {
    border: 1px solid black;
}


input#gform_submit_button_2 {
    background: #cc0909;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    border: 0px;
}


img.bannerlogo0 {
    width: 60%;
}



.menu-slider .proddes {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}







.testimonial-grid .testimonial-box .testimonial-content {
  max-height: 300px;  
  overflow-y: auto; 
  padding-right: 10px; 
}

/* Optional: custom scrollbar */
.testimonial-grid .testimonial-box .testimonial-content::-webkit-scrollbar {
  width: 6px;
}

.testimonial-grid .testimonial-box .testimonial-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.testimonial-grid .testimonial-box .testimonial-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


.testimonial-grid .testimonial-box .testimonial-content {
    overflow-y: scroll;
    height: 180px;
}

section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}

div#gform_confirmation_message_2 {
    color: black;
    border: 1px solid;
    padding: 10px 10px;
    font-weight: 500;
}


section.banner.inn {
    margin-bottom: 40px;
}



.woocommerce-cart table tr.wc-block-cart-items__row {
    border: 1px solid black;
    border-top: 1px solid;
}

.woocommerce-cart table td.wc-block-cart-item__product {
    border: 1px solid;
}

.woocommerce-cart table td.wc-block-cart-item__image {
    border: 1px solid;
    padding: 10px 6px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 1px solid black;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained .wc-block-components-button__text {
    color: black;
    font-weight: 600;
}


.footer-logo img.custom-logo {
    background: white;
    padding: 10px 10px;
    width: 140px;
    height: auto !important;
}































