@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Inter', sans-serif;
    background-color: #383838;
    overflow-x: hidden;
}

/* Start preloader */
.preloader{
    width: 100%;
    height: 100vh;
    background-color: rgba(14, 4, 11);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.preloader-img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End preloader */

/* Start Header  */
header{
    width: 100%;
    height: 100vh;
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0,0,0,0.3),rgba(0,0,0,0)),url('../assets/img/banner/banner.jpg');
    background-position:top;
    background-size: cover;
    background-repeat:no-repeat;
    position: relative;
}

.navbar{
    background:linear-gradient(
        rgba(0, 0, 0,0.9),
        rgba(0, 0, 0,0.8),
        rgba(0, 0, 0,0.7)
        );
    z-index: 900;
}

.nav-brand{
    font-family: 'Permanent Marker', cursive;
    text-decoration: none;
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 20px rgb(0, 110, 255);
    padding: 5px;
    border-radius: 5px;
    background: #000;
    color:rgb(0, 110, 255);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    animation: lightingblue 8s linear infinite;
    box-shadow: 1px 1px 20px rgba(255, 255, 0,0.8);
}

.nav-brand-logos{
    color:rgb(255, 0, 64);
    text-shadow: 1px 1px 20px rgb(255, 0, 64);
    animation:lightingred 8s linear infinite;
}

.menu-items{
    font-family: 'Alegreya Sans SC', sans-serif;
    display: inline-block;
    color: rgb(196, 193, 193);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow:hidden;
    transition: all 0.3s;
}

.dropdown-customs{
    background:linear-gradient(
        rgba(0, 0, 0,0.9),
        rgba(0, 0, 0,0.8),
        rgba(0, 0, 0,0.7)
        );
    transform: translateY(8px);
    transition: all 0.5s;
}

.dropdown-customs li a{
    color: #fff;
    padding: 10px;
    transition: all 0.3s;
}

.dropdown-customs li a:hover{
    background-color: transparent;
    color: #fff;
    margin-left: 5px;
}

.lines1,.lines2,.lines3{
    display: block;
    margin: 5px;
    width: 30px;
    height: 3px;
    border-radius: 20px;
    background-color:rgb(57, 51, 43);
    transition: all 0.3s;
}

.lines1{
    width: 20px;
}

.lines3{
    right: 0;
    bottom: 0;
    width: 20px;
}

.nav-buttons:active{
    border: none;
}

.nav-buttons:hover .lines1,
.nav-buttons:hover .lines2,
.nav-buttons:hover .lines3{
    width: 30px;
    background-color:rgb(214, 201, 164);
    box-shadow: 3px 3px 20px rgb(214, 201, 164),
    inset 3px 3px 20px rgb(214, 201, 164),
    -3px -3px 20px rgb(214, 201, 164),
    inset -3px -3px 20px rgb(214, 201, 164)
    ;
}

.menu-items::before{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-101%);
    transition: all 0.5s;
}

.menu-items:hover{
    color: #fff;
}

.menu-items:hover::before{
    transform: translateX(0%);
}

.menu-items:focus{
    color: #fff;
}

.menu-items:focus::before{
    transform: translateX(0%);
}

/* Start banner */
.banners{
    font-family: 'Alegreya Sans SC', sans-serif;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    user-select: none;
    z-index: 10;
}

.banners h2 {
    margin: 0;
    font-family: 'Monoton', cursive;
    font-size: 60px;
    color: rgba(255,255,255,1);
    animation:bannertexteffect  2s both;
    animation-delay: 2s;
}

.banners > span{
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    word-spacing: 5px;
    animation:bannertexteffect 2s both;
    animation-delay: 3s;
}

.banners p{
    margin: 0;
    font-size: 26px;
    letter-spacing: 1px;
    animation:bannertexteffect 2s both;
    animation-delay: 3s;
}

.banner-colors{
    font-weight: bold;
    color: rgb(255, 0, 64);
}
/* End banner */

/* Start background effect */
.circles{
    width: 110px;
    height: 110px;
    background: transparent;
    border-radius: 50%;
    border: 5px solid rgba(255, 0, 64,1);
    box-shadow: 3px 3px 20px rgb(255, 0, 64),
            inset 3px 3px 20px rgb(255, 0, 64),
            -3px -3px 20px rgb(255, 0, 64),
            inset -3px -3px 20px rgb(255, 0, 64)
            ;
    position: absolute;
    top:23%;
    left: 20%;

    animation: lighteffect 0.3s infinite;
    z-index: 1;
}

.rectangulars{
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 5px;
    border: 5px solid rgb(0, 255, 208);
    box-shadow: 3px 3px 15px rgb(0, 255, 208),
            inset 3px 3px 15px rgb(0, 255, 208),
            -3px -3px 15px rgb(0, 255, 208),
            inset -3px -3px 15px rgb(0, 255, 208)
            ;

    position: absolute;
    top:75%;
    left: 15%;

    transform: rotate(-15deg);

    animation: lighteffect 0.3s infinite;
    animation-delay: 0.15s;
    z-index: 1;
}

