:root {
  --pepsi-blue: #0046be;
  --pepsi-dark-blue: #001b4d;
  --pepsi-red: #e31837;
  --night-bg: radial-gradient(circle, #0046be 0%, #000a1f 100%);
}

/* fonts */

@font-face {
  font-family: "Pepsi Owners";
  src: url("../fonts/PepsiOwners-Regular.eot");
  src:
    url("../fonts/PepsiOwners-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PepsiOwners-Regular.woff2") format("woff2"),
    url("../fonts/PepsiOwners-Regular.woff") format("woff"),
    url("../fonts/PepsiOwners-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepsi Owners 2";
  src: url("../fonts/PepsiOwners2-Compressed220909.eot");
  src:
    url("../fonts/PepsiOwners2-Compressed220909.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PepsiOwners2-Compressed220909.woff2") format("woff2"),
    url("../fonts/PepsiOwners2-Compressed220909.woff") format("woff"),
    url("../fonts/PepsiOwners2-Compressed220909.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepsi Owners 2";
  src: url("../fonts/PepsiOwners2-Regular220909.eot");
  src:
    url("../fonts/PepsiOwners2-Regular220909.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PepsiOwners2-Regular220909.woff2") format("woff2"),
    url("../fonts/PepsiOwners2-Regular220909.woff") format("woff"),
    url("../fonts/PepsiOwners2-Regular220909.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  background: var(--night-bg);
  color: white;
  font-family: "Pepsi Owners";
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.home {
  background-image: url(../images/home-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.registration-card {
  text-align: center;
  border-radius: 26px;
  border: 1px solid #6a6a6a;
  background: linear-gradient(
    153deg,
    rgba(232, 232, 232, 0.01) 0%,
    rgba(235, 238, 236, 0.01) 100%
  );
  backdrop-filter: blur(21px);
  position: relative;
  z-index: 1;
}

.registration-card:before {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -79px;
  background-image: url(../images/hit.png);
  width: 417px;
  height: 278px;
  background-repeat: no-repeat;
}
.registration-card:after {
  content: "";
  position: absolute;
  left: -360px;
  bottom: -79px;
  background-image: url(../images/catch.png);
  width: 476px;
  height: 364px;
  background-repeat: no-repeat;
}
.logo {
  margin: 51px 0 27px;
}
.slogan {
  margin: 8px 0 15px 0;
}

.slogan p {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Pepsi Owners";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.form-txt p {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Pepsi Owners";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.heading h1 {
  color: #fcdd35;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Pepsi Owners";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-heading {
  margin: 20px 0 50px;
}

.form-heading h1 {
  color: #fcdd35;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Pepsi Owners";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.captain-txt {
  margin-bottom: 25px;
  text-align: center;
}
.captain-txt h2 {
  color: #fff;
  text-align: center;
  font-family: "Pepsi Owners";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-main {
  gap: 90px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.icon-box img {
  width: 40px;
  margin-bottom: 10px;
}

.icon-box h6 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
  font-family: "Pepsi Owners 2";
}

.icon-box p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
  font-family: "Pepsi Owners 2";
}

.city-list {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
  font-family: "Pepsi Owners 2";
  margin-top: 45px;
}

.twoBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.custom-btn-1 {
  border-radius: 100px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #d73236 0%, #6d0003 111.54%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 690;
  line-height: 50px; /* 277.778% */
  padding: 4px 23px;
  margin: 37px 0 45px 0;
  font-family: "Pepsi Owners 2";
  text-decoration: none;
  text-transform: uppercase;
}

.custom-btn-2 {
  border-radius: 100px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 690;
  line-height: 50px; /* 277.778% */
  padding: 4px 27px;
  margin: 37px 0 45px 0;
  font-family: "Pepsi Owners 2";
  text-decoration: none;
  text-transform: uppercase;
}

/* form css */

.form {
  background-image: url(../images/pepsi-vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form-wrp{
  width: 100%;
  position: relative;
}
/* Stepper Styling */
.step-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  gap: 60px;
}

.step-container:before {
  width: 160px;
  height: 2px;
  background: #fff;
  position: absolute;
  content: "";
  top: 27px;
  z-index: -1;
}
.step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.step-circle {
  width: 49px;
  height: 49px;
  color: #6a6a6a;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 510;
  line-height: normal;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-circle.active {
  background: linear-gradient(180deg, #d73236 0%, #6d0003 111.54%);
  color: #fff;
  border: 1px solid #fff;
}

.step-circle.completed-step {
  background: #22c55e;
  color: #fff;
  border: 1px solid #fff;
}

.step-label {
  color: #fff;
  text-align: center;
  font-family: "Pepsi Owners 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
}

/* Form Styling */
.form-label {
  color: #fff;
  text-align: center;
  font-family: "Pepsi Owners 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
}

.form-control,
.form-select {
  color: #000;
  font-family: "Pepsi Owners 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
  height: 40px;
}

h2.section-title {
  color: #fff;

  font-family: "Pepsi Owners 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
}

.player-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.addMore {
  color: #fff;
  text-align: center;
  font-family: "Pepsi Owners 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
  background-color: transparent;
  border: none;
}

.form-check label {
  color: #fff;
  font-family: "Pepsi Owners 2";
  font-size: 12px;
  font-style: normal;
  font-weight: 690;
}

.player-block label {
  color: #fff;
  text-align: center;
  font-family: "Pepsi Owners 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
  margin-bottom: 10px;
}

/* Styling for all input and textarea placeholders */
.form-control::placeholder {
  color: #000;
  font-family: "Pepsi Owners 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 690;
  line-height: normal;
  opacity: 1; /* Firefox default opacity fix */
}

/* For Internet Explorer 10-11 */
.form-control:-ms-input-placeholder {
  color: #000;
  font-family: "Pepsi Owners 2", sans-serif;
  font-size: 14px;
  font-weight: 690;
}

/* For Microsoft Edge */
.form-control::-ms-input-placeholder {
  color: #000;
  font-family: "Pepsi Owners 2", sans-serif;
  font-size: 14px;
  font-weight: 690;
}

#successModal .modal-dialog {
  max-width: 556px !important;
}

#successModal h2 {
  color: #0025ff;
  text-align: center;
  font-family: "Pepsi Owners";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#successModal p {
  color: #6a6a6a;
  text-align: center;
  font-family: "Pepsi Owners 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 690;
  line-height: 24px;
}

#successModal .custom-btn-1 {
  color: #fff;
  text-align: center;
  font-family: "Pepsi Owners 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 690;
  line-height: 50px;
  margin: 0;
  padding: 0px 66px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .captain-txt h2 {
    font-size: 20px;
  }
  .form-heading {
    margin-bottom: 20px;
  }
  .slogan p,
  .form-txt p {
    font-size: 14px;
  }
  .form-heading h1 {
    font-size: 20px;
  }
  .logowrp {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  body {
    display: block;
  }
  .form-logo {
    width: 70% !important;
  }
  .registration-card {
    padding: clamp(70px, 18vw, 110px) clamp(20px, 8vw, 50px) 20px;
    margin-top: 180px;
  }
  .registration-card:before,
  .registration-card:after {
    all: unset;
  }
  .logo img {
    width: 60%;
  }

  .slogan img {
    width: 80%;
  }

  .home {
    background-image: url(../images/homebg-mobole.jpg);
  }
  .heading h1 br {
    display: block !important;
  }
  .icon-box svg {
    width: 37.947px;
    height: 36.152px;
  }

  .icon-box h6 {
    font-size: 9px;
  }

  .icon-box h6 br {
    display: block !important;
  }
  .icon-box p {
    font-size: 8px;
  }

  .box-main {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40;
  }

  .city-list {
    margin-top: 20px;
    display: none;
  }
  br {
    display: none;
  }
  .custom-btn-1 {
    margin: 20px 0;
    width: auto;
    max-width: 100%;
    font-size: clamp(11px, 3.5vw, 14px);
    font-weight: 690;
    line-height: 50px;
    white-space: nowrap;
    padding: 4px 30px;
  }
  .twoBtn {
    gap: 0 10px;
  }

  .custom-btn-2 {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
  }

  .logo {
    margin-top: 20px;
  }

  .heading h1 {
    color: #fcdd35;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Pepsi Owners";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
}

.loader {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-color: #000;
  top: 0;
}

.loader img {
  width: 20%;
}

.footer-wrp {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: #020746;
    padding: 10px;
}

.footer-wrp p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Pepsi Owners 2";
  text-transform: capitalize;
}
.footer-wrp p a {
  color: #fff;
   font-size: 14px;
  font-family: "Pepsi Owners 2";
}
