@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*font-family: "Playfair Display", serif;*/

@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-family: "Poppins", sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/*font-family: "Rubik", sans-serif;*/

html {
  background: #171943;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------*/

/* .mainheadingArgest {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  border: 2px solid #e2d152 !important;
} */

@media (min-width: 1000px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-inline-size: 1340px;
  }
}
.theme-color{
  color:#e2d152;
}
.header {
  z-index: 99999 !important;
}

.main-container {
  background: url(../images/landingbg.png);
  background-attachment: fixed;
  background-size: 100%;
}

.main-container .landingcontainer {
  block-size: auto;
}

.logo-section {
  padding-block-start: 57px;
}

.landingtitle h1 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 66.65px;
  text-align: start;
  color: #ffffff;
  margin-block-start: 60px;
}

.landingtitle h1 span {
  color: #e3d153;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 66.65px;
  text-align: start;
}

.landingtitleh4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: start;
  color: #fff;
  margin-block-start: 95px;
}

.landinglogstitle {
  font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: start;
    color: #fff;
    margin-block-start: 30px;
}

 /* Center the content within the columns */
 .row .landinglogodivs {
  display: flex;
  justify-content: left;
  align-items: left;
}

/* Define a container that enforces the desired aspect ratio (158:60) */
.logo-container {
  width: 100%;
  max-width: 160px;      /* Maximum width for the logo */
  aspect-ratio: 160 / 70; /* Maintain a consistent aspect ratio */
  margin: auto;
}

/* Style the image to fill the container responsively */
.logo-container .logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;  /* Ensures the image scales proportionally */
  display: block;
}

ul.innersectionbutton {
  padding: 0;
  margin: 32px 0 0 0;
}

ul.innersectionbutton li {
  list-style: none; 
  display: inline-block;
  border: 1px solid #e2d152;
  padding: 25px 18px;
  border-radius: 6px;
  inline-size: 45%;
  margin: 0px 5px 0 5px;
  min-block-size: 160px;
  vertical-align: top;
}

ul.innersectionbutton li a {
  text-decoration: none;
}

.innersectionbutton li h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  text-align: start;
  color: #e2d152;
  background: url(../images/arrow-up-right.svg) 183px 4px;
  background-repeat: no-repeat;
}

.innersectionbutton li:nth-child(2) h2 {
  background: url(../images/arrow-up-right.svg) 124px 4px;
  background-repeat: no-repeat;
}

.innersectionbutton li h3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: start;
  color: #fff;
}

.col-md-6.landingcontent {
  margin-block-start: 59px;
}

.landingcontent p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: start;
  color: #fff;
}

.footer {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-block-start: 23px;
  /*    padding: 23px 93px 31px 93px;*/
}

.footer .copyright {
  border-block-start: 1px solid rgb(255 255 255 / 50%);
  padding: 23px 0px 31px 0px;
  text-align: center;
}

.footer .copyright a {
  color: #e2d152;
}

/*----------------Jones Home Start-----------------------*/
header {
  background: #000;
  padding: 30px 0 30px 0;
}

a.nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff !important;
}

.nav-item {
  margin: 0 10px;
}

/*--------------Banner css-------------*/
.carousel-caption h5 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: start;
  text-transform: uppercase;
}

.carousel-caption h1 {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  text-align: start;
  color: #ffffff;
}

.carousel-caption h1 span {
  color: #e2d152;
}

.carousel-caption.d-none.d-md-block {
  inset-block-start: 222px;
  inset-inline-start: 137px;
  max-inline-size: 543px;
}

.carousel-control-prev,
.carousel-control-next {
  inset-block-start: 35%;
  opacity: 1;
  transition: opacity 0.15s ease;
  background: #00000099;
  inline-size: 60px;
  block-size: 180px;
}

/*-----------------+======================================*/

/*---------------*/
.map iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.get-in-touch-text h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.9px;
  margin-block-end: 23px;
}

.get-in-touch-text p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.06px;
  margin-block-end: 27px;
  max-inline-size: 537px;
}

.get-in-touch-text h3 {
  color: #e2d152;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.06px;
  margin-block-end: 10px;
}

.get-in-touch-text a {
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin-block-end: 25px;
}

.get-in-touch-text {
  margin-block-start: 233px;
}

.get-in-touch {
  background: #181818 url(../images/touch-bg.png) center left;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-block-end: 141px;
}

.get-in-touch .container {
  background: url("../images/Ellipse.png") center;
}

.get-in-touch-form-section {
  background: #242424;
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.4);
  max-inline-size: 580px;
  padding: 50px 35px;
  margin-block-start: 140px;
}

.get-in-touch-form-section h2 {
  color: #fff;

  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.15px;
  margin-block-end: 35px;
}

.get-in-touch-form-section input {
  background: rgba(58, 58, 58, 0.5);
  color: rgba(255, 255, 255, 0.4);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  inline-size: 100%;
  margin-block-end: 16px;
  padding: 20px;
}

