/*  */


/* Body */
* {
    margin: 0px;
    padding: 0px;
}

body {
    /* height: 10000px; */
    /* background-color: whitesmoke; */
    /* font-family: 'Baloo Bhaijaan 2', sans-serif; */
    /* font-family: 'Bree Serif', serif; */
    /* font-family: 'Courgette', cursive; */
    /* font-family: 'Lora', serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Ubuntu', sans-serif; */
    margin: 0;
    padding: 0;
}


/* Navbar */

#navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    height: 120px;
    margin: 0;
    padding: 0;
    border-top: 4px solid #dc3545;
    color: rgb(230, 229, 227);
    /* background-color: gr; */
    transition: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    transform: translateY(-200px);
}

nav img {
    height: 85px;
    width: 130px;
    margin: 0px;
}




#social-bar a {
    color: white;
    font-size: 1.13rem;
}

.navbar li a,
#social-bar a,
#social-bar button {
    color: white;
    /* background-color: rgb(220, 213, 213); */
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.navbar li a:hover,
#social-bar a:hover,
#social-bar button:hover {
    color: orangered;
    font-weight: 100;
}

/*side -br  */

/* Style sidebar */
#sidebar {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333;
    color: #fff;
    padding-top: 20px;
}

/* Style sidebar links */

#side-bar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: white;
    width: 340px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

#side-bar.closed {
    width: 0px;
}



#side-bar .img-con{
    height: 70px;
    width: 70px;
}
#side-bar img {
    height: 70px;
    width: 70px;
}

#side-bar a {
    transition: all 0.7s ease;
    width: 100%;
    font-size: 1.2rem;
}

#side-bar a:hover {
    background-color: #dc3545;
}

#sideBarCon{
    /* border: 2px solid red; */
    width: 0px;
    margin-top: -15px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    height: 100vh;
    /* transition: all; */
    /* transition-duration: 0.5s; */
    /* transition-timing-function: ease; */
    /* backdrop-filter: blur(8px); */
    /* backdrop-filter: blur(5px); */
}
#sideBarCon.active{   
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* width: 0vw; */
}

/* Home Section */
#home {
    background-color: black;
}


#home .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* width: 100%; */
    margin-top: 170px;
}


#home .carousel-caption h5,
#home .carousel-caption h1 {
    text-shadow: 4px 4px 10px grey;
    transition: all 1s ease;
    /* transform: translateY(200px); */
}

#home .carousel-caption h5 {
    transform: translateY(-200px);
}

#home .carousel-caption h1 {
    transform: translateY(200px);
}

#home .carousel-caption button {
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    color: #dc3545;
    transition: all;
    transition-duration: 1.3s;
    transition-timing-function: eases;
    transform: translateY(200px);
}

#home .carousel-caption button:hover {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: white;
}

/* into sectoion */
#intro-sec .row {
    background-color: whitesmoke;
}

#intro-sec img {
    width: 400px;
    height: 400px;
    transition: all;
    transition-duration: 1s;
    /* transition-timing-function:; */
}

.card-img-container {
    overflow: hidden;
    /* border: 2px solid red; */
    width: 400px;
}

#intro-sec img:hover {
    transform: scale(1.1);
    border-radius: 23px;
}

#intro-sec a:hover {
    color: #dc3545;
}

/* Discov-sec */
#discov-sec {
    height: 500px;
    background: url(images/discov.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#discov-sec::before {
    background-color: black;
    background-size: cover;
    background-position: center;
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 500px;
}


/* #sample section */
#sample-sec .col-md-4 {
    overflow: hidden;
}

#sample-sec .card-img-div {
    overflow: hidden;
    /* border-radius: 15px; */
    width: 400px;
}

#sample-sec img {
    height: 250px;
    width: 400px;
}

#sample-sec img,
#sample-sec h3,
#sample-sec a {
    transition: all;
    transition-duration: 0.7s;
}

#sample-sec img:hover {
    transform: scale(1.3);
}

#sample-sec .card {
    border: none;
    border-radius: 23px;
    background-color: whitesmoke;
}

#sample-sec a:hover,
#sample-sec h3:hover {
    color: #dc3545;
}



/* Menu section */

#lun-din .lun-din {
    overflow: hidden;
    border-radius: 15px;
    /* border: 2px solid red; */
    width: 420px;
    height: 600px;
    margin: 10px;
}

#lun-din img {
    /* border: 2px solid red; */
    height: 600px;
    width: 420px;
    border-radius: 9px;
}


#menu-sec .lun-din ul {
    position: absolute;
    /* border: 2px solid red; */
    top: 0;
    margin-top: 400px;
    margin-left: 150px;
}


#drink-sec .drink-sec {
    overflow: hidden;
    height: 280px;
    width: 450px;
    margin: 10px;
    border-radius: 23px;
}

#menu-sec img {
    transition: all;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

#menu-sec img:hover {
    transform: scale(1.2);
}

#menu-sec .card ul li a {
    font-weight: 500;
    color: gray;
    font-size: 1.4rem;
    transition: all 0.7s ease-in-out;
}

#menu-sec .card ul li a:hover {
    background-color: #dc3545;
    color: white;
    border: 1px solid #dc3545;
}

#menu-sec .drink-sec {
    border: 2px solid red;
    /* margin: 10px; */
    height: 300px;
    width: 300px;
}

