*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --main-color: #e0225e;
    --second-color: #7fbc45;
}




header .navbar{
    background-image: url(../img/header/header.jpg);
}

body{
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4 ,h5, h6, p, a{
    font-family: 'Montserrat', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: 90px;
}

header .navbar .cta-navbar, header{
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.main-color{
    color: var(--main-color);
}

.second-color{
    color: var(--second-color);
}

.favorite-flavors, .experiencie-section, .about-section{
    padding: 50px 0;
}

.favorite-flavors h2{
    font-size: 40px;
}

.slider-section .swiper-slide{
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.slider-section .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.experiencie-section{
    background-image: url(../img/bg/home6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    background-color: rgba( 0, 0, 0, 0.6);
}

.happy-clients{
    margin-bottom: -150px;
}

.experiencie-section .happy-clients .col-md-6{
    position: relative;
}

.experiencie-section .happy-clients .col-md-6::before{
    position: absolute;
    content: 'La Super Michoacana NC';
    color: var(--main-color);
    background: #b4d35e;
    padding: 5px 10px;
    top: 24px;
    left: 24px;
}

.experiencie-section img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: top;
}

.about-section{
    margin-top: 150px;
    background: #f1eee9;
}

.about-section .card{
    border: 1px solid transparent;
    margin-bottom: 30px;
    background: transparent;
}

.about-section .card i{
    font-size: 64px;
    color: var(--main-color);
    transition: .3s ease;
}

.about-section .card:hover i{
    color: #333;
}

.about-section .card p{
    color: #565656;
}

.btn-2 a{
    border: 2px solid #000;
    color: #000;
    background: transparent;
    font-size: 13px;
    border-radius: 50px;
    transition: .3s ease;
}

.btn-2:hover a{
    background: #000;
    color: #fff;
    transform: translateY(-7px);
}

.markets-leader-section{
    background: #f1eee9;
}

.markets-leader-section blockquote h2 a, .markets-leader-section blockquote strong a{
    color: var(--main-color);
    text-decoration: none;
}

.markets-leader-section blockquote p{
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 5px;
}

.reviews-section, .menu-section, .footer{
    padding: 50px 0;
}

.reviews-section blockquote{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}

.reviews-section blockquote a{
    color: var(--main-color);
    text-decoration: none;
}

.menu-section .menu-img-container{
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.menu-section .col-md-4 .menu-img-container{
    height: 630px;
}

.menu-section .menu-img-container .menu-content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(254, 95, 91, 0.8);
    text-align: center;
    opacity: 0;
    transition: 1s ease;
}

.menu-section .menu-img-container:hover .menu-content{
    opacity: 1;
}

.menu-section .menu-img-container .menu-content h3{
    color: #fff;
}

.menu-section .menu-img-container .menu-content p{
    font-weight: bold;
    font-size: 18px;
}

.btn-3 a{
    background: #fff;
    color: var(--second-color);
    border-radius: 50px;
    transition: .3s ease;
}

.btn-3:hover a{
    transform: translateY(-5px);
    background: #fff;
    color: var(--second-color);
}

.menu-section .menu-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer{
    background: #26292E;
    color: #fff;
}

.footer .footer-social a{
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

.footer p{
    color: #939393;
}

.footer p i{
    color: var(--main-color);
}

.banner-pages{
    padding: 200px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;

    background-blend-mode: soft-light;
    background-color: rgba( 0, 0, 0, 0.6);
}

.banner-pages a{
    color: #fff;
    text-decoration: none;
}

.banner-pages h2{
    font-size: 60px;
    font-weight: 600;
}

.work-hour-section{
    padding: 60px 0;
}

.work-hour-section span{
    color: var(--main-color);
}

.menu-page-section{
    padding: 80px 0;
}

.section{
    padding: 60px 0;
}

.contact-section{
    background: #f1eee9;
}

.contact-section h2 a{
    color: var(--main-color);
    text-decoration: none;
}

.contact-section p a{
    color: #000;
    text-decoration: none;
}

.contact-section form input{
    padding: 15px 20px;
    border-radius: 50px;
}

.contact-section form button{
    padding: 5px 25px;
    background: var(--main-color);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
}

.menu-gallery .gallery a{
    display: block;
    width: 100%;
    height: 250px;
    margin: 15px 0;
    overflow: hidden;
}

.menu-gallery .gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    pointer-events: none;

    animation-name: snowflakes-fall, snowflakes-drift;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
}

@keyframes snowflakes-fall {
    0% { top: -10%; }
    100% { top: 110%; }
}

@keyframes snowflakes-drift {
    0% { transform: translateX(0); }
    50% { transform: translateX(var(--drift)); }
    100% { transform: translateX(0); }
}
