
.hMUqhT {
        background-color: #fff !important;
}
.hDAKTw {
   background-color: #fff !important;
}
.dNtlyB{
  color: #fff !important;
}

/* jones main video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 10;
  left: 50%;
}

.video-wrapper video {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 68%;
  height: 57%;
  object-fit: fill;
  z-index: 10;
  border-radius: 20px;
}

.carousel-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
}

.carousel-item {
  position: relative;
}

.carousel-item img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  z-index: 5;
}


/* jones main video end */

/* humble main video */

.humblebanner {
  background: url(../images/hero-shape-1.png);
  background-repeat: no-repeat;
  background-position: 0px 90px;
  background-color: #11111110 !important;
}

.humblebanner {
  position: relative;
  overflow: hidden;
}

.humblebanner-video {
  height: 95.4%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  /* Ensures the video covers the entire area */
  background-color: rgba(0, 0, 0, 1.0);
  /* Light black color with 40% opacity */
  z-index: 1;
  /* Sends the video behind the content */
}

.humblebannertitle h1,
.humblebannertitle h3 {
  position: relative;
  z-index: 10;
  /* Ensures the text appears above the video */
  color: white;
  /* Adjust color for visibility */
}

.humble-img {
  position: relative;
  z-index: 10;
  /* Ensures images appear above the video */
}

/* @media (max-width: 768px) {
  .humblebanner-video {
    display: none; 
  }
} */


/* humble main video end */

/* mapcss */

.map-pop>span {
  background-color: #fff;
  text-align: center;
  margin-top: -21px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 10px;
  padding: 0px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 20px #d1bc58;
}

p.top {
  background: #d1bc58;
  padding: 10px;
  color: #fff;
  /*line-height:1.5rem;*/
  font-size: 15px;
  margin-bottom: 0px;
  height: 80px;
}

p.bottom-pop {
  color: #000;
  padding: 10px;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0;
}

.gm-ui-hover-effect>span {
  background-color: #fff;
}

.gm-style-iw-d {
  overflow: hidden !important;
  margin-top: -48px;
}


/* pricing button */

.pricing-btn-1 {
  margin: 4px !important;
  cursor: pointer !important;
  padding: 6.5px 25px !important;
  font-size: 15px !important;
  border-radius: 3px !important;
  background: transparent !important;
  color: #ccc !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.pricing-btn-2 {
  /* background: #ba893f !important; */
  margin: 4px !important;
  cursor: pointer !important;
  padding: 6.5px 25px !important;
  font-size: 15px !important;
  border-radius: 3px !important;
  background: transparent !important;
  color: #ccc !important;
  font-weight: 500 !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  text-transform: capitalize !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.active {
  border-bottom: 2px solid #ba893f !important;
  color: #ba893f !important;
}

.innersectionbutton .link-box:hover {
  border: 1px solid #fff39c !important;
  border-radius: 5px !important;
  background-color: #ffffff05 !important;
}

.innersectionbutton .link-box,
h2,
h3:hover {
  color: #fff39c;
}

/* .innersectionbutton .link-box h3:hover {
  color: #ddd;
} */

.innersectionbutton .link-box h2:hover {
  color: #fff39c !important;
}

button:hover {
  border-bottom: 2px solid #ba893f !important;
  /* background: #ba893f !important; */
  color: #ba893f !important;
}

.pricing-btn button:focus {
  outline: none !important;
}

.price-main-sec {
  height: 100% !important;
}

.price-heading {
  padding-right: 20px !important;
  border-right: 2px solid white;
}

/* ####### welcome page issues solution ####### */

/* ####### jones road page issue solution ####### */

@media only screen and (max-width: 2600px) {

  
  #carousel-item-video {
    display: none !important;
  }

  .humblebanner {
    display: none;
  }

  #humblebanner-bg {
    display: block;
    margin-top: 0px !important;
    background-color: #111111 !important;
  }

  #humblebannertitle-bg .humblebanner-video {
    height: 55.4%;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 1.0);
    z-index: 1;
    border-radius: 10px;
  }

  /* end humble video */

  .carousel-control-prev,
  .carousel-control-next {
    top: 33% !important;
    width: 4.6% !important;
    opacity: 1.2 !important;
  }

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 150px !important;
    inset-inline-start: 155px !important;
  }

  .section-title h2 {
    margin: 35px 0px !important;
  }

}

@media only screen and (max-width: 2104px) {


  .humblebanner {
    display: none;
  }

  #humblebanner-bg {
    display: block;
    margin-top: 0px !important;
    background-color: #111111 !important;
  }

  #humblebannertitle-bg .humblebanner-video {
    height: 70.4%;
    position: absolute;
    top: 13.5%;
    left: 0;
    width: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 1.0);
    z-index: 1;
    border-radius: 10px;
  }

  /* end humble video */

  .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
  }

  .responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This ensures the video covers the area without distortion */
    z-index: 1;
    /* Ensures the video is on top */
  }


  .introduction {
    block-size: 750px !important;
  }

  .map-mar-issue {
    margin: -60px 0 20px 0 !important;
  }

  .mar-issue {
    margin: 10px 0 10px 0 !important;
  }

  .img-1 {
    height: 350px !important;
  }

  .img-2 {
    height: 350px !important;
    inset-inline-end: 10px !important;
    inset-block-start: 123px !important;
  }



}

@media only screen and (max-width: 1204px) {

  /* jones main video */
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 10;
    left: 50%;
    top: 0px;
  }

  .video-wrapper video {
    position: absolute;
    top: 18%;
    left: 25%;
    width: 69%;
    height: 58%;
    object-fit: fill;
    z-index: 10;
    border-radius: 20px;
  }

  .carousel-content {
    position: absolute;
    top: 43%;
    left: -40px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .carousel-item {
    position: relative;
  }

  .carousel-item img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    z-index: 5;
  }


  /* jones main video end */

  .introduction {
    block-size: 780px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 37% !important;
    width: 4.6% !important;
    opacity: 1.2 !important;
  }

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 110px !important;
    inset-inline-start: 155px !important;
  }

  .section-title h2 {
    margin: 25px 0px !important;
  }

  .img-1 {
    height: 400px !important;
  }

  .img-2 {
    height: 400px !important;
    inset-inline-end: 10px !important;
    inset-block-start: 123px !important;
  }

}