.get-in-touch-form-section textarea {
  background: rgba(58, 58, 58, 0.5);
  color: rgba(255, 255, 255, 0.4);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  inline-size: 100%;
  margin-block-end: 16px;
  resize: none;
  padding: 20px;
}

.get-in-touch-form-section button {
  background: #e2d152;
  inline-size: 100%;
  color: #1e1e1e;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.1px;
  letter-spacing: 1.12px;
  border: none;
  padding: 20px;
}

#get-in-touch-information {
  display: flex;
  align-items: start;
  margin-top: -20px;
  /* justify-content: center; */
}
/* #getInTauch {
  margin-block-start: 198px !important;
} */
.get-in-touch-form-display {
  display: none;
}
#get-in-touch-information .one-item {
  margin: 20px 0 0 20px;
}
#get-in-touch-information .one-logo {
  background: #e2d152;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 17px;
}
.get-in-touch-text .help-you {
  color: #e2d152;
  font-family: Poppins;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3.5px;
}

.get-in-touch-form-force .text-of-inputs {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  padding: 8px 0;
}

.jones-footer {
  background: #171717 url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  inline-size: 100%;
  background-size: cover;
}

.footer-logo-section img {
  inline-size: 86px;
  block-size: 75px;
  margin-block-end: 19px;
}

.footer-logo-section p {
  color: rgba(255, 255, 255, 0.7);

  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.footer-logo-section {
  margin-block-start: 71px;
  padding-inline-end: 185px;
}

.footer-contact-section {
  margin-block-start: 109px;
}

.footer-contact-section h2 {
  color: #fff;

  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
  margin-block-end: 20px;
}

.footer-contact-section p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-inline-size: 188px;
  margin-inline-start: 8px;
}

.footer-contact-section a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-inline-size: 188px;
  margin-inline-start: 8px;
}

.footer-contact {
  margin-block-end: 11px;
}

.footer-instagram-section {
  margin-block-start: 109px;
}

.footer-instagram-section h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
  margin-block-end: 14px;
}

.insta-image-section {
  max-inline-size: 288px;
}

.jones-footer .container {
  border-block-end: 1px solid rgba(255, 255, 255, 0.5);
  padding-block-end: 68px;
}

.copyright {
  padding: 35px;
  margin: 0 auto;
  text-align: center;
}

.copyright p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.copyright span {
  color: #e2d152;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.find-us-map-section {
  background-color: #0d0d0d;
  padding: 80px 0 0 0;
}

.find-us-map-section h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.3px;
  text-transform: capitalize;
  margin: 0 auto;
  margin-block-end: 30px;
}

.find-us-map-section span {
  color: #e2d152;
}

.frequently-asked-questions {
  background-color: #0d0d0d;
  padding: 80px 0;
}

.frequently-asked-questions h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.3px;
  text-transform: capitalize;
  margin: 0 auto;
  margin-block-end: 30px;
}

.frequently-asked-questions span {
  color: #e2d152;
}

.frequently-asked-questions #accordionExample {
  padding: 0 77px;
}

.accordion .card {
  background: transparent;
  border: none;
}

.accordion .card-header {
  background: transparent;
  border: none;
}

.accordion .card-header h2 {
  margin: 0;
}

