@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat: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");

body {
  /* font-family: 'Poppins', sans-serif; */
  background-color: #262b2f;
  overflow-x: hidden;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #fff #ddd;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(255, 163, 0, 1);
  border-radius: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

p,
a {
  font-family: "Inter", sans-serif;
}

a,
a:hover {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.nav-white .navbar-nav li.nav-item .nav-link {
  color: #000;
  font-family: "Inter", sans-serif;
}
.nav-white .navbar-nav li.nav-item .nav-link:hover {
  color: #fe9f00;
}
header.nav-white {
  width: 100%;
  z-index: 2222;
  background: black;
  background-size: cover;
  min-height: 80px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

header.nav-white:before {
  position: absolute;
  content: "";
  width: 100%;
  background: white;
  z-index: 0;
  height: 86px;
  background: transparent;
}
.nav-white.shrink {
  position: fixed;
}
.nav-white.nav-up {
  top: -115px;
}
header.nav-white form.button-right {
  position: absolute;
  right: 20px;
  top: 16px;
}
header.nav-white .navbar-brand {
  position: absolute;
  left: 20px;
  top: 22px;
}

.welcome-bowling {
  background: url(../assets/images/welcome-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 1110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welcome-bowling-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.welcome-right img {
}

.welcome-left h1 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 600;
}

.welcome-left p {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 70%;
}

.welcome-left a {
  padding: 0;
  background: rgb(255, 163, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 163, 0, 1) 0%,
    rgba(234, 111, 0, 1) 100%
  );
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  min-width: 177px;
  min-height: 56px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  text-decoration: none;
  font-weight: 500;
}

.welcome-left {
  padding-left: 0;
  max-width: 550px;
}

.welcome-right {
  max-width: 1220px;
  margin-top: 0;
  box-shadow: 10px 14px 85px rgb(0 0 0 / 20%);
}

.exprience-title {
  text-align: center;
}

.exprience-title h2 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 50%;
  margin: 0 auto;
}

.exprience-title p {
  font-size: 18px;
  color: #374151;
  max-width: 47%;
  margin: 20px auto 40px;
  font-weight: 500;
}

.experience-bowling-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.experience-bowling-box {
  width: 31.9%;
  background: rgb(255, 163, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 163, 0, 1) 0%,
    rgba(234, 111, 0, 1) 100%
  );
  padding: 45px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.experience-bowling-box:before {
  position: absolute;
  content: "";
  background: url(../assets/images/exp-shape.webp) no-repeat;
  min-width: 214px;
  min-height: 220px;
  background-size: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.experience-bowling-box h2 {
  font-size: 26px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 0;
}

.signup {
  background: url(../assets/images/signup-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 1125px;
  display: flex;
  align-items: center;
}

.signup-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.signup-inner-bx-left h2 {
  font-size: 52px;
  color: #fff;
}

.signup-inner-bx-left p {
  font-size: 18px;
  color: #fff;
  max-width: 80%;
}

.signup-inner-bx-left {
  width: 40%;
}

.watch-video {
  max-width: 800px;
}

.experience-bowling {
  padding-bottom: 60px;
}

#myScrollspy li {
  display: table;
  width: 100%;
}

html,
body {
  scroll-behavior: smooth;
}

#myScrollspy {
  position: sticky;
  top: 0;
  height: calc(100vh);
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
#myScrollspy a {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: rgb(255 255 255 / 20%);
  text-decoration: none;
}

#myScrollspy li.active a {
  color: #ffff;
}

section.scroll-spy-d {
}

.revolution-section {
  background: url(../assets/images/bowl-revol-bg.webp) no-repeat;
  background-size: cover;
  padding: 50px 0;
  min-height: 805px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -194px;
}
.revolution-section p {
  max-width: 70%;
}
.content.content-rev {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rev-left {
  padding-left: 100px;
}

.rev-right {
  margin-right: -100px;
}
.heading h2 {
  color: #000;
  font-feature-settings: "liga" off;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -3.2px;
  text-transform: uppercase;
}

.desc p {
  color: #000;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 15px 0 25px;
}

.btn-session {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 18px 20px;
  text-transform: uppercase;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}

.black-bg {
  background: url(../assets/images/black-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 1125px;
  display: flex;
  align-items: center;
}
.black-bg {
  margin-top: -199px;
  min-height: 1243px;
}
.scroll-img-wrapper > div:not(:last-child) {
  margin-bottom: 0;
}

.d-mobile {
  display: none;
}

section.scroll-spy-d img {
  max-width: 1130px;
}

.btn-lock {
  pointer-events: none;
}

.btn-lock img {
  max-width: 15px;
  margin-right: 6px;
}

.video-lock {
  pointer-events: none;
}

@media (max-width: 1680px) {
  .signup {
    min-height: 895px;
  }
  .signup-inner-bx-left {
    width: 50%;
  }
  .welcome-right {
    max-width: 1060px;
  }

  .welcome-bowling {
    min-height: 950px;
  }
  .black-bg {
    min-height: 1030px;
  }
  .revolution-section {
    margin-top: -161px;
  }
  #myScrollspy a {
    font-size: 40px;
  }
  section.scroll-spy-d img {
    max-width: 900px;
  }

  #myScrollspy a {
    font-size: 34px;
  }
}

@media (max-width: 1440px) {
  .welcome-bowling {
    min-height: 828px;
  }
  .watch-video {
    max-width: 590px;
  }

  .signup-inner-bx-left {
    width: 100%;
  }

  .signup {
    min-height: 800px;
  }
  .welcome-right {
    max-width: 760px;
  }
  .black-bg {
    min-height: 880px;
  }

  .revolution-section {
    margin-top: -146px;
    min-height: 630px;
  }
  #myScrollspy {
    padding-left: 0;
  }
  section.scroll-spy-d img {
    max-width: 770px;
  }

  #myScrollspy a {
    font-size: 28px;
  }
}

