/* @import url(../fonts/Magistral\ W01\ Bold.ttf);
@import url(../fonts/Dallas.ttf); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* @font-face {
  font-family: "MagistralW01-Bold";
  src: url("//db.onlinewebfonts.com/t/479db221f0230d8e10c5bf8c95695c7c.eot");
  src: url("//db.onlinewebfonts.com/t/479db221f0230d8e10c5bf8c95695c7c.eot?#iefix")
      format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/479db221f0230d8e10c5bf8c95695c7c.woff2")
      format("woff2"),
    url("//db.onlinewebfonts.com/t/479db221f0230d8e10c5bf8c95695c7c.woff")
      format("woff"),
    url("//db.onlinewebfonts.com/t/479db221f0230d8e10c5bf8c95695c7c.ttf")
      format("truetype"),
    url("//db.onlinewebfonts.com/t/479db221f0230d8e10c5bf8c95695c7c.svg#MagistralW01-Bold")
      format("svg");
} */

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  /* overflow: hidden; */
  /* background-color: #0F101A;s */
  /* background-color: #031322 !important; */
  /* background: url(../assets/images/burlin-body.png); */
  background-color: #000;
  background-repeat: repeat;
  color: #dedfe0 !important;
}

a {
  text-decoration: none;
}
.navbar-toggler {
  background-color: #00101d;
  border: 1px solid #00101d;
}

figure {
  margin: 0;
  padding: 0;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a,
button {
  display: inline-block;
}

button:focus {
  outline: none;
  box-shadow: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* header-css-started */
.navbar {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-logo {
  width: 170px;
}

header {
  background-color: #00101d;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  justify-content: center;
  padding: 22px;
}
.nav-link {
  position: relative;
  color: #879aaf;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  font-family: "Poppins";
  transition: color 0.25s ease-in-out;
  border: none !important;
}

.nav-link:hover {
  color: #fff !important;
}
.nav-link:active {
  color: #f8a379 !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #879aaf;
  transition: all 0.25s ease-in-out;
  transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link:active::after {
  width: 100%;
}

.navbar-brand {
  color: #007bff;
  font-family: "Poppins";
  font-size: 20px;
  text-decoration: none;
}

/* main-banner-css-start */

.main-banner-section {
  position: relative;
  background-color: #000000ba;
}

.slider-1 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #000;
}

.image-overlay {
  position: relative;
}

.image-overlay::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main-banner-section h1 {
  font-size: 70px;
  font-family: "Poppins";
  text-align: center;
  /* padding-bottom: 150px; s */
  color: #fff;
}

.background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  position: relative;
}

.main-banner-section::before {
  content: ("");
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #000;
  width: 500px;
  height: 500px;
}

.about-section {
  padding-top: 3%;
  padding-bottom: 5%;
}

.about-section h2 {
  font-size: 50px;
  /* padding-top: 250px; */
  font-family: "Poppins";
  text-align: center;
}

.main-heading {
  position: absolute;
  top: 44%;
  left: 29%;
}

/* main-banner-css-end */

/* About-section-css-start */

.about-section {
  background: url(../assets/images/bbb-game.jpg);
}

.about-box {
  /* border-right: 5px solid; */
  position: relative;
  /* border-left: 5px solid; */
  padding: 15px;
  /* border-color: #4681a9 !important; */
  /* background: url(../assets/images/bbb-game.jpg); */
  background-color: #00000085 !important;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-radius: 60px; */
  width: 1100px;
  margin: auto;
  text-align: center;
  padding-bottom: 70px;
  z-index: 2;
}
.about-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ab;
  z-index: -1;
}
.about-box h3 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  color: rgb(70 129 169);
  padding-bottom: 25px;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
}

.about-box h5 {
  font-size: 19px !important;
  line-height: 1.7;
  color: #879aaf;
  font-weight: 500;
}

.about-box p {
  font-size: 19px !important;
  line-height: 1.7;
  color: #879aaf;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
}
/* About-section-css-end */

/* portfolio-section-css-start */
.port-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* portfolio-section-css-end */