.accordion .btn-link {
  border-radius: 4.241px;
  background: rgba(34, 34, 34, 0.5);
  color: var(--White, #fff);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 10.602px;
  letter-spacing: -0.28px;
  text-align: start;
  inline-size: 100%;
  padding: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  box-shadow: none;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus {
  text-decoration: none;
  background: rgba(34, 34, 34, 0.7);
  color: var(--White, #fff);
}

.accordion .btn-link.collapsed {
  background: rgba(34, 34, 34, 0.5);
}

.accordion .card-body {
  background: transparent;
  color: #fff;
  margin-inline-start: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.accordion .collapse {
  border: none;
}

.accordion .btn-link::after {
  display: inline-block;
  margin-inline-start: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-block-start: 0.3em solid;
  border-inline-end: 0.3em solid transparent;
  border-block-end: 0;
  border-inline-start: 0.3em solid transparent;
}

.accordion .btn-link[aria-expanded="true"]::after {
  content: "";
  border-block-start: 0;
  border-inline-end: 0.3em solid transparent;
  border-block-end: 0.3em solid;
  border-inline-start: 0.3em solid transparent;
}

/* playing time start */

.playings-times-section {
  position: relative;
  inline-size: 100%;
  block-size: 518px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222222;
}

.playings-times-content {
  position: relative;
  z-index: 2;
  inline-size: 1440px;
  block-size: 518px;
  background: rgba(34, 34, 34, 0.5) url(../images/6216505-014.png) center center
    no-repeat;
  padding: 56px 56px 79px 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: 92%;
}

.playings-times-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  margin-block-end: 50px;
  font-family: Poppins;
}

.playings-times-times-container {
  display: flex;
  justify-content: space-between;
  inline-size: 100%;
  gap: 20px;
}

.playings-times-time-box {
  position: relative;
  font-family: Poppins;
  max-inline-size: 434px;
  max-block-size: 378px;
  /* inline-size: 434px;
  block-size: 378px; */
  inline-size: 100%;
  block-size: 100%;
  border: 3px solid #e2d152;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.playings-times-time-box h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  /* margin: 20px 0; */
}

.playings-times-time-box p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}

.playings-times-closed {
  font-family: Poppins;
  color: #e94235;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

/* playing time end */

/* pricing  */

.price-small-heading{
  
}

.pricing {
  background-color: #000;
  padding: 76px 0;
}

.pricing h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.3px;
  text-transform: capitalize;
  margin: 0 auto;
}

.pricing span {
  color: #e2d152;
}

.pricing h3 {
  color: rgba(255, 255, 255, 0.5);

  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 8px;
  /* 135% */
}

.pricing-card {
  background: #1e1e1e url(../images/pricing-card-bg.png) no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 34px 21px 40px 21px;
}

.pricing-card h2 {
  color: var(--White, #fff);

  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
  /* 126% */
  text-transform: uppercase;
  text-align: start;
  margin-bottom: 12px;
}

.pricing-card span {
  color: var(--White, #fff);

  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.pricing-card h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;

  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cards-internal p {
  color: #b7b7b7 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-inline-start: 30px;
  padding-block-end: 0px;
  padding-top: 25px;
}

.pricing-card > .cards-internal {
  padding-block-start: 0;
}

.cards-internal {
  border-block-end: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 16px 0 16px 0 !important;
}

.pricing-card p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-block-end: 10px;
  /* 150% */
}

.cards-internal-bottom {
  padding: 30px 0px 0 0px;
}

.cards-section {
  margin-block-start: 20px;
  padding-inline-start: 26px;
  padding-inline-end: 26px;
}

#pricing-cards-boths-card .cards-internal span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  margin-top: -20px;
}
#pricing-cards-boths-card .cards-internal h3 {
  font-family: Poppins;
  font-size: 42px;
  font-weight: 600;
  line-height: 63px;
  text-align: left;
}
#pricing-cards-boths-card .cards-internal p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #ffffff !important;
}
#pricing-cards-boths-card .cards-internal .get-one-free {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #e2d152 !important;
  padding-left: 25px;
  border-left: 2px solid #fff;
}
#pricing-cards-boths-card .cards-internal .papar-content {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #e2d152 !important;
}
#pricing-cards-boths-card .t-color {
  color: #e2d152 !important;
}

/* humble pricing page */

/* EXPERIENCE HIGH STAKES BINGO IN TEXAS AT OUR  */

.mainheadingsection {
  background: #222222b2 url(../images/glow.png) center center;
  border: 1px solid #e2d1521a;
  border-radius: 50px;
  padding: 38px 0;
  margin-block-start: -111px !important;
}

.mainheadingsection h1 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.mainheadingsection h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  color: #e2d152;
  text-transform: uppercase;
}

.mainheadingsection h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.highstakes {
  background: #222222b2 url(../images/glow.png) center center;
  border: 1px solid #e2d1521a;
  border-radius: 50px;
  padding: 38px 0;
  text-align: center;
  margin-block-start: 80px ;
  display: block;
  clear: both;
  margin-block-end: 80px !important;
}

.highstakes h3 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 57px;
  text-align: center;
  color: #e2d152;
}

.highstakes h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 16px 50px 0 50px;
}

.foodbox img,
.menucard img {
  inline-size: 100%;
  max-inline-size: 1000%;
}

/* games to play  */

.games-to-play {
  background: #000 url(../images/games-to-play.png) no-repeat center;
  background-size: 180%;
  padding: 90px 0;
}

.games-to-play .container {
  margin-block-start: 65px;
}

.games-to-play h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
}

.games-to-play h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}

.game-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.games-to-play img {
  max-inline-size: 370px;
  max-block-size: 228px;
  inline-size: 100%;
}

.games-card-text {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.9);
  max-inline-size: 330px;
  margin-block-start: -33px;
  padding: 20px 35px;
  height: 100%;
}

.games-card-text h3 {
  color: #fff;

  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-block-end: 5px;
}

.games-card-text p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  max-inline-size: 300px;

  /* 157.143% */
}

.games-card-text a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  color: #e2d152;
  text-align: center;
  background: url(../images/arrowIcon.png) 178px 4px no-repeat;
  background-size: 14px;
}

.intro-text-section {
  font-family: "Poppins", sans-serif;
  margin-block-start: 86px;
  padding-inline-start: 100px;
  padding: 0 12px;
}