.cross{
    width: 150px;
    height: 100px;
    
    position: absolute;
    top: 70%;
    left: 70%;
    
    transform: rotate(-45deg);
}

.cross::before,
.cross::after{
    content: '';
    width: 100%;
    height: 30%;
    background: transparent;
    border: 5px solid rgb(251, 255, 0);
    border-radius: 200px;
    box-shadow: 3px 3px 10px rgb(251, 255, 0),
    inset 3px 3px 10px rgb(251, 255, 0),
    -3px -3px 10px rgb(251, 255, 0),
    inset -3px -3px 10px rgb(251, 255, 0);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    animation: lighteffect 0.3s infinite;
    animation-delay: 0.2s;
}

.cross::after{
    transform: rotate(90deg);
    z-index: 10;
}

.triangles{
    width: 150px;
    height: 100px;
    
    position: absolute;
    top: 34%;
    right: 8%;
    transform: rotate(15deg);
}

.tri1,
.tri2,
.tri3{
    width: 130px;
    height: 5px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    background-color: rgb(255, 0, 217);
    box-shadow: 3px 3px 20px rgb(255, 0, 217),
    inset 3px 3px 20px rgb(255, 0, 217),
    -3px -3px 20px rgb(255, 0, 217),
    inset -3px -3px 20px rgb(255, 0, 217);

    position: absolute;
    top: 0;
    left: 0;

    animation: lighteffect 0.3s infinite;
    animation-delay: 0.2s;
    z-index: 1;
}

.tri2{
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    transform: rotate(-60.5deg) translateY(2px);
    transform-origin: left;
}

.tri3{
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    transform: rotate(60.5deg) translateY(2px);
    transform-origin: right;
}


@keyframes lightingblue{
    0%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }
    19%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }
    20%{
        color: rgb(52, 47, 41);
        text-shadow: none;
    }
    22%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }
    24%{
        color: rgb(52, 47, 41);
        text-shadow: none;
    }
    26%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }

    37%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }

    38%{
        color: rgb(52, 47, 41);
        text-shadow: none;
    }

    40%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }

    42%{
        color: rgb(52, 47, 41);
        text-shadow: none;
    }

    43%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }


    59%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }

    60%{
        color: rgb(52, 47, 41);
        text-shadow: none;
    }

    69%{
        color: rgb(52, 47, 41);
        text-shadow: none
    }

    70%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }

    100%{
        color:rgb(0, 110, 255);
        text-shadow: 1px 1px 20px rgb(0, 110, 255);
    }

}

@keyframes lightingred{
    0%{
        color:rgb(255, 0, 64);
        text-shadow: 1px 1px 20px rgb(255, 0, 64);
    }

    59%{
        color:rgb(255, 0, 64);
        text-shadow: 1px 1px 20px rgb(255, 0, 64);
    }

    60%{
        color: rgb(52, 47, 41);
        text-shadow: none;
    }

    69%{
        color: rgb(52, 47, 41);
        text-shadow: none;
    }

    70%{
        color:rgb(255, 0, 64);
        text-shadow: 1px 1px 20px rgb(255, 0, 64);
    }

    100%{
        color:rgb(255, 0, 64);
        text-shadow: 1px 1px 20px rgb(255, 0, 64);
    }
}

@keyframes lighteffect{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.925;
    }
    100%{
        opacity: 1;
    }
}

@keyframes bannertexteffect{
    0%{
        opacity: 0;
        transform: translateY(-10px);
    }

    50%{
        opacity: 1;
    }

    100%{
        transform: translateX(0);
    }
}
/* End background effect */
/* End header */

/* Start Specialmenu */
.special-menus{
    width: 100%;
    background: linear-gradient(rgb(223, 157, 14),rgb(132, 6, 6));
    position: relative;
}

.titles h1{
    font-size: 60px;
    font-family: 'Monoton', cursive;
}

.special-menu-lists{
    padding:50px 120px;
}

 .special-menu-items{
    padding:0 30px;
    cursor: pointer;
}

.special-menu-titles p{
    font-size: 15px;
    color: rgb(209, 207, 207);
}

.special-menu-images img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 20px auto 10px;
    display: block;
    opacity: 0.9;
    transition: transform 0.5s;
}

.special-menu-images img:hover{
    transform: rotate(45deg);
}

.discouts{
    width: 180px;
    height: 150px; 
    position: absolute;
    top: 10%;
    left: 5%;
    transform: rotate(-5deg);  
}

.discouts img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* End Special menu */

/* Start Menu */
.menus{
    width: 100%;
    background:linear-gradient(rgb(132, 6, 6),rgb(132, 6, 6),rgb(0, 0, 0));
}

.filter-menus{
    padding: 5px;
    display: inline-block;
    border: 1px solid #fff;
}

.menu-filter-items{
    padding: 10px 20px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.mainfood-items{
    padding: 20px;
    transition: all 0.4s;
    cursor: pointer;
}

.menu-filter-items.active{
    color: #e7e7e7;
    background-color: rgb(132, 6, 6);
}

.menu-captions{
    max-height: 150px;
}

.menu-captions p{
    font-size: 15px;
    color: rgb(226, 226, 226);
}

.menu-images img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: transform 0.5s;
}

