@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* Custom css */
h1,h2,h3,h4,h5,h6,p,a,button,input,textarea{
    font-family: 'Playfair Display', serif;
}
a{
    text-decoration: none;
}

.banner{
    min-height: 100vh;
    background-image: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.navbar{
    background-color: white;
    margin-top: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    margin-right: 20px;
    color: #131230;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
}
.banner-text{
    color: white;
    margin-top: 200px;
}
.banner-text h6{
    color: #fff;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
}
.banner-text h1{
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
}

.banner-dif-text{
    color: #ffb606;
}

/* banner section ends */

.wel-dif{
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffb606;
    font-style: italic;
}
.wel-pera{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;

}
.welcome-btn{
    color: #131230;
    background: #ffb606;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 12px 30px;
    border-radius: none;

}
.welcome-btn:hover{
    color: #131230;
    background: white;
    border: 1px solid #ffb606;
}
.welcome-text{
    margin-top: 120px;
}
/*  welcome section ends */

.food{
    padding: 120px 0px;
    min-height: 100vh;
    background-image: url(../img/food-bg.png); 
    background-position: top right;
    background-repeat: no-repeat;
}
.food h3{
    color: #131230;
    font-size: 36px;
    font-weight: 700;
}
.food p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.food-text{
    padding: 30px;
    background: #f9f9ff;
    transition: .5s;
}
.food-text h5{
    color: #131230;
    font-size: 20px;
    font-weight: 700;
}
.food-price{
    color: #ffb606;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 700;
    transition: .5s;
}
.food-text p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}
.food-img img{
    transition: .5s;
}
.single-food:hover .food-img img{
    transform: scale(1.1, 1.1);
}
.single-food:hover .food-text{
    background-color: #ffb606;
}
.single-food:hover .food-price{
    color: #131230;
}
.single-food:hover p{
    color: #131230;
}
.food-img{
    overflow: hidden;
}
/* food section ends */

.reservation{
    min-height: 400px;
    background-image: url(../img/reservation-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.reservation-text{
    margin-top: 105px;
}
.reservation-text h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.reservation-text h4{
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
}

.reservation-text a{
    text-decoration: none;
    color: #131230;
    background: #ffb606;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px;
    display: inline-block;
    margin-top: px;
}
.reservation-text a:hover{
   background: none;
    color: #ffb606;
    border: 1px solid #ffb606;
    transition: .5s;
}
/* reservation section ends */

.deshes-dif{
    color: #ffb606;
}
.divid{
    width: 150px;
    height: 1px;
    background-color: black;
    margin-top: 52px;
    margin-left: 15px;
}
.dish-img img{
    width: 95%;
}
.dish-number h1{
    color: #131230;
    font-style: inherit;
    font-size: 60px;
    font-weight: 700;
}
.deshe-head{
    margin-bottom: 80px;
}
.deshe-head h3{
    color: #131230;
    font-size: 36px;
    font-weight: 700;
}
.deshe-head p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
}
.deshes-text{
    padding-left: 90px;
}
.deshes-text h3{
    color: #131230;
    font-size: 36px;
    font-weight: 700;
}
.deshes-text p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.deshes-text h4{
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.deshes-text a{
    color: #131230;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.deshes-text i{
    color: #131230;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}
.deshes-text a:hover i{
    color: #ffb606;
    margin-left: 20px;
    transition: .5s;
}
/* deshes section ends */

.customer {
  min-height: 650px;
  background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)), url(../img/testimonial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-head {
  margin-top: 130px;
  margin-bottom: 80px;
}

.custom-head h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.custom-head p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}

.custom-dif {
  color: #ffb606;
}

/* Card style */
.customer-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 15px;
  display: flex;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: top right;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.customer-img {
  width: 100px;         
  height: 100px;       
  overflow: hidden;
  border-radius: 50%;   
  flex-shrink: 0;      
}

.customer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-text {
  margin-left: 20px;
}

.customer-text h5 {
  color: #131230;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.customer-text h6 {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}

.customer-text p {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.customer-card:hover h5 {
  color: #ffb606;
}
.customer-slider{
    padding-bottom:130px;
}
/* Dots styling */
.owl-dots {
  text-align: center;
  margin-top: 40px !important;
  position: relative;
  z-index: 2;
}

/* Default dot color */
.owl-dots .owl-dot span {
  background: #fff;     
  width: 20px;
  height: 5px;
  display: block;
  margin: 5px;
  transition: all 0.3s ease;
}

/* Active dot color */
.owl-dots .owl-dot.active span {
  background: #ffb606;
}

/* customer section ends */

.update-head h2{
    color: #131230;
    font-size: 36px;
    font-weight: 700;
}
.update-head p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.admin h6{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-right: 50px;
    margin-left: 10px;
}
.admin {
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.date h6{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}
.date {
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    
}

.update-text h5{
    color: #131230;
    font-size: 20px;
    font-weight: 700;
}
.update-text p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.update-content{
    padding: 40px 30px;
    background: #f9f9ff;
    transition: .5s;
}
.update-info:hover .update-content {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.update-content h5{
    color: #131230;
    font-size: 20px;
    font-weight: 700;
}
.update-content p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.update-content a{
    color: #131230;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.up-icon{
    color: #131230;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin-left: 10px;
}
.update-content a:hover i{
    color: #ffb606;
    margin-left: 20px;
    transition: .5s;
}
/* update section ends */


.table{
    min-height: 500px;
    background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url(../img/table-bg.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
}
.table a{
    color: #131230;
    background: #ffb606;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px;
    display: inline-block;
}
.table a:hover{
    background: none;
    color: #ffb606;
    border: 1px solid #ffb606;
    transition: .5s;
}
.table-head{
    margin-top: 100px;
    margin-bottom: 50px;
}
.table-head h2{
    color: white;
    font-size: 36px;
    font-weight: 700;
}
.table-head p{
    color: white;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 180px;
  height: 45px;
}
.input-group-text{
    background-color: white;
}
.table-icon{
    padding: 8px 10px
}
.form-control {
  border: none;
  height: 45px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
} 

.form-control:focus {
  outline: none;
  box-shadow: none;
} 
/* table section ends */

.footer{
    background: #131230;
}
.footer-up{
    padding: 130px 0px;
}

.footer-col p{
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.footer-col h5{
    color: #ffb606;
    font-size: 20px;
    font-weight: 700;
}
.footer-icon i{
    color: #777;
    margin-right: 10px;
}
.footer-dwon{
    padding: 30px 0;
    background: #0d0d27;
    color: #fff;
}
.footer-dwon li{
    margin-right: 15px;
}
.footer-dwon li a{
    color: #f9f9ff;
    font-size: 20px;
}
.footer-dwon li a:hover{
    color: #ffb606;
    transition: .5s;
}
.footer-dwon p{
    font-size: 20px;
    font-weight: 800;
}

#myBtn{
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    background-color:#FEA116;
    bottom: 40px;
    right: 25px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px;
    border: none;
}