.intro-image-section {
  margin-block-start: 86px;
}

.intro-text-section h3 {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.intro-text-section h2 {
  color: #fff;

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.intro-text-section span {
  color: #e2d152;

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;

  /*  border-block-end: 2px solid #e2d152;*/
  position: relative;
  margin-block-end: 60px;
}

.intro-text-section span::after {
  content: "";
  block-size: 2px;
  display: block;
  inline-size: 56px;
  background: #e2d152;
}

.intro-text-section p {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 12px;
  text-align: start;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.first-para {
  margin-block-start: 47px;
  margin-block-end: 37px;
}

.Second-para {
  margin-block-end: 191px;
}

.introduction {
  background: #0d0d0d url(../images/welcome-one-dot.png) no-repeat 3% 63%;
  margin-block-start: -1px;
}

.intro-image-section {
  position: relative;
}

.intro-image-section::before {
  content: "";
  border: 4px solid #e2d152;
  position: absolute;
  inline-size: 235px;
  block-size: 167px;
  opacity: 1;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: 0 auto;
  inset-block-end: -203px;
}

.img-1 {
  border-radius: 0 75px 0 75px;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 9;
}

.img-2 {
  border-radius: 0 75px 0 75px;
  position: absolute;
  inset-inline-end: 32px;
  inset-block-start: 127px;
}

/* 19/07/2024 css  */

/* TESTIMONIAL  */

.testimonial {
  background: #000;
}

.testimonial img {
  border-radius: 18px;
}

.testimonial h4 {
  color: #fff;
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.testimonial h4::before {
  content: "";
  border: 1px solid #e2d152;
  position: absolute;
  inline-size: 100px;
  block-size: 1px;
  opacity: 1;
  inset-block-start: 10px;
  inset-inline-start: 36%;
  margin: 0 auto;
}

.testimonial h4::after {
  content: "";
  border: 1px solid #e2d152;
  position: absolute;
  inline-size: 100px;
  block-size: 1px;
  opacity: 1;
  inset-inline-end: 36%;
  inset-block-start: 10px;
  margin: 0 auto;
}

.testimonial h2 {
  color: #fff;

  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.98px;
  /* 120.792% */
}

.testimonial span {
  color: #e2d152;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.98px;
  text-transform: capitalize;
}

.testimonial-text p {
  color: rgba(255, 255, 255, 0.7);

  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 39.99px;
}

.testimonial-text h3 {
  color: #fff;

  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 42.51px;
}

.testimonial-text h5 {
  color: #b0b0b0;

  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.25px;
}

/*--------------------midnight start-------------------*/
.innerbox {
  background: #0d0d0d;
  margin: -3px 0 0 0;
  padding: 55px 0 0px 0;
}

.innerbanner {
  text-align: center;
  position: relative;
}

.innerbannerContainer {
  position: absolute;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  z-index: 999999;
}

.innerbannerHeading {
  inline-size: 100%;
  block-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* border: 2px solid red; */
}

.innerbanner img {
  inline-size: 100%;
  block-size: 210px;
  margin: 0 auto;
}

.innerbanner h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  line-height: 65px;
  font-family: "Poppins", sans-serif;
  /* position: absolute; */
  z-index: 8;
  inset-block-start: 280px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  text-align: center;
  text-shadow: 0px 4px 10px #e2d15273;
}

.innerbanner h4 {
  font-family: "Poppins", sans-serif;

  font-weight: 500;

  font-family: Poppins;
  font-size: 40px;
  line-height: 50px;
  text-align: center;

  text-align: center;
  color: #fff;
  /* position: absolute; */
  z-index: 8;
  inset-block-start: 175px;
  inset-inline-start: 0;
  inset-inline-end: 0;
}

.innerbanner h1 span {
  color: #e2d152;
}

.event h1 {
  color: #e2d152;
  text-shadow: none;
}

.innerbox h2 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 48.3px;
  text-align: center;
  color: #fff;
}

.innerbox h3 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48.3px;
  text-align: center;
  color: #e2d152;
  margin-block-end: 25px;
}

.col-md-6.leftvideo {
  position: relative;
}

.leftvideo img {
  margin-block-start: 102px;
  inline-size: 100%;
  margin-inline-start: 100px;
  display: block;
  position: relative;
  z-index: 9;
}

.right-content {
  background: #22222280 url(../images/rightglow.png) center center;
  border-radius: 5px;
  padding: 68px 20px 0 115px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: start;
}

.leftvideo a {
  position: absolute;
  inset-block-start: 234px;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 283px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.leftvideo a img {
  inline-size: 60px;
}

.right-content img {
  inline-size: 160px;
  height: 160px;
  float: inline-start;
  margin-inline-end: 6px;
  margin-block-end: 21px;
  margin-block-start: 20px;
}

.right-content a {
  border-radius: 4px;
  background: #e2d152;
  color: #1e1e1e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16.1px;
  letter-spacing: 1.1200000047683716px;
  text-align: center;
  display: block;
  inline-size: 512px;
  padding: 19px 0;
  margin-block-end: 56px;
  clear: both;
  inline-size: 100%;
}

/*------------------eventpage css------------------*/
.tab-accordion {
  position: relative;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}

.tabs-container {
  overflow: hidden;
  inline-size: calc(4 * 207px);
  margin: 0 auto;
}

.tabs {
  display: flex;
  transition: transform 0.3s ease;
}

.tab-btn {
  padding: 16px 42px 15px 42px;
  cursor: pointer;
  border: none;
  background-color: #1c1c1a;
  transition: background-color 0.3s ease;
  /* flex: 0 0 120px; */
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #fff;
  inline-size: 207px !important;
  min-inline-size: 207px !important;
}

.tab-btn span {
  display: block;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.tab-btn.active {
  background-color: #e3d153;
  color: #1e1e1e;
}

.tab-btn:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.tab-btn.active span {
  color: #1e1e1e;
}

.tab-content {
  display: flex;
  padding: 41px 0 0 0;
}

.tab-pane {
  flex: 0 0 100%;
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-pan-response.active {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 30px;
  flex-wrap: nowrap !important;
}

.tab-pan-response div {
  inline-size: 100%;
}

.tab-btn-active-color {
  color: #e3d153;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 20px;
  width: 122px;
  height: 42px;
  padding: 11px 29px 11px 29px;
  border-radius: 0px 0px 10px 10px;
  margin: 0 auto;
}
.tab-btn.active .tab-btn-active-color {
  background-color: #e3d153;
  color: #1e1e1e;
}

.tab-btn-active-menu-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 16px 0;
}
.tab-btn-active-menu-date h2 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

.tab-btn-active-menu-date .month-year p {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: start;
  color: #fff;
}
.tab-btn-active-menu-date .month-year span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  text-align: start;
}

.scroll-controller {
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inline-size: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  background: #1a1a18;
  inline-size: 50px;
  block-size: 85px;
}

.scroll-left {
  inset-inline-start: 100px;
}

.scroll-right {
  inset-inline-end: 100px;
}

.event-box {
  float: inline-start;
}

.event-box img {
  inline-size: 100%;
  /* block-size: 100%; */
}
#humbleeventbox .tab-btn {
  background: url(../images/tab-btn-back.svg) center no-repeat;
  padding: 0;
}
#humbleeventbox .tab-btn.active {
  background-color: #f0efe300;
  color: #1e1e1e;
  padding: 0;
}
#humbleeventbox .scroll-controller {
  inline-size: 56px;
  block-size: 117px;
}
.event-content {
  float: inline-start;
  /* margin-inline-start: 30px; */
  border: 1px solid #181818;
}

