.header {
    background-color: #fff;

}

.header .topbar {
    background-color: #000000;
    padding: 12px 0;
}

.header .content {
    float: left;
}

.header .content li {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
}

.header .content li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.header .content li i {
    margin-right: 5px;
    color: #faa186;
}

.header .content li a {
    color: #ccc;
}

.header .social {
    margin-right: 30px;
}

.header .topbar-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}




.header .social li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}

.header .social li:last-child {
    margin-right: 0;

}

.header .social li a {
    color: #fffdfd;
}

.header .social li a:hover {
    color: #ff4a04;
}

/*****************************************************************************/

.header .logo {
    float: left;
    margin-top: 26px;
}

.header .header-inner3 .logo {
    margin-top: 5px;
}

.header .logo img {
    width: 90px;
    height: 90px;
}

.header .header-widget {
    float: right;
    padding: 30px 0;
}

.header .single-widget {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    margin-right: 1px;
}

.header .single-widget:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

.header .single-widget i {
    position: absolute;
    text-align: center;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    color: #ff4a04;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #ff4a04;
}

.header .single-widget:hover i {
    border-color: transparent;
}

.header .single-widget h4 {
    font-weight: 500;
    font-size: 16px;
}

.header .single-widget h4 span {
    color: #666;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.header .single-widget h4 a {
    color: #000;
}


/* section{
    padding:2rem 9%;
}

section:nth-child(even){
    background:#fff;
}

.sub-heading{
    text-align: center;
    color:var(--green);
    font-size: 2rem;
    padding-top: 1rem;
}

.heading{
    text-align: center;
    color:var(--black);
    font-size: 3rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
} */

.btn{
    margin-top: 1rem;
    display: inline-block;
    font-size: 1.7rem;
    color:#fff;
    background: var(--black);
    border-radius: .5rem;
    cursor: pointer;
    padding:.8rem 3rem;
}

.btn:hover{
    background: var(--green);
    letter-spacing: .1rem;
}


.dishes .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap:1.5rem;
}

.dishes .box-container .box{
    padding:2rem;
    background:#fff;
    border-radius: .5rem;
    border:.1rem solid rgba(0,0,0,.2);
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.dishes .box-container .box .fa-heart,
.dishes .box-container .box .fa-eye{
    position: absolute;
    top:1.5rem;
    background:#fff;
    border-radius: 50%;
    height: 5rem;
    width:5rem;
    line-height: 5rem;
    font-size: 2rem;
    color:var(--black);
}

.dishes .box-container .box .fa-heart:hover,
.dishes .box-container .box .fa-eye:hover{
    background: var(--green);
    color:#fff;
}

.dishes .box-container .box .fa-heart{
    right:-15rem;
}

.dishes .box-container .box .fa-eye{
    left:-15rem;
}

.dishes .box-container .box:hover .fa-heart{
    right:1.5rem;
}

.dishes .box-container .box:hover .fa-eye{
    left:1.5rem;
}

.dishes .box-container .box img{
    height:20rem;
    margin:3rem 0;
}

.dishes .box-container .box h3{
    color:var(--black);
    font-size: 2.5rem;
}

.dishes .box-container .box .stars{
    padding:1rem 0;
}

.dishes .box-container .box .stars i{
    font-size: 1.7rem;
    color:var(--green);
}

.dishes .box-container .box span{
    color:var(--green);
    font-weight: bolder;
    margin-right: 1rem;
    font-size: 2.5rem;
}

/*****************************************************************************************/

.header .header-menu {
    background: #f76336;
    z-index: 10;
}

.header .navbar-collapse {
    padding: 0;
}

.header .navbar {
    background: 0 0;
    box-shadow: none;
    border: none;
    position: relative;
    padding: 0;
}

.navbar-nav {
    display: block;
}

.header .nav li {
    float: left;
    position: relative;
    margin-right: 5px;
}

.header .nav li:last-child {
    margin-right: 0;
}

.header .nav li a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px;
    margin: 10px 0;
    display: block;
    position: relative;
    text-shadow: none;
    border-radius: 10px;
}

.header .nav li:hover a,
.header .nav li.active a {
    color: #ffffdf;
    background: #000000;
}

.header .nav li a {
    margin-left: 5px;
}

.header .nav li .dropdown {
    background: #252525;
    width: 220px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
}

.header .nav li:hover .dropdown {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header .nav li .dropdown li {
    float: none;
    margin: 0;

}

.header .nav li .dropdown li a {
    margin: 0;
    padding: 8px 22px;
    color: #fff;
    border-bottom: 1px solid #3a3939;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: 0 0;
}

.header .nav li .dropdown li i {
    float: right;
    margin-top: 5px;
}

.header .nav li .dropdown li:hover a {
    color: #faa186;
    padding-left: 30px;
}


.sub-menu, ol {
    list-style:none;
    border-radius: 10px;
    background: #252525;
}

.nav > li {
    float:left;
}

.nav li a {
    color:#3a3939;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}

.nav li a:hover {
    background-color:#434343;
}

.nav li ul {
    display:none;
    position:absolute;
    min-width:140px;
}

.nav li:hover > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-140px;
    top:0px;
}
/************************************************************************/


.home-slider .single-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 434px;
    border: none;
}

.home-slider .single-slider:before {
    opacity: .7;
}

