html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #0E1316;
    font-family: "Saira", sans-serif;
    color: #FEFEFF;
    font-size: 14px;
    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;
}

.poppins{
    font-family: "Poppins", sans-serif;
}
.anton{
    font-family: "Anton", sans-serif;
    font-weight: 400;
}

/*Header*/
.header{
    background: transparent;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 24px 0px;
} 
.navbar-brand{
    padding: 0px;
}
.navbar{
    border-radius: 8px;
    border: 1px solid #161E22;
    background: #0E1316;
    padding: 24px 32px;
}
.btn-theme{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 16px 32px 16px 48px;
    border-radius: 8px;
    background-color: #1EFD5F;
    color: #0E1316;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.header .btn-theme{
    padding: 12px 32px 12px 48px;
}
.btn.btn-theme:hover{
    background-color: #FEFEFF;
    color: #0E1316;
}
.navbar-nav{
    gap: 16px;
}
.nav-link{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    padding: 0px !important;
}
.nav-link:hover{
    color: #1EFD5F;
}

/*Hero Section*/
.hero-sec{
    padding-top: 165px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.hero-left-shape{
    position: absolute;
    top: 0px;
    left: 0px;
}
.hero-right-shape{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.z-1{
    position: relative;
}
.hero-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 150px;
}
.wsr-box{
    padding: 12px 32px;
    color: #000100;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    width: fit-content;
}
.texture1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.hero-title{
    color: #FEFEFF;
    font-family: "Anton", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}
.text-theme{
    color: #00B852;
}
.hero-text{
    color: #FEFEFF;
    font-size: 16px;
    margin-bottom: 0px;
    max-width: 557px;
}
.btn-sec{
    display: flex;
    align-items: center;
    gap: 16px;
}
.btn-theme.btn-white{
    background-color: #FEFEFE;
}
.btn-theme.btn-white:hover{
    background-color: #1EFD5F;
}
.marquee-sec{
    overflow: visible;
    padding: 24px 0 12px;
    position: relative;
    margin-top: -63px;
    z-index: 3;
    background-size: cover;
    background-position: top center;
}

/* Marquee styles */
.marquee {
    --gap: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    white-space: nowrap;
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: var(--gap);
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    animation: scroll 20s linear infinite;
}

.marquee__content li{
    color: #000100;
    font-family: "Anton", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }
    to {
        transform: translateX(0);
    }
}

/* Other page demo styles */
.marquee__content > * {
    flex: 0 0 auto;
    text-align: center;
}