.event-content h2 {
  background: #1e1d19;
  color: #e2d152;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: start;
  padding: 18px 0 18px 22px;
  inline-size: 100%;
  display: block;
  clear: both;
}

.event-content h3 {
  background: #e2d152;
  margin: 21px 0 0 21px;
  padding: 14px 21px;
  display: block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: start !important;
  inline-size: 217px;
  clear: both;
}

.event-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: start;
  display: block;
  color: #fff;
  margin: 21px 21px 0 21px;
  max-inline-size: 360px;
  border-block-end: 1px solid #252525;
}

.event-content ul {
  padding: 0;
  margin: 0 0 0 23px;
}

.event-content ul li {
  background: url(../images/arrowIcon.png) center left;
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-block-start: 19px;
  background-repeat: no-repeat;
  padding-inline-start: 19px;
}

.event-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: start;
  color: #e2d152;
  margin: 0 30px;
  border-block-end: 1px solid #fff;
  line-height: 46px;
}

.social {
  margin: 30px 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.8px;
  text-align: start;
  color: #e2d152;
  vertical-align: top;
  display: block;
}

.social p {
  float: inline-start;
  margin: 0;
  border: 0;
  margin-inline-end: 20px;
}

.social a {
  margin: -5px 8px 0 8px;
  display: inline-block;
}

.social a img {
  inline-size: 38px;
  block-size: 38px;
}

.foodboxImg {
  max-inline-size: 100%;
}

/*_---------_____________how to play----------------------_________________*/

.howtoplayvideo {
  text-align: center;
  position: relative;
}

.howtoplayimg {
  margin: 0 auto;
  display: block;
  inline-size: 100%;
}

.howtoplayimg img {
  inline-size: 100%;
}

.howtoplayvideo h2 {
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 0.8) 78.96%
  );
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: start;
  position: absolute;
  inset-block-end: 2px;
  padding: 67px 37px 36px 48px;
  display: block;
  inline-size: 100%;
}

img.playbutton {
  inline-size: 80px;
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  display: block;
  margin: 0 auto;
  inset-block-start: 40%;
  inset-block-end: 0;
}

