.headerNav.navigation-section{
    margin-left: 70px !important;
  }
.new-breadcrumb{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.tacos-banner-section{     
    padding-top: 83px;   
    background-color:#0D267C;
    background-image: url('../img/tacos-banner-3.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.tacos-banner-wr{
    padding: 155px 0;    
}
.tacos-banner-wr h1{
    color: #FFF;
    font-family: Montserrat;
    font-size: 80px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.core-btn.tacos-btn{
    background: #fff;
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0 auto;
    border: 2px solid #fff;
}
.development-wrap{ display: none;}
.for-relative-position{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    min-height:640px; 
}
.tacos-info-wr{
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #2571F0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: calc(100% - 43px);
    gap: 14px;

    position: absolute;
    margin: 0 20px !important;
    left: 0;
    bottom: -50px;
}
.tacos-box{
    padding: 25px;
    display: flex;
    align-items: center;
}
.tacos-img-wr{ margin-right: 20px;}
.tacos-box-info h3{
    color: #323232;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}
.tacos-box-info p{
    color: #323232;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.tacos-about-section{ background: #FAFAFA; }
.tacos-about-wr{ padding: 80px 20px; padding-top: 120px; margin: 0 auto; max-width: 1300px; }
.tacos-about-flex{ display: flex; gap: 20px 40px; justify-content: center;}

.tacos-about-wr h2{ 
    color: #323232;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.about-left-side{
    max-width: 590px;
}
.about-left-side p{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    /* text-transform: capitalize; */
}
.happy-hour-section{ max-width: 1300px; padding: 70px 20px; margin: 0 auto; }
.happy-hour-section h2{
    color: #323232;
    font-family: Montserrat;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.core-btn.tacos-btn.happy-btn{
    background: #2571F0;
    color: #fff !important;
    border: 2px solid #2571F0;
    margin-bottom: 40px;
}
.core-btn.tacos-btn.happy-btn:hover{
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #2571F0 !important;
}
.happy-social-icons{
    text-align: center;    
}
.happy-social-icons a{
    margin-right: 40px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: 0.2s ease;
    transform: translateY(0);
}
.happy-social-icons a:hover{
    transform: translateY(-3px); 
}

@media only screen and (max-width : 1200px){
    .for-relative-position{
        min-height: 530px;
    }
    .tacos-banner-wr{
        padding: 140px 0;
    }
    .tacos-banner-wr h1{
        font-size: 70px;
    }
    /* .tacos-info-wr{
        grid-template-columns: minmax(200px, 260px) minmax(200px, 1fr) minmax(200px, 1fr);
    } */
}
@media only screen and (max-width : 1024px){
    .for-relative-position{
        min-height: 410px;
    }
    .tacos-banner-wr {
        padding: 90px 0;
    }
    .tacos-img-wr{
        max-width: 35px;
    }
    .tacos-box-info h3{
        font-size: 18px;
    }
    .tacos-box-info p{
        font-size: 14px;
    }
    .tacos-box{
        padding: 10px;
    }
    .tacos-info-wr{
        bottom: -31px;
        /* grid-template-columns: minmax(160px, 180px) minmax(160px, 1fr) minmax(160px, 1fr); */
    }
    .for-relative-position {
        min-height: 365px;
    }
    .tacos-banner-wr h1{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .tacos-img-wr{
        margin-right: 10px;
    }
    .tacos-about-wr {
        padding: 70px 20px;
        padding-top: 85px;
    }
    .tacos-about-wr h2{
        font-size: 28px;
    }
    .happy-hour-section {
        padding: 70px 20px;
    }
    .happy-hour-section h2{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .core-btn.tacos-btn.happy-btn{
        margin-bottom: 30px;
    }
    .about-right-side{
        min-width: 340px;
    }
}
@media only screen and (max-width : 767px){
    .for-relative-position {
        min-height: 350px;
    }
    .tacos-info-wr{
        position: unset;
        margin-top: 35px !important;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 15px;
    }
    .tacos-box{
        min-width: 230px;
    }
    .tacos-banner-wr {
        padding: 56px 0;
    }
    .tacos-banner-wr h1{
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .tacos-about-wr {
        padding: 50px 20px !important;
    }
    .tacos-about-flex{
        flex-wrap: wrap;
    }
    .about-right-side{
        min-width: auto !important;
    }
    .tacos-about-wr h2{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .happy-hour-section{
        padding: 50px 20px;
    }
    .happy-hour-section h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:587px){
    .tacos-info-wr{
        justify-content: start;
    }
}