@media only screen and (max-width: 990px) {


  .humblebanner {
    display: none;
  }

  #humblebanner-bg {
    display: block;
    margin-top: 0px !important;
    background-color: #111111 !important;
  }

  #humblebannertitle-bg .humblebanner-video {
    height: 55.4%;
    position: absolute;
    top: 20%;
    left: 0;
    width: 135%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 1.0);
    z-index: 1;
    border-radius: 10px;
  }

  /* end humble video */

  .playings-times-section {
    block-size: 1314px !important;
  }

  /* jones main video */
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 10;
    left: 50%;
    top: 110px;
  }

  .video-wrapper video {
    position: absolute;
    top: 20%;
    left: 43%;
    width: 44%;
    height: 70%;
    object-fit: fill;
    z-index: 10;
    border-radius: 20px;
  }

  .carousel-content {
    position: absolute;
    top: 25%;
    left: -60px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .carousel-item {
    position: relative;
  }

  .carousel-item img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    z-index: 5;
  }


  /* jones main video end */


  .map-mar-issue {
    margin: -20px 0 20px 0 !important;
  }

  .introduction {
    block-size: 1030px !important;
  }

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 200px !important;
    inset-inline-start: 0px !important;
  }

  .carousel-caption h1 {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 800px) {



  /* jones main video */
  .video-wrapper {
    position: relative;
    padding-bottom: 70.25%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    left: 2%;
    top: 360px;
  }

  .video-wrapper video {
    position: absolute;
    /* top: 85%; */
    left: 20%;
    width: 55%;
    height: 55%;
    object-fit: fill;
    z-index: 10;
    border-radius: 20px;
  }

  .carousel-content {
    position: absolute;
    top: 10%;
    left: 50px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .carousel-item {
    position: relative;
  }

  .carousel-item img {
    object-fit: cover;
    height: 730px;
    width: 100%;
    z-index: 5;
  }

  #carousel-item-video {
    display: none !important;
  }


  .homebanner {
    block-size: 730px !important;
  }

  /* jones main video end */


  .carousel-caption.d-none.d-md-block {
    inset-block-start: 280px !important;
    inset-inline-start: 0px !important;
  }

  .carousel-caption h1 {
    font-size: 32px !important;
  }
}

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

  #carousel-item-video {
    display: block !important;
  }

  .humblebanner {
    display: block;
    background-color: #11111110 !important;
    block-size: 390px;
  }

  .humblebanner h2 {
    font-size: 19px !important;
    line-height: 1.5 !important;
}
  .humblebanner h3 {
    font-size: 31px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}

  .humble-img {
    display: none;
  }

  #humblebanner-bg {
    display: none;
  }


  /* end humble video */

  /* jones main video */
  .video-wrapper {
    display: none;
    position: relative;
    padding-bottom: 76.25%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    left: 2%;
    top: 380px;
  }

  .video-wrapper video {
    position: absolute;
    /* top: 85%; */
    left: 15%;
    width: 65%;
    height: 65%;
    object-fit: fill;
    z-index: 10;
    border-radius: 20px;
  }

  .carousel-content {
    position: absolute;
    top: 2%;
    left: 125px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .carousel-item {
    position: relative;
  }

  .carousel-item video {
    margin-block-start: 104px;
    height: 100%;
    object-fit: fill;
    z-index: 1;
  }

  .carousel-item img {
    display: none;
    height: 600px;
  }

  .mainheadingsection {
    z-index: 4;
  }

  .homebanner {
    block-size: 600px !important;
  }

  /* jones main video end */


  .humblebanner-video {
    height: 100%;
  }

  .humbleintro-image-section {
    display: none !important;
  }

  .introduction {
    block-size: 740px !important;
  }

  .jarallax {
    background-image: url(/new_design/images/what-our-customers-say.jpg);
    block-size: 580px !important;
  }

  #marg-top {
    margin: -25px 0 20px 0 !important;
  }

  .section-title h6 {
    display: none !important;
  }

  .We-donate-text-jones {
    font-size: 10px !important;
    /* margin-bottom: -20px !important; */
  }

  .skateboard-gallery {
    block-size: 750px !important;
    background: rgba(34, 34, 34, 0.5) url(../images/6216505-014.png) center center no-repeat;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 33% !important;
    width: 4.6% !important;
    opacity: 1.2 !important;
  }

  .carousel-caption.d-none.d-md-block {
    display: block !important;
    top: 30% !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 38% !important;
    width: 4.6% !important;
    opacity: 1.2 !important;
  }

  .mainheadingsection {
    margin-block-start: -54px !important;
  }

  .carousel-caption h1 {
    font-size: 31px !important;
    font-weight: 900 !important;
  }

  .intro-text-section h3 {
    margin-top: -20px !important;
    /* margin-bottom: 0px !important; */
  }

  .intro-text-section p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .games-to-play h1 {
    font-size: 15px !important;
  }

  .small-heading {
    font-size: 24px !important;
    text-transform: uppercase !important;
  }

  .minor-heading {
    font-size: 16px !important;
  }

  .carousel-caption h5 {
    font-size: 19px !important;
  }

  .introduction .row {
    margin-top: 0px !important;
    min-block-size: 445px !important;
  }

  .section-title h2 {
    margin: 20px 0px !important;
  }

  .section-title .subtitle {
    margin-top: -15px !important;
  }

  .pricing-btn {
    margin: -20px 0px !important;
  }

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 270px !important;
    inset-inline-start: 0px !important;
  }

  .pricing {
    margin-bottom: -30px !important;
  }

  .pricing h2 {
    margin-top: -25px !important;
  }

  .games-to-play {
    background: #0d0d0deb url(../images/games-to-play.png) no-repeat center !important;
  }

  .games-to-play h2 {
    margin: -10px 0 !important;
  }

  .games-to-play {
    margin-top: -1px !important;
  }

  .playings-times-section {
    block-size: 1310px !important;
  }

  .games-to-play {
    block-size: 1420px !important;
  }

  .map-mar-issue {
    margin: -30px 0 10px 0 !important;
  }

  .mar-issue {
    margin: -5px 0 !important;
  }

  .humbleintroduction {
    padding: 1px 0 !important;
  }

  .img-1 {
    height: 260px !important;
  }

  .img-2 {
    height: 260px !important;
    inset-inline-end: 10px !important;
    inset-block-start: 123px !important;
  }

}