.howtoplay {
  margin-block-start: 40px !important;
  display: block;
}

/*------------------------___________mvp_______________----------------------------*/

.mvp-container {
  background: url(../images/mvpbg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.mvptitle h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-block-start: 203px;
  margin-inline-start: 40px;
  margin-block-end: 44px;
}

.mvpdetails img {
  display: block;
  margin: 0 auto;
}

.mvpform {
  background: #010b1880;
  padding: 75px 54px;
}

.mvpform img {
  display: block;
  margin: 0 auto 82px auto;
  inline-size: 302px;
}

.mvpform label {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: start;
  display: block;
  color: #fff;
  text-transform: capitalize;
}

.mvpform input {
  inline-size: 100%;
  border-block-end: 1px solid #fff;
  block-size: 34px;
  background: #fff0;
  box-shadow: none;
  border-block-start: 0;
  border-inline-end: 0;
  margin-block-end: 33px;
  color: #fff;
  border-inline-start: 0;
}

.mvpform input[type="checkbox"] {
  float: inline-start;
  display: inline-block;
  inline-size: auto;
}

.mvpform input[type="checkbox"] {
  float: inline-start;
  display: inline-block;
  inline-size: auto;
  margin-inline-end: 9px;
  vertical-align: top;
}

.mvpform label.checkvalue {
  font-size: 12px;
  line-height: normal;
  padding-block-start: 5px;
}

.mvpform input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.mvpform input[type="submit"] {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  /* line-height: 16.1px; */
  line-height: 0;
  letter-spacing: 1.1200000047683716px;
  text-align: center;
  background: #e2d152;
  border: 0;
  border-radius: 5px;
  color: #1e1e1e;
  margin-block-start: 46px;
  padding: 25px 0;
}

/*-----------------------food-------------------------*/
.foodinfo {
  padding: 54px 0 0 0;
  background: url(../images/drink.png) 0px 74px no-repeat,
    url(../images/leaf.png) 140px 87px no-repeat;
}

.fooddetail {
  background: url(../images/glowleftbox.png) center center no-repeat;
  background-size: contain;
}

.foodmenu {
  background: url(../images/rightglow.png) center top no-repeat;
  background-size: contain;
}

.food-price {
  border: 1px solid #e2d1521a;
  border-radius: 5px;
  padding: 37px 24px 9px 24px;
  margin-block-start: -116px;
  background: #222222b2;
  margin-inline-start: 31px;
  backdrop-filter: blur(3px);
}

.pizza-fam-food {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pizza-fam-food img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}

.food-price h3 {
  color: #e2d152;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: start;
  margin-block-end: 30px;
}

.food-price h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: start;
  color: #fff;
  margin-block-end: 16px;
}

.food-price h2 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
  font-family: "Poppins", sans-serif;
}

.foodmenu h3 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: start;
  color: #e2d152;
}

.foodmenu h2 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  color: #ffffff;
  text-align: start;
  margin-block-end: 17px;
}

.foodmenu p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: start;
  color: #ffffffb2;
}

.menucard {
  margin-block-start: 82px !important;
  display: block;
  border-radius: 8px;
}

.menucard img {
  max-inline-size: 100%;
}

ul.menulist {
  padding: 0;
  margin: 38px 0px 0 0;
  display: block;
  text-align: center;
}

.menulist li {
  display: inline-block;
  vertical-align: top;
  margin-inline-end: 14px;
}

.menulist li img {
  display: block;
  text-align: center;
  margin: 0 auto 19px auto;
  border-radius: 4px;
}

.mainheadingArgest {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}

/* ---------------------------------------------------- */

/* humbles page start */
/*-----------------+==banner====================================*/
.humblebanner {
  background: url(../images/hero-shape-1.png);
  background-repeat: no-repeat;
  background-position: 0px 90px;
  background-color: #111111;
}

.humble-img {
  background: url(../images/hero-shape-5.png), url(../images/hero-shape-6.png);
  background-repeat: no-repeat;
  background-position: right 28px, 149px 539px;
}

.humblebanner h1 {
  margin-block-start: 225px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: start;
  text-transform: uppercase;
  color: #fff;
}

.humblebanner h3 {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  text-align: start;
  color: #ffffff;
  padding-block-end: 253px;
}

.humblebanner h3 span {
  color: #e2d152;
}

.humble-img {
  position: relative;
}

/* .humble-img::before {
  content: "";
  position: absolute;
  inline-size: 357px;
  block-size: 657px;
  opacity: 1;
  inset-inline-start: 30px;
  inset-inline-end: 0;
  margin: 0 auto;
  inset-block-end: 0;
  inset-block-start: 115px;
  border: 0.87px solid #e2d152;
  border-radius: 0 178px 0 178px;
}

.humblebannerimg {
  border: 8.72px solid #3a3a3a;
  border-radius: 157px;
  vertical-align: top;
  float: inline-start;
  margin-inline-start: 70px;
  position: absolute;
  z-index: 9;
  max-width: 300px;
  width: 100%;
}

.humblebannerimg1 {
  border-radius: 200px;
  position: absolute;
  inset-inline-start: 217px;
  inset-block-start: 150px;
  max-width: 375px;
  width: 100%;
} */

