html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #041737;
    font-family: "Poppins", sans-serif;
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 400;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.btn:focus{
    box-shadow: none;
}
p{
    line-height: 22px;
}





/*Header*/
.header{
    background: #041737;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #fefefe3d;
    padding: 4px 0px;
}
.btn-theme{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 50px;
    background-color: #00E5FF;
    color: #061526;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn.btn-theme:hover{
    background-color: #FEFEFE;
    color: #061526;
}
.btn.btn-theme:hover{
    gap: 22px;
}
.navbar-nav{
    gap: 16px;
}
.nav-link{
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
.nav-link:hover{
    color: #00E5FF;
}

/*Hero Section*/
.hero-sec{
    padding-top: 88px;
    position: relative;
    overflow: hidden;
}
.hero-shape{
    position: absolute;
    top: -80px;
    right: 0px;
}
.z-1{
    position: relative;
}
.hero-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 235px;
}
.wsr-box{
    border-radius: 50px;
    border: 1px solid rgba(254, 254, 254, 0.12);
    background-color: rgba(254, 254, 254, 0.08);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.live-box{
    border-radius: 50px;
    border: 0.5px solid rgba(254, 254, 254, 0.24);
    background-color: #061526;
    padding: 8px;
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 500;
    line-height: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.hero-title{
    color: #FEFEFE;
    font-size: 84px;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    margin: 0px;
}
.text-theme{
    color: #51C1F0;
}
.hero-text{
    margin-bottom: 0px;
    max-width: 361px;
}
.btn-sec{
    display: flex;
    align-items: center;
    gap: 16px;
}
.btn-theme.btn-white{
    background-color: #FEFEFE;
}
.btn-theme.btn-white:hover{
    background-color: #00E5FF;
}
.bg-overlay{
    position: relative;
}
.bg-overlay::before{
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 100%;
    height: 32px;
    background: linear-gradient(180deg, #041737 0%, rgba(4, 23, 55, 0.00) 100%);
    z-index: 1;
    display: none;
}
.mobi-hero-shape{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

/*One Betting App for race day*/
.bg-brand-grey{
    background-color: #EDEFF2;
    color: #061526;
}
.sec-pad{
    padding: 64px 0px;
}
.title{
    color: #FEFEFE;
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.text-brand-black{
    color: #061526;
}
.mobi-100{
    width: fit-content;
}
.white-box{
    width: 100%;
    height: 100%;
    background-color: #FEFEFE;
    border-radius: 16px;
    overflow: hidden;
}
.image-box{
    padding: 32px 48px 0px;
    background-color: #041737;
    position: relative;
    overflow: hidden;
}
.bg-circle-gradient{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle-large{
    width: 345px;
    height: 345px;
    border-radius: 50%;
    opacity: 0.2;
    background: #51C1F0;
    filter: blur(75px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle-middle{
    width: 221px;
    height: 221px;
    border-radius: 50%;
    opacity: 0.7;
    background: #51C1F0;
    filter: blur(75px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle-small{
    width: 181px;
    height: 181px;
    border-radius: 50%;
    background: #51C1F0;
    filter: blur(75px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-part{
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sub-title{
    color: #FEFEFE;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.white-box .sub-title{
    color: #061526;
    margin-bottom: 0px;
}
.content-part p:last-child{
    margin-bottom: 0px;
}
.g-32{
    --bs-gutter-y: 32px;
    --bs-gutter-x: 32px;
}

/*Get started in Minutes*/
.step-sec{
    margin: 32px 0px;
}
.step-box{
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 48px;
    position: relative;
}
.step-sec .step-box:last-child{
    padding-bottom: 0px;
}
.step-box::after{
    content: '';
    width: 1px;
    height: 100%;
    border: 1px dashed #51C1F0;
    position: absolute;
    top: 0px;
    left: 24px;
    z-index: -1;
}
.step-sec .step-box:last-child::after{
    display: none;
}
.icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 0.25px solid #51C1F0;
    background-color: rgba(81, 193, 240, 0.12);
    backdrop-filter: blur(50px);
}
.step-content{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}
.step-num{
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
.step-title{
    color: #51C1F0;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.step-content p{
    margin-bottom: 0px;
}

/*A Betting app punters trust*/
.app-rating-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 24px;
    color: #061526;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
.app-store{
    width: 24px;
}
.center-text-box{
    display: flex;
    align-items: center;
    gap: 2px;
}
.text-grey{
    color: #061526a3;
}
.mb-100{
    margin-bottom: 100px;
}
.owl-carousel .owl-item img{
    width: auto;
}
.review-slider-sec{
    margin-bottom: 32px;
}
.review-box{
    border-radius: 16px;
    background-color: #041737;
    padding: 48px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 1s ease-in-out;
    height: fit-content;
    overflow: hidden;
}
.review-box::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(6, 21, 38, 0.48);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}
.review-box .bg-circle-gradient{
    opacity: 0.3;
    z-index: 0;
}
.owl-item.center .review-box{
    height: 345px;
}
.owl-item.center .review-box::after{
    display: none;
}
.review-bg-shape{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 1;
}
.z-2{
    position: relative;
    z-index: 2;
}
.star-sec{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.review-text{
    color: #FEFEFE;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}
.divider-line{
    width: 120px;
    height: 1px;
    background: rgba(254, 254, 254, 0.24);
    margin: 32px 0px;
}
.customer-name{
    color: #51C1F0;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}
.review-date{
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.owl-stage{
    display: flex;
    align-items: center;
}
#testimonial .owl-next, 
#testimonial .owl-prev{
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(6, 21, 38, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    transition: all 0.3s ease-in-out; 
}
#testimonial .owl-next:hover, 
#testimonial .owl-prev:hover{
    background-color: #00E5FF;
}
#testimonial .owl-nav{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0px;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
}

/*A better way to bet on racing*/
.bg-br-box{
    border-radius: 24px;
    border: 1px solid rgba(81, 193, 240, 0.48);
    background-color: rgba(254, 254, 254, 0.08);
    box-shadow: 0 4px 20px 0 rgba(0, 238, 255, 0.30);
    padding: 0px 48px;
}
.bg-br-box .max-width{
    max-width: 449px;
}
.w-fit{
    width: fit-content;
}

/*Footer*/
.footer{
    background-color: #020A19;
    padding: 64px 0px 32px;
}
.footer-top{
    margin-bottom: 32px;
}
.f-app-store-sec{
    display: flex;
    align-items: center;
    gap: 8px;
}
.f-app-store-box{
    border-radius: 50px;
    background-color: #fefefe3d;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease-in-out;
}
.f-app-store-box:hover{
    background-color: #fefefe80;
}
.f-app-store-box .content{
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}
.ft-8{
    color: #FEFEFE;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
}
.f-menu-title{
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 16px;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.f-ul a{
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    transition: all 0.3s ease-in-out;
}
.regulation-sec a{
    transition: all 0.3s ease-in-out;
}
.f-ul a:hover, 
.regulation-sec a:hover{
    color: #00E5FF;
}
.footer-middle{
    background-color: #FFF;
    padding: 32px 0px;
    color: #000000;
}
.ft-14{
    font-size: 14px;
}
.semi-bold{
    font-weight: 600;
}
.f-ul .f-link{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.footer-bottom{
    padding: 32px 0px;
}
.age-confirmation{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}
.age-box{
    color: rgba(254, 254, 254, 0.48);
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    min-width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid rgba(254, 254, 254, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
}
.regulation-sec{
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    max-width: 867px;
}
.copyright{
    padding-top: 32px;
    border-top: 1px solid rgba(254, 254, 254, 0.24);
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
}

.live-indicator svg {
  overflow: visible;
}

.pulse-ring {
  transform-origin: center;
  animation: pulse 1.5s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