@media only screen and (max-width: 600px) {

  /* jones main video */
  .video-wrapper {
    position: relative;
    padding-bottom: 76.25%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    left: 2%;
    top: 300px;
  }

  .video-wrapper video {
    position: absolute;
    /* top: 85%; */
    left: 15%;
    width: 65%;
    height: 65%;
    object-fit: fill;
    z-index: 10;
    border-radius: 20px;
  }

  .carousel-content {
    position: absolute;
    top: 8%;
    left: 30px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .carousel-item {
    position: relative;
  }

  .carousel-item img {
    object-fit: cover;
    height: 600px;
    width: 100%;
    z-index: 5;
  }

  .homebanner {
    block-size: 600px !important;
  }

  /* jones main video end */

  .We-donate-text-jones {
    font-size: 10px !important;
    /* margin-bottom: -20px !important; */
  }

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 260px !important;
    inset-inline-start: 0px !important;
  }

  .carousel-caption h1 {
    font-size: 25px !important;
    font-weight: 900 !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    height: 30% !important;
    top: 42% !important;
    width: 4.6% !important;
    opacity: 1.2 !important;
  }

  #pding.humbleheadingsection {
    margin-top: 38px !important;
  }

  .humbleintroduction .container {
    margin-top: -50px !important;
    padding-top: 103px !important;
    padding-bottom: 30px !important;
  }

}

@media only screen and (max-width: 442px) {

  .humblebanner h2 {
    font-size: 12px !important;
    line-height: 1.5 !important;
}
  .humblebanner h3 {
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}

  .humblebanner {
    block-size: 270px;
  }

  /* jones main video */
  .video-wrapper {
    position: relative;
    padding-bottom: 66.25%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    left: 2%;
    top: 260px;
  }

  .video-wrapper video {
    position: absolute;
    /* top: 85%; */
    left: 15%;
    width: 65%;
    height: 70%;
    object-fit: fill;
    z-index: 10;
    border-radius: 20px;
  }

  .carousel-content {
    position: absolute;
    top: 5%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .carousel-item {
    position: relative;
  }

  .carousel-item img {
    object-fit: cover;
    height: 430px;
    width: 100%;
    z-index: 5;
  }

  .carousel-item video {
    margin-block-start: 74px;
    height: 100%;
    object-fit: fill;
    z-index: 1;
  }

  .homebanner {
    block-size: 430px !important;
  }

  /* jones main video end */


  .introduction {
    block-size: 650px !important;
  }

  .Experience-heading {
    font-size: 21px !important;
  }

  .Experience-heading span {
    font-size: 18px !important;
    margin-top: 10px !important;
  }

  .Winning-heading h4 {
    font-size: 17px !important;
    margin-top: 12px !important;
    margin-bottom: -20px !important;
  }

  .link-box {
    margin-bottom: 20px !important;
  }

  .We-donate-text {
    font-size: 10px !important;
    margin-top: -17px !important;
    margin-bottom: -10px !important;
  }

  .privacy-policy-text {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }

  ul.innersectionbutton li {
    padding: 34px 18px !important;
    inline-size: 100%;
    margin-block-end: 10px;
  }

  /* ####### jones road page issue solution ####### */


  .We-donate-text-jones {
    font-size: 10px !important;
    /* margin-bottom: -20px !important; */
  }

  .carousel-caption.d-none.d-md-block {
    display: block !important;
    top: 30% !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 38% !important;
    width: 4.6% !important;
    opacity: 1.2 !important;
  }

  .mainheadingsection {
    margin-block-start: -54px !important;
  }

  .carousel-caption h1 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .intro-text-section h3 {
    margin-top: -30px !important;
    margin-bottom: -10px !important;
  }

  .intro-text-section p {
    font-size: 10px !important;
    margin-bottom: 15px !important;
  }

  .games-to-play h1 {
    font-size: 15px !important;
  }

  .small-heading {
    font-size: 18px !important;
    text-transform: uppercase !important;
  }

  .minor-heading {
    font-size: 13px !important;
  }

  .carousel-caption h5 {
    font-size: 12px !important;
  }

  .introduction .row {
    margin-top: 0px !important;
    min-block-size: 370px !important;
  }

  #marg-top {
    margin: -25px 0 10px 0 !important;
  }

  .section-title h2 {
    margin: 15px 0 !important;
  }

  .section-title h6 {
    display: none !important;
  }

  .section-title .subtitle {
    margin-top: -15px !important;
  }

  .pricing-btn {
    margin: -20px 0px !important;
  }

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 160px !important;
    inset-inline-start: 0px !important;
  }

  .pricing {
    margin-bottom: -30px !important;
  }

  .pricing h2 {
    text-transform: uppercase !important;
    margin-top: -25px !important;
  }

  .games-to-play {
    background: #0d0d0deb url(../images/games-to-play.png) no-repeat center !important;
  }

  .games-to-play h2 {
    text-transform: uppercase !important;
    margin: -10px 0 !important;
  }

  .games-to-play h1 {
    margin-top: -70px !important;
  }

  .get-in-touch-text a {
    margin-bottom: 10px !important;
  }

  .map-mar-issue {
    margin: -30px 0 10px 0 !important;
  }

  .mar-issue {
    margin: -5px 0 !important;
  }

  .play-mar-issue {
    margin: -40px 0 !important;
  }

  .get-in-touch-form-section h2 {
    display: none !important;
  }

  /* ####### humble page issue solution ####### */

  .humblebanner-video {
    height: 100%;
  }

  .humble-gap-issue {
    margin-top: -0.1px !important;
    display: block;
    height: 66px !important;
    border-top: 5px solid #0d0d0d00 !important;
    border-bottom: 2px solid #0d0d0d00 !important;
    background: #0d0d0d00 !important;
  }

  .humblebanner h2 {
    margin-block-start: 118px !important;
  }

  .humbleintro-text-section h3 {
    margin: -15px 0 !important;
  }

  .humbleintro-text-section h2 {
    margin-bottom: -18px !important;
  }

  .humbleintro-text-section button {
    margin-top: -1px !important;
  }

  .humbleintroduction .container .inner-box {
    margin-top: -10px !important;
    margin-bottom: 30px !important;
  }

  .humbleintro-text-section {
    text-align: center;
    padding: 115px 37px 1px 37px !important;
  }

  .img-1 {
    height: 210px !important;
  }

  .img-2 {
    height: 210px !important;
    inset-inline-end: 10px !important;
    inset-block-start: 123px !important;
  }

}

