.modal {
    display: block;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);}
    
.modal-content {
    position: relative;
    background-color: #fefefe02;
    margin: auto;
    width: 40%;
    text-align: center;
}

.close {
    cursor:pointer;
    color: #000000;
    float: right;
    font-size: 30px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #f9bd16;
    transform: translate(25%, 50%);
}
.display-none{
    display:none;
}



.main_section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.main_section .better {
    width: 20%;
    animation: imgEntry01 .8s forwards;
}

@media(max-width:992px) {
    .main_section .better {
        width: 50%;
    }
}

@keyframes imgEntry01 {
    from {
        transform: translateY(-50px);
        opacity: .3;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.delicius_section {
    position: relative;
    width: 100%;
    min-height: 70vh;
    background: #a9ebe1;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.delicius_section .hand {
    position: absolute;
    right: 10%;
    bottom: 0;
    height: calc(100% + 100px);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.delicius_section .hand.active {
    visibility: visible;
    opacity: 1;
}

.delicius_section .deli {
    width: 30%;
}

.delicius_section a {
    width: fit-content;
    color: #ffffff;
    font-weight: 500;
    font-size: 27px;
    letter-spacing: 3px;
    text-shadow: 0 0 10px #FFFFFF;
    margin-left: 15%;
    margin-top: -40px;
    padding: 7px 50px;
    border-radius: 75px;
    background: rgb(118,189,179);
    background: linear-gradient(90deg, rgba(118,189,179,1) 0%, rgba(125,194,179,1) 18%, rgba(141,206,179,1) 41%, rgba(167,223,184,1) 60%, rgba(179,232,189,1) 100%);
    -webkit-box-shadow: 5px 5px 16px 4px rgba(118,189,179,0.38);
    box-shadow: 5px 5px 16px 4px rgba(118,189,179,0.38);
    transition: .25s;
}

.delicius_section a:hover {
    transform: scale(.9);
}

.delicius_section svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media(max-width:992px) {
    
    
    .modal-content {
        width: 90%;
    }
    
    .delicius_section {
        padding-left: 0;
        align-items: center;
        padding-top: 70px;
        overflow-x: hidden;
    }

    .delicius_section .hand {
        position: absolute;
        right: 0;
        bottom: 0;
        height: initial;
        width: 80%;
    }

    .delicius_section .hand.active {
        position: relative;
    }

    .delicius_section .deli {
        width: 60%;
    }

    .delicius_section a {
        font-size: 20px;
        margin-left: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .delicius_section svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 200%;
    }
}

.text_section {
    position: relative;
    background: #fff;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10%;
}

.text_section h1 {
    letter-spacing: 2px;
    font-size: 30px;
    color: #c30000;
    text-transform: uppercase;
}

.text_section p {
    width: 80%;
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #3c3c3c;
    margin-top: 10px;
}

@media(max-width:992px) {
    .text_section {
        padding: 50px 0;
    }

    .text_section h1 {
        font-size: 25px;
    }

    .text_section p {
        font-size: 15px;
    }
}

.food_slide_section {
    position: relative;
    padding: 0px 10% 50px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 9;
}

.food_slide_section .slider {
    position: relative;
    width: 90%;
    padding-top: 5px;
}

.food_slide_section .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 35%);
    z-index: 9;
}

.food_slide_section .slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(260deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 35%);
    z-index: 9;
}

.food_slide_section .slider .slide {
    border: 1px solid #818181;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    height: 100%;
}

.food_slide_section .slider .slide h2 {
    color: #c30000;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 40px;
}

.food_slide_section .slider .slide p {
    display: block;
    width: 90%;
    text-align: center;
    font-weight: 500;
    color: #3c3c3c;
    font-size: 18px;
    margin-top: 15px;
}

.food_slide_section .slider .slide a {
    border: 1px solid #d85b5b;
    color: #c30000;
    font-size: 18px;
    padding: 5px 30px;
    border-radius: 75px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    transition: .25s;
}

.food_slide_section .slider .slide a:hover {
    color: white;
    background: #c30000;
}

.food_slide_section .slider .slide a svg {
    height: 20px;
    margin-right: 10px;
}

.food_slide_section .slider .slide a:hover path {
    fill: white;
}

.food_slide_section .slider .slide img {
    width: 70%;
    margin-top: 35px;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

@media(max-width:992px) {
    .food_slide_section {
        padding: 0;
        padding-bottom: 30px;
    }

    .food_slide_section .slider {
        width: 90%;
    }

    .food_slide_section .slider .slide h2 {
        font-size: 32px;
    }

    .food_slide_section .slider .slide p {
        font-size: 15px;
    }

    .food_slide_section .slider .slide a {
        font-size: 15px;
    }
}

/* the slides */
.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}

.delivery_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.delivery_section svg {
    position: sticky;
    width: 105%;
    left: 0;
    top: 0;
}