.home-slider .single-slider .slider-text {
    margin: 171px 0 0;
}

.home-slider .single-slider h1 {
    font-size: 31px;
    line-height: 70px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0px 3px 10px #000;
}

.home-slider .owl-carousel .owl-nav button {
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 100%;
    margin: -30px 0 0;
}

.home-slider .owl-carousel .owl-nav button:hover {
    background: #faa186;
}

.home-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}

.home-slider .owl-carousel .owl-nav.owl-prev:hover {
    left: 25px;
}

.home-slider .owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.home-slider .owl-carousel .owl-nav .owl-next:hover {
    right: 25px;
}

.home-slider .owl-item.active .slider-text h1 {
    animation: fadeInUp 1s both .8s;
}

/*************************************************************************************************/

.single-blog-inner-img.text-center p {
    text-align: center;
}

.single-blog-inner-img.text-center {
    padding: 0px 14px;
}

.img-thumbnail {
    max-width: 100%;
    height: 290px !important;
}

#colo {
    background: linear-gradient(to bottom right, #faa186 -1%, #f76336 -1%, #e8a18b 85%);
}

/**************************************************************************/

.testinomials .single-testimonial {
    text-align: left;
    background: #fff;
    border-radius: 10px;
    padding: 9px;
    position: relative;
    margin-top: 9px;
    box-shadow: inherit;
}

.testinomials .single-testimonial img {
    position: relative;
}

.testinomials .single-testimonial p {
    font-size: 15px;
    position: relative;
    z-index: 4;
    text-align: left;
}

.testinomials .main-content {
    position: relative;
    z-index: 4;
    margin: 29px 0;
}

.testinomials .main-content:before,
.testinomials .main-content:after {
    position: absolute;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    z-index: -4;
    color: #00b06a;
}

.testinomials .single-testimonial .img-thumbnail {
    max-width: 100%;
    height: 120px !important;
}

/*************************************************************************/

.team {
    padding: 60px 0 90px;
}

.team .button .btn {
    color: #fff;
}

.team .button .btn:before {
    background: #252525;
}

.team .button .btn:hover {
    background: 0 0;
    color: #fff;
}

.team .single-team {
    height: 259px !important;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    border: 10px solid #f7f7f7;
    background-color: #ededed;
}

.team .team-hover {
    position: relative;
    padding: 8px;
    text-align: center;
    background: #3b4458;
    border-radius: 2px;
    -moz-transition: all .4s ease;
    -moz-transform: scale(.5);
    left: 0;
    bottom: 8px;
    right: 10px;
    height: 90px;
}

.team .single-team:hover .team-hover,
.team .single-team.active .team-hover {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.team .team-hover h4 {
    color: #fff;
    font-size: 20px;
}

.team .team-hover h4 span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

/****************************************************************************/

.our-features {
    background-color: #fff;
}

.our-features .single-feature {
    background: #fff;
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0, 0, 0/5%);
    height: 401px;
}

.our-features .feature-head {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.our-features .single-feature img {
    width: 100%;
    border-radius: 80px;
}

.our-features .single-feature img:hover {
    transform: scale(1.2) rotate(5deg);
}

.our-features .single-feature h2 {
    font-size: 20px;
    margin: 15px 0;
    color: #fff;
}

/********************************************************************************************/

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer {
    background: #000000;
}

footer ul.link-list li a {
    color: #ffffff;
}

footer ul.link-list li a:hover {
    color: #e2e2e2;
}

.widgetheading {
    width: 100%;
    padding: 0;

}

.custom-button2 {
    width: 250px; /* Ancho del botón */
    height: 140px; /* Altura del botón */
    font-size: 16px; /* Tamaño del texto */
    background-color: #4CAF50; /* Color de fondo */
    color: white; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
}

.custom-button2:hover {
    background-color: #45a049; /* Color de fondo al pasar el cursor */
}

.mi-boton {
    background-color: blue; /* Color de fondo */
    color: white; /* Color del texto */
    border: none; /* Sin borde */
     width: 250px; /* Ancho del botón */
    height: 140px; /* Altura del botón */
    padding: 10px 20px; /* Espaciado interno */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
}

.mi-boton:hover {
    background-color: darkblue; /* Color de fondo al pasar el ratón */
}


#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}

footer address {
    line-height: 1.6em;
    color: #ffffff;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    padding-top: 0px;
    margin: 20px 0 0 0;
    background: #f76336;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #f5f5f5;
}

.space {
  width: 5px;
  height: auto;
  display: inline-block;
}

.space2 {
  width: 40px;
  height: auto;
  display: inline-block;
}

.copyright {
    text-align: left;
    font-size: 12px;
}


.float{
	position:fixed;
	width:100px;
	height:100px;
	bottom:20px;
	right:20px;
   /*	background-color:#25d366;
   	color:#FFF;*/
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:29;
}
.float:hover {
	text-decoration: none;
	color: #fff;
  background-color:#fff;
}

.my-float{
	margin-top:13px;
}


.flex-parent {
    display: flex;
    padding: 2px;
}

.flex-child {
    padding: 4px;
}


.accordion-header {
  background-color: #f2f2f2;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion-header:hover {
  background-color: #ddd;
}

.accordion-header i {
  margin-right: 10px;
}

.accordion-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media (max-width: 767px) {
  .accordion-header {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .accordion-header {
    font-size: 22px;
  }
}