@media only screen and (max-width: 412px) {

  /* jones main video */
  .video-wrapper {
    position: relative;
    padding-bottom: 66.25%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    left: 2%;
    top: 280px;
  }

  .video-wrapper video {
    position: absolute;
    /* top: 85%; */
    left: 15%;
    width: 65%;
    height: 70%;
    object-fit: fill;
    z-index: 10;
    border-radius: 20px;
  }

  .carousel-content {
    position: absolute;
    top: 5%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .carousel-item {
    position: relative;
  }

  .carousel-item img {
    object-fit: cover;
    height: 470px;
    width: 100%;
    z-index: 5;
  }

  .homebanner {
    block-size: 474px !important;
  }

  /* jones main video end */

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 190px !important;
    inset-inline-start: 0px !important;
  }

  .carousel-caption h1 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    height: 30% !important;
    top: 42% !important;
    width: 4.6% !important;
    opacity: 1.2 !important;
  }

  .We-donate-text-jones {
    font-size: 10px !important;
    /* margin-bottom: -20px !important; */
  }

  .humbleintro-text-section {
    text-align: center;
    padding: 0 37px !important;
  }

}

@media only screen and (max-width: 388px) {

  .carousel-item img {
    object-fit: cover;
    height: 460px;
    width: 100%;
    z-index: 5;
  }

  .homebanner {
    block-size: 460px !important;
  }

  .introduction .row {
    margin-top: 0px !important;
    min-block-size: 340px !important;
  }

  .intro-image-section {
    margin-top: 10px !important;
  }

  .carousel-caption.d-none.d-md-block {
    inset-block-start: 190px !important;
    inset-inline-start: 0px !important;
  }

  .pricing h2 {
    margin-top: -25px !important;
  }

  .pricing h3 {
    /* margin-bottom: -35px !important; */
  }

  .games-to-play h2 {
    margin: -10px 0 !important;
  }

  .carousel-caption h1 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .We-donate-text-jones {
    font-size: 10px !important;
    /* margin-bottom: -20px !important; */
  }

  .humbleintro-text-section {
    text-align: center;
    padding: 0 37px !important;
  }


  .img-1 {
    height: 180px !important;
  }

  .img-2 {
    height: 180px !important;
    inset-inline-end: 10px !important;
    inset-block-start: 123px !important;
  }


}

@media only screen and (max-width: 320px) {}

/* ####### end welcome page issues solution ####### */

/* #######  other page issues solution ####### */

@media only screen and (max-width: 990px) {
  .highstakes {
    border: 1px solid #e2d1521a;
    border-radius: 13px;
    padding: 35px 0;
    text-align: center;
    margin-block-start: 8px !important;
    display: block;
    clear: both;
    margin-block-end: 1px !important;
  }

  /* end midnight page issues solution */
  /* food page issues solution */

  .foodbox img {
    /* margin-top: 35px !important; */
  }

  .food-price {
    margin: -40px 46px 15px !important;
  }


}

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

  /* midnight page issues solution */

  .highstakes {
    border: 1px solid #e2d1521a;
    border-radius: 13px;
    padding: 35px 0;
    text-align: center;
    margin-block-start: 8px !important;
    display: block;
    clear: both;
    margin-block-end: 10px !important;
  }

  .playings-times-title {
    line-height: 0px !important;
    margin-block-end: 50px;
  }

  /* end midnight page issues solution */

}

@media only screen and (max-width: 442px) {

  /* midnight page issues solution */
  .highstakes {
    margin-block-start: 8px !important;
    margin-block-end: 13px !important;
  }

  /* end midnight page issues solution */
  /* food page issues solution */

  .foodinfo {

    margin-block-end: 40px;
  }

  /* end food page issues solution */
}

@media only screen and (max-width: 412px) {}

@media only screen and (max-width: 388px) {}

/* ####### end other page issues solution ####### */


@media only screen and (max-width: 768px) {
  .box {
    margin-bottom: 20px !important;
  }

}

