@font-face {
    font-family: NotoSerif;
    src: url(./fonts/NotoSerif-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(./fonts/Montserrat-VariableFont_wght.ttf);
}

html,
body {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background-color: #1a1a1a;
    text-align: center;
    font-family: Montserrat;
}

img {
    width: 100%;
}

.logo {
    width: 80%;
    max-width: 700px;
	background: rgb(0, 0, 0);
}

.header {
    background: rgb(0, 0, 0);
    padding: 10px 0px 0px 0px;
}

.navbar {
    margin: auto;
    justify-content: center;
    background: linear-gradient(180deg, #000000 80%, #1a1a1a 100%);
}

.header .nav-link {
    font-size: 1.2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width:481px) {
    .header .nav-link {
        font-size: 0.8rem;
    }
}

.carousel-inner {
    max-height: calc(70vh) !important;
}

.carousel-caption {
    font-family: Montserrat, sans-serif;
    font-size: 3.2vw;
    text-align: center-left;
    max-width: 50%;
    bottom: auto;
}


.first-caption {
    top: 0.5%;
    left: 1.5%;
	color: #000;
	font-size: 40px;
}

.second-caption {
    top: 0.2%;
    left:45%;
	font-size: 40px;
		
	
}

@media (max-width:481px) {

    .first-caption,
    .second-caption {
        left: 10%;
    }
}


.third-caption {
    top: 3%;
    left: 30%;
    font-size: 40px;
	
    
}

.fourth-caption {
    top: 20%;
    left: 1%;
    font-size: 40px;
    color: #000;	
    
}

.nav-link {
    font-family: NotoSerif, sans-serif;
}


h1,
h2,
h3,
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    font-family: NotoSerif, sans-serif;
    color: #f9f49f;
    background: -webkit-linear-gradient(180deg, #94662f, #f9f49f, #94662f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;

}

h1,
h2,
h3 {
    padding: 5px 15px;
    width: auto;
    display: inline;
}

.snacks,
.chaats,
.desserts,
.main-course,
.special-dishes,
.royal-dishes,
.party {
    padding: 30px 0px;
}


.chaat-items {
	 text-transform: uppercase;
    text-align: right;
    padding-top: 3px;
    }
	
.Roti-items {
text-transform: uppercase;
text-align: right;
padding-top: 3px;
   }
   
.MPlan {
text-transform: uppercase;
text-align: right;
padding-top: 3px;
   }
   
   
.Desserts-items {
text-transform: uppercase;
text-align: right;
padding-top: 3px;
   }

.chat-item {
	text-align: right;
   
}

@media (max-width:481px) {
    .chat-item {
        width: 150PX;
        height: 150PX;
		text-align: right;
    }
}

.chat-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.chat-item img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

.chat-item-description {
    position: absolute;
    top: 0px;
    padding: 5px;
    width: 100%;
    text-align: right;
    background: #3b3b3b9c;
    text-transform: uppercase;
}

.chaat-item-price {
    text-align: left;
}

.snacks-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width:481px) {
    .snacks-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.snacks-item {
    text-transform: uppercase;
    text-align: left;
    padding-top: 3px;
}

.main-course img,
.royal-dishes img {
    max-width: 400px;
    border-radius: 30px;
}


.desserts img {
    max-width: 350px;
    border-radius: 50px;
}

.desserts-item h3,
.royal-dishes h3 {
    text-transform: none !important;
    border: none;
    font-size: 3.4em;
    padding: 0px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.dessert-description {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    vertical-align: bottom;
}

.dessert-description * {

    margin-top: auto;
}

.mt-50 {
    margin-top: 50px;
}

.main-course,
.desserts {
    background-color: #151515;
}

.special-dishes img {
    max-width: 350px;
}

.mt-20 {
    margin-top: 20px;
}





footer {
    padding: 20px 0px;
    background-color: #000;
}

.socialbtn {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    background-size: cover;
    z-index: 1000;
}
.fbbtn{
    background-image: url(../images/fb-logo.webp);
    bottom: 80px;    
    right: 20px;
}
.instabtn{
    background-image: url(../images/ig-logo.png);
    bottom: 80px;
    right: 20px;
	animation: instabtnanimate 2s infinite;
    border-radius: 25px;
}
.whatsappbtn {
    background-image: url(../images/whatsapp.png);
    bottom: 20px;
    right: 20px;
    animation: whatsappbtnanimate 2s infinite;
    border-radius: 25px;
}

@keyframes whatsappbtnanimate {
    50% {
        box-shadow: 0px 0px 10px 5px #838383;
    }
}

@media (max-width:481px) {
    .mt-sm-20 {
        margin-top: 20px;
    }

    .text-xs-center {
        text-align: center;
    }
}

.chat-item:hover img {
    transform: scale(1.1);
}

.modal-content {
    background-color: #000;
}

.btn-primary {
    background: #94662f;
}

.party {
    background-image: url(../images/party_lg.png);
    background-repeat: repeat-x;
    background-color: #151515;
    background-size: contain;
}

.party h1,
.party h2,
.party h3 {
    display: block;
}

.party h1 {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}