/* gallery-page-css-start */
/* gaallery-section-css-start */
.gallery-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.gallery-heading h2 {
  text-align: center !important;
  color: #f8a379;
  padding-top: 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #9c7a4c;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto !important;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
}

.tabs {
  padding-top: 6px;
  text-align: center;
  margin: 0 auto;
}

.nav-tabs {
  justify-content: center;
  border: none;
}

.gallery-item-image {
  display: block;
  width: 100%;
  height: 170px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link .nav-link:hover {
  color: #f8a379;
  background: transparent;
}

/* gaallery-section-css-end */

/* events-page-css-start */
.main-event-section {
  padding-top: 12%;
  padding-bottom: 18%;
}

.event-heading {
  text-align: center;
}
.event-heading h2 {
  text-align: center;
  color: #f8a379;
  border-bottom: 1px dotted #9c7a4c;
  display: inline-block;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif !important;
}

.past-button {
  padding-top: 45px;
}

.past-btn {
  padding: 12px 40px;
  background-color: #031322;
  color: #fff;
  border-radius: 22px;
  text-decoration: none;
  outline: none;
}

.past-btn:hover {
  border: 3px solid #fff;
  color: #fff;
}

.events-para {
  padding-top: 120px;
  text-align: center;
}

.events-para p {
  padding: 20px;
  border: 2px dotted #f8a379;
  display: inline-block;
}

/* events-page-css-end */

/* gallery-page-css-start */
/* gaallery-section-css-start */
.gallery-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.gallery-heading h2 {
  text-align: center !important;
  color: #f8a379;
  padding-top: 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #9c7a4c;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto !important;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
}

.tabs {
  padding-top: 6px;
  text-align: center;
  margin: 0 auto;
}

.nav-tabs {
  justify-content: center;
  border: none;
}

.gallery-item-image {
  height: auto;
  min-height: 100%;
  display: block;
  width: 100%;
  border: 4px solid white;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #f8a379;
  background: transparent;
}

/* gaallery-section-css-end */
/* gallery-page-css-end */

/* gift-card-page-css-start */

.gift-card-section {
  padding-top: 10%;
  padding-bottom: 10%;
}
.gift-gird {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 85%;
}
.gift-image-box {
  margin-top: 70px;
}
.gift-image-box img {
  width: 399px;
  height: 239px;
}
.gift-amount-box {
  border: 1px solid #704824 !important;
  border-radius: 5px !important;
  position: relative;
}
.button-group-container {
  border: 1px solid #704824 !important;
  border-radius: 5px !important;
  position: relative;
  width: max-content;
}
.button-group-container:before {
  content: "$" !important;
  display: inline-block !important;
  position: absolute !important;
  left: 10px !important;
  top: 10px !important;
  color: #fff !important;
  pointer-events: none !important;
  font-size: 30px !important;
}
.form-control:focus {
  background: transparent;
}
.button-group-container input {
  border: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  height: auto !important;
  font-size: 30px !important;
  padding: 10px 10px !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding-left: 30px !important;
}
.button-group-container input:active {
  background: transparent !important;
}
.button-group-container .btn-group {
  overflow: hidden !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.button-group-container .btn-group button {
  padding: 0 !important;
  height: 40px !important;
  border-radius: 0 !important;
  text-transform: none !important;
  background: #23325d !important;
  border-left: 1px solid #000 !important;
}
.btn:before,
.more-link:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  background-clip: content-box;
  padding: 2px;
  background-color: #00101d;
  -webkit-transition: all 333ms;
  transition: all 333ms;
  pointer-events: none;
  left: auto;
  right: 0;
  width: 0;
  border-radius: 25px;
}

.black-box {
  background-color: #00000080;
  height: 400px;
  width: 800px;
  margin: 0 auto;
}
.gift-main {
  text-align: center;
}

.gift-heading {
  text-align: center;
  color: #879aaf;
  border-bottom: 1px dotted #879aaf;
  display: inline-block;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif !important;
  padding-top: 60px;
}
.input-icon {
  /* display: flex; */
  position: relative;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.input-group-text {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #879aaf !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #879aaf !important;
  border: 1px solid #879aaf !important;
}
.form-control {
  border: 3px solid #879aaf !important;
  font-size: 14px;
  padding: 0.6rem 0.5rem;
  width: 100% !important;
  margin-left: 23px;
  margin-bottom: 20px;
  margin-left: 0 !important;
  height: 46px;
  outline: none !important;
  display: block;
}

.input-icon i {
  margin-top: 4px;
  padding: 10px;
  color: #879aaf;
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  left: 0;
  height: 41px;
  border-right: 1px solid #879aaf !important;
}
.gift-img img {
  margin-left: 30px;
}
.small-input {
  width: 100%;
  background: transparent;
  border: 1px solid #704824;
  border-radius: 4px;
  padding: 7px;
  outline: none;
}
.radio-buttons {
  display: flex;
  justify-content: center;
}

.radio-buttons .check-button {
  margin-left: 30px;
}

.gift-input {
  padding: 10px;
  width: 100%;
  background: transparent;
  border: 3px solid #879aaf;
  margin-bottom: 15px;
  /* border-radius: 4px; */
  color: #fff;
  outline: none;

  padding-left: 40px;
}
::placeholder {
  color: #879aaf;
  text-align: left;
  font-size: 14px;
}
/* gift-card-page-css-end */

/* faq-page-css-start */
.faq-section {
  padding-top: 5%;
  padding-bottom: 5%;
}
.accordian-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.accordion {
  width: 90%;
  margin-top: 50px;
}
.accordion-button {
  background: linear-gradient(90deg, rgb(24 9 86), rgb(9, 54, 86))
    rgb(255, 255, 255);
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  border-radius: 14px !important;
  display: flow;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center !important;
  transition: all ease-in-out 0.2s;
  font-family: "Poppins", sans-serif !important;
  outline: none;
  border: 1px solid rgba(238, 238, 238, 0.321569);
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}
.faq-heading {
  text-align: center;
  color: #879aaf;
  border-bottom: 1px dotted #879aaf;
  display: inline-block;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif !important;
  padding-top: 60px;
}
.show {
  border: none;
}
.accordion-header {
  margin-bottom: 12px;
}
.accordion-item {
  background: transparent;
}
.accordion-body {
  padding: 25px 20px 40px;
  background-color: #031322;
  color: rgb(123 186 253);
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  align-items: center;
  border-radius: 14px;
  margin-top: 0px !important;
}
.accordion-button::after {
  background: transparent !important;
}
/* faq-page-css-end */

/* contact-page-css-start */
.contact-section {
  padding-top: 5%;
  padding-bottom: 5%;
}
.contact-form-background {
  background-color: #000000b8;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.career-form-background {
  background-color: #000000b8;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-left: 10%; */
}

.contact-heading-box {
  display: flex;
  justify-content: center;
}
.contact-gird {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 80%;
}
.contact-form-para {
  color: #879aaf !important;
  font-size: 16px;
  margin-top: 30px;
  font-family: "Poppins";
  margin-bottom: 15px;
  font-weight: 400;
  width: 100%;
}
.contact-form-para-second {
  color: #879aaf !important;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  width: 77%;
}
.textarea-icon {
  position: relative;
}
.tim-para {
  margin-top: 5px;
  font-size: 13px;
}
.textarea-icon i {
  margin-top: 2px;
  border: 1px solid #879aaf;
  padding: 10px;
  color: #879aaf;
  margin-bottom: 0px;
  height: 166px;
  position: absolute;
  padding-top: 65px;
  top: 0px;
  left: 1px;
}
.contact-second-side {
  margin-top: 28px;
  margin-left: 20px;
}
.contact-second-heading p {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
  border-left: 4px solid #879aaf;
}
.address-box {
  display: flex;
  margin-left: 16px;
}
.contac-us-second-address {
  margin-top: 10px;
}
.address-box i {
  font-size: 12px;
}
.address-box h3 {
  font-size: 15px;
  font-weight: 500;
  margin-left: 8px;
}
.addd-para {
  margin-top: 5px;
  font-size: 14px;
}
.addd-number {
  margin-top: 5px;
  font-size: 17px;
  color: #879aaf !important;
  font-weight: 700;
}
.contact-timming-box {
  margin-left: 22px;
}
.contact-submit-btn-box {
  display: flex;
  justify-content: center;
}
.contact-submit-btn-box button {
  text-decoration: none !important;
  border-color: transparent !important;
  position: relative !important;
  text-transform: uppercase !important;
  z-index: 10 !important;
  overflow: hidden !important;
  line-height: 1 !important;
  display: inline-block !important;
  max-width: 100% !important;
  padding: 13px 30px 13.5px !important;
  cursor: pointer !important;
  text-align: center !important;
  vertical-align: top !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  border-radius: 26px;
  margin-top: 15px;
  background: #00101d !important;
}
.contact-submit-btn-box::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  background-clip: content-box;
  padding: 2px;
  background-color: #00101d;
  -webkit-transition: all 333ms;
  transition: all 333ms;
  pointer-events: none;
  left: auto;
  right: 0;
  width: 0;
  border-radius: 25px;
}
.contact-submit-btn-box:hover {
  left: 0;
  right: auto;
  width: 100%;
}

/* contact-page-css-end */

/* menu-page-css-start */
.menu-section {
  padding-top: 5%;
  padding-bottom: 5%;
}
.menu-heading-box {
  display: flex;
  justify-content: center;
}
.block-menu-item {
  background-color: #031322;
  padding: 5px 15px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 0 0 hsla(0, 0%, 39.2%, 0.01),
    0 15px 32px 0 hsla(0, 0%, 39.2%, 0.06);
  box-shadow: 0 6px 0 0 hsla(0, 0%, 39.2%, 0.01),
    0 15px 32px 0 hsla(0, 0%, 39.2%, 0.06);
}
.menu-img {
  width: 100% !important;
  max-width: 100%;
  position: relative !important;
  height: 230px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.menu-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.menu-img .review-stats {
  position: absolute !important;
  z-index: 6 !important;
  color: #fff !important;
  text-shadow: 0 0 3px #6f6f6f !important;
  font-size: 25px !important;
  cursor: pointer !important;
  right: 5px !important;
  top: 5px !important;
  padding: 0 !important;
}
.menu-img .review-stats span {
  padding: 0 5px !important;
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.menu-title {
  text-align: left !important;
  color: #879aaf;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  width: calc(100% - 70px);
  line-height: 20px;
}
#menu-pag .price-menu {
  margin-top: 10px;
}
.price-menu {
  color: #f8a379 !important;
  font-weight: 700;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 5px;
  display: inline-block;
}
.menu-description-item {
  font-weight: 300;
  font-size: 15px;
  color: #879aaf;
  text-align: start !important;
  line-height: 20px;
}

/* menu-page-css-end */

/* careers-page-css-start */
.careers-gird {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.areee {
  width: 100%;
}
.input-group-file .fileinput-filename {
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 10px;
}
.input-upload {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  color: rgb(135, 154, 175) !important;
  cursor: pointer;
}
.input-upload::placeholder {
  color: #fff;
}
input[type="file"] {
  display: none;
}
.fa-file-image-o::before,
.fa-file-photo-o::before,
.fa-file-picture-o::before {
  content: "";
}
.fa-file::before {
  content: "";
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  width: 97% !important;
  padding: 7px;
  width: 100%;
  background: transparent;
  border: 3px solid #879aaf;
  margin-bottom: 15px;
  border-radius: 4px;
  outline: none;
  text-align: end;
  color: 879aaf;
  font-weight: 700;
  height: 46px;
  font-size: 18px;
}
.input-group.mb-3 {
  margin-bottom: 10px !important;
}
div select.form-control.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 1.25em;
  appearance: none;
  position: relative;
  background-color: transparent;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 1.5em 1em;
  background-position: 100%;
  background-clip: border-box;
  color: #879aaf;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
}
/* .select-icon-group .icon-select {
  position: absolute;
  right: 24px;
  top: 13px;
  z-index: 1;
  color: #879aaf;
  font-size: 14px;
  display: none;
} */
.facebook-icon {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  align-items: baseline;
}
.facebook-icon a {
  font-size: 14px;
  font-weight: 400;
  color: rgb(213, 213, 215);
  border-bottom: 3px solid rgb(213, 213, 215);
  border-top: 3px solid rgb(213, 213, 215);
  border-left: 3px solid rgb(213, 213, 215);
  padding: 11px 8px;
  /* border-radius: 6px; */
  background: transparent;
}
.facebook-icon a:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(135, 154, 175);
  background-color: rgb(135, 154, 175) !important;
}
/* careers-page-css-end */

/* reservation-page-css-start */
.rev-img-1 {
  margin-top: 22px;
  margin-bottom: 12px;
  margin-left: 20px;
}
.rev-img-1 img {
  border: 2px solid #fff !important;
  border-radius: 6px;
}

.stepper {
  .line {
    width: 3px;
    height: 30px !important;
    background-color: #879aaf !important;
  }
  .lead {
    font-size: 1.1rem;
  }
  .stepper-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    background: transparent;
    border: 2px solid #4681a9;
    border-radius: 50%;
    margin: auto;
  }
}
.next-btn-stepper {
  border: none;
  padding: 10px 11px;
  margin-top: 105px;
  background-color: #4681a9;
  color: #fff;
  font-size: 13px;
  margin-left: 35px;
}
.stepper-time-btn {
  transition: all 0.3s ease-in-out 0s;
  color: rgb(135, 154, 175) !important;
  background: transparent !important;
  border: 1px solid rgb(70, 129, 169) !important;
  padding: 6px !important;
  margin: 3px !important;
  display: flex !important;
  flex-basis: 30% !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  text-align: center !important;
  transition: 0.8s;
}
.stepper-time-btn:hover {
  border: 1px solid rgb(248, 163, 121) !important;
}
.stepper-circle.active {
  background-color: #4681a9; /* Change to your active color */
  border-color: #4681a9;
}
.stepper-heading {
  color: #879aaf;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 4px;
}
.stepper-input-line {
  position: relative;
}
.stepper-input-line::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0%;
  background-color: #879aaf;
  width: 1px;
  height: 284px;
  color: #fff;
}
.stepper-input {
  position: relative;
  margin-left: 40px;
  margin-top: 10px;
}
.stepper-label {
  color: #879aaf !important;
  margin-bottom: 5px;
  font-size: 15px;
  margin-top: 65px;
}
/* reservation-page-css-end */

