/* common css starts here */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}

a:hover {
  color: #CA9C5E;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.section_heading {
  color: #a4161a;
  font-size: 40px;
  font-family: 'Comic Neue', cursive;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.sec_pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* common css ends here */

/* top header start here */
.top_header {
  background-color: #0a100ede;
  padding: 7px 0;
}

.top_header i {
  color: #CA9C5E;
}

.top_header i span {
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 0 10px;
  font-weight: 500;
  font-size: 15px;
}

.top_header .social-icons i {
  padding-left: 20px;
}

/* top header end here */

/* header starts here */
.navbar .logo img {
  max-width: 230px;
}

.order_btn {
  /* border: 2px solid #ffffff; */
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 14px 24px;
  transition: all 0.5s;
  background: #fd0101;
}

.order_btn:hover {
  background-color: #CA9C5E;
  color: #fff;
  border-color: #CA9C5E;
}

.rotate-arrow {
  transform: rotate(45deg);
}

.navbar-light .navbar-nav .nav-link {
  color: #dddddd;
  font-size: 20px;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #CA9C5E;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #CA9C5E;
}

/* header ends here */

/* hero section starts here */
#hero {
  width: 100%;
  height: 100vh;
}



.hero-container {
  background-image: url('../images/herobanner/1.jpg');
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content-box {
  letter-spacing: 2px;
  font-weight: 600;
  z-index: 2;
}

.hero-content-box p {
  font-size: 27px;
  font-family: 'Exo', sans-serif;
}

.hero-content-box h3 {
  font-size: 65px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.hero-content-box .krishna {
  width: 250px;
  margin: 0 auto;
}

.hero-btn {
  border-top: 3px solid #CA9C5E;
  border-radius: 4px;
  border-bottom: 3px solid #CA9C5E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  transition: all 0.5s;
}

.hero-btn:hover {
  background-color: #CA9C5E;
  color: #fff;
}

/* hero section ends here */

/* about section start here */
#about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-img img {
  border-radius: 15px;

}

.about-img {
  text-align: center;
  padding: 0 !important;
}

#about h3 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.about-text {
  margin-top: 20px;
  font-size: 23px;
  color: #1d1c1a;
  font-family: 'Exo', sans-serif;
}

.about-content {
  padding-left: 30px;
}

.about-text-box {
  padding: 0 !important;
}



.about-btn {
  border: 2px solid #a4161a;
  border-radius: 7px;
  color: #a4161a;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 14px 24px;
  transition: all 0.5s;
  margin-top: 15px;
}

.about-btn:hover {
  background-color: #a4161a;
  color: #fff;
}

/* about section end here */


/* Our menu section start here */
.menu {
  width: 100%;
  height: 100%;
  background-image: url(../images/about/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  padding: 80px 0;
}


.menu_left {
  background-color: rgba(231, 39, 45, 1);
  background-image: url(../images/menu/food1.png);
  padding: 60px;
  min-height: 400px;
}

.menu_right {
  background-color: #24c045;
  background-image: url(../images/menu/food1.png);
  padding: 60px;
  min-height: 400px;
}

.left_wrap h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}

.left_wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 30px 0;
}

.left_wrap a {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 14px 28px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  /* text-align: center; */
  margin-top: 20px;
  font-weight: 600;
}

.left_wrap a:hover {
  border: 2px solid #000;
  color: #000;
  background: #fff;

}


/* Our menu section end here */

/* galllery section start here */
#gallery {
  /* background-color: #00130e; */
  padding-top: 60px;
}

.owl-carousel .item a {
  display: inline;
}

#gallery img {
  border-radius: 30px;
  /* text-align: center; */
}

/* galllery section end here */

#testimonials {
  width: 100%;
  height: 100%;
  background-image: url(../images/testimonials/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  padding: 30px 0 50px 0;
}

.c-review-item {
  border: 2px solid #CA9C5E;
  border-radius: 15px;
  padding: 50px 30px 10px 30px;
  min-height: 300px;
  background: #f9f9f9;
  text-align: center;
}

.c-name {
  color: #CA9C5E;
  font-weight: 600;
  font-size: 18px;
}


.c-review-item i {
  color: #ffc857;
}

.c-review-item::before {
  content: "";
  background: url(../images/testimonials/quote.png) center left no-repeat;
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
  width: 115px;
  height: 81px;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.3;
}

.c-review {
  position: relative;
  z-index: 10;
  font-size: 20px;
  letter-spacing: 2px;
  color: #201c1c;
}

#testimonials .owl-carousel .owl-item img {
  width: auto;
  /* text-align: center; */
  margin: 0 auto;
}

.view_more a {
  color: #a4161a;
  text-decoration: underline;
  margin-bottom: 20px;
}