@media (max-width: 1400px) {
}

@media (max-width: 1280px) {
  #myScrollspy {
    padding-left: 10px;
  }
  section.scroll-spy-d img {
    max-width: 680px;
  }

  #myScrollspy a {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .welcome-right {
    max-width: 490px;
  }

  #myScrollspy a {
    font-size: 30px;
  }

  .signup-inner-bx-left h2 {
    font-size: 44px;
  }

  .heading h2 {
    font-size: 44px;
  }

  .welcome-left h1 {
    font-size: 44px;
  }
  section.scroll-spy-d img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .navbar,
  .navbar-brand {
    padding: 5px 0;
  }

  .navbar-toggler,
  .navbar-toggler:focus {
    background-color: transparent;
    outline: none;
  }

  .button-right {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }

  .navbar-nav li.nav-item {
    padding: 17px 15px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  .navbar-inner-bx {
    flex-direction: column;
    background: #000;
    text-align: center;
  }

  .navbar-light .navbar-toggler {
    border-color: #ffa300;
    border-radius: 100px;
    padding: 5px;
    width: 40px;
    height: 40px;
    padding: 5px 3px 5px 6.5px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    background: #ffa300;
  }

  .toggle {
    display: block;
    width: 25px;
    height: 23px;
  }

  .toggle span {
    position: relative;
    display: block;
  }

  .toggle span:after,
  .toggle span:before {
    content: "";
    position: absolute;
    left: 6px;
    right: 0;
    margin: 0 auto;
  }

  .toggle span:before {
    top: -6px;
  }

  .toggle span:after {
    top: 6px;
  }

  .toggle span,
  .toggle span:after,
  .toggle span:before {
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition: all 0.1s;
    backface-visibility: hidden;
    left: 3px;
  }

  .toggle.on span {
    background-color: transparent;
  }

  .toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
    left: 0;
    top: -7px;
  }

  .toggle.on span:after {
    transform: rotate(-45deg) translate(3px, -4px);
    left: 0;
    top: 5px;
  }

  .toggle.on span:before,
  .toggle.on span:after {
    width: 19px;
  }

  .navbar-brand {
    position: inherit;
    left: 0;
  }

  form.button-right {
    position: inherit;
    text-align: center;
    justify-content: center;
  }
  .navbar-brand img {
    margin-top: -12px;
  }
  .navbar-collapse {
    margin-top: 30px;
  }

  .navbar-inner-bx {
    background: transparent;
  }
  header.nav-white form.button-right {
    right: 0;
    margin: 0 auto;
    position: inherit;
  }

  .welcome-left {
    max-width: 100%;
  }

  .welcome-right {
    max-width: 100%;
  }
  .welcome-bowling-inner {
    flex-direction: column;
    text-align: center;
  }

  .welcome-left {
    text-align: center;
  }

  .welcome-left p {
    margin: 10px auto 15px;
    max-width: 50%;
  }

  .welcome-left h1 {
    max-width: 80%;
    margin: 0 auto;
  }

  #myScrollspy a {
    font-size: 24px;
  }

  .signup-inner {
    flex-direction: column;
  }

  .signup-inner-bx-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    order: 2;
  }

  .signup-inner-bx-left p {
    margin: 15px auto;
  }

  .signup {
    min-height: 1040px;
  }

  .signup-inner-bx-left h2 {
    max-width: 80%;
    margin: 0 auto;
  }

  .content.content-rev {
    flex-direction: column;
    text-align: center;
  }

  .desc p {
    margin: 0 auto 15px;
  }

  .rev-left {
    padding: 0 0 25px;
  }

  .rev-right {
    max-width: 720px;
    margin-right: 0;
  }

  .revolution-section {
    min-height: 900px;
    padding-top: 190px;
  }
  .footer-section ul li {
    margin: 0 0 0 15px;
  }

  .footer-section p {
    font-size: 14px;
  }

  .footer-section a {
    font-size: 14px;
  }

  .footer-section ul li {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 575px) {
  .welcome-left h1 {
    font-size: 28px;
    max-width: 110%;
  }

  .welcome-left p {
    font-size: 16px;
    max-width: 100%;
  }

  .welcome-left a {
    min-width: 130px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
  }

  .welcome-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    order: 2;
  }

  .welcome-bowling {
    min-height: 660px;
    padding-top: 20px;
  }

  .signup-inner-bx-left h2 {
    font-size: 28px;
    max-width: 100%;
    margin-top: 20px;
  }

  .signup-inner-bx-left p {
    font-size: 16px;
    max-width: 100%;
  }

  .signup {
    min-height: 720px;
    margin-top: -70px;
  }

  .signup-inner-bx-left {
    margin-top: -20px;
  }

  .black-bg {
    min-height: 650px;
    padding-top: 50px;
  }

  .heading h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .desc p {
    max-width: 90%;
    font-size: 16px;
  }

  .btn-session {
    min-width: 130px;
    min-height: 40px;
    line-height: 40px;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }

  .rev-left {
    display: flex;
    flex-direction: column;
    order: 2;
    margin-top: 20px;
  }

  .revolution-section {
    min-height: 100%;
  }

  .footer-section {
    flex-direction: column;
    text-align: center;
  }

  .footer-section p {
    font-size: 15px;
  }

  .footer-section a {
    font-size: 14px;
  }

  .footer-section ul {
    margin-top: 5px;
  }
  .scroll-spy-d-mobile-inner-bx h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0 0 0;
  }

  .scroll-spy-d-mobile-inner-bx {
  }

  .scroll-spy-d-mobile-inner-bx {
    text-align: left;
    margin: 25px 0;
  }

  section.scroll-spy-d-mobile {
    padding-top: 25px;
    min-height: 100%;
  }

  .revolution-section h2 {
    margin-top: -55px;
    letter-spacing: 0;
  }

  .d-mobile {
    display: block;
  }
  .d-web {
    display: none;
  }
}

@media (max-width: 360px) {
}

@media (max-width: 375px) {
}