.mainfood-items:hover{
    background-color: rgba(0,0,0,0.5);
}

.mainfood-items:hover .menu-images img{
    transform: rotate(45deg);
}


/* Start Drinking  */

.drinks{
    width: 100%;
    background:linear-gradient(transparent,rgba(0,0,0,0.7)),url('../assets/img/banner/drink.jpg');
    background-size:cover;
    background-repeat: repeat;
}

.shots{
    cursor: pointer;
    position: relative;
}

.shots::before,
.shots::after{
    content: '';

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.8);

    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    transition:all 0.4s;
    z-index: 1;
}

.shots::after{
    content: '\2b';
    font-family: 'Font awesome 6 free';

    font-size: 30px;
    font-weight: 700;
    color: #f4f4f4;
    background-color: transparent;
    opacity: 0.6;

    display: flex;
    justify-content: center;
    align-items: center;

    transform: scale(0);
}

.shots:hover::before{
    opacity: 1;
}

.shots:hover::after{
    transform: scale(1);
}

.shot-images img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: transform .5s;
}

/* Start Bottle */

.bottles{
    width: 100%;
    background:linear-gradient(rgba(0,0,0),rgba(0,0,0));
}

.bottle-images{
    position: relative;
}

.bottle-unboxs{
    height: 350px;
    object-fit: cover;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    z-index: 10;
    transition:all 0.4s;
}

.bottle-boxs {
    height: 350px;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index:5;
    transition:all 0.4s;
}

.bottle-images:hover .bottle-boxs{
    left: 60%;
    opacity: 1;
}

.bottle-images:hover .bottle-unboxs{
    left: 46%;
}

.discription ul li{
    width: 500px;
}

.bottle-lists{
    margin: 0 auto;
    width: 400px;
}

.bottle-lists span{
    padding: 10px 0;
    display: block;
}

.item{
    padding-bottom:30px;
    position: relative;
}

.lb-outerContainer{
    background:rgba(0, 0, 0,0.5);
    backdrop-filter: blur(10px);
}

.lightbox .lb-image{
    border: none;
}

.owl-carousel .item img{
    width: 31%;
    height: 250px;
    padding-bottom: 20px;
    object-fit: cover;
    display: block;
    margin:0 auto;
    cursor: pointer;
    transform: scale(0.8);
    transition: all 0.3s;
    user-select: none;
}

.owl-carousel .item img:hover{
    transform: scale(1);
}

.bottle-sides{
    position: relative;
}

/* End bottles */

/* Start reviews */
.reviews{
    width: 100%;
    background:rgb(25, 25, 34);
}

.staricons{
    color: rgb(255, 248, 46);
}

.reviewtimes{
    height: 45px;
    padding: 10px 20px;
    background-color: #000;
}

.reviewposts{
    position: relative;
}

.fa-quote-left{
    position: absolute;
    top:0;
    left: 0;
}

.fa-quote-right{
   position: absolute;
   bottom: 30px;
   right: 0;
}

.carousel-control-prev{
    transform: translateX(-55px);
}

.carousel-control-next{
    transform: translateX(55px);
}

.carousel-indicators{
    transform: translateY(50px);
}

/* Start Aboutus */

.infos{
    width: 100%;
    background: url('../assets/img/banner/menubg.jpg');
    background-size: cover;
    background-position: center;
}

.reservations{
    width: 100%;
    background:rgba(0,0,0,0.4);
    color: #f4f4f4;
}

.tables select,
.reservdates,
.reservtimes,
.reservsubmits{
    width: 100%;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-radius:0;
}

.form-control:focus,
.form-select:focus{
    border:1px solid #fff;
    box-shadow: none;
}

.form-select-customs{
    font-size:14px;
}

.maps iframe{
    width: 100%;
    height: 600px;
}

.openinghours{
    height: 600px;
}

.location-titles h5{
    margin-bottom:10px;
    display: inline-block;
    padding: 10px;
    background:rgba(0, 0, 0, 0.3)
}

.location-icons{
    cursor: pointer;
}

.location-icons span i:hover{
    color: #e7e7e7;
}

.smallicons{
    color: #000;
    transition: all 0.3s;
}

.smallicons:hover{
    color: #fff;
    transform: scale(1.2);
}

.footers{
    font-size: 14px;
    color: #979797;
}

.pptcs{
    text-decoration: none;
    font-size: 14px;
    color: #979797;
}

.pptcs:hover{
    color: #979797;
}

@media (max-width:992px){
    #nav{
        background: rgba(0, 0, 0,0.7);
        backdrop-filter: blur(10px);
    }

    .dropdown-customs{
        /* background: rgba(0, 0, 0,0.7);
        backdrop-filter: blur(10px); */
        background: transparent;
        border: none;
    }

    .bottle-images{
        height: 350px;
    }

    .reservations{
        width: 100%;
    }    
}

@media (min-width:992px){
    .bottle-lists{
        margin: 0;
    }
}