/* Global CSS */
:root{
    --main-color: rgb(228,197,144);
}
.h-80{
    height: 80%!important;
}
.btn-theme-block{
    display: block!important;
    background-color: var(--main-color);
    color: black;
    font-weight: bold;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

input, select, textarea{
    border-radius: 30px!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
}

.reservation-form select {
    padding-left: 35px!important;
}

/*
------------------------------------------------
    Home Page
------------------------------------------------
*/
.img-rotate{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    animation-name: rotate;
    animation-duration: 10s; /* Adjust the rotation speed here */
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#btn-menu{
    position: fixed;
    z-index: 9999;
}

@keyframes rotate {
    from {
      transform: rotate(0deg); /* Start rotation from 0 degrees */
    }
    to {
      transform: rotate(360deg); /* End rotation at 360 degrees (full circle) */
    }
}

@media screen and (max-width: 600px) {
    .btn-style-one {
        padding: 8px 35px;
    }
}


/*
-----------------------------------------------------
Menu Page
-----------------------------------------------------
*/
.menu-tabs .buttons .tab-buttons {
    display: inline-block;
}
.menu-tabs .buttons {
    overflow-x: auto;
    white-space: nowrap;
}
.buttons::-webkit-scrollbar {
    height: 8px!important;
}

.buttons::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.buttons::-webkit-scrollbar-track {
    background-color: transparent;
}

.btn-cart{
    color: black;
    background-color: var(--main-color);
    font-size: 8pt;
    font-weight: bold;
    width: 120px;
}

.btn-cart-green{
    color: white;
    background-color: #770059;
    font-size: 8pt;
    font-weight: bold;
    width: 120px;
}
.btn-cart-green:hover{
    color: white!important;
}

.spinner-border.thin {
    width: 0.7rem!important;
    height: 0.7rem!important;
    border-width: 0.09em!important;
    animation-duration: 0.5s!important;
}

.offcanvas-trigger-btn{
    position: fixed;
    width:65px;
	height:65px;
	bottom:20px;
	right:20px;
	background-color:var(--main-color);
	color: black;
    border: 3px solid #fff;
	border-radius:50%;
	text-align:center;
    z-index: 999;
}
#btn-off-back{
    position: fixed;
    width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:var(--main-color);
	border-radius:50%;
	text-align:center;
    z-index: 998;
}
.btn-explode{
    opacity: 0;
    transform: scale(3);
    transition: 0.5s ease-in-out;
}
.offcanvas-trigger-btn .fa-shopping-bag{
    font-size: 20pt;
}
.offcanvas-trigger-btn .badge{
    position: absolute;
    top: 9px;
    right: 6px;
}
.offcanvas-active{
	overflow:hidden;
}

.screen-overlay {
    width:0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.8);
    transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
.custom-curry{
    color: #e4c590;
}
.offcanvas{
    width:350px;
    visibility: hidden;
    transform:translateX(-100%);
    transition:all .2s;
    border-radius:0;
    box-shadow: 0 5px 10px rgba(0,0,0, .2);
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: var(--main-color);
    color: black;
    overflow-y: scroll;
    overflow-x: hidden;
}
.view-div{
    position: relative;
}
.btn-view{
    background-color: var(--main-color);
    color: black;
}

.qty-buttons i{
    font-size: 18pt;
    cursor: pointer;
}

.offcanvas .btn-close:hover{
    color: white;
}

.offcanvas .fa-times{
    font-size: 18pt;
}