@media only screen and (max-width: 442px) {
  .box {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 412px) {
  .box {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 388px) {
  .box {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 320px) {
  .box {
    margin-bottom: 20px !important;
  }
}


/* end pricing button */

/* social icon section*/

.list-item a {
  display: block !important;
  text-decoration: none !important;
  color: #fff !important;
}

.list-item a:hover {
  display: block !important;
  text-decoration: none !important;
  color: #e2d152 !important;
}

.rounded {
  border-radius: .25rem !important;
}

.social-facebook a,
.social-icons .color-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons a i {
  color: #e2d152 !important;
  margin: 20px !important;
  padding: 30px !important;

}

.social-icons a i:hover {
  color: #fff !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

.social-icons.color a,
.social-icons.color-hover a:hover {
  color: #fff !important;
  border: 1px solid #fff !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  text-decoration: none;
}

.social-icons .rounded li a {
  border: 1px solid #e2d152 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.social-icons a {
  display: flex !important;
  height: 32px !important;
  width: 32px !important;
  font-size: 22px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  border: 0 !important;
  background: transparent !important;
  /* color: #fff !important; */
  overflow: hidden !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e2d152 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  text-decoration: none;
}


/* mapcss */
/* 
.carousel-control-prev,
.carousel-control-next {
  top: 33% !important;
  width: 4.6% !important;
  opacity: 1.2 !important;
} */


/* ################  jones What our customers say  ################ */

.jarallax {
  background-image: url('/new_design/images/what-our-customers-say.jpg');
  block-size: 670px !important;

}

.ggCtvU {
  border-radius: inherit;
  background-color: white !important;
}

.huflDf {
  font-size: 15px !important;
  font-weight: bold;
  font-style: normal;
  color: #fff !important;
}

.eHezJm {
  block-size: 280px !important;
  background-color: #fff !important;
  border: 1px solid transparent;

}

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

@media only screen and (max-width: 442px) {
  .jarallax {
    background-image: url('/new_design/images/what-our-customers-say.jpg');
    block-size: 600px !important;
  }

}

@media only screen and (max-width: 412px) {}


@media only screen and (max-width: 388px) {

  .jarallax {
    background-image: url('/new_design/images/what-our-customers-say.jpg');
    block-size: 600px !important;
  }

}

/* ################  End jones What our customers say  ################ */

/* ################ GET SOCIAL WITH US  ################ */



.skateboard-gallery {
  block-size: 770px !important;
  background: rgba(34, 34, 34, 0.5) url(../images/6216505-014.png) center center no-repeat;
}

.tattoo-team {
  block-size: 780px !important;
  background-color: black;

}

.eapps-instagram-feed-title {
  display: none !important;
}

@media only screen and (max-width: 442px) {
  .skateboard-gallery {
    block-size: 435px !important;
  }

  .tattoo-team {
    block-size: 500px !important;
  }

}

@media only screen and (max-width: 388px) {
  .skateboard-gallery {
    block-size: 760px !important;
  }

  .tattoo-team {
    block-size: 790px !important;
  }

}


/* ################  jones GET SOCIAL WITH US  ################ */

/* ################  jones Get in touch  ################ */

.get-in-touch-jones {
  block-size: 700px !important;
}

/* #getInTauch {
  margin-block-start: 198px !important;
} */

.get-in-touch-text {
  margin-block-start: 130px !important;
}

.get-in-touch-form-section {
  margin-block-start: 60px !important;
}

@media only screen and (max-width: 768px) {
  .get-in-touch-form-section h2 {
    display: none !important;
  }

  #getin-touch-Hide {
    display: none !important;
  }

  .get-in-touch .row {
    block-size: 430px !important;
  }

  .get-in-touch-jones {
    block-size: 770px !important;
  }

  .get-in-touch-text {
    margin-block-start: 15px !important;
  }

  .get-in-touch-form-section {
    margin-block-start: 20px !important;
  }

  .get-in-touch-form-section {
    padding: 35px 5px !important;
  }

  .get-in-touch-form-section input {
    margin-block-end: 16px;
    padding: 15px !important;
    margin-bottom: -40px !important;
  }

  .get-in-touch-form-section {
    height: 475px !important;
  }

  .get-in-touch-form-section .input-button {
    margin-top: -30px !important;
  }

}

@media only screen and (max-width: 442px) {

  .get-in-touch-form-section h2 {
    display: none !important;
  }

  .get-in-touch-jones {
    block-size: 759px !important;
  }

  .get-in-touch-form-section {
    height: 430px !important;
  }

  .get-in-touch-form-section input {
    margin-block-end: 16px;
    padding: 15px !important;
    margin-bottom: -40px !important;
  }

  .get-in-touch-form-section .input {
    margin-block-end: 16px;
    padding: 7px !important;
    margin-bottom: -40px !important;
  }

  .get-in-touch-form-section .input-button {
    margin-top: -30px !important;
    width: 318px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  /* .input-sec {
    margin: 0px 22px !important;
  } */

  .get-in-touch-form-section .input-1 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 412px) {

  .get-in-touch-jones {
    block-size: 768px !important;
  }

  .get-in-touch-form-section {
    padding: 30px 35px !important;
  }

  .get-in-touch-form-section {
    height: 440px !important;
  }

  .get-in-touch-form-section input {
    margin-block-end: 16px;
    padding: 15px !important;
    margin-bottom: -40px !important;
  }

  .get-in-touch-form-section .input {
    margin-block-end: 16px;
    padding: 7px !important;
    margin-bottom: -40px !important;
  }

  .get-in-touch-form-section .input-button {
    width: 318px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .input-sec {
    margin: 0px -22px !important;
  }

  .get-in-touch-form-section .input-1 {
    width: 50% !important;
  }

}

@media only screen and (max-width: 388px) {

  .get-in-touch-jones {
    block-size: 1130px !important;
  }

  .get-in-touch-text {
    margin-block-start: 20px !important;
  }

  .get-in-touch-form-section {
    margin-block-start: 20px !important;
  }

  .get-in-touch-form-section {
    padding: 25px 25px !important;
    block-size: 424px !important;
  }

  .get-in-touch {
    block-size: 790px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .get-in-touch-form-section .input {
    margin-block-end: 16px;
    padding: 7px !important;
    margin-bottom: -40px !important;
  }

  .get-in-touch-form-section .input-button {
    width: 318px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .input-sec {
    margin: 0px -22px !important;
  }

  .get-in-touch-form-section .input-1 {
    width: 50% !important;
  }

}

@media only screen and (max-width: 320px) {
  .get-in-touch .row {
    block-size: 430px !important;
  }

  .get-in-touch-jones {
    block-size: 1130px !important;
  }

  .get-in-touch-text {
    margin-block-start: 30px !important;
  }

  .get-in-touch-form-section {
    margin-block-start: 20px !important;
  }

  .get-in-touch-form-section {
    padding: 50px 35px !important;


  }

  .get-in-touch-form-section input {
    margin-block-end: 16px;
    padding: 15px !important;
    margin-bottom: -40px !important;
  }

}

/* ################  End jones Get in touch  ################ */

/* ################  Humble Get in touch  ################ */



@media (min-width: 1000px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1314px !important;
  }
}

.get-in-touch-humble {
  block-size: 720px !important;
}


@media only screen and (max-width: 768px) {
  .get-in-touch-humble {
    block-size: 720px !important;
  }
}


@media only screen and (max-width: 320px) {
  .get-in-touch-humble {
    block-size: 720px !important;
  }
}


/* ################  End Humble Get in touch  ################ */

/* ############ jones footer ############## */

.jones-footer .main-sec {
  /* block-size: 370px !important; */
}


.footer-logo-section {
  margin-block-start: 51px !important;
}

.footer-contact-section {
  margin-block-start: 84px !important;
}

.footer-instagram-section {
  margin-block-start: 75px !important;
}

.icon img {
  padding-bottom: 14px;
}

.copyright span {
  font-size: 12px !important;
}

.copyright-paragraph {
  padding: 10px !important;
  padding-bottom: -5px !important;
}

.copyright-paragraph p {
  padding-top: 10px !important;
}

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

  .jones-footer .main-sec {
    block-size: 850px !important;
  }

  .footer-logo-section {
    margin-block-start: 27px !important;
  }

  .footer-contact-section {
    margin-block-start: 0px !important;
  }

  .footer-instagram-section {
    margin-block-start: 0px !important;
  }

  .icon img {
    padding-bottom: 14px;
  }

  .copyright span {
    font-size: 12px !important;
  }

  .copyright-paragraph {
    padding: 10px !important;
    padding-bottom: -5px !important;
  }

  .copyright-paragraph p {
    padding-top: 10px !important;
  }

  /* social icon section*/

  .list-item a {
    display: block !important;
    text-decoration: none !important;
    color: #fff !important;

  }

  .list-item a:hover {
    display: block !important;
    text-decoration: none !important;
    color: #e2d152 !important;
  }

  .rounded {
    border-radius: .25rem !important;
  }

  .gap-issue {
    margin-top: -0.1px !important;
    display: block;
    height: 30px !important;
    border-top: 5px solid #181818 !important;
    border-bottom: 2px solid #181818 !important;
    background: #181818 !important;
  }

  .social-icons {
    width: 52% !important;
    margin-left: 26% !important;
  }

  .social-facebook {
    /* margin: auto; */
    align-items: center;
    justify-content: center;
    margin-top: 20px !important;
    width: 10% !important;
  }

  .social-facebook a,
  .social-icons .color-hover .social-facebook a:hover {
    background-color: #5d82d1;
  }

  .social-icons a i {
    color: #e2d152 !important;
    margin: 20px !important;
    padding: 30px !important;

  }

  .social-icons a i:hover {
    color: #fff !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
  }

  .social-icons.color a,
  .social-icons.color-hover a:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }

  .social-icons .rounded li a {
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }

  .social-icons a {
    display: flex !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 22px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 0 !important;
    background: transparent !important;
    /* color: #fff !important; */
    overflow: hidden !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }
}

@media only screen and (max-width: 442px) {
  .jones-footer .main-sec {
    block-size: 820px !important;
  }

  .footer-logo-section {
    margin-block-start: 40px !important;
  }

  .footer-contact-section {
    margin-block-start: 0px !important;
    /* height: 100px !important; */
    /* margin-bottom: -123px !important; */
  }

  .footer-instagram-section {
    margin-block-start: 10px !important;
  }

  .icon img {
    padding-bottom: 14px;
  }

  .copyright span {
    font-size: 12px !important;
  }

  .copyright-paragraph {
    padding: 10px !important;
    padding-bottom: -5px !important;
  }

  .copyright-paragraph p {
    padding-top: 10px !important;
  }

  /* social icon section*/

  .list-item a {
    display: block !important;
    text-decoration: none !important;
    color: #fff !important;
  }

  .list-item a:hover {
    display: block !important;
    text-decoration: none !important;
    color: #e2d152 !important;
  }

  .rounded {
    border-radius: .25rem !important;
  }

  .gap-issue {
    margin-top: -0.1px !important;
    display: block;
    height: 49px !important;
    border-top: 5px solid #181818 !important;
    border-bottom: 2px solid #181818 !important;
    background: #181818 !important;
  }

  .social-icons {
    width: 72% !important;
    margin-left: 7% !important;
  }

  .social-facebook {
    /* margin: auto; */
    /* align-items: center;
      justify-content: center; */
    margin-top: 20px !important;
    width: 10% !important;
  }

  .social-facebook a,
  .social-icons .color-hover .social-facebook a:hover {
    background-color: #5d82d1;
  }

  .social-icons a i {
    color: #e2d152 !important;
    margin: 20px !important;
    padding: 30px !important;

  }

  .social-icons a i:hover {
    color: #fff !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
  }

  .social-icons.color a,
  .social-icons.color-hover a:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }

  .social-icons .rounded li a {
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }

  .social-icons a {
    display: flex !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 22px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 0 !important;
    background: transparent !important;
    /* color: #fff !important; */
    overflow: hidden !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }

  .footer-logo-section {
    padding: 0px 0 !important;
  }

  .jones-footer .container {
    padding-block-end: 150px !important;
  }


}

@media only screen and (max-width: 412px) {

  .jones-footer .main-sec {
    /* block-size: 8200px !important; */
  }

  .footer-logo-section {
    margin-block-start: 27px !important;
  }

  .footer-contact-section {
    margin-block-start: 0px !important;
  }

  .footer-instagram-section {
    margin-block-start: 10px !important;
  }

  .icon img {
    padding-bottom: 14px;
  }

  .copyright span {
    font-size: 12px !important;
  }

  .copyright-paragraph {
    padding: 10px !important;
    padding-bottom: -5px !important;
  }

  .copyright-paragraph p {
    padding-top: 10px !important;
  }

  /* social icon section*/

  .list-item a {
    display: block !important;
    text-decoration: none !important;
    color: #fff !important;
  }

  .list-item a:hover {
    display: block !important;
    text-decoration: none !important;
    color: #e2d152 !important;
  }

  .rounded {
    border-radius: .25rem !important;
  }

  .gap-issue {
    margin-top: -1px !important;
    display: block;
    height: 100px !important;
    border-top: 5px solid #181818 !important;
    border-bottom: 2px solid #181818 !important;
    background: #181818 !important;
  }

  .social-icons {
    width: 72% !important;
    /* margin-left: -1% !important; */
  }

  .social-facebook {
    /* margin: auto; */
    /* align-items: center;
      justify-content: center; */
    margin-top: 20px !important;
    width: 10% !important;
  }

  .social-facebook a,
  .social-icons .color-hover .social-facebook a:hover {
    background-color: #5d82d1;
  }

  .social-icons a i {
    color: #e2d152 !important;
    margin: 20px !important;
    padding: 30px !important;

  }

  .social-icons a i:hover {
    color: #fff !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
  }

  .social-icons.color a,
  .social-icons.color-hover a:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }

  .social-icons .rounded li a {
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }

  .social-icons a {
    display: flex !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 22px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 0 !important;
    background: transparent !important;
    /* color: #fff !important; */
    overflow: hidden !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }


}

@media only screen and (max-width: 388px) {

  .jones-footer .main-sec {
    block-size: 860px !important;
  }

  .footer-logo-section {
    margin-block-start: 27px !important;
  }

  .footer-contact-section {
    margin-block-start: 0px !important;
  }

  .footer-instagram-section {
    margin-block-start: 10px !important;
  }

  .icon img {
    padding-bottom: 14px;
  }

  .copyright span {
    font-size: 12px !important;
  }

  .copyright-paragraph {
    padding: 10px !important;
    padding-bottom: -5px !important;
  }

  .copyright-paragraph p {
    padding-top: 10px !important;
  }

  /* social icon section*/

  .list-item a {
    display: block !important;
    text-decoration: none !important;
    color: #fff !important;
  }

  .list-item a:hover {
    display: block !important;
    text-decoration: none !important;
    color: #e2d152 !important;
  }

  .rounded {
    border-radius: .25rem !important;
  }

  .gap-issue {
    margin-top: -10px !important;
    display: block;
    height: 70px !important;
    border-top: 5px solid #181818 !important;
    border-bottom: 2px solid #181818 !important;
    background: #181818 !important;
  }

  .social-icons {
    width: 92% !important;
    /* margin-left: -1% !important; */
  }

  .social-facebook {
    /* margin: auto; */
    /* align-items: center;
    justify-content: center; */
    margin-top: 20px !important;
    width: 10% !important;
  }

  .social-facebook a,
  .social-icons .color-hover .social-facebook a:hover {
    background-color: #5d82d1;
  }

  .social-icons a i {
    color: #e2d152 !important;
    margin: 20px !important;
    padding: 30px !important;

  }

  .social-icons a i:hover {
    color: #fff !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
  }

  .social-icons.color a,
  .social-icons.color-hover a:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }

  .social-icons .rounded li a {
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }

  .social-icons a {
    display: flex !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 22px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 0 !important;
    background: transparent !important;
    /* color: #fff !important; */
    overflow: hidden !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }



}

@media only screen and (max-width: 320px) {

  .jones-footer .main-sec {
    block-size: 1000px !important;
  }


  .footer-logo-section {
    margin-block-start: 27px !important;
  }

  .footer-contact-section {
    margin-block-start: 0px !important;
  }

  .footer-instagram-section {
    margin-block-start: 10px !important;
  }

  .icon img {
    padding-bottom: 14px;
  }

  .copyright span {
    font-size: 12px !important;
  }

  .copyright-paragraph {
    padding: 10px !important;
    padding-bottom: -5px !important;
  }

  .copyright-paragraph p {
    padding-top: 10px !important;
  }

  /* social icon section*/

  .list-item a {
    display: block !important;
    text-decoration: none !important;
    color: #fff !important;
  }

  .list-item a:hover {
    display: block !important;
    text-decoration: none !important;
    color: #e2d152 !important;
  }

  .rounded {
    border-radius: .25rem !important;
  }

  .gap-issue {
    margin-top: -1px !important;
    display: block;
    height: 100px !important;
    border-top: 5px solid #181818 !important;
    border-bottom: 2px solid #181818 !important;
    background: #181818 !important;
  }

  .social-facebook {
    margin-top: 20px !important;
    width: 15% !important;
  }

  .social-facebook a,
  .social-icons .color-hover .social-facebook a:hover {
    background-color: #5d82d1;
  }

  .social-icons a i {
    color: #e2d152 !important;
    margin: 20px !important;
    padding: 30px !important;

  }

  .social-icons a i:hover {
    color: #fff !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
  }

  .social-icons.color a,
  .social-icons.color-hover a:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }

  .social-icons .rounded li a {
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }

  .social-icons a {
    display: flex !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 22px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 0 !important;
    background: transparent !important;
    /* color: #fff !important; */
    overflow: hidden !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e2d152 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none;
  }

}