/* venue-page-css-start */
.venue-gird {
  display: flex;
  justify-content: center !important;
  width: 100%;
}
.fa-money:before {
  content: "\f0d6";
}
.fa-clock-o:before {
  content: "\f017";
}
/* venue-page-css-end */

footer {
  /* background-image: url(../assets/images/fooyer-bg.jpg); */
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 0 0;
  margin-top: 8px;
  font-family: "Poppins";
  background-color: #00101d;
}

.footer-img-1 {
  width: 300px;
  margin-top: 20px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}
.footer-icon {
  font-size: 18px;
  margin-top: 15px;
  background-color: #000;
  padding: 10px;
  color: #fff;
  transition: 0.8s;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  border-radius: 25px;
}
.footer-icon:hover {
  border: 2px solid #00101d !important;
  color: #fff;
  background: #00101d !important;
}
.footer-button-box {
  text-align: center;
  font-family: "Poppins";
}

.footer-button-box button {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins";
  letter-spacing: 1px;
  padding: 10px 30px 13.5px !important;
  outline: none;
  border: none;
  border-radius: 20px;
  margin-top: 10px;
  transition: 0.8s;
}

.footer-button-box button:hover {
  border: 3px solid #fff;
}

.footer-logo-box {
  display: flex;
  justify-content: center;
}