/* testimonials ends here */

/* footer start here */
#footer {
  background-color: #00130e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  position: relative;
}

#footer::after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#footer .container {
  position: relative;
  z-index: 100;
}

.footer-menu .footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.footer-menu ul li a {
  /* text-transform: capitalize; */
  padding: 0 25px;
  letter-spacing: 2px;
  border-right: 2px solid #CA9C5E;
  font-size: 18px;
}

.footer-menu ul li a:hover {
  color: #CA9C5E;
}

.footer-menu ul li:last-child a {
  border: none;
}

.footer-menu div:first-child {}

/* footer end here */

/* bottom footer start here */
.b-footer {
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-size: 13px;

}

.b-footer ul li a {
  color: #ffffff !important;
  padding: 0 15px;
  text-transform: capitalize;
  letter-spacing: 1.5px;
}

.footer-heading {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 10px;
}

.footer-text {
  margin: 20px 0;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

.footer-icons i {
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
}

.t-footer ul li a {
  margin-top: 5px;
}

.f-services {
  flex-wrap: wrap;
}

.f-services li a {
  border-right: 1px solid white;
}

.footer-add {
  padding-left: 20px;
}



.footer-email {
  word-break: break-all;
}

.b-footer p,
.b-footer ul {
  margin: 0;
}

/* bottom footer end here */


/* Responsive css start here */

@media screen and (max-width:1400.5px) {
  .navbar .logo img {
    max-width: 180px;
  }
}



@media screen and (max-width:1200.5px) {

  .about-text {
    margin-top: 10px;
  }

  .menu_left,
  .menu_right {
    padding: 40px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }

  .navbar .logo img {
    max-width: 180px;
  }
}

@media screen and (min-width: 992.5px) and (max-width: 1200.5px) {
  .navbar .logo img {
    max-width: 160px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

@media screen and (max-width:992.5px) {
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block !important;
  }

  .about-content {
    padding-left: 0;
  }

  .about-img {
    margin-top: 30px;
  }

  .menu-top-head h3 {
    font-size: 30px;
  }



  #gallery {
    padding-top: 30px;
  }

  .navbar-collapse {
    margin-top: 5px;
    background-color: #0a0a0a;
    padding: 0 15px;
    border-radius: 10px;
  }

  .hero-content-box h3 {
    font-size: 40px;
  }

  .hero-content-box p {
    font-size: 21px;
  }
}

@media screen and (max-width:767.5px) {

  .menu-top-head h3 {
    font-size: 20px;
  }

  .about-img {
    padding: 0 15px !important;
  }

  .about-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-top-head h3::before {
    left: -130px;
  }

  .menu-top-head h3::after {
    right: calc(-150px + 58px);
  }

  .footer-menu .footer-nav {
    text-align: center;
  }

  .btn-box {
    margin-top: 10px;
  }

  #about h3 {
    font-size: 30px;
  }

  .hero-container::before {
    display: none;
  }

  .hero-content-box {
    display: none;
  }

  #hero {
    height: 60vh;
  }

  .sec_pad {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:576.5px) {


  .menu-top-head h3::before {
    width: 50px;
    height: 3px;
    content: '';
    left: 9px;
    bottom: -5px;
    background-color: #CA9C5E;
  }


  .menu-top-head h3::after {
    content: '';
  }

  .footer-menu div:first-child {
    border-right: none
  }



  .hero-content-box .krishna {
    width: 170px;
  }

  .footer-menu .footer-nav {
    /*display: block;*/
  }

  #footer {
    padding-top: 0;
  }

  .navbar .logo img {
    max-width: 180px;
  }

  .logo {
    padding: 10px 15px !important;
  }



  .about-text {
    font-size: 16px;
  }

  .menu {
    padding: 30px 0px;
  }

  .section_heading {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #testimonials {
    padding: 30px 0 30px 0;
  }


}

@media screen and (max-width:440px) {


  .hero-content-box h3 {
    font-size: 40px;
  }

  .hero-btn {
    font-size: 16px;
    padding: 7px 14px;
  }


  #about h3 {
    font-size: 25px;
  }
}

/* Responsive css end here */


.mobile-view {
  display: none;
}


.main-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.navbar-collapse {
  flex-grow: unset !important;
}


.testimonials_heading {
  color: #eeeeee;
}

.logo {
  background: #fff;
  padding: 15px 20px;
  border-radius: 4px;
}


.navbar-light .navbar-toggler {
  background-color: #fff;
}

.desktop-view {
  margin: 0 auto !important;
}

.hero-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #00000000;
  width: 100%;
  height: 100%;
}

.sticky {
  position: fixed;
}

.sticky {
  background-color: #000000de;
  z-index: 9999;
}

