:root {
  --body-bg: #0e0d0c;
  --theme-color:#f22e3e;
  --body-color: #f22e3e;
  --title-color: #F1D2A9;
  --title-font:
  "Montserrat", sans-serif;
  --body-font:
  "Poppins", sans-serif;
  --main-container: 1270px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s
}
body {
  padding: 0;
  margin: auto;
  font-family: var(--body-font);
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
  outline: none
}
a {
  color: #090909;
  text-decoration: none;
  outline: 0;
  transition: all ease .4s;
}

dl, ol, ul {
  margin: 0 !important;
  padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
  text-decoration: none;
  outline: 0
}
button {
  transition: all ease .4s
}
img {
  max-width: 100%;
  height: auto;
}
li{
  list-style: none;
  font-family: var(--body-font);
}
p {
  margin: 0 0 18px 0;
  line-height: 1.63;
}
.h1,h1 {
  font-size: 48px;
  font-family: var(--title-font);
}

.h2,h2 {
  font-size: 40px;
  font-family: var(--title-font);
}

.h3,h3 {
  font-size: 36px;
  font-family: var(--title-font);
}

.h4,h4 {
  font-size: 28px;
  font-family: var(--title-font);
}

.h5,h5 {
  font-size: 24px;
  font-family: var(--title-font);
}

.h6,h6 {
  font-size: 20px
}

/* css */