.footer-logo-box img {
  width: 100px;
  margin-right: 10px;
  padding-bottom: 20px;
}

.main-footer-icon {
  display: flex;
  justify-content: center;
}

.main-footer-icon a i {
  margin-right: 10px;
}

.footer-button-box a {
  color: #fff;
  /* margin-top: 10px; */
  font-weight: 500;
  padding-bottom: 20px;
}

.black-bar {
  background-color: #000;
  padding: 25px;
}

.black-bar h6 {
  text-align: center;
}

.black-bar h6 a {
  color: #d7a44b;
}
* privacy-page-css-start * .privacy-section {
  padding-top: 5%;
}
.privacy-para {
  color: #879aaf !important;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.privacy-ul {
  margin-left: 20px;
}
.privacy-ul li {
  list-style-type: disc;
}
.privacy-para-ul {
  color: #879aaf !important;
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
}
.privacy-para-link {
  color: #f8a379 !important;
  font-size: 16px;
  font-weight: 400;
}
.privacy-para-box {
  margin-top: 90px;
}
.privacy-heading-box {
  margin-top: 20px;
}

/* .vue-tel-input {
  border-radius: 3px;
  display: flex;
  border: 1px solid #bbb;
  text-align: left;
}
.vue-tel-input {
  border-radius: 3px;
  display: flex;
  border: 1px solid #bbb;
  text-align: left;
}
.vti__dropdown {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
  padding: 7px;
  cursor: pointer;
}
.vti__selection {
  font-size: 0.8em;
  display: flex;
  align-items: center;
}
.vti__flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.vti__flag {
  width: 20px;
  height: 15px;
  background-image: url(../assets/images/flags.png);
  box-shadow: 0 0 1px 0 #888;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.vti__dropdown-arrow {
  transform: scaleY(0.5);
  display: inline-block;
  color: #666;
}
.vue-tel-input .vti__dropdown .vti__dropdown-list {
  z-index: 20 !important;
  color: #050409 !important;
}
.vti__dropdown-list.below {
  top: 33px;
}
.vti__flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.vti__flag {
  margin-right: 5px;
  margin-left: 5px;
}
.vti__dropdown-list {
  z-index: 1;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  left: -1px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 390px;
}
.vue-tel-input {
  border-radius: 3px;
  display: flex;
  border: 1px solid #bbb;
  text-align: left;
}
.vue-tel-input input:not(.vti__search_box) {
  margin-left: 60px !important;
  position: absolute !important;
  left: 0 !important;
  top: -5px !important;
  width: calc(100% - 60px) !important;
}
.vue-tel-input input {
  max-height: 46px;
  padding: 10px;
  color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.vti__input {
  border: none;
  border-radius: 0 2px 2px 0;
  width: 100%;
  outline: 0;
  padding-left: 7px;
}
.fa-commenting:before {
  content: "\f27a";
}
.vti__dropdown-item {
  cursor: pointer;
  padding: 4px 15px;
}
.vti__dropdown-item.last-preferred {
  border-bottom: 1px solid #cacaca;
}
.vti__flag.us {
  height: 11px;
  background-position: -5241px 0;
} */