/*----------------------------------------------*/
.humbleintroduction {
  background-color: #0d0d0d;
}
.humbleintroduction .container {
  background: url(../images/humble-texture.png),
    url(../images/humble-leftglow.png), url(../images/humble-leftglow.png);
  background-repeat: no-repeat;
  background-position: 0% 14%, 135% -31%, -239px -100px;
  padding: 123px 0;
}
/* 
  background: "";
} */

.humbleintro-text-section h3 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3.5px;
  text-align: start;
  color: #e2d152;
}

.humbleintro-text-section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  text-align: start;
  color: #fff;
}

.humbleintro-text-section p {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: 34.6px;
  text-align: start;
  color: #727272;
  margin-block-start: 13px;
}

.humbleintro-text-section p span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: start;
  color: #e2d152;
}

.humbleintro-text-section button {
  inline-size: 150.48px;
  block-size: 50px;
  background: #e2d152;
  border-radius: 58px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #1e1e1e;
}

.humbleintro-image-section {
  position: relative;
  background: url(../images/humbletexture.png);
  background-repeat: no-repeat;
  background-position: 465px 270px;
  background-size: 151px;
}

.humbleimg-1 {
  inline-size: 200px;
  block-size: 200px;
  border-radius: 50%;
  border: 5px solid #e2d152;
  margin-block-start: -75px;
}

.humbleimg-2 {
  inline-size: 385px;
  block-size: 385px;
  border-radius: 50%;
  border: 5px solid #e2d152;
  margin-block-start: 70px;
}
.humbleimg-3 {
  margin-block-start: -95px;
  inline-size: 245px;
  block-size: 245px;
  border-radius: 50%;
  /* border: 5px solid #e2d152; */
  /* margin-block-start: 70px; */
}

.humbleimg-4 {
  inline-size: 150px;
  block-size: 150px;
  inset-inline-end: 0;
  display: block;
  position: absolute;
  inset-block-end: 0;
  border-radius: 50%;
}

.humbleheadingsection {
  background: #222222b2 url(../images/glow.png) center center;
  border: 1px solid #e2d1521a;
  border-radius: 50px;
  padding: 38px 25px;
  margin-top: 110px;
}

.humbleheadingsection h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  color: #e2d152;
  text-transform: uppercase;
}

.humbleheadingsection h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

/* ----------------------------------- */

.humble-food-us {
  width: 100%;
  height: auto;
  background-color: #000;
  margin-top: -4px;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
.humble-aboutus-food {
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 58px;
}
.food-Imgae-container {
  padding: 25px 19px;
  display: flex;
  justify-content: start;
  gap: 20px;
}
.food-Imgae-container img {
  max-width: 100%;
}
.leftDesign {
  max-width: 100%;
  flex: none;
  background: #e2d152;
  width: 19px !important;
  max-height: 327px;
  gap: 0px;
  opacity: 0px;
}

/* upcomming humble events */

.humbleEvent-left {
  /* max-width: 100%; */
  /* flex: none; */
  text-align: start;
  color: #fff;
}

.humbleEvent-left h2 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #e2d152;
}

.humbleEvent-left p {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding: 8px 0 6px 0;
}

.humbleEvent-left ul {
  list-style: none;
  padding: 0;
}

.humbleEvent-left li {
  padding: 6px 0 6px 0;
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.humbleEvent-left li:before {
  content: ">>";
  margin-right: 10px;
  color: #ffd700;
  letter-spacing: -3px;
}

.humbleEvent-right {
  width: 150% !important;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 !important;
}
.humbleEvent-right img {
  max-width: 100%;
}

.humbleEvent-middle {
  /* flex: none; */
  width: 210px !important ;
  width: fixed;
  height: 210px !important;
  flex: none;
  position: relative;
  padding: 0 !important;
}
.humbleEvent-middle .circle {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  border: 5px solid #e2d152;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.humbleEvent-middle .circle-inner {
  width: 50% !important;
  height: 100% !important;
  /* background: #222222; */
  background: #0d0d0d;
  /* border: 1px solid #e25252; */
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.humbleEvent-middle .circle-inner .line {
  border: 3px solid #e2d152;
}
.humbleEvent-middle .circle-inner-one {
  background: #e2d152;
  width: 100px !important;
  height: 100px !important;
  gap: 0px;
  border-radius: 50%;
  z-index: 99;
  position: relative;
}
.humbleEvent-middle .circle-inner-one .circle-inner-two {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 5px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.humbleEvent-middle .circle-inner-one .circle-inner-two h1 {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  text-wrap: wrap;
}

#humbleEvent-rightEvent .humbleEvent-middle .circle-inner {
  top: 0;
  left: 0;
}
#humbleEvent-leftEvent .humbleEvent-left {
  text-align: end;
}
#humbleEvent-leftEvent .humbleEvent-left li::after {
  content: "<<";
  margin-left: 10px;
  color: #ffd700;
  letter-spacing: -3px;
}
#humbleEvent-leftEvent .humbleEvent-left li::before {
  content: "";
  margin-right: 0;
  color: #ffd700;
  letter-spacing: 0;
}