.sticky .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
}

.sticky .navbar .logo img {
  max-width: 180px;
}


.sticky .logo {
  padding: 15px 20px;
}

.online_partners {
  padding-bottom: 30px;
}

.online_partners img {
  width: 200px;
}

/* css for about page start here */
.breadcrumb_sec {
  background-image: url(../images/breadcrumb/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 235px;
  position: relative;
  z-index: 1;
}

.breadcrumb_sec::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, black, transparent);
  opacity: 0.9;
  height: 100%;
  z-index: -1;
}

.about_img_box img {
  border-radius: 25px;
  padding: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.bread_first_item {
  color: #CA9C5E;
}

.contact-us-sec {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

.form-box {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  border-radius: 7px;
}

.c-form input,
.c-form textarea {
  padding-left: 20px;
  border-color: #dfdfdf;
  height: 50px;
}

.c-form textarea {
  height: 100px;
}

.form-btn {
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #a4161a;
  padding: 14px 15px;
  border: none;
  border-radius: 5px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dfdfdf;
}

/* css for gallery */

.grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  font-size: 17px;
  font-weight: 500;
}

.grid-item img {
  border-radius: 15px;
}

/* css for menu page start here */

.menu_heading {
  font-family: inherit;
  margin-top: 10px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 30px;
}

.menu_sec .menu_wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dotted #b3b3b3;
}


.menu_wrap h5 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  font-size: 18px;
  color: #2a2a2a;
  font-weight: bold;
}

.menu_wrap p {
  color: #000;
  margin-top: 10px;
  padding-right: 55px;
}

.menu_wrap span {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 18px;
}

.online_Orders img {
  width: 200px;
}

.ffl-btn {
  margin-top: 15px;
  z-index: 2;
}

@media screen and (max-width:576.5px) {
  .form-box {
    padding: 10px;
  }
}

@media screen and (max-width:767.5px) {
  .blog-content-inner p {
    color: #000;
    font-size: 15px;
}
  .widget_title {
    font-size: 19px !important;
}
.blog-title {
  font-size: 19px !important;
}
.blog-meta a {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
  .blog-title a {
    font-size: 18px !important;
}
  .comn-sec-blog-list {
    padding: 10px 0px !important;
  }
  .ffl-btn {
    margin-top: 120px;
    padding: 0 10PX;
  }
}

.ffl-sec {
  background-color: #fff3e3;
}

.thanks-text {
  color: #d29c16;
  font-size: 25px;
  font-weight: 700;
}

.account_detail {
  color: #1d303a;
}

.about-page-content ul li {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 23px;
  color: #1d1c1a;
  font-family: 'Exo', sans-serif;
}

.about-page-content ul li span {
  color: #d29c16;
  font-weight: 700;
  text-decoration: underline;
}

.detail-box {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 500;
}

.detail-box ul {
  margin-top: 15px;
  font-size: 21px;

}

@media screen and (max-width:576.5px) {
  .thanks-text {
    font-size: 18px;

  }

  .about-page-content ul li {
    font-size: 20px;
  }

  .detail-box {
    font-size: 18px;
  }

  .detail-box ul {
    font-size: 18px;
  }
}
.blog-title{
  color: #a4161a;
}
.blog-content-inner p{
  color: #000;
}
.blog-content-inner p a{
  color: #a4161a;
}
.blog-title a{
  color: #a4161a;
  font-size: 20px;
  text-transform: capitalize !important;
}
.blog-meta a{
  color: #000;
  margin-right: 10px;
  margin-bottom: 20px;
}
.blog-meta a i{
  margin-right: 10px;
}
.post-title a{
  color: #a4161a;
  font-size: 15px;
}
.recent-post-meta a{
  color: #000;
  font-size: 15px;
}
.recent-post-meta a i{
  margin-right: 10px;
}
.comn-sec-blog-list {
  padding: 60px 0px 0px 0px;
}
.widget_title {
  color: #a4161a;
}
.contact-form-wrap.comment-form {
  color: #a4161a;
}
.post-pagi-box.prev a {
  color: #a4161a;
}
.post-pagi-box.next a{
  color: #a4161a;
}
.contacts-icon input{
    width: 100%;
    margin: 10px 10px 10px 0px;
    padding:8px 10px 8px 10px;
}
.contacts-icon textarea{
  width: 100%;
  padding:8px 10px 8px 10px;
}
.media-img img{
  max-width: 120px;
  height: auto;
  border-radius: 6px;
}
.blog-img a img{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog-img img{
  border-radius: 10px;
  width: 100%;
}
.recent-post {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.media-img {
  margin-right: 15px;
}

.blog-content-inner{
  h4{
    color: #000;
  }
}
