:root {
    --tegamino: #672117;
    --font-tegamino: "Alice", serif;
    --accent-color: #672117;
    --color-beige: #f9f9e9;
	}

    .text-color-tegamino {
    color: var(--tegamino) !important;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .10;
}

body {
    position: relative;
    font-family: var(--default-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    background-color: #ffffff;
    color: var(--text-black);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--text-black);
}

.bg-beige {
    background-color: var(--color-beige) !important;
}



.text-shadow {
text-shadow: 0px 0px 7px #fff;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(0px);
    border-radius: 0px;
    background: var(--primary-color);
    border-bottom: 1px solid var(--divider-color);
}

.company-experience {
    width: 165px;
    position: absolute;
    top: 120px;
    right: 0px;
    background: var(--tegamino);
    border-radius: 14px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    padding: 12px 20px !important;
    color: var(--tegamino);
    text-transform: capitalize;
    transition: all 0.3s;
}

.section-row .section-title {
    text-align: center;
    max-width: 652px;
    margin: 0 auto;
}

.main-menu ul li a:hover, .main-menu ul li a:focus {
    color: var(--bs-black);
}

.section-title h1 {
    font-size: 57px;
    font-weight: 800;
    line-height: 1.1em;
    text-transform: none;
    margin-bottom: 0;
    cursor: none;
}

.section-title h2 {
    font-size: 52px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 0;
    cursor: none;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-left: 0;
    margin-bottom: 10px;
}

.hero {
    position: relative;
    background: url(/master/assets/img/slide.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 214px 0 100px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-divider-color);
    opacity: 0%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
   
}

.text-blur {
text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8;
}

.text-blur-2 {
color: #ffffff;

text-shadow: #000000 1px 1px 2px;
}





.about-us::before {
    display: none;
}

.daily-offer::before {
    display: none;
}
.our-dishes::before {
    display: none;
}
.our-blog::before {
   display: none;
}
.our-blog::after {
   display: none;
}
.our-ingredients::before {
   display: none;
}
.our-ingredients::after {
    display: none;
}
.section-title h3::before {
     display: none;
}
.page-team::before {
    display: none;
}
.our-approach::before {
     display: none;
}
.page-services::before {
    display: none;
}
.our-team::before {
   display: none;
}

.mt-100 {
    margin-top: 100px;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.0);
}

.daily-offer-list ul li {
    position: relative;
    text-transform: none;
    line-height: normal;
    padding-left: 30px;
    margin-bottom: 15px;
}

.about-us-img, .about-us-img figure {
    display: block;
    border-radius: 0;
    overflow: hidden;
}
.about-us-img img {
    width: 100%;
    aspect-ratio: 1 / 1.53;
    object-fit: cover;
    border-radius: 0;
}

.team-body {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    transform: translateY(0px);
    text-align: center;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.about-us-image {
    position: relative;
    margin-right: 15px;
    padding: 0 100px 0 60px;
}

.section-footer-text p {
    color: #000000;
    margin: 0;
}

.reserve-table-form {
    background: #e4decc;
    border-radius: 14px;
    padding: 60px 40px;
}



.reserve-table-body ul li span {
    width: 65%;
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
    color: var(--text-black);
}

.our-dishes {
    position: relative;
    background-color: #fff !important;
    padding: 100px 0;
}

.service-item {
    background: var(--color-beige);
    border: 1px solid var(--divider-color);
    border-radius: 14px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    transition: all 0.3s ease-in-out;
}

.reserve-table {   
    padding: 100px 0px 30px;
    background: #f4eedb;
}

.testimonial-rating {
    text-align: left;
    margin-bottom: 5px;
}
.testimonial-rating i {
    color: rgb(255, 145, 0);
    font-size: 16px;
}

.btn-recensioni:hover {
    background: var(--primary-color);
    color: var(--dark-divider-color);
}
.btn-recensioni {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--primary-color);
    border-radius: 4px;
    padding: 8px 41px 8px 13px;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.btn-recensioni::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-recensioni::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 18px;
    height: 14px;
    background-image: url(/master/assets/img/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: translate(-30px, -50%); transition: all 0.4s 
ease-in-out;
}

.section-footer-text p a:hover {
    color: var(--accent-color);
}

.our-ingredients-img figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(14, 17, 13, 0) 79.74%, #f9f9e9 91.9%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about-detail-item .icon-box {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    margin-right: 30px;
    transition:none;
}
.about-detail-item:hover .icon-box img {
    transform: rotateY(0deg);
    filter: brightness(1) invert(0);
}

.about-detail-item:hover .icon-box {
    border-color:  var(--accent-color)
}

.about-detail-item .icon-box img {
    width: 100%;
    max-width: 40px;
    transition:none;
}

.testimonial-box-item {
    background-color: var(--color-beige);
    border: 1px solid var(--divider-color);
    border-radius: 14px;
    height: calc(100% - 68px);
    margin-bottom: 0px;
    padding: 40px;
}