/* media-query-start */

@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-box {
    width: 100%;
  }
  .slick-slide {
    height: fit-content;
  }
  .nav-link {
    font-size: 13px;
  }
  .gift-gird {
    width: 80%;
  }
  .tim-para {
    font-size: 10px;
  }
  .gift-heading {
    padding-top: 105px;
  }
  .modal-content-menu {
    width: 98%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  .header {
    position: relative;
    z-index: 1;
  }
  .navbar-brand {
    margin-left: 5px !important;
  }
  .about-box {
    width: 100%;
  }
  .about-box h3 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 3px;
  }
  .about-box p {
    padding-bottom: 2px;
    font-size: 15px !important;
  }
  .port-img {
    margin-top: 8px;
    height: auto;
  }
  .footer-img-1 {
    margin-left: 30px;
  }
  header {
    position: relative;
  }
  .gift-heading {
    padding-top: 5px;
    font-size: 1.4rem;
  }
  .contact-form-para {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
  .join-career-image {
    display: none;
  }
  .faq-heading {
    font-size: 1.4rem;
    padding-top: 27px;
    border-bottom: none;
  }
  .contact-timming-box {
    margin-left: 0px;
  }
  .career-form-background {
    padding-left: 0%;
  }
  .addd-para {
    width: 100%;
  }
  .event-heading h2 {
    font-size: 1.4rem;
  }
  .events-para {
    padding-top: 38px;
  }
  .gift-image-box img {
    display: none;
  }
  .slick-slide {
    min-height: fit-content;
    height: auto;
  }
  .accordion-body {
    font-size: 14px;
  }
  .contact-gird {
    width: 100%;
  }
  .gift-gird {
    width: 100%;
    display: inline;
  }
  .button-group-container input {
    padding: 10px 0px !important;
  }
  .venue-gird {
    width: 100%;
  }
  .main-logo {
    width: 130px;
  }
  .rev-img-1 {
    display: none;
  }
  .rev-img-2 {
    display: none;
  }
  .career-form-img {
    display: none;
  }
  .fs-5 {
    font-size: 24px !important;
  }
  .custom-file-upload {
    font-size: 13px;
  }
  .modal-content-menu {
    width: 98% !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  .header {
    position: relative;
    z-index: 1;
  }
  .navbar-brand {
    margin-left: 5px !important;
  }
  .career-form-background {
    padding-left: 0%;
  }
  .about-box {
    width: 100%;
  }
  .about-box h3 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 3px;
  }
  .about-box p {
    padding-bottom: 2px;
    font-size: 15px !important;
  }
  .port-img {
    margin-top: 8px;
    height: auto;
  }
  .footer-img-1 {
    margin-left: 30px;
  }
  .custom-file-upload {
    font-size: 13px;
  }
  header {
    position: relative;
  }
  .gift-heading {
    padding-top: 5px;
    font-size: 1.4rem;
  }
  .contact-form-para {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
  .join-career-image {
    display: none;
  }
  .faq-heading {
    font-size: 1.4rem;
    padding-top: 27px;
    border-bottom: none;
  }
  .contact-timming-box {
    margin-left: 0px;
  }
  .addd-para {
    width: 100%;
  }
  .event-heading h2 {
    font-size: 1.4rem;
  }
  .events-para {
    padding-top: 38px;
  }
  .gift-image-box img {
    display: none;
  }
  .slick-slide {
    min-height: fit-content;
    height: auto;
  }
  .accordion-body {
    font-size: 14px;
  }
  .contact-gird {
    width: 100%;
  }
  .gift-gird {
    width: 100%;
    display: inline;
  }
  .button-group-container input {
    padding: 10px 0px !important;
  }
  .venue-gird {
    width: 100%;
  }
  .main-logo {
    width: 130px;
  }
  .rev-img-1 {
    display: none;
  }
  .rev-img-2 {
    display: none;
  }
  .career-form-img {
    display: none;
  }
  .fs-5 {
    font-size: 24px !important;
  }
  .modal-content-menu {
    width: 98% !important;
  }
}

/* media-query-end*/
.navbar-btn-icon {
  margin-top: 2px;
  color: #fff;
  font-size: 28px;
  outline: none;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
}
.accordion-button:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}
.tab-header-second {
  display: flex;
  justify-content: center;
}
.tab-second {
  color: #879aaf;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  border: 0 !important;
  transition: 0.8s;
  margin-right: 0px;
  cursor: pointer;
}
.tab-second:active {
  color: #f8a379 !important;
  background: transparent;
}

