/*--------------------- Copyright (c) 2021 ----------------------- 
[Master Stylesheet] 
Template Name: Catering HTML Template 
Version: 1.0.0
Author: Kamleshyadav
Website: https://www.pixelnx.com/
Purchase: http://themeforest.net/user/kamleshyadav
 ------------------------------------------------------------------- 
[Table of contents] 
	01. Global CSS Start
	02. Comman CSS Start
    -- Scroll To Top Button
	-- Header CSS Start
	-- Footer CSS Start
	03. Demo CSS Start
        
	06. Responsive CSS Start
    12. Animation CSS Start
	
-------------------------------------------------------------------*/


/**********************************
 	1. Global CSS Start 
 **********************************/

 :root {
    --cat-title-family: 'Poppins', sans-serif;
    --cat-theme-family: 'Nunito', sans-serif;
    --cat-main-bg: #ffffff;
    --cat-alternate-bg: #fff8f6;
    --cat-font-color: #44566c;
    --cat-title-color: #212529;
    --cat-white: #ffffff;
    /* --cat-primary-color: #cd3131; */
    --cat-border-color: #efefef;
    --cat-input-border: #efefef;
    --cat-input-bg: #ffffff;
    --cat-footer-bg: #141519;
    --cat-placeholder: #b1b1b1;
    --cat-black: #111111;
    --cat-radius0: 0;
    --cat-radius-comman: 3px;
    --cat-radius10: 10px;
    --cat-circle-radius: 50%;
    --cat-page-title-font: 50px;
    --cat-font-size: 16px;
    --cat-font18: 18px;
    --cat-font12: 12px;
    --cat-font14: 14px;
    --cat-font24: 24px;
    --cat-page-title-size: 52px;
    --cat-title-size: 42px;
    --cat-sub-title-size: 26px;
    --cat-widgets-title-size: 22px;
    --cat-shadow: 0 0 30px rgb(0 0 0 / 3%);
    --cat-transition: all 0.3s;
}

* {
    outline: 0 !important;
}








body {
    font-family: var(--cat-theme-family);
    font-weight: 400;
    font-size: var(--cat-font-size);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: var(--cat-main-bg);
    color: var(--cat-font-color);
}

body::-webkit-scrollbar {
    width: 6px;
    box-shadow: none;
}

body::-webkit-scrollbar-track {
    background-color:#111111;
    box-shadow: none;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--cat-primary-color);
    box-shadow: none;
}

a {
    color: var(--cat-font-color);
}

a:visited:hover,
a:hover,
a:focus,
button,
button:hover {
    color: var(--cat-primary-color);
}

a,
a:hover,
a:focus,
button,
button:hover {
    text-decoration: none;
    -webkit-transition: var(--cat-transition);
    -moz-transition: var(--cat-transition);
    -ms-transition: var(--cat-transition);
    -o-transition: var(--cat-transition);
    transition: var(--cat-transition);
}

img {
    max-width: 100%;
    height: auto;
}

input,
textarea,
select,
button,
button:focus,
button:hover,
label,
.form-control:focus {
    box-shadow: none;
}

/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5, */
h6 {
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-family: var( --cat-title-family);
    line-height: 1.2;
}


/* Heading */

.cat-heading-wrapper {
    position: relative;
    margin: 0 0 42px;
    text-align: center;
}

.cat-heading-wrapper h4 {
    font-size: var(--cat-font18);
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-family: var(--cat-theme-family);
    color: var(--cat-primary-color);
    font-weight: 700;
}

.cat-heading-wrapper h2::first-letter {
    color: var(--cat-primary-color);
}

.cat-heading-wrapper h4::before,
.cat-heading-wrapper h4::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background: var(--cat-primary-color);
    top: 0;
    bottom: 0;
    margin: auto;
}

.cat-heading-wrapper h4::before {
    left: 0;
}

.cat-heading-wrapper h4::after {
    right: 0;
}

.cat-heading-wrapper h2 {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
}




/**********************************
 	Event CSS Start
 **********************************/

.cat-event-wrapper {
    position: relative;
}

.cat-porfolio-wrapper {
    overflow: hidden;
}

.cat-porfolio-section {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 30px;
}

.cat-porfolio-section img {
    width: 100%;
    border: none;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}

.cat-filter-menu {
    text-align: center;
    margin-bottom: 30px;
}

.cat-filter-menu button {
    border: 1px solid #111111;
    padding: 12px 15px;
    font-weight: 700;
    position: relative;
    color: #111111;
    background: var(--cat-white);
    border-radius: 40px;
    min-width: 150px;
    margin: 0 10px 10px;
}

.cat-filter-menu button.active,
.cat-filter-menu button:hover {
    background: #272533;
    color: var(--cat-white);
}

.cat-filter-menu button,
.cat-filter-menu button.active,
.cat-filter-menu button:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cat-filter .mix {
    display: none;
}

.cat-overlay {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    text-align: center;
}

.cat-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.cat-overlay-text h4 {
    color: var(--cat-white);
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    font-family: var(--cat-theme-family);
}

.cat-overlay>a {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: var(--cat-white);
    line-height: 50px;
    text-align: center;
    top: calc(50%);
    position: relative;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    -ms-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%);
}

.cat-overlay a span {
    display: inline-block;
    font-size: 24px;
}

.cat-overlay a:hover {
    color: var(--cat-primary-color);
}

.cat-porfolio-section:hover .cat-overlay {
    opacity: 1;
}

.cat-overlay a,
.cat-overlay a:hover,
.cat-porfolio-section,
.cat-porfolio-section .cat-overlay,
.cat-porfolio-section:hover .cat-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cat-overlay .popup-gallery:hover {
    color: var(--cat-white);
}