.testimonial-box-content {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
}

.testimonial-slider .swiper {
    position: static;
    margin: 0;
}
.testimonial-btn-prev {
    left: 3%;
}
.testimonial-btn-next {
    right: 3%;
}
.testimonial-btn-prev, .testimonial-btn-next {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.footer-copyright {
    padding: 20px 0 20px;
}
.footer-copyright-text {
    text-align: center;
}


.hero-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 30px;
    justify-content: center;
}


.page-header {
    position: relative;
    background: url(/master/assets/img/header-chisiamo.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 270px 0 155px;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1em;
    text-transform: none;
    color: var(--primary-color);
    margin-bottom: 10px;
    cursor: none;
}

.hero-esperienza {
    position: relative;
    background: url(/master/assets/img/header-esperienza.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 214px 0 100px;
    overflow: hidden;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
    font-weight: 700;
    line-height: 1.2em;
    text-transform: none;
    margin: 0 0 0.477em;
}

.bg-grigio {
       background: var(--secondary-color);
}

.our-approach {
    position: relative;
    background: none;
    padding: 100px 0;
}

.service-item:hover {
    transform: translateY(0);
}

.approch-tab-image img {
    width: 100%;
    aspect-ratio: 1 / 0;
    object-fit: cover;
}

.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    border-radius: 0px;
}

.page-gallery-box .photo-gallery figure {
    display: block;
    border-radius: 0px;
}

.bg-chiaro {
    background: var(--secondary-color);
}

.page-team-single::before {
    content: '';
    display: block;
    position: absolute;
    right: -140px;
    top: 80px;
    background: none;
    background-position: right top;
    background-size: cover;
    width: 300px;
    height: 300px;
    animation: pizzamove 8s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-team-single::after {
    content: '';
    display: block;
    position: absolute;
    left: -40px;
    bottom: 170px;
    background: none;
    background-position: left top;
    background-size: cover;
    width: 180px;
    height: 225px;
    animation: chilimove 6s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.team-single-sidebar {
    position: sticky;
    top: 150px;
    margin-right: 25px;
}

.pdf-menu {
    padding-right: 9px;
}

.reserve-table-body ul li {
    position: relative;
    width: 100%;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/** Form **/
.reserve-table-form .form-control{
    color: var(--bs-body-color);
}
/** Fine form **/

.client-author-image{
    padding-bottom: 1rem;
}
.testimonial-slider .swiper-wrapper {
    cursor: default;
}

/** Footer **/
.cta-footer-container {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #e7e7e7;
    border-top: 1px solid #eee;
}
.cta-footer-container ul{
    display: flex;
    list-style-type: none;
    gap: .5rem;
    justify-content: space-evenly;
    align-items: center;
    padding: .5rem .25rem;
    margin-bottom: 0;
}
.cta-footer-container a{
    min-width: 135px;
    padding-top: 12px;
    padding-bottom: 12px;
}
/** Fine footer **/

@media screen and (min-width: 991px) and (max-width: 1440px){
    .main-menu ul li a {
        padding: 12px 10px !important;
    }
} 

@media (min-width: 1400px) {
    .hero-content {
         padding: 150px 0 70px 0;
    }
}

@media (min-width: 1200px) {
    .hero-content {
         padding: 150px 0 70px 0;
    }
}
@media (min-width: 992px) {
    .hero-content {
         padding: 150px 0 70px 0;
    }
  
    .cta-footer-container {
        display: none;
    }
}
@media (min-width: 768px) {
    .hero-content {
         padding: 150px 0 150px 0;
    }
    
 
}

@media (max-width: 768px) {
    .page-gallery-box .photo-gallery img {
        width: 100%;
        aspect-ratio: 1 / 1.4;
        object-fit: cover;
        border-radius: 0px;
    }
    
    .hero {
        padding: 125px 0 15px;
    }
    .section-title h1, .page-header-box h1{
        font-size: 2.75rem;
    }
    .section-title h2 {
        font-size: 2.25rem;
    }

    .about-detail-item .icon-box {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .about-detail-item .icon-box img {
        max-width: 30px;
    }
    .reserve-table-form {
        padding: 40px 25px;
    }
    label.custom-control-label-02 {
        font-size: 1rem;
    }
    .our-dishes {
        padding: 0;
    }
    .our-approach {
        padding: 50px 0;
    }

    .main-footer {
        padding-top: 0px;
    }
    .page-team-single {
        padding: 25px 0;
    }
    .reserve-table {
        padding: 50px 0px 30px;
        background: #f4eedb;
    }
    .row>* {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .hero-esperienza {
        background-image: none;
        padding: 125px 0 0px;
    }

    .private-menu.page-header {
        padding: 150px 0 75px;
    }

    .mobile-x-scroll{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

 


/* font tegamino */

.font-tegamino {
  font-family: var(--font-tegamino);
}