/* ############ End jones footer ############## */


/* ############ End humble footer ############## */
/* .humble-footer .main-sec {
  block-size: 250px !important;
}


@media only screen and (max-width: 768px) {
  
  .humble-footer .main-sec {
    block-size: 650px !important;
  }

}

@media only screen and (max-width: 442px) {
  .humbleintro-text-section button {
    margin-bottom: 40px !important;
  }

  .humbleintroduction .container {
    margin-top: -70px !important;
    padding-top: 103px !important;
    padding-bottom: 0px !important;
  }

  .games-to-play {
    block-size: 1500px !important;
  }

  .games-to-play h2 {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 412px) {
  .humble-footer .main-sec {
    block-size: 1150px !important;
  }
}

@media only screen and (max-width: 388px) {
  
  .humble-footer .main-sec {
    block-size: 1000px !important;
  }
  
  .humble-footer-logo-section {
    margin-block-start: 27px !important;
  }
}

@media only screen and (max-width: 320px) {
  .humble-footer .main-sec {
    block-size: 650px !important;
  }

} */



/* ############ End humble footer ############## */


@media (min-width: 1000px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1314px !important;
  }

  .introduction {
    margin-bottom: -40px !important;
  }
}


.games-to-play {
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}

.pricing h3 {
  /* margin-bottom: -35px !important; */
}