.brd {
  border: 2px solid red;
}

.humblebannerimg1 {
  border-radius: 200px;
  position: absolute;
  top: 125px;
  right: 33px;
  /* inset-block-start: 150px; */
  max-width: 375px;
  width: 100%;
}
.humblebannerimg {
  border: 8.72px solid #3a3a3a;
  border-radius: 157px;
  /* vertical-align: top; */
  /* float: inline-start; */
  /* margin-inline-start: 70px; */
  position: absolute;
  z-index: 9;
  max-width: 300px;
  width: 100%;
  top: 10px;
  right: 220px;
}
.humble-img::before {
  content: "";
  position: absolute;
  /* inline-size: 357px; */
  /* block-size: 657px; */
  /* opacity: 1; */
  /* inset-inline-start: 30px; */
  /* inset-inline-end: 0; */
  /* margin: 0 auto; */
  /* inset-block-end: 0; */
  /* inset-block-start: 115px; */
  border: 0.87px solid #e2d152;
  border-radius: 178px 178px 0 178px;
  width: 357.55px;
  height: 653.63px;
  top: 91px;
  /* top: 0.43px; */
  /* left: 0.43px; */
  gap: 0px;
  border: 0.87px 0px 0px 0px;
  opacity: 0px;
  right: 51px;
}

.humbleMargine {
  /* margin-left: 60px !important; */
  margin-right: 0px !important;
}

.footerContactImgTop {
  margin-block-start: -22px;
}
#getin-touch-Hide {
  display: none !important;
}

/*================ media sections ===================*/

.media-innerbox {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 10px 40px 10px;
  margin-top: -2px;
}
.media-innerbox-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px !important;
  font-weight: 900 !important;
  line-height: 60px;
  text-align: center;
  color: #e2d152 !important;
  text-transform: uppercase;
}

.media-innerbox h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  text-transform: uppercase;
}
.media-innerbox .media-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}
.media-innerbox .media-container h2 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 48.3px;
  text-align: center;
  color: #fff;
}
.media-innerbox .media-container h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.3px;
  text-transform: capitalize;
  margin: 0 auto;
  color: #e2d152;
}
.media-innerbox .media-container h3 span {
  color: #ffffff;
}
.media-innerbox .media-container .media-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.media-innerbox .media-container .media-row h4 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  text-transform: uppercase;
}

.media-innerbox .media-container .media-row img {
  width: 100%;
  margin: 10px 0 30px 0;
  border-radius: 16px;
  /* height: 636px; */
}

.media-innerbox .media-container .media-row video {
  width: 100%;
  padding: 10px 0;
  border-radius: 16px;
}
.media-innerbox .media-container .media-row video source {
  width: 100%;
  border-radius: 16px;
}
.media-innerbox .vide-container {
  max-width: 1296px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
}
.media-innerbox .vide-container .vide-container-card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-color: rgba(166, 166, 166, 0.632);
  border-width: 0.5px 0.3px 0.3px 0.5px;
}
.media-innerbox .vide-container h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.936);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.811);
  padding: 12px 0 12px 16px;
}

/*   Glossry section    */

.glossry {
  background-color: #000;
  width: 100%;
  height: auto;
  padding: 0 10px 50px 10px;
  margin-top: -2px;
}
.glossry .glossry-header {
  max-width: 1140px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
.glossry .glossry-header h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.3px;
  text-transform: capitalize;
  margin: 0 auto;
  margin-block-end: 30px;
}
.glossry-all-cons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.glossry-all-cons .glossry-header-icon {
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2d152;
  border-radius: 6px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 600;
  font-family: Poppins;
  transition: background ease-in-out 300ms;
  text-decoration: none;
}
.glossry-all-cons .glossry-header-icon:hover {
  background: #ffe83b;
}

.glossry-body {
  max-width: 810px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
}
.glossry-body-title h3 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.3px;
  text-transform: capitalize;
}

.glossry-body-content {
  display: flex;
  justify-content: start;
  padding: 0 10px;
}

.glossry-body-content p {
  color: rgb(255 255 255 / 70%);
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 24.3px;
  padding: 5px 0;
}
.glossry-body-content p span {
  color: #e2d152;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  padding-right: 4px;
}