.modal.show .modal-dialog {
  max-width: 700px;
  background-color: #000;
  border: 2px solid #879aaf;
  border-radius: 4px;
}
.fs-5 {
  color: #fff;
  font-size: 40px !important;
  font-weight: 500;
  align-items: baseline;
  text-align: center !important;
  padding-top: 20px;
}
.modal-content {
  background-color: #000;
}
.modal-header {
  display: contents;
}
.modal {
  top: 22%;
}
.show-success {
  display: flex;
  justify-content: center;
}
.show-success p {
  text-align: center !important;
  color: #f8a379;
  margin: 0, auto;
  margin-left: 20px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif !important;
}
.sucess-para {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}
.sucess-para h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #879aaf !important;
}
input[type="file"] {
  position: relative;
}
.file-label {
  position: absolute;
  left: 50px;
  top: 13px;
  font-size: 14px;
}

.next-btn-stepper-second {
  border: none;
  padding: 10px 11px;
  background-color: #4681a9;
  color: #fff;
  font-size: 13px;
  margin-left: 35px;
  margin-top: 18px;
  width: 89%;
}
.input-icon p {
  font-size: 12px;
  font-family: "Poppins", sans-serif !important;
  color: red;
  padding-bottom: 10px;
  font-weight: 600;
}

.career-faq-link {
  font-family: "Poppins", sans-serif !important;
  color: #879aaf !important;
  text-decoration: none;
  font-weight: 600;
}
.gift-input-second {
  padding: 10px;
  width: 83%;
  background: transparent;
  border: 3px solid #879aaf;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #fff;
  outline: none;
  padding-left: 40px;
}
.gift-input-text-area {
  padding: 10px;
  width: 98%;
  background: transparent;
  border: 3px solid #879aaf;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #fff;
  outline: none;
  padding-left: 40px;
}
.block-menu-item {
  background-color: #031322;
  padding: 5px 15px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 0 0 hsla(0, 0%, 39.2%, 0.01),
    0 15px 32px 0 hsla(0, 0%, 39.2%, 0.06);
  box-shadow: 0 6px 0 0 hsla(0, 0%, 39.2%, 0.01),
    0 15px 32px 0 hsla(0, 0%, 39.2%, 0.06);
}
.menu-title {
  text-align: left !important;
  color: #879aaf;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  width: calc(100% - 70px);
  line-height: 20px;
}
.price-menu {
  color: #f8a379 !important;
  font-weight: 700;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 5px;
  display: inline-block;
}
.menu-description-item {
  font-weight: 300;
  font-size: 15px;
  color: #879aaf;
  line-height: 20px;
}
#menu-pag .price-menu {
  margin-top: 10px;
}