.header-top{
  background-color: var(--theme-color);
  margin: 0px 80px;
  padding: 10px 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header-links ul{
  display: flex;
  align-items: center;
}
.header-links ul li{
  display: flex;
  padding: 3px 35px;
  align-items: center;
}

.header-links ul li a{
 font-size: 16px;
 font-weight: 600;
 color: #fff;
 font-family: var(--title-font);
}
.header-links ul li a:hover{
  color: #000;
}
.header-links-1 ul li a:hover{
  color: #000;
}
.header-links ul li i {
  color: #000;
  background-color: var(--title-color);
  border-radius: 50%;
  padding: 12px 15px;
  height: 45px;
  width: 45px;
  font-size: 20px;
}
.header-links-1 ul li i {
  color: #000;
  background-color: var(--title-color);
  border-radius: 50%;
  padding: 12px 14px;
  height: 45px;
  width: 45px;
  font-size: 20px;
}
.header-links ul li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
}
.header-links-1 ul {
  align-items: center;
  display: flex;
  justify-content: end;
}
.header-links-1 ul li{
  display: flex;
  align-items: center;
  padding: 0px 40px;
}
.header-links-1 ul li a{
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
}
.header-links-2 ul{
  display: flex;
}
.header-links-2{
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-links-2 ul li{
  margin-left: 10px;
}
.header-links-1 {
  padding-right: 0px;
}
.tab-links li a{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.tab-links li a:hover{
  color: var(--theme-color);
}
.header-layout1 {
   padding: 0px 60px;
} 
.main__logo{
  max-width: 210px;
  height: auto;
  display: block;
  padding: 0px;
}
.tabs {
  align-items: center;
}
.double-header {
  justify-content: center;
}
.double-header ul li a{
  margin-left: 22px;
  color: #000; 
  font-weight: 600;
  font-size: 18px;
}
.double-header ul li a:hover{
  color: var(--theme-color);
  transition: 400ms;
}
.tabs li a{
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0px 10px;
  font-family: var(--body-font);
}
.tabs li a:hover{
  color: var(--theme-color);
}
.primary-button {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 32px;
  border: none;
  cursor: pointer;
  font-family: var(--title-font);
}
.primary-button:hover{
  background-color: var(--title-color);
  transition: 400ms;
  color: #000000;
}
.secondery-button {
  background-color: var(--title-color);
  color: #000000;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 32px;
  border: none;
  cursor: pointer;
  font-family: var(--title-font);
}
.secondery-button:hover{
  background-color: var(--theme-color);
  transition: 400ms;
  color: #fff
}
.main_header {
  z-index: 1;
  position: relative;
}
.banner-bg{
    position: relative;
}
.banner-bg-mask{
  padding-top: 120px;
}
.banner-heading h1 {
  color: #000000;
  font-family: var(--title-font);
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 65px;
  line-height: 81px;
  text-transform: capitalize;
  margin-top: 40px;
}
.banner-heading-button{
  margin-top: 30px;
}
.black-image{
  position: absolute;
  left: 0px;
}
.back-image {
  position: absolute;
  right: -24px;
  top: 80px;
  z-index: 99;
  transform: rotate(270deg);
}
.full-image{
  position: relative;
  z-index: 1;
  float: right;
  filter: drop-shadow(0px 8px 10px #474747);
}
.full-image-1{
  position: absolute;
  bottom: -20px;
  right: 75%;
}
.full-image-2{
  position: absolute;
  top: 0px;
  right: 75%;
}
.back-image-1{
  position: absolute;
  bottom: 0;
  right: 0;
}
.page_wrapper{
  padding: 80px 0px;
}
.service-box {
  padding: 28px;
  border: 1px solid #F1D2A9;
  border-radius: 18px;
  background: #fcf1e2;
  text-align: center;
  min-height: 645px;
}
.service-box:hover{
  background-color: var(--theme-color);
  transition: 600ms;
}
.service-box:hover h4{
  color: #fff;
  transition: 500ms;
}
.service-box:hover p{
  color: #fff;
  transition: 500ms;
}
.service-box:hover a{
  background-color: #F1D2A9;
  transition: 500ms;
  color: #000;
}
.service-box p{
  color: #474747;
  margin-bottom: 35px;
  font-size: 17px;
}
.service-box h4{
  font-size: 26px;
  color: #000;
  font-weight: 600;
}

.service-page-heading h6{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--theme-color);
  position: relative;
  width: fit-content;
}
.service-page-heading h3{
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #000;
}
.services-bttn {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.service-page-heading h6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  background: #f22e3e;
  width: 90px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-page{
  background-image: url(../images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.gallery-page-heading h6{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--theme-color);
  position: relative;
  width: fit-content;
}
.gallery-page-heading h3{
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #ffffff;
}
.gallery-page-heading h6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  background: #f22e3e;
  width: 90px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-image img{
  border-radius: 18px;
  border: 8px solid #ffffffde;
}
.gallery-image .item{
  overflow: hidden;
}
.gallery-image img:hover{
  transform: scale(1.1);
  transition: 400ms;
}
.gallery-btn{
  margin-top: 40px;
  text-align: center;
}
.gallery-page-bg{
  padding: 80px 0px;
  background-color: #030303a8;
}
.bg-img{
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.service-box-1{
  background-color: var(--theme-color);
  padding: 40px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 1px 1px 5px 1px #ddd;
}
.service-box-1:hover{
  background-color: #fff;
  transition: 500ms;
}
.service-box-1:hover h4{
  color: var(--theme-color);
  transition: 500ms;
}
.service-box-1:hover img{
  filter: none; 
  transition: 500ms;
}
.service-box-1 h4{
   font-size: 28px;
   font-weight: 600;
   margin-top: 30px;
   color: #fff;
}
.service-box-1 img{
  width: 120px;
  height: auto;
  filter: invert(1);
}
.testimonials {
  padding: 80px 0px;
  background: #f22e3e;
}
.review{
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
}
.google-image{
  width: 135px !important;
  height: auto;
}
.svg-star{
  display: flex;
}
.svg-star img {
  width: 28px !important;
  height: 28px;
  padding: 3px;
}
.testimonial-box {
  background: aliceblue;
  padding: 25px;
  border-radius: 15px;
}
.testimonial-box p{
  font-size: 17px;
  color: #000;
}
.testimonial-box h4 {
  font-size: 21px;
  color: #f22e3e;
  font-weight: 600;
}
.widget-area {
  padding: 80px 0px;
}
.copyright-wrap {
  font-size: 13px;
  font-weight: 500;
  padding-top: 10px;
  background: var(--title-color);
}
.disc{
  height: 3px;
  width: 110px;
  background-color: var(--theme-color);
  margin-bottom: 5px;
  display: inline-block;
}
.footer-menu ul li{
  padding: 5px 0px;
}
.footer-menu ul li a{
  font-size: 16px;
  color: #000;
}
.footer-menu ul li a:hover{
  color: var(--theme-color);
  transition: 400ms;
  letter-spacing: 0.5px;
}
.footer-menu h4{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer-menu ul li a i{
  padding: 5px 0px;
  margin-right: 10px;
}
.footer-menu ul li i{
  padding: 5px 0px;
  margin-right: 10px;
  color: var(--theme-color);
}
.footer-menu ul i{
  color: var(--theme-color);
}

.footer-menu ul p{
  margin-left: 15px;
  margin-bottom: 0px;
}
.addres-tag{
  margin-left: 27px;
}
.footer-page{
  background-image: url(../images/footer-bg.jpg);
}
.footer-page-bg {
  background-color: #fffffff0;
}
.fa-icon {
  display: flex;
  margin-left: 7px;
}
@keyframes cake {
  0%   { left:0px; top:0px;}
  50%  { left:0px; top:50px;}
  100% { left:0px; top:0px;}
}

.full-image-1 {
  animation-name: cake;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  position: relative;
}
.full-image-2 {
  animation-name: cake;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.jamun{
  animation-name: cake;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  position: relative;
}
.testimonial-page-heading h6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  background: #ffffff;
  width: 90px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial-page-heading h6{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  width: fit-content;
}
.testimonial-page-heading h3{
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #ffffff;
}
.special-box1{
  background: linear-gradient(rgb(10 10 10 / 90%), rgb(0 0 0 / 70%)), url(../images/banner-1.webp);
  background-position: center; 
}
.special-box2{
  background: linear-gradient(rgb(10 10 10 / 90%), rgb(0 0 0 / 70%)), url(../images/small-p.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.special-box3{
  background: linear-gradient(rgb(10 10 10 / 90%), rgb(0 0 0 / 70%)), url(../images/banner-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.special-bg{
  padding: 80px 40px;
  text-align: center;
  
}
.special-bg h4{
  font-size: 32px;
  font-weight: 600;
  margin: 20px;
  color: #fff;
}
.special-bg h6{
  font-size: 21px;
  font-weight: 600;
  margin: 10px;
  color: #F1D2A9;
}
.special-bg p{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #fff;
}
.special-bg a{
  margin: 30px 0px;
}
.process-page{
  position: relative;
  padding-top: 90px;
  padding-bottom: 20px;
}
.footer-logo {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
}
.bg-2{
  width: 250px;
  height: auto;
  position: absolute;
  left: 0;
  top: -145px;
}
.bg-img_2{
  position: absolute;
  left: 20px;
  top: 45px;
}
.social-icon ul{
  display: flex;
}
.social-icon ul li{
   padding-right: 10px;
}
.social-icon h4{
  font-size: 24px;
  color: #000;
  margin-top: 20px;
}

/* pages css */

.input-form {
  width: 100%;
  padding: 9px;
  font-size: 17px;
  outline: none;
  background-color: #f1d2a978;
  border-radius: 6px;
  border: none;
  color: #000;
  margin-bottom: 15px;
  margin-top: 5px;
  border-bottom: 2px solid var(--theme-color);
}
::placeholder{
  color: #5e5a5a;
  font-size: 15px;
}
.upload{
  display: flex;
  justify-content: space-between;
}
label{
  color: #000000bd;
  font-size: 17px;
}
.career-title {
  text-align: center;
  margin-bottom: 40px;
}
.career-title h1{
  font-size: 32px;
  font-weight: 700;
  color: var(--theme-color);
  text-align: center;
  margin-bottom: 8px;
}
.career-title p{
  font-size: 21px;
  font-weight: 500;
  color: #000;
  line-height: 38px;
}
.career-title p a{
  color: #fff;
  font-size: 17px;
  margin-left: 5px;
  background-color: var(--theme-color);
  padding: 4px;
}
.career-text label{
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-left: 25px;
}
.career-text div{
  display: flex;
  align-items: center;
}
.career-text ul{
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}
.career-text a{
  color: var(--theme-color);
}
.career-text ul li{
  font-size: 17px;
  font-weight: 500;
  color: #000;  
  margin-bottom: 0px;
  list-style-type: disc !important;
  margin-left: 20px;
}
.career-applying h5{
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 12px;
}
.career-applying label{
    margin-left: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.cover-letter label{
  color: #000;
  margin: 5px 0px;
}
.upload input{
  color: #030303;
  background: #e7e7e7;
}
.upload label{
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.carer-bttn{
  text-align: center;
  margin-top: 25px;
}
.drinks-box {
  padding: 10px 10px 2px 12px;
  margin: 20px 12px;
  box-shadow: 2px 2px 6px 2px #e3e3e3;
  border: 1px solid #f5f5f5;
  background: #fff;
}
.drinks-inner-box{
  display: flex;
  justify-content: space-between;
}
.drinks-box h4{
  font-size: 23px;
  color: var(--theme-color);
  border-bottom: 1px dotted #000;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.drinks_page {
  background: #fff5ec;
  padding: 60px 0px;
}
.drinks-box p{
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
}
.drink-wild{
  font-size: 15px !important;
  color: #000;
}
.breadcrumb-area{
  background-image: url(../images/breadcumb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrum-box {
  padding: 90px 0px;
  background: #000000ab;
}
.breadcrumb_heading{
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.special-date h4 {
  font-size: 18px;
  color: #df1010;
  margin-bottom: 20px;
  padding: 10px;
}
.special-time span{
  font-size: 17px;
  color: #910202;
  float: right;
  border-bottom: 1px solid #00000029;
}
.special-text p{
  font-size: 18px;
  color: #000000;
  border-bottom: 1px dotted;
  text-align: center;
}
.special-box{
  background-color: #f6f6f6;
  margin: 30px 0px;
  padding: 25px 0px;
  box-shadow: 1px 1px 6px 2px #ccc;
}
.special-box i{
  font-size: 20px;
}
.main-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000056;
}
.menu-list{
  width: 100%;
  margin-left: 12px;
}
.menu-box {
  display: flex;
  justify-content: space-between;
}
.menu-list p{
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
  text-align: start;
}
.main-menu img{
  border-radius: 6px;
}
.menu-box h4{
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
.menu-box span{
  color: #671515;
    font-weight: 500;
    font-size: 17px;
}
.menu-paragraph{
  text-align: center;
  padding: 8px;
  margin-bottom: 0px;
}
.heading-accrodion{
  font-size: 23px;
    color: #593030;
    font-weight: 600;
}
.main-menu-title{
  text-align: center;
  background: #680101;
  padding: 20px 0px;
  margin-bottom: 40px;
  border-radius: 6px;
}
.main-menu-title h1{
   font-size: 32px;
   color: #fff;
   font-weight: 500;
   margin: 10px 0px;
}
.main-menu-title h2{
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0px;
}
.main-menu-title-2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  margin: 40px 0px;
  text-align: center;
  background: #680101;
  padding: 20px 0px;
  border-radius: 6px;
}
.main-menu-para{
  text-align: center;
  font-size: 21px;
  color: #000;
  font-weight: 500;
  margin-top: 25px;
}
.privacy-box h1{
  font-size: 28px;
  color: var(--body-color);
  margin-bottom: 30px;
  text-align: center;
}
.privacy-box h2{
  font-size: 24px;
  color: #000;
}
.privacy-box h3 , h4{
  font-size: 23px;
  color: var(--theme-color);
}
.privacy-box p{
  font-size: 17px;
  color: #000;
}
.privacy-box ul {
  margin-left: 30px !important;
  margin-bottom: 20px !important;
}
.privacy-box a {
  font-size: 17px;
  color: #ff3737;
  font-weight: 500;
}
.privacy-box li{
  list-style-type: disc;
}

.term_condition h1{
  font-size: 28px;
  color:var(--theme-color);
  text-align: center;
  margin-bottom: 40px;
}
.term_condition h2{
  font-size: 23px;
  color:var(--theme-color);
}
.term_condition h3{
  font-size: 26px;
  color: #000;
}
.term_condition p{
  font-size: 17px;
  color: #000;
}
.form-bg{
  background: #f5f4f4;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 1px 1px 5px 1px #cccccc87;
}
.contact-info {
  display: flex;
  margin: 16px 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 7px;
}
.contact-icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.contact-icon i{
  padding: 15px 16px;
  border-radius: 50%;
  background-color: #ffe7e7;
  font-size: 20px;
  color: #f22e3e;
}
.div-info {
  display: flex;
  align-items: center;
  text-align: start;
}
.contact-details {
  padding: 20px 10px;
  box-shadow: 1px 1px 4px 1px #eee;
  margin-top: 20px;
  background-color: #fff;
}

.contact-info{
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.div-info a{
  font-size: 16px;
  color: #000;
}
.job-form-bg{
  background: #f5f4f4;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 1px 1px 5px 1px #cccccc87;
}
.job-form-bg h2{
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.form-bg h1{
  font-size: 38px;
  text-align: center;
  margin-bottom: 20px;
  color: var(--body-color);
  font-weight: 700;
}
.form-bg h2{
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form-title{
  background: #f5f4f4;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 1px 1px 5px 1px #cccccc87;
}
.get-in-touch{
  font-size: 32px;
  color: #000;
  font-weight: 500; 
  margin-bottom: 25px;
}
.about_heading_seo h2{
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}
.about_heading_seo p{
  margin-bottom: 50px;
}

/*---------Welcome Popup ---------*/
#overlay{display:block; position:fixed; top:0; left:0; background:rgba(0,0,0,0.5); width:100%; height:100%; z-index:999999 !important;}
.popup {width:43%; height:auto; background:#fff; border:5px solid #f15f2a; border-radius:10px; color:#fff; position:absolute; top: 60px !important; left:0px !important; right: 0px !important; margin:auto !important;}
.popup img{width: 100%;}
 /*#close {margin-right:-20px; margin-top:-20px; float:right;} */
#close{position: absolute; top: -18px; right: -28px; background: none; border: none; cursor: pointer;} 
#close img{width:30px;}
.popup h3{text-align:center; font-size:23px; color:#F00; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}        

@media only screen and (min-width: 320px) and (max-width: 479px){
    .popup{width:80%; top: 14px !important; left:0px !important;}
}
/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .popup{width:60%; top: 50px !important; left:0px !important;}
	
}


.seo-none{display: none;}