.offcanvas.offcanvas-right {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

.offcanvas.show{
	visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas .btn-close{
    position: absolute;
    right:15px;
    top:15px;
}

#offcanvas-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--main-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 0.5s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.coupon-input{
    border: 1px solid #eca325;
}
.coupon-input:focus{
    box-shadow: none!important;
    border: 1px solid #eca325;
}
.coupon-btn{
    background-color: #eca325;
}
.coupon-btn:focus{
    box-shadow: none!important;
}

.p-sign{
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 999;
}

.i-msg{
    line-height: 1.3!important;
}

.sub-collapse .dish-block .dish-image,
.sub-collapse .dish-block .dish-image img
{
    height: 70px;
    width: 70px;
    border-radius: 15px;
}

.menu-tabs .dish-block .inner-box{
    padding-left: 10px!important;
}

.menu-tabs .menu-col:nth-child(2) .inner {
    padding-left: 0px!important;
    padding-right: var(--padding-right-80);
}

@media only screen and (max-width: 479px){
    .menu-tabs .buttons .tab-buttons .tab-btn {
        display: inline-block;
        margin: auto 10px;
    }

    .sub-collapse {
        margin-left: -60px!important;
        margin-top: 50px!important;
    }

    .sub-collapse .dish-block .inner-box{
        padding-left: 90px!important;
    }

    .menu-tabs .menu-col:nth-child(2) .inner {
        padding-right: 0px!important;
    }
}

.ui-widget.ui-widget-content{
    border: 0px;
}

.ui-widget-content {
    background-color: #333;
    color: #e7e7e7;
}

.ui-datepicker .ui-datepicker-header{
    background-color: #020202;
    color: #e7e7e7;
    border: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    border: 0px;
    border-radius: 5px;
    background-color: #020202;
    color: #e7e7e7;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 767px){
    .reserve-section .info-col .discount-info .num {
        font-size: 22px!important;
    }

}

/*
------------------------------------------
    Checkout(Order Info) Page
------------------------------------------
*/
#info-div{
    position: relative;
}

#info-div input, #info-div textarea, #info-div select{
    background-color: transparent!important;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 13pt;
}

#info-div .form-control:focus{
    box-shadow: none!important;
}

#info-div option{
    color: black!important;
}

/*
------------------------------------------
    Order Review Page
------------------------------------------
*/
#order-review hr{
    border-top: 1px dashed rgb(134, 134, 134)!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

#summary-back{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(20px);
    border-radius: 10px;
}

/*
------------------------------------------
    Order Complete Page
------------------------------------------
*/
#complete-back{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.fa-asterisk{
    font-size: 10pt;
    color:rgb(134, 134, 134)
}
.text-g{
    color: #eca325;
}


/*
 * Force Bootstrap transitions
 * (ignores prefers-reduced-motion media feature)
 * https://gist.github.com/robssanches/33c6c1bf4dd5cf3c259009775883d1c0
 */

 .fade {
	transition:opacity 0.15s linear !important;
}
.collapsing {
	transition:height 0.35s ease !important;
}
.custom-switch .custom-control-label::after {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
	transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
	transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
}
.custom-range::-webkit-slider-thumb {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.custom-range::-moz-range-thumb {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.custom-range::-ms-thumb {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.custom-control-label::before,.custom-file-label,.custom-select {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.badge {
	transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.progress-bar {
	transition:width 0.6s ease !important;
}
.progress-bar-animated {
	-webkit-animation:progress-bar-stripes 1s linear infinite !important;
	animation:progress-bar-stripes 1s linear infinite !important;
}
.modal.fade .modal-dialog {
	transition:-webkit-transform 0.3s ease-out !important;
	transition:transform 0.3s ease-out !important;
	transition:transform 0.3s ease-out,-webkit-transform 0.3s ease-out !important;
}
.carousel-item {
	transition:-webkit-transform 0.6s ease-in-out !important;
	transition:transform 0.6s ease-in-out !important;
	transition:transform 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out !important;
}
.carousel-fade .carousel-item {
    transition-property: opacity !important;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: 0s 0.6s opacity !important;
}

.carousel-control-prev,.carousel-control-next {
	transition:opacity 0.15s ease !important;
}
.carousel-indicators li {
	transition:opacity 0.6s ease !important;
}
.form-control {
	transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.btn {
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