/*One Betting App for race day*/
.black-bg{
    background-color: #161E22;
    padding-bottom: 90px;
}
.sec-pad{
    padding: 64px 0px;
}
.ft-16{
    font-size: 16px;
}
.title{
    color: #FEFEFF;
    font-family: "Anton", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 105%;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.eyn-box{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.img-box img{
    border-radius: 8px;
    border: 1px solid var(--Green-600, #00B852);
    width: 100%;
}
.eyn-box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0px;
}
.owl-stage{
    padding-left: 0px !important;
    align-items: flex-start !important;
}
.owl-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}
.owl-nav button.owl-next, 
.owl-nav button.owl-prev{
    width: 83px;
    height: 56px;
    margin: 0px !important;
    border-radius: 8px !important;
    background: #fefeff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 0px !important;
}
.owl-nav button.owl-next:hover, 
.owl-nav button.owl-prev:hover{
    background: #fefeff !important;
    opacity: 0.8;
}
.owl-nav button.owl-next.disabled, 
.owl-nav button.owl-prev.disabled, 
.phone-nav button:disabled{
    background: #A6A6A6 !important;
}
#everything-you-need .owl-nav{
    margin: 0px;
    position: absolute;
    bottom: -87px;
    right: calc(((100% - 1025px) / 2) + .75rem);
}
.owl-theme .owl-dots .owl-dot span {
    width: 48px;
    height: 12px;
    margin: 0px;
    background: #818182;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 64px;
    background: #FEFEFF;
}
.owl-dots{
    display: flex;
    align-items: center;
    gap: 10px;
}
#everything-you-need .owl-dots{
    position: absolute;
    bottom: -64px;
    left: 0;
}
.sub-title{
    color: #FEFEFF;
    font-family: "Anton", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*Ready in minutes*/
.ready-minutes-sec{
/*    padding: 32px;*/
    background-color: #00B852;
    position: relative;
    overflow: hidden;
}
.rm-sec{
    padding: 128px 0px;
    position: relative;
}
.rms-texture{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.rms-frame{
   
    position: absolute;
    z-index: 3;
}
.rms-texture{
    position: relative;
}
.rms-frame-b{
    bottom: 0px;
    width: 100%;
    z-index: 4;
}
.rms-frame-t{
    top: 0px;
    width: 100%;
    z-index: 4;
}
.rms-frame-l{
    left: 0px;
    height: 100%;
}
.rms-frame-r{
    right: 0px;
        height: 100%;
    
}
.rms-frame-m{
display: none;
}
.rms-frame{
display: block;
}

.rms-content{
    position: relative;
    z-index: 2;
        background-color: #161e21;
}
.rm-sec .title{
    color: #FEFEFF;
    font-family: "Anton", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 auto 32px ;
    position: relative;
    width: fit-content;
}
.rms-title-shape{
    position: absolute;
    top: -35px;
    right: -30px;
}
.rms-top-text{
    max-width: 394px;
    margin: 0px auto 64px;
}
.step-sec{
    display: flex;
    align-items: stretch;
    gap: 150px;
}
.flex-1{
    flex: 1;
}


/* PHONE WRAPPER */
.phone-wrapper {
    max-width: 350px;
    margin: auto;
}

/* PHONE CONTAINER */
.phone-slideshow {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 19;
}

/* PHONE FRAME IMAGE */
.phone-slideshow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/iphonex-black.png") no-repeat center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

/* SCREEN AREA */
.screen-mask {
    position: absolute;
    top: 7%;
    left: 3%;
    width: 94%;
    height: 89%;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
}

/* SLIDER LIST */
.phone-slideshow-list {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.5s ease;
}

/* EACH SLIDE */
.phone-slideshow-list li {
    flex: 0 0 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.step-content-sec{
    display: flex;
    flex-direction: column;
    gap: 96px;
    max-width: 418px;
    width: 100%;
    position: relative;
}
.step-arrow{
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}
.step-arrow.active{
    opacity: 1;
}
.sa-01{
    position: absolute;
    right: -84px;
    top: 130px;
}
.sa-02{
    position: absolute;
    right: -71px;
    bottom: 263px;
}
.step-box{
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 0.4;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.step-box.active{
    opacity: 1;
}
.step-num{
    color: #000100;
    font-family: "Anton", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    text-transform: uppercase;
    padding: 7px 19px 7px 23px;
    position: relative;
    width: fit-content;
}
.step-tag{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.step-box p{
    font-size: 16px;
}
.step-box p:last-child{
    margin-bottom: 0px;
}
.step-box .sub-title{
    position: relative;
    width: fit-content;
}
.step-box .sub-title::after{
    content: '';
    background-image: url(../img/step-title-head.png);
    background-size: contain;
    background-position: center;
    min-width: 42px;
    height: 44px;
    position: absolute;
    top: -30px;
    right: -32px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.step-box.active .sub-title::after{
    opacity: 1;
}
.step-box .sub-title.st03::after{
    right: 50px;
}
.mobi-step-arrow01{
    position: absolute;
    bottom: -70px;
    left: 110px;
    display: none;
}
.mobi-step-arrow02{
    position: absolute;
    bottom: -70px;
    left: 120px;
    display: none;
}

/*A platform racing punters trust*/
.black-bg1{
    background-color: #0E1316;
}
.app-rating-box{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
    color: #FEFEFF;
    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: #e7e7e899;
}
.title2{
    color: #FEFEFF;
    font-family: "Anton", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.owl-carousel .owl-item img{
    width: auto;
}
#testimonial .owl-stage-outer{
    padding: 10px;
}
.review-left-sec{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.review-slider-sec{
    margin-bottom: 32px;
}
.review-box{
    border-radius: 16px;
    border: 1px solid rgba(14, 228, 110, 0.08);
    background-color: #161E22;
    box-shadow: 0 0 8px 0 rgba(14, 228, 110, 0.50);
    padding: 72px 64px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.review-l-shape{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.review-r-shape{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.review-object{
    position: absolute;
    top: 0px;
    right: 0px;
}
.z-2{
    position: relative;
    z-index: 2;
}
.review-content{
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
    z-index: 1;
}
.review-text{
    color: #FEFEFF;
    font-family: "Anton", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.w-fit{
    width: fit-content;
}

/*Join a racing focused betting app*/
.join-race-sec{
    padding-top: 210px;
    background-size: cover;
    background-position: center;
}
.join-race-sec .hero-content{
    margin-bottom: 112px;
}

@media (min-width: 576px) {
.container1.right-touched{
    max-width: 100% !important;
}
.right-touched-pad{
    padding-left: calc(((100% - 540px) / 2) + .75rem);
}
.join-race-sec .right-touched-pad{
    padding-left: calc(((100% - 540px) / 2) + .75rem);
    padding-right: calc(((100% - 540px) / 2) + .75rem);
}
}

@media (min-width: 768px) {
.right-touched-pad{
    padding-left: calc(((100% - 720px) / 2) + .75rem);
}
.join-race-sec .right-touched-pad{
    padding-left: calc(((100% - 720px) / 2) + .75rem);
    padding-right: calc(((100% - 720px) / 2) + .75rem);
}
}

@media (min-width: 992px) {
.right-touched-pad{
    padding-left: calc(((100% - 960px) / 2) + .75rem);
}
.join-race-sec .right-touched-pad{
    padding-left: calc(((100% - 960px) / 2) + .75rem);
    padding-right: 0px;
}
}

@media (min-width: 1200px) {
.right-touched-pad{
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
}
.join-race-sec .right-touched-pad{
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
}
}

@media (min-width: 1400px) {
.right-touched-pad{
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
}
.join-race-sec .right-touched-pad{
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
}
}

/*Footer*/
.footer{
    background-color: #000100;
    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: 8px;
    background-color: #FEFEFF;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease-in-out;
}
.f-app-store-box:hover{
    background-color: #E7E7E8;
}
.f-app-store-box .content{
    color: #0E1316;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}
.ft-8{
    color: #0E1316;
    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: #00B852;
}
.footer-middle{
    background-color: #FFF;
    padding: 32px 0px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
.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%;
}