.delivery_section .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20% 0 10%;
}

.delivery_section .content .media {
    position: relative;
    width: 40vw;
}

.delivery_section .content .rocket_delivery {
    position: relative;
    width: 31vw;
    z-index: 9;
    animation: float 3s ease-in-out infinite, enterRigth .6s forwards;
}

.delivery_section .content .media .burrito {
    position: absolute;
    width: 60%;
    left: -12%;
    top: 5%;
}

@keyframes float {
    0% {
        transform: translatey(0px) translateX(0px);
    }
    50% {
        transform: translatey(-20px) translateX(-10px);
    }
    100% {
        transform: translatey(0px) translateX(0px);
    }
}

@keyframes enterRigth {
    from {
        margin-left: -500px;
    }
    to {
        margin-left: 0;
    }
}

.delivery_section .content .delivery_info {
    display: flex;
    width: 50vw;
    flex-direction: column;
    align-items: flex-end;
    transform: translateY(-31%);
}

.delivery_section .content .delivery_info img {
    width: 60%;
}

.delivery_section .content .delivery_info p {
    width: 60%;
    margin-top: 20px;
    font-weight: 500;
}

.delivery_section .content .delivery_info a {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    border: 4px solid #c3d68e;
    border-radius: 75px;
    padding: 5px 35px;
    transition: .25s;
}

.delivery_section .content .delivery_info a:hover {
    background: #c3d68e;
}

@media(max-width:992px) {
    .delivery_section svg {
        position: absolute;
        width: initial;
        height: 100%;
        left: 0;
        top: 0;
    }

    .delivery_section .content {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: initial;
        align-items: center;
        padding: 0;
    }

    .delivery_section .content .media {
        position: relative;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .delivery_section .content .rocket_delivery {
        position: relative;
        width: 50%;
        z-index: 9;
    }

    .delivery_section .content .media .burrito {
        position: absolute;
        width: 25%;
        left: 20%;
        top: 5%;
    }

    .delivery_section .content .delivery_info {
        display: flex;
        width: 90%;
        flex-direction: column;
        align-items: center;
        transform: translateY(0);
    }

    .delivery_section .content .delivery_info img {
        width: 60%;
    }

    .delivery_section .content .delivery_info p {
        width: 85%;
        margin-top: 30px;
        text-align: center;
    }

    .delivery_section .content .delivery_info a {
        color: #fff;
        font-weight: 400;
        font-size: 19px;
        border: 4px solid #c3d68e;
        border-radius: 75px;
        padding: 5px 35px;
    }
}

.gallery_section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    z-index: 9;
    padding-bottom: 70px;
}

.gallery_section .gallery {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 400px 250px 250px;
}

.gallery_section .gallery > div {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.gallery_section .gallery > div.active {
    visibility: visible;
    opacity: 1;
}

.gallery_section .gallery > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery_section .gallery .img1 {
    grid-row: 1;
    grid-column: 1 / span 4;
}

.gallery_section .gallery .img2 {
    grid-row: 1;
    grid-column: 5 / span 6;
}

.gallery_section .gallery .img3 {
    grid-column: 1 / span 3;
    grid-row: 2 / span 2;
}

.gallery_section .gallery .img4 {
    grid-column: 4 / span 3;
    grid-row: 2 / span 2;
}

.gallery_section .gallery .img5 {
    grid-row: 2;
    grid-column: 7 / span 4;
}

.gallery_section .gallery .img6 {
    grid-column: 7 / span 4;
    grid-row: 3;
}

@media(max-width:992px) {
    .gallery_section {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        z-index: 9;
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .gallery_section .gallery {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: 200px 250px 250px;
    }

    .gallery_section .gallery > div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .gallery_section .gallery .img1 {
        grid-column: 1 / span 10;
    }

    .gallery_section .gallery .img2 {
        grid-row: 2;
        grid-column: 1 / span 6;
    }

    .gallery_section .gallery .img3 {
        grid-column: 1 / span 3;
        grid-row: 3 / span 2;
    }

    .gallery_section .gallery .img4 {
        grid-column: 4 / span 3;
        grid-row: 3 / span 2;
    }

    .gallery_section .gallery .img5 {
        grid-row: 2;
        grid-column: 7 / span 5;
    }

    .gallery_section .gallery .img6 {
        grid-column: 7 / span 4;
        grid-row: 3;
    }
}

.tequero_section {
    width: 100%;
    height: 60vh;
}

.tequero_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width:992px) {
    .tequero_section {
        width: 100%;
        height: 30vh;
    }
}







/* POPUP TEMPORAL */

/*
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 9999;
}

.popup-overlay.show {
  visibility: visible;
  opacity: 1;
}

.popup-box {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.popup-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 60vh;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,0.9);
  border: none;
  font-size: 28px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  z-index: 10;
}

*/