#menu-sec .drink-sec img {
    height: 300px;
    width: 350px;
}

/* #drink-sec img{
        width: 400px;
        height: 240px;
        border-radius: 9px;
    } */
#menu-sec .card {
    border: none;
    /* margin: 10px; */
}

#menu-sec .drink-sec ul {
    position: absolute;
    margin-left: 100px;
    margin-top: 150px;
}

/* reservatio - sectio */
#reservation img {
    width: 400px;
    height: 300px;
    transition: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

#reservation img:hover {
    transform: scale(1.3);
}

/* manu second row */
#menu-sec .happy-drnk {
    height: 200px;
}

#menu-sec .happy-drnk ul {
    position: absolute;
    margin-left: 100px;
    margin-top: 100px;
}

#menu-sec #dessert {
    padding: 20px;
}

#menu-sec .dessert {
    height: 200px;
    width: 100px;
    /* margin: 20px; */
}

#menu-sec .dessert ul {
    position: absolute;
    margin-left: 20px;
    margin-top: 100px;
}






/*  */
#event-sec img {
    height: 523px;
    width: 520px;
}


#event-sec {
    background: url(images/event.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* reservation section */
#reservation .col-md-3 {
    /* border: 2px solid red; */
    height: 270px;
    width: 350px;
    /* margin: 20px; */
    /* display: fle; */
    padding: 20px;
}

#reservation .col-md-4 .card img {
    height: 300px;
    width: 450px;
}

#reservation .col-md-4 .card {
    /* border: 2px solid red; */
    margin-top: 130px;
}

#reservation select option {
    height: 20px;
    background-color: rgb(80, 80, 249);
    color: white;
}

#reservation a {
    width: 150px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    font-family: 'Courier New', Courier, monospace;
}

#reservation a:hover {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    /* border: none; */
}

/* review section */
#carousel-2 {
    height: 335px;
    overflow: hidden;
}

#carousel-2 img {
    height: 150px;
    width: 150px;
    display: block;
    margin: auto;
    font-size: 1.15rem;
    border-radius: 50%;
    border: 2px solid red;
}

#carousel-2 p {
    /* width: 800px; */
    display: block;
    margin: auto;
}

#carousel-2 .card-caption small {
    width: 100px;
    display: block;
    margin: auto;
}



/* video Sec */
#video-sec {
    height: 700px;
    background: url(images/video-poster.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#video-sec .col-md-12 {
    height: 700px;
}


#video-sec button:first-child {
    width: 90px;
    height: 90px;
    color: #dc3545;
    /* background-color: white; */
    border-radius: 50%;
    border: none;
    transition: all;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
}

#video-sec button:first-child:hover {
    background-color: #dc3545;
    color: white;
    transform: scale(1.3);
}

/* model css */






/* news */
#news-sec .col-md-4 {
    overflow: hidden;
}
.card-img-div{
    width: 100% !important;
}
.card-img-div img{
    width: 100% !important;
}
#news-sec .card-img-div {
    overflow: hidden;
    /* border-radius: 15px; */
    /* width: 400px; */
}

#news-sec img {
    height: 250px;
    width: 400px;
}

#news-sec img,
#news-sec h3,
#news-sec a {
    transition: all;
    transition-duration: 0.7s;
}

#news-sec img:hover {
    transform: scale(1.3);
}

#news-sec .card {
    border: none;
    border-radius: 23px;
    background-color: whitesmoke;
}

#news-sec a:hover,
#sample-sec h3:hover {
    color: #dc3545;
}




/* sign Up section */
#sign-up {
    background-color: rgb(203, 220, 234);
}

#sign-up h3 {
    font-size: 2rem;
}





/* footer section */

#footer img {
    height: 90px;
    width: 90px;
    margin: 0.1px;
    transition: all;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}




#footer .card {
    border: none;
}

#footer .container-fluid a {
    text-decoration: none;
    color: white;
    transition: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

#footer .container-fluid a:hover {
    color: #dc3545;
}






/* Utility CLasses */

.card {
    overflow: hidden;
}

.h-primary {
    font-size: 3rem;
}

.h-secondary {
    font-size: 7rem;
}

.h-tertiary {
    font-size: 2rem;
}


.baloo {
    font-family: 'Baloo Bhaijaan 2', sans-serif;
}

.bree {
    font-family: 'Bree Serif', serif;
}

.coregette {
    font-family: 'Courgette', cursive;
}

.lora {
    font-family: 'Lora', serif;
}

.monserraat {
    font-family: 'Montserrat', sans-serif;
}

.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.poppi {
    font-family: 'Poppins', sans-serif;
}

.light-100 {
    font-weight: 100;
}


.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 40px;
    padding: 10px;
    /* background-color: #dc3545; */
}


.custom-input {
    /* Add your custom styles here */
    /* border: 4px solid #bebaba; */
    border-radius: 5px;
    padding: 20px 20px;
    width: 280px;
    height: 50px;
    font-size: 16px;
}



/* for roough */
.restur-con{
    /* border: 2px solid ; */
    width: 400px;
    margin: auto;
}
.fat-con{
    /* border: 2px solid; */
    /* width: 600px; */
    margin: auto;
    font-size: 4rem;
    /* display: block; */
}
.wel-con{
    /* border: 2px solid ; */
    width: 400px;
    margin: auto;
}


/* <=======awaishib765@gmail.com======= > */