/* menu-modal-image-css-start */
.menu-modal-image {
  border: 1px solid grey !important;
  margin-bottom: 10px;
  width: 100%;
  height: 242px;
  max-width: 313px;
}
.modal-content-menu {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  /* width: 100%; */
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 1rem;
  width: 70%;
  /* margin: 0, auto !important; */
  margin-left: auto;
  margin-right: auto;
}
n .menu-modal-heading {
  margin-top: 46px;
  font-size: 26px;
  font-family: "Poppins", sans-serif !important;
  color: #111;
  margin-bottom: 15px;
  font-weight: 800;
  text-align: left;
}
.menu-modal-para {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
  text-align: left;
}
.menu-post-btn {
  background-color: #00101d;
  color: #fff;
  border-radius: 29px;
  font-size: 17px;
  padding: 14px 28px;
  text-decoration: none;
  cursor: pointer;
}
.menu-post-btn::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  background-clip: content-box;
  padding: 2px;
  background-color: #00101d;
  -webkit-transition: all 333ms;
  transition: all 333ms;
  pointer-events: none;
  left: auto;
  right: 0;
  width: 0;
  border-radius: 25px;
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.media img {
  width: 40px;
  height: 40px;
}
div[id*="myBtn"] .modal-content img {
  border: 1px solid grey !important;
  margin-bottom: 10px;
}
.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 12px;
}
.menu-post-btn-second {
  position: absolute;
  top: -2px;
  right: -8px;
  width: 35px;
  height: 35px;
  z-index: 1;
  color: #fff;
  border-radius: 50%;
  border: 0 !important;
  background: #dc3545;
}
.menu-modal-form-heading {
  display: flex;
  justify-content: center;
}
.menu-modal-form-heading h4 {
  color: #000;
  font-size: 14px;
}
.modal-years-para {
  color: #000 !important;
}
.tabs::-webkit-scrollbar-track {
  background-color: yellow;
}
.tabs::-webkit-scrollbar-thumb {
  background-color: yellow;
}
.media-body p {
  color: #000 !important;
}
