/********** Template CSS **********/
:root {
    --primary: #ff483b;
    --secondary: #ff483b;
    --light: #F8F9FA;
    --dark: #182333;
}


@media (min-width: 720px) {
    .sizeImage{
        height: 80px;
     
    }
}
@media (max-width: 720px) {
    .sizeImage{
        height: 46px!important;
      
    }
}
@media (min-width: 980px)and(max-width: 720px)  {
    .sizeImage{
        height: 80px;
      margin-left: 0px;
    }
    
    .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;}
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.testimonial-section {
    padding: 3rem 0 7rem 0; }
  
  .testimonial-slider-wrap {
    position: relative; }
    .testimonial-slider-wrap .tns-inner {
      padding-top: 30px; }
    .testimonial-slider-wrap .item .testimonial-block blockquote {
      font-size: 16px; }
      @media (min-width: 768px) {
        .testimonial-slider-wrap .item .testimonial-block blockquote {
          line-height: 32px;
          font-size: 18px; } }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
      margin-bottom: 20px; }
      .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
        max-width: 80px;
        border-radius: 50%; }
    .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
      font-size: 14px;
      font-weight: 700;
      color: #2f2f2f;
      margin-bottom: 0; }
    .testimonial-slider-wrap #testimonial-nav {
      position: absolute;
      top: 50%;
      z-index: 99;
      width: 100%;
      display: none; }
      @media (min-width: 768px) {
        .testimonial-slider-wrap #testimonial-nav {
          display: block; } }
      .testimonial-slider-wrap #testimonial-nav > span {
        cursor: pointer;
        position: absolute;
        width: 58px;
        height: 58px;
        line-height: 58px;
        border-radius: 50%;
        background: rgba(59, 93, 80, 0.1);
        color: #2f2f2f;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .testimonial-slider-wrap #testimonial-nav > span:hover {
          background: #3b5d50;
          color: #ffffff; }
      .testimonial-slider-wrap #testimonial-nav .prev {
        left: -10px; }
      .testimonial-slider-wrap #testimonial-nav .next {
        right: 0; }
    .testimonial-slider-wrap .tns-nav {
      position: absolute;
      bottom: -50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .testimonial-slider-wrap .tns-nav button {
        background: none;
        border: none;
        display: inline-block;
        position: relative;
        width: 0 !important;
        height: 7px !important;
        margin: 2px; }
        .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: none; }
        .testimonial-slider-wrap .tns-nav button:before {
          display: block;
          width: 7px;
          height: 7px;
          left: 0;
          top: 0;
          position: absolute;
          content: "";
          border-radius: 50%;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          background-color: #d6d6d6; }
        .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
          background-color: #3b5d50; }
  
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/* .backimage:hover{ */
    /* background-image: url('img/tacos/covert11.png'); */
/* background: red; */
/* background-image: url('/img/tacos/covert11.png'); */
/* } */
.tests {
    font-family: 'Brush Script MT', cursive;
    font-size: 3.5em;
    position: relative;
    top: 10px;
    left: 3px;
    color: #ff483b;
    font-style: italic;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-clip: var(--primary);
    filter: drop-shadow(-19px 8px 10px  #ff483b);
   

}
@media only screen and (max-width: 600px) {
.commande{
    margin-top: 145px;
    margin-left: 75px;
}
}
.anime {
    animation: imgRotate 20s linear infinite;
    height: 350px!important;
    width: 350px!important;
    margin-right: 600px;
}
.home{
    background-color: #ff483b;
    background-repeat: no-repeat;
    background-size: cover; 
    border-radius: 10px;
}
.home2{
    background-color: #ffeae8;
    background-repeat: no-repeat;
    background-size: cover; 
    border-radius: 10px;
}
@keyframes imgRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 600px) {
    .anime {
        animation: imgRotateMobile 5s linear infinite;
      
    height: 250px!important;
    width: 250px!important;
    margin-top: -120px;
    align-items: center!important;
    margin-left: 60px;
    }

    @keyframes imgRotateMobile {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(180deg);
        }
    }
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.buttons{
    margin-top: 200px;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #ff483b;
    border-color: #ff483b;
    font-family: 'Brush Script MT', cursive;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;

}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 50px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Brush Script MT', cursive;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: 'Brush Script MT', cursive;
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    /* #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */
    .covert{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}


.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #ff483b;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
   
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/tacos/BANNIERE-SITE-WEB.png) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 510px;
    height: 410px;
}
@media (max-width: 720px) {
.testimonial-carousel .owl-item img {
    width: 320px;
    height: 300px;
}}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #ff483b;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: 'Brush Script MT', cursive;
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
.fonts{
   
   
    color: #ff483b;
    font-family: 'Brush Script MT', cursive;
    position: relative;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.book-a-table-btn {
    background: #ff483b;
    font-family: 'Brush Script MT', cursive;
    color: #fff;
    border-radius: 30px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    transition: all 300ms;
    text-shadow: none;
    cursor: pointer;
    border: 0;
       white-space: nowrap;
  }
  
  .book-a-table-btn:hover {
    background: #ff483b;
    color: #fff;
  }
  @media (min-width: 992px) {
    .book-a-table-btn {
      margin-left: 1000px;
    }
  }
  @media (max-width: 992px) {
    .book-a-table-btn {
      margin: 0 15px 0 0;
      padding: 8px 20px;
      letter-spacing: 1px;
    }
  }

@media (max-width: 740px) {
    #iframeContainer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 999999;
     
    }
    
    #iframeContainer iframe {
      width: 100%;
      height: 100%;
     
      display: block;
    }
    
    #closeButton {
      position: absolute;
      top: -7px;
      left: -7px;
      background-color: transparent;
      padding: 5px 10px;
      cursor: pointer;
    }
    }
    @media (min-width: 740px) {
    #iframeContainer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 999999;
     
    }
    
    #iframeContainer iframe {
      width: 100%;
      height: 100%; 
      display: block;
    }
    
    #closeButton {
      position: fixed !important; /* Set the position to fixed for a button that stays in the same place even when scrolling */
      z-index: 10 !important;
      top: 27px !important;
     opacity: 0  !important;
      left: calc(50% + 440px);
      text-transform: uppercase;
      padding: 10px;
      border-radius: 4px;
      background-clip: padding-box;
      /* Adjust the alpha value as needed */
      color: #fff;
      font-size: 14px; /* Adjust the font size as needed */
      
      cursor: pointer;
      width: 77px;
      height: 30px; /* Set a specific height for the button */
      display: flex; /* Use flexbox for better alignment */
      justify-content: right; /* Center the content horizontally */
      align-items: center;
      background-image: url("assets/img/close.png");
      background-size: cover; /* Ensure the background image covers the entire button */
      background-repeat: no-repeat; /* Prevent the background image from repeating */
      border: none; /* Remove border to make it look cleaner */
      outline: none; /* Remove default focus outline */
      content: "test" ; /* This line is not needed for a button, you can remove it */
    }
           
    }
    .testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
  
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 105px;
    height: 105px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}
.team-item {
    
    
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}



.team-item .btn {
    border-radius: 38px 38px 0 0;
}
/* head */

@media (max-width: 840px) {
    .carousel-size{
        height: 200px;
        margin-left: 60px;
        
    }}