/********** Template CSS **********/
/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

select:focus,
input:focus {
    border: 1px solid #0c0c0c !important;
}

select,
input,
button {
    box-shadow: none !important;
}

.rese{
    background:rgb(232, 231, 231) !important;
}

.logo{
    width: 100px;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 50px;
    z-index: 99;
}


/* WhatsApp */
.whatsapp-style {
    position:fixed;
    width:60px;
    height:60px;
    bottom:180px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: var(--light);
    background-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--light) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 6.25rem;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 6.25rem;
}

@media (max-width: 992px) {
    .navbar-dark .countStyle-main {
        /* top: 10px !important;
        left: 20px !important; */
        display: none;
    }
}

@media (max-width: 482px){
    #imgabout{
        width: 25rem;
    }

    #aboutt{
        margin-top: -12rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 992px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #0c0c0c !important;
    }
}


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(53, 53, 53, 0.9), rgba(61, 61, 61, 0.9)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 777px;
}

@media screen and (min-width: 992px) {
    .hero-header {
        height: 116vh;
    } 
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

@media (min-width: 992px) {
    .heroText {
        font-size: 1.125rem;
    }
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/about-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
@media screen and (min-width: 992px) {
    .team-item {
        height: calc(100% - 38px);
    }

    .team-item:hover img {
        transform: scale(1.1);
    }
    
    .team-item:hover {
        height: 100%;
    }
}

.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}

.team-item img {
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer{
    background: #0c0c0c !important;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*Menu tamplete*/




/* rating */
.rating-css div {
color: #ffe400;
font-size: 30px;
font-family: sans-serif;
font-weight: 800;
text-align: center;
text-transform: uppercase;
padding: 20px 0;
}
.rating-css input {
display: none;
} 
.rating-css input + label {
font-size: 60px;
text-shadow: 1px 1px 0 #8f8420;
cursor: pointer ;
}
.rating-css input:checked + label ~ label {
color: #b4afaf;

}
.rating-css label:active {
transform: scale(0.8);
transition: 0.3s ease;
}

/* End of Star Rating */

.bgnavbar{
    background: var(--dark);
}



/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 80px 0;
}

.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .section-header {
        margin-top: 7rem;
    } 
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.section-header p span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--color-primary);
}

.menu .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

/** FORMATATION OF SEARCH RESTARON */
    .searchCompany:focus {
    box-shadow: none;
    border-color: #0c0c0c !important;
}

/** FORMATION SCROLLBAR DA ÁREA DE MENU */
@media screen and (min-width: 992px) {
    .company-menu-sticky .company-menu-sticky-title {
        padding: 60px 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .company-menu-sticky {
        position: sticky;
        top: 0;
        z-index: 99;
        background-color: #FFFFFF;
    }

    .company-menu-sticky .company-menu-sticky-title {
        margin: 1rem 0;
    }
}

.container-scroll {
    background: #ddd;
    max-width: 900px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.container-scroll i {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border-radius: 50%;
    pointer-events: auto;
}

.container-scroll i:hover {
    background: #0c0c0c;
    color: #fff;
}

.container-scroll ul {
    display: flex;
    gap: 16px;
    padding: 12px 24px;
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.container-scroll ul.dragging {
    scroll-behavior: auto;
}

.container-scroll ul::-webkit-scrollbar {
    display: none;
}

.container-scroll button {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
    padding: 4px 24px;
    display: inline-block;
    border-radius: 30px;
    user-select: none;
    white-space: nowrap;
    transition: ease-in-out;
    border: none;
}

@media screen and (max-width: 725px) {
    .container-scroll button {
        font-size: 14px;
    }  
}

.container-scroll button:hover,
.container-scroll button.active {
    background: #0c0c0c;
    color: #fff;
}

.iconChevron-left,
.iconChevron-right {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0;
    display: none;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
}

.iconChevron-left.active,
.iconChevron-right.active {
    display: flex;
} 

.iconChevron-right {
    right: 0;
    background: linear-gradient(to left, #ddd 50%, transparent);
    justify-content: flex-end;
}

.iconChevron-left {
    background: linear-gradient(to right, #ddd 50%, transparent);
}


/* FORMATATION OF ABOUT AREA */ 
.aboutPartner {
    margin-top: 3rem;
}

@media screen and (min-width: 992px) {
    .respoMain {
        padding-top: 8rem;
    }
}

/* FORMATATION CART MAIN */
@media (max-width: 992px) {
    .cartMain {
        gap: 1.5rem;
    }
}


.liststyle:hover{
    background-color: #0c0c0c;
    color:#fff;
}
.liststyleActive{
    background-color: #0c0c0c;
    color:#fff;
}

/* FORMATATION SHOP */
@media screen and (min-width: 768px)and (max-width: 1440px) {
    .cardProduct {
        height: 30rem;
    } 
}


/* min-width */
@media screen and (min-width: 900px) {
    .card-custom {
		width: 22rem !important;
	}
}

/* min-width & max-width */
@media screen and (min-width: 600px) and (max-width: 900px) {
    .card-custom {
 		width: 100% !important;
	}
}

/* max device width */
@media screen and (max-device-width: 480px) {
  .card-custom {
		width: 100% !important;
	}
}


.cardProduct{
    height: 100% !important;
  }