.pricing {
  padding: 36px 0 !important;
}

/* .find-us-map-section {
  padding: 26px 0 !important;
} */

.frequently-asked-questions {
  padding-top: 10px !important;
  padding-bottom: 30px !important;
}

.humbleintroduction .container {
  margin-top: -50px !important;
  padding-top: 103px !important;
  padding-bottom: 30px !important;
}

.humbleintroduction .container .inner-box {
  margin-top: -50px !important;
}

@media only screen and (max-width: 546px) {


  .games-to-play {
    block-size: 1400px !important;
  }

  .pricing h3 {
    /* margin-bottom: -42px !important; */
  }

  .playings-times-title {
    margin-bottom: 30px !important;
  }

  .playings-times-section {
    block-size: 695px !important;
  }

  .playings-times-time-box {
    max-inline-size: 274px !important;
    max-block-size: 190px !important;
    gap: 1px !important;
  }

  .games-to-play {
    background: #0d0d0deb url(../images/games-to-play.png) no-repeat center !important;
  }

  .games-to-play h1 {
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 442px) {
  .humbleintro-text-section button {
    margin-bottom: 40px !important;
  }

  .humbleintroduction .container {
    margin-top: -81px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .games-to-play {
    margin-top: -50px !important;
    block-size: 1376px !important;
  }

  .games-to-play h2 {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 412px) {
  .humbleintro-text-section button {
    margin-bottom: 40px !important;
  }

  .humbleintroduction .container {
    margin-top: -70px !important;
    padding-top: 103px !important;
    padding-bottom: 0px !important;
  }

  .games-to-play {
    block-size: 1300px !important;
  }

  .games-to-play h2 {
    padding-top: 0px !important;
  }

  .humble-games-to-play {
    block-size: 1290px !important;
  }

  .humble-games-to-play h1 {
    margin-top: 170px !important;
  }

}

@media only screen and (max-width: 388px) {

  .humbleintro-text-section button {
    margin-bottom: 40px !important;
  }

  .humbleintroduction .container {
    margin-top: -70px !important;
    padding-top: 103px !important;
    padding-bottom: 0px !important;
  }

  .games-to-play {
    block-size: 1270px !important;
  }

  .games-to-play h2 {
    padding-top: 0px !important;
  }

}

/* FAQs Transition */

.moreFaqs {
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}

.moreText {
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}

.exptra-para{
  color:#fff;
}

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

/* End FAQs Transition */


/* $$$$$$$$$$$$$$$$$$$ jones HowToPlay $$$$$$$$$$$$$$$$$$ */

@media only screen and (max-width: 992px) {

  .innerbanner h4 {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .innerbanner h1 {
    font-size: 55px !important;
    inset-block-start: 242px;
  }

  .innerbox h3 {
    margin-block-end: -25px !important;
  }

  .howtoplay-m-h {
    font-size: 18px !important;
    margin: 0px 0 !important;
  }

  .howtoplay-s-h {
    font-size: 20px !important;
    margin: 0px 0 -5px 0 !important;
    text-transform: uppercase !important;
  }

  .innerbox {
    padding: 28px 0 3px 0 !important;
  }

  .howtoplayvideo h1 {
    inset-block-end: -8px !important;
  }
}

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

  .innerbanner h4 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .innerbanner h1 {
    font-size: 45px !important;
    inset-block-start: 242px;
  }

  .innerbox h3 {
    margin-block-end: -25px !important;
  }

  .howtoplay-m-h {
    font-size: 16px !important;
    margin: 0px 0 !important;
  }

  .howtoplay-s-h {
    font-size: 20px !important;
    margin: 0px 0 -5px 0 !important;
    text-transform: uppercase !important;
  }

  .innerbox {
    padding: 28px 0 23px 0 !important;
  }

  .howtoplayvideo h1 {
    inset-block-end: -8px !important;
  }
}

@media only screen and (max-width: 546px) {
  .innerbanner h4 {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .innerbanner h1 {
    font-size: 40px !important;
    inset-block-start: 242px;
  }

  .innerbox h3 {
    margin-block-end: -25px !important;
  }

  .howtoplay-m-h {
    font-size: 14px !important;
    margin: 0px 0 !important;
  }

  .howtoplay-s-h {
    font-size: 18px !important;
    margin: 0px 0 -5px 0 !important;
    text-transform: uppercase !important;
  }

  .innerbox {
    padding: 23px 0 3px 0 !important;
  }

  .howtoplayvideo h1 {
    inset-block-end: -8px !important;
  }
}

@media only screen and (max-width: 448px) {
  .innerbanner h4 {
    font-size: 22px !important;
    line-height: 25px !important;
  }

  .innerbanner h1 {
    font-size: 40px !important;
    inset-block-start: 242px;
  }

  .innerbox h3 {
    margin-block-end: -25px !important;
  }

  .howtoplay-m-h {
    font-size: 13px !important;
    margin: 0px 0 !important;
  }

  .howtoplay-s-h {
    font-size: 17px !important;
    margin: 0px 0 -5px 0 !important;
    text-transform: uppercase !important;
  }

  .innerbox {
    padding: 23px 0 3px 0 !important;
  }

  .howtoplayvideo h1 {
    inset-block-end: -8px !important;
  }

}

@media only screen and (max-width: 412px) {

  .innerbanner h4 {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .innerbanner h1 {
    font-size: 40px !important;
    inset-block-start: 242px;
  }

  .innerbox h3 {
    margin-block-end: -25px !important;
  }

  .howtoplay-m-h {
    font-size: 12px !important;
    margin: 0px 0 !important;
  }

  .howtoplay-s-h {
    font-size: 16px !important;
    margin: 0px 0 -9px 0 !important;
    text-transform: uppercase !important;
  }

  .innerbox {
    padding: 23px 0 23px 0 !important;
  }

  .howtoplayvideo h1 {
    inset-block-end: -8px !important;
  }

}

@media only screen and (max-width: 388px) {

  .innerbanner h4 {
    font-size: 18px !important;
  }

  .innerbanner h1 {
    font-size: 40px !important;
    inset-block-start: 242px;
  }

  .howtoplay-m-h {
    font-size: 12px !important;
    margin: 0px 0 !important;
  }

  .howtoplay-s-h {
    font-size: 16px !important;
    margin: 0px 0 -9px 0 !important;
    text-transform: uppercase !important;
  }

  .innerbox {
    padding: 23px 0 3px 0 !important;
  }


  .howtoplayvideo h1 {
    inset-block-end: -8px !important;
  }
}

/* $$$$$$$$$$$$$$$$$$$ end jones HowToPlay $$$$$$$$$$$$$$$$$$ */

     /* google search style  */

    .site-search { display:inline-block; }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* remove default spacing */
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}

/* input wrapper */
.gsc-input-box {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid #e2d152 !important;
  border-radius: 9999px !important;
  box-shadow: none !important;
  height: 35px;
  overflow: hidden;
}

/* input field */
input.gsc-input,
.gsc-input-box input.gsc-input {
  background: transparent !important;
  color: white !important;
  font-size: 14px !important;
  /* padding: 10px 14px 10px 16px !important; */
  border: none !important;
}



/* search button */
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  height: 35px !important;
  width: 35px !important;
  margin-left: 8px !important;
  border-radius: 9999px !important;
  background: var(--accent) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
}