/* common css ******************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "AG Letterica Compr-Oblique Medium";
  src: url("../fonts/AG\ Letterica\ Compr-Oblique\ Medium.ttf");
}

@font-face {
  font-family: "MYRIADPRO-REGULAR";
  src: url("../fonts/MYRIADPRO-REGULAR.OTF");
}

@font-face {
  font-family: "Barlow-Bold";
  src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Bold.ttf");
}

@font-face {
  font-family: "Barlow-Semi-Bold";
  src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-SemiBold.ttf");
}

@font-face {
  font-family: "Barlow-Regular";
  src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Regular.ttf");
}

@font-face {
  font-family: "Barlow-Regular";
  src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Regular.ttf");
}

:root {
  --white: #fff;
  --black: #000;
}

.white {
  color: var(--white);
}

.black {
  color: var(--black);
}

.color-orange {
  color: #ff7e00;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

body.show {
  position: fixed;
  top: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
  color: var(--white);
}

p:last-child {
  margin-bottom: 0;
  /* text-align: left; */
}

.small {
  font-size: 16px;
}

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

a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

/* header css start ******************************************************************************/

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1440px;
}

.homeBanner {
  position: relative;
  /* background-color: #451277; */
  /* background-image: url('../images/bg.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100dvh - 52.39px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

#homeBanner .homeBanner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#homeBanner .homeBanner-box .img-box {
  width: 50%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#homeBanner .homeBanner-box .img-box img {
  max-width: 90%;
  width: 100%;
}

#homeBanner .homeBanner-box .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* padding-left: 90px; */
  justify-content: center;
}

#homeBanner .homeBanner-box .text-box h2 {
  font-size: clamp(26px, 4vw, 68px);
  letter-spacing: 0px;
  line-height: 1;
  text-transform: capitalize;
  color: #121710;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#homeBanner .homeBanner-box .text-box p {
  color: var(--black);
  text-transform: capitalize;
  font-size: 25px;
}

#homeBanner .homeBanner-box .text-box .btn-box {
  display: flex;
  gap: 20px;
  /* max-width: 340px; */
  justify-content: flex-start;
}

#homeBanner .homeBanner-box .text-box .btn-box .symbol {
  width: 100%;
  max-width: 82px;
  height: auto;
  border: 2px solid #000;
  border-radius: 100px;
  padding: 5px 5px;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

#homeBanner .homeBanner-box .text-box .play-now-btn {
  background-color: rgb(255, 126, 0);
  color: white;
  padding: 16px 48px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
  margin-top: 30px;
}

/* ****************************** */

.footer-section {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.disclaimer-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}

.cta-btn {
  margin-top: 20px;
}

.offer-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 5px 25px 5px 5px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(135deg, #ff9a3c 0%, #ff7e00 60%, #e66f00 100%);
  box-shadow: 0 10px 25px rgba(255, 126, 0, 0.35);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  /* margin-top: 20px; */
}

.offer-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 35px rgba(255, 126, 0, 0.45);
}

/* Glass shine */
.offer-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  animation: glassShineMove 2s ease-in-out infinite alternate;
}

@keyframes glassShineMove {
  from {
    left: -40%;
    opacity: 0.6;
  }

  to {
    left: 120%;
    opacity: 0.6;
  }
}

.offer-btn:hover::before {
  left: 120%;
}

.offer-badge {
  position: relative;
  z-index: 1;
  background: radial-gradient(circle at top left, #fff3a0, #ffd400);
  color: #2b0a6b;
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  padding: 12px 14px;
  border-radius: 50%;
  text-align: center;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6);
  width: 85px;
  height: 85px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}

.offer-badge span {
  font-weight: 600;
  font-size: 12px;
}

.offer-btn:hover .offer-badge {
  transform: scale(1.1) rotate(-5deg);
}

.offer-text {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: text-shadow 0.35s ease;
}

.offer-btn:hover .offer-text {
  text-shadow: 0 4px 12px rgba(255, 255, 255, 0.35);
}

.offer-text strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
}

.offer-text small {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.95;
}
