:root {
    --wagerGreen: #1cad75;
    --backColour: #191919;
    --tabColour: #262626;
    --textColour: #f1f1f1;
    --highlight: #1cad75;
    --borderColour: #333333;
    --boxShadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    --gold: rgb(180, 140, 58);
    --gold-light: rgb(220, 181, 90);
    /* a lighter tone for glow */
}


@media (max-width: 767px) {
    .navbar {

        padding-left: 5px !important;
        padding-right: 0 !important;
    }

    .navbartext {
        margin-left: 10px !important;
    }
}

@media (max-width: 450px) {
    #textImage {
        width: 200px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.footerDisclaimer {
    text-align: center;
    color: white;
}

.fcontainer,
.fcon {

    width: 100%;
    padding: 0;
}

.fcon {
    height: 100%;
    overflow-y: hidden;
}

@media (max-width: 475px) {
    .footerDisclaimerContainer {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footerDisclaimer {
        text-align: center;
        padding: 0;
        width: 80%;
        height: 300px;
    }

    #get-helpColumn {
        display: none;
    }

    .row {
        padding: 0;
        margin-left: 0 !important;
        justify-content: center;
    }

    .footer-col {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .footerDisclaimerContainer {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footerDisclaimer {
        padding: 0;
        width: 65%;
        height: 300px;
    }
}

html {
    padding: 0;
    background-color: #191919;
}

.baseholder,
body {
    display: flex;
    flex-direction: column;
    padding: 0;
    font-family: tahoma, sans-serif;
    background-color: #191919;
    color: white;
}


.mainContainer {
    background-color: #191919;
    width: 100% !important;
}

body {
    padding-top: 100px !important;
}

.navbarimg {
    transition: 1s;
}

.navbarimg:active a {
    transform: scale(0.95);

}

.navbar-toggler {
    width: fit-content;
    float: right;
}

.navbar-nav {
    color: white !important;
    z-index: 10000;


}

.BASE-btn {
    text-wrap: nowrap;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #1cad75 !important;
}

#gamblingHelpLine {
    text-decoration: none;
    color: #1cad75 !important;
}

#accountIconImg,
#logoutImg {

    transition: 0.4s;
    opacity: 0.9
}

#accountIconImg:hover,
#logoutImg {
    transform: scale(1.1);
}

.nav-item nav-link {
    color: white !important;
}

.BASE-button-container {

    display: flex;
    gap: 5px;
}

.BASE-btn {
    padding: 5px 8px;
    border-radius: 20px;
    font-size: 1.25em;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.BASE-sign-up {
    font-size: 20px;
    background-color: #1cad75;
    /* solid green background */
    color: white;
    /* white text */
    border: 2px solid #1cad75;
}

.BASE-login {
    transition: 0.4s;
    font-size: 20px;
    background-color: transparent;
    color: white;
    /* green text */
    border: 2px solid #1cad75;
    /* green border */
}

.BASE-sign-up:hover {
    text-decoration: none;
    background-color: transparent;
    color: white;
    /* green text on hover */
}

.BASE-login:hover {
    transform: scale(1.05);
    text-decoration: none;
    background-color: #1cad75;
    /* green background on hover */
    color: white;
}

.dropdown-item:hover {
    color: white !important;
    background-color: #1cad75 !important;
}

.navbar {
    background-color: #191919;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer {
    color: #1cad75 !important;
}

.logoContainer {
    padding-left: 5px;
    display: flex;
    align-items: center;

    flex-direction: row;
    justify-content: center;
}

#logoImage {
    width: 70px;
    padding-bottom: 15px;
}

#textImage {
    margin-top: 3px;
    margin-left: 20px;
    width: 225px;
}

.navbar-nav {
    z-index: 1000000000000;
    background-color: #191919 !important;
}

.displayMessageDiv {
    margin-top: 5px;
    padding: .75rem 1.25rem;
    padding-left: 15px;
    width: 100%;
    color: black;
    font-size: large;
    background-color: #d4edda;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    display: flex;
    font-family: tahoma, sans-serif;
    justify-content: space-between;
    align-items: center;
}

#bannerDisplay {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.deleteIcon {
    color: red;
    cursor: pointer;
    margin-right: 5px;
}

.displayMessageDiv {
    align-items: center;
}

@font-face {
    font-family: 'NexaExtraLight';
    src: url('NexaDemo-Bold.ttf') format('truetype');
    font-weight: 900;
    /* ExtraLight or Light fonts are often 300 */
    font-style: normal;
}

.baseholder {
    display: flex;
    flex-direction: column;
}

.sendEmailButton:hover {
    cursor: pointer;
    transition: 0.4s;
    transform: translateY(-5px);

}

html {
    overflow-x: hidden !important;
}

body {
    margin: auto;
    padding: 0;
    background-color: #191919;
    color: #1CAD75;
    overflow-x: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'poppins', sans-serif;
}

.mainContainer {
    display: flex;
    justify-content: center;
    align-items: center !important;
    overflow-x: auto;
    flex-direction: column;
    width: 90%;

}

.pageSection {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    height: fit-content;
    max-width: 100%;
    margin-bottom: 50px;
}

.mainContainer {

    min-height: 100vh;
    background-image:
        radial-gradient(circle at 20% 20%, hsla(0, 0%, 15%, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 40% 30%, hsla(0, 0%, 13%, 0.1) 0%, transparent 30%),
        radial-gradient(circle at 60% 40%, hsla(0, 0%, 16%, 0.1) 0%, transparent 30%),
        radial-gradient(circle at 80% 50%, hsla(0, 0%, 20%, 0.2) 0%, transparent 30%);
    background-color: #191919;
    /* Ensure the base background color is set */
}

@media (max-width: 1000px) {
    .pageSection {

        height: fit-content;

        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 900px) {
    .pageSection {

        height: fit-content;

        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* Hero Zone */
#heroSection {
    font-family: 'poppins', sans-serif;
    display: flex;
    padding-top: 100px;
    flex-direction: column;
}

.heroLeft,
.heroRight {

    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    color: white;
}



.top-hero-text {
    text-transform: uppercase;
    line-height: 1.1;
    /* Try values between 1 and 1.3 */
    width: 60%;
    font-family: 'Oswald', sans-serif;
    font-size: 5.5em;
    font-weight: 600;
    letter-spacing: -2px;


}

.hero-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-actual-image {
    padding: 10px;
    width: 1000px;
    border-radius: 10px;

}

#hero-actual-image {
    opacity: 0;
    transform: scale(1.05);
    transition: all 2s ease-out;
}

#hero-actual-image.loaded {
    opacity: 1;
    transform: scale(1);
}


#hero-animated-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 4px;
}

#hero-animated-text::after {
    content: '';
    position: absolute;
    bottom: 0px;

    left: 0;
    height: 1px;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.788);
    transition: width 1s ease-out 0.8s;
    /* duration + delay */
}

#hero-animated-text.animate-underline::after {
    width: 100%;
}


.hero-top-title {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.74);

}

#heroSection {
    background-image: radial-gradient(circle at 50% 20%, #1cad7513 20%, transparent 30%);

}

.sportsbook-show-container {
    margin-top: 20px;
}

.hero-button {
    padding: 10px 20px;
    background: linear-gradient(25deg, rgba(18, 123, 82, 0.9), rgba(79, 233, 174, 0.7));
    color: white;
    border-radius: 25px;
    outline: none;
    text-decoration: none;
    font-size: x-large;
    font-weight: 700;
    font-family: 'poppins', sans-serif;
    margin-top: 30px;
    border: none;
    font-size: 2em;
    box-shadow: var(--boxShadow);
    transition: 0.5s, box-shadow 0.5s;
}

.hero-button:hover {
    transform: translateY(-5px);
    background: linear-gradient(25deg, rgba(79, 233, 174, 0.7), rgba(18, 123, 82, 0.9));
    box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.3);
    /* Softened shadow for depth */
    filter: brightness(1.1);
    /* Slight brightness boost */
}


.hero-button a {
    color: white;
    outline: none;
    text-decoration: none;
}








.heroLearnMore {
    padding: 10px 20px;
    background: linear-gradient(25deg, rgba(25, 25, 25, 0.9), rgba(50, 50, 50, 0.7));
    color: white;
    border-radius: 10px;
    outline: none;
    text-decoration: none;
    font-size: x-large;
    font-weight: 700;
    font-family: 'poppins', sans-serif;
    margin-top: 30px;
    border: 1px solid #1cad758c;
    font-size: 2em;
    box-shadow: var(--boxShadow);
    transition: 0.5s, box-shadow 0.5s
}

.heroLearnMore:hover {

    background: linear-gradient(25deg, rgba(50, 50, 50, 0.7), rgba(25, 25, 25, 0.9));
}

.heroJoinButton,
.heroJoinButtonTrial {
    padding: 10px 20px;
    background: linear-gradient(25deg, rgba(18, 123, 82, 0.9), rgba(79, 233, 174, 0.7));
    color: white;
    border-radius: 10px;
    outline: none;
    text-decoration: none;
    font-size: x-large;
    font-weight: 700;
    font-family: 'poppins', sans-serif;
    margin-top: 30px;
    border: none;
    font-size: 2em;
    box-shadow: var(--boxShadow);
    transition: 0.5s, box-shadow 0.5s
}

.heroJoinButton:hover,
.heroJoinButtonTrial:hover {
    background: linear-gradient(25deg, rgba(79, 233, 174, 0.7), rgba(18, 123, 82, 0.9));
    box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.3);
    /* Softened shadow for depth */
    filter: brightness(1.1);
    /* Slight brightness boost */
}


.heroJoinButton a,
.heroJoinButtonTrial a {
    color: white;
    outline: none;
    text-decoration: none;
}

.heroUnderButtontext {
    font-size: 0.8em;
    display: flex;
    margin-top: 5px;
    font-weight: 700;
    color: white;


}

.heroJoinButtonTrial {
    display: none;
    padding: 15px 0px;
    min-width: 209px;
    max-width: 209px;
    border: 1px solid #1CAD75;
    background-color: #191919;

}

.heroZoneDownLoadContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.heroAppleStoreLink {
    width: 150px;
}


@media (max-width: 1000px) {

    .heroLeft,
    .heroRight {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 90%;
        color: white;
    }

    #heroSection {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 0 !important;

    }

    .hero-actual-image {
        width: 675px;
    }
}

@media (max-width: 650px) {
    .hero-actual-image {
        width: 500px;
    }

    .hero-top-title {
        max-width: 500px;
    }

    .heroLeft {
        padding-bottom: 50px;
    }

    .heroRight {
        margin-bottom: 75px;
    }

    .wagerWiseText {
        font-size: 0.8em;
    }

    .titleText {
        font-size: 0.8em !important;
    }

    .heroButtons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #heroSection {
        margin-bottom: 0;
    }

    .heroZoneDownLoadContainer {
        display: flex;
        justify-content: center;
    }

    .top-hero-text {
        width: 450px;
        font-size: 4em;
    }
}

@media (max-width: 500px) {
    .heroLeft {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .wagerwiseLogo {
        text-align: center;
    }

    .heroZoneTopPara {
        text-align: center;
        width: 90%;
    }

    .breakLineSpan {
        text-align: center;
        width: 90%;
    }

    .heroRight {
        display: flex;
        justify-content: center;
    }

    .top-hero-text {
        width: 400px;
        font-size: 4em;
    }

    .hero-actual-image {
        width: 400px;
    }

    .hero-top-title {
        max-width: 400px;
    }
}


@media (max-width: 420px) {
    .top-hero-text {
        width: 350px;
        font-size: 3.5em;
    }

    .hero-actual-image {
        width: 350px;
    }

    .hero-top-title {
        max-width: 350px;
    }
}

@media (max-width: 380px) {
    .heroLeft h6 {
        width: 80%;
    }
}

/* Pillars sections */

#information-container {
    width: 100%;
    background-image:
        radial-gradient(circle at 20% 20%, hsla(0, 0%, 10%, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 30%, hsla(0, 0%, 13%, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 60% 40%, hsla(0, 0%, 16%, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 80% 50%, hsla(0, 0%, 19%, 0.3) 0%, transparent 12%);
}


.information-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 75px;
}

.information-heading {

    font-family: 'poppins', sans-serif;
    font-size: 1.75em;
}

.information-inner-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.information-header-container {
    font-family: 'poppins', sans-serif;
    text-align: center;
}

.pillar-display-container {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pillar-item {
    box-shadow: 7px 6px 12px 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    height: 350px;
    border: 1px solid rgba(128, 128, 128, 0.651);
    border-radius: 15px;
    font-family: 'poppins', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    text-align: center;
    color: white;
    font-weight: 400;
}

.pillar-item-inner-container {
    flex: 0.6;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
}

.pillar-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0.4;
}

.pillar-icon-container .fa-solid {
    scale: 3.5;
    color: var(--gold);
}

.pillar-text-container {
    color: rgba(255, 255, 255, 0.671);
}

@media (max-width: 1350px) {
    .pillar-item {
        height: 300px;
        width: 350px;
    }
}

@media (max-width: 1100px) {
    .pillar-item {
        height: 200px;
        width: 300px;
    }

    .pillar-icon-container .fa-solid {
        scale: 2.5;
    }

    .pillar-item-heading {
        font-size: 1.25em;
    }

    #information-container {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 950px) {
    .pillar-display-container {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .pillar-display-container>*:nth-child(3) {
        grid-column: span 2;
        justify-self: center;
        /* centers it horizontally */
    }

    .information-header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .information-header-text-container {
        width: 70%;
    }

}



@media (max-width: 650px) {
    .pillar-item {
        height: 175px;
        width: 250px;
    }

    .pillar-text-container {
        font-size: 0.7em;
    }
}

@media (max-width: 550px) {
    .pillar-display-container {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }

    .pillar-item {
        height: 250px;
        width: 350px;
    }

    .pillar-text-container {
        font-size: 0.9em;
    }

    .pillar-display-container>*:nth-child(3) {
        grid-column: auto;
        justify-self: auto;
    }

    .information-header-text-container {
        width: 50%;
    }
}

@media (max-width: 390px) {
    .pillar-display-container {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }

    .pillar-item {
        height: 220px;
        width: 325px;
    }

    .pillar-text-container {
        font-size: 0.9em;
    }

    .pillar-display-container>*:nth-child(3) {
        grid-column: auto;
        justify-self: auto;
    }

    .information-header-text-container {
        width: 40%;
    }
}



/* sportsbook */
#sportsbookSection {
    height: fit-content;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.sportsbook-show-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sportsbook-show-heading:hover {
    opacity: 0.8;
}

.sportsbook-show-bookmakers {
    display: grid;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.4s ease;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.sportbook-show--item {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sportsbook-show-text {
    flex: 1;
}

.showing-container {
    height: fit-content;
    opacity: 1;
}

.sportsbook-show-img {
    width: 35px;
}

.sportsbookBackground {
    font-family: 'poppins', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background-color: transparent;
}

.sportsbookContainer {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background-color: transparent;
    overflow: hidden;
}

#sportsbookSection {
    overflow-y: hidden;
}

.sportsbookBackground {
    opacity: 0;
    overflow-y: hidden;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.sportsbookVisible {
    opacity: 1;
    transform: translateY(0);
}

.sportsLogoImg {
    border-radius: 15px;
    width: 75px;

    height: 75px;
    display: block;

}

.sportsbookText {
    overflow: hidden;
    padding: 0;
    text-align: center;

    font-size: 2.5em;
    font-weight: 600;
    overflow-x: hidden;
}

.marquee {
    overflow-y: hidden;
    display: flex;
    flex-direction: c;
    width: 1300px;
    block-size: var(--marquee-item-height);

    position: relative;
    overflow-x: hidden;
    mask-image: linear-gradient(to right,
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0));
}

@media (max-width: 1350px) {
    .marquee {
        width: 1000px;
    }
}

@media (max-width: 1050px) {
    .marquee {
        width: 750px;
    }

    .sportsbook-show-bookmakers {
        gap: 5px;
    }

    #sportsbookSection {
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .marquee {
        width: 550px;
    }

    .sportsbook-show-bookmakers {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .marquee {
        width: 450px;
    }
}

@media (max-width: 475px) {
    .marquee {
        width: 400px;
    }

    .sportsbook-show-bookmakers {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 425px) {
    .marquee {
        width: 390px;
    }
}

@media (max-width: 400px) {
    .marquee {
        width: 350px;
    }
}


.marquee--3 {
    --marquee-item-width: 175px;
    --marquee-item-height: 100px;
    --marquee-duration: 35s;
    --marquee-items: 8;
}

.marquee--omega {
    --marquee-max-width: min(600px, 90vw);
    max-inline-size: var(--marquee-max-width);
    margin-inline: auto;
    mask-image: linear-gradient(to right,
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 10%,
            hsl(0 0% 0% / 1) 90%,
            hsl(0 0% 0% / 0));
}

.marquee__item {
    --marquee-item-offset: max(calc(var(--marquee-item-width) * var(--marquee-items)),
            calc(100% + var(--marquee-item-width)));
    --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
    position: absolute;
    inset-inline-start: var(--marquee-item-offset);
    transform: translateX(-50%);
    animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee__item:nth-child(3n) {
    border-top-right-radius: 1rem;
}

.marquee__item:nth-child(3n + 1) {
    border-bottom-right-radius: 1rem;
}

.marquee__item:nth-child(3n + 2) {
    border-bottom-left-radius: 1rem;
}

.marquee--3 .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
}

.marquee--3 .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
}



.marquee--3 .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
}

.marquee--3 .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
}

.marquee--3 .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
}

.marquee--3 .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
}

.marquee--3 .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
}






@keyframes go {
    to {
        inset-inline-start: calc(var(--marquee-item-width) * -1);
    }
}







@media (max-width: 1500px) {
    .sportsLogoImg {
        width: 65px;
    }
}

@media (max-width: 1300px) {
    .sportsLogoImg {
        width: 50px;
        padding: 5px;
        height: 50px;
        display: block;
        margin: 10px auto;
    }

}

@media (max-width: 1150px) {
    .sportsLogoImg {
        height: 75px !important;
        width: 75px !important;
    }

    .sportsbookContainer {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 10px;
    }

    .plusMoreText {
        display: none;
    }

    .plusMoreSmallScreen {
        font-size: 1.2em;
        align-items: center;
        display: flex;
        flex-direction: row;
        text-align: center;
    }
}


@media (max-width: 900px) {
    .sportsLogoImg {
        width: 35px;
        padding: 3px;
        height: 35px;
        display: block;
        margin: 10px auto;
    }

    .sportsbookText {
        font-size: 1.5em;
    }


    .plusMoreText {
        font-size: 1.5em;
    }
}

@media (max-width: 700px) {
    .sportsLogoImg {
        height: 60px !important;
        width: 60px !important;
    }

    .sportsbookContainer {
        flex-wrap: wrap;
    }

    .sportsbookBackground {
        padding: 0;
    }
}



@media (max-width: 650px) {
    .sportsbookContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        /* Creates 4 columns */
        gap: 10px;
        /* Adjust the gap between items as needed */


    }

    .sportsLogoImg {
        height: 50px !important;
        width: 50px !important;
    }

    .sportsbookHeadingText {
        margin-bottom: 20px;
    }

    .sportsbookText {
        width: 80%;
        margin: 10px;
        font-size: 1em;
    }



    .plusMoreText {
        margin-top: 10px;
        font-size: 1em;
    }
}

@media (max-width: 450px) {
    .sportsbookContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* Creates 4 columns */
        gap: 10px;
        /* Adjust the gap between items as needed */


    }
}



/* Software */


#softwareSection {
    width: 100%;
    font-family: 'poppins', sans-serif;
    display: flex;
    flex-direction: column;
}

.software-heading-link {
    color: white;
}

#softwareSection h2 {
    font-size: 1.5em;
}

#softwareSection p {
    color: white;
}

.software-information-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.software-information-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.software-selector {
    margin-bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.192);
    gap: 5px;
    font-weight: 500;
    font-size: 1.25em;
    border-radius: 20px;
    background-color: #19191973;

    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.sofware-selector-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 10px;
    border-radius: 20px;

}

.sofware-selector-item:hover {
    background-color: #242424;
}

.software-section {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    display: flex;
    font-family: 'poppins', sans-serif;
    justify-content: center;
    flex-direction: row;

}

.software-section {
    display: none;
}

.software-image {
    border: 1px solid var(--borderColour);
    box-shadow: var(--boxShadow);
    border-radius: 25px;
    max-width: 700px;
}

.softwareRight img {
    opacity: 0;
    /* No need for initial translateX here as it will be set dynamically */
    transition: opacity 0.5s ease-out;
}

.software-button {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}



.softwareLeft {
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow-x: hidden;
    float: left;
    min-width: 25%;
    max-width: 25%;
    padding: 0;
    padding-bottom: 30px;
}


.softwareRight {
    display: flex;
    align-items: center;
    float: right;

}

.softwareDescriptionList {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
    /* Remove default padding */
}

/* Target each list item within the 'softwareDescriptionList' */
.softwareDescriptionList li {
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 20px;
    color: white;
    /* Set text color to white */
    position: relative;
    /* Position relative to its normal position */
}

.softwareDescriptionList li i {
    color: var(--gold);
}

.iconsForDescription {
    margin-right: 5px;
    width: 24px;
}

.softwareDescrioptionListContainer {
    width: 75%;
    display: flex;
    padding-left: 30px;
    justify-content: start;
}

/* Keyframe animations */
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 1100px) {

    #softwareSection,
    .posevSection {
        padding-bottom: 0;
    }

    .software-image {
        max-width: 600px;
    }

    .softwareLeft p {
        font-size: 0.9em;
    }

    .sofware-selector-item {
        width: 150px;
    }

    .software-section {
        padding-top: 0;
    }
}

@media (max-width: 1000px) {
    .software-image {
        max-width: 500px;
    }
}

@media (max-width: 840px) {
    .software-section {
        align-items: center;
        flex-direction: column;
    }

    .softwareLeft {
        padding-bottom: 0;
        max-width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .software-image {
        max-width: 600px;
    }

    .sofware-selector-item {
        width: 125px;
    }

    .softwareDescriptionList li {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
    }
}

@media (max-width: 700px) {
    .softwareLeft {
        max-width: 600px;

    }

    .software-information-text {
        width: auto;
        max-width: 600px;
    }

    .sofware-selector-item {
        padding: 5px;
        width: 100px;
        font-size: 0.8em;
    }

    .software-image {
        max-width: 500px;
    }
}

@media (max-width: 550px) {
    .software-image {
        max-width: 400px;
    }

    .software-selector {
        display: none;
    }

    .software-section {
        display: flex;
    }

    .software-information-container h3 {
        max-width: 300px;
    }

    .software-information-text {
        width: 400px;
    }
}

@media (max-width: 460px) {
    .softwareDescrioptionListContainer {
        padding-left: 0;
    }

    .softwareDescriptionList li {
        font-size: 0.8em;
    }

    .softwareLeft {
        max-width: 350px;
    }

    .software-image {
        max-width: 350px;
    }
}

@media (max-width: 400px) {
    .softwareDescrioptionListContainer {
        padding-left: 0;
    }

    .softwareDescriptionList li {
        flex-direction: row;
        font-size: 1em;
    }



    .software-image {
        max-width: 300px;
    }

    .software-information-text {
        width: auto;
        max-width: 300px;
    }

    .softwareLeft {
        flex-direction: column;
    }
}



/* profit calc */
#profitCalc {
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.profitCalcContainer {
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%;
}

.profitCalcText {
    overflow-y: hidden;
    float: right;
    width: 50%;
}

.profitCalcuator {
    overflow-y: hidden;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid var(--borderColour);
    background-color: #1d1d1d;
    width: fit-content;
    padding: 5%;
    height: fit-content;
}

.profitCalcContainer,
.profitCalcText {
    overflow-y: hidden;
    opacity: 0;
    font-family: 'poppins', sans-serif;


}

/* Keyframe animations */
@keyframes animateInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes animateInFromRight {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Media query to apply animations based on screen width */

@media (max-width: 800px) {

    .profitCalcContainer,
    .profitCalcText {
        opacity: 1;


    }
}

.profitCalcuator h2 {
    color: white;
    padding-top: 30px;
    font-size: 3em;
    text-align: center;
}

.bankRollImageText {
    gap: 5px;
    display: flex;
    font-size: 1.5em;
    color: white;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}

.bankRollDiv {
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.bankImage {
    width: 60px;
}

#bankrollInput {
    text-align: center;
    width: 100px;
    background-color: transparent;
    font-size: 1.5em;
    color: white;
    border: none;
    border-bottom: 1px solid gray;
}

.input-container {
    padding-top: 15px;
    position: relative;
    display: inline-block;
}

.dollar-sign {
    font-weight: 600;
    position: absolute;
    left: 10px;
    color: white;
    font-size: 1.6em;
    pointer-events: none;

}

#bankrollInput {
    font-weight: 600;
    padding-left: 20px;

}

#bankrollInputText {
    font-weight: 600;
}

#timeSlider {
    -webkit-appearance: none;
    color: white !important;
    background-color: white !important;
    width: 300px;
    height: 25px;
    border-radius: 15px;
    margin: 20px 0;

    padding: 0;

}

#timeSlider::-webkit-slider-thumb {
    border-radius: 25px;
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #1CAD75;
    /* Green background */
    border: 1px solid #191919;
    cursor: pointer;
    /* Cursor on hover */

}

#timeValue {
    font-weight: bold;
}

.timeInputContainer {
    padding: 0;
    margin-top: 15%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.timesliderTextOutput {
    font-weight: 600;
    font-size: 1.2em;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}

#timeValue {
    width: 195px !important;
    font-size: 1.5em;
}

.incomeTextContainer {
    margin-top: 10%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 2.5em;
    font-weight: 600;
}

.incomeImg {
    width: 100px;
}

.weeklyIncome {
    padding: 0;
}

.dayWeektext {
    padding: 0;
    font-weight: lighter;
    font-style: italic;
}

.incpmeOutputContainer {
    padding: 0;
    font-weight: 600;
    color: white;
    font-size: 1.5em;
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}


.callActionButton {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.evSpaceDiv {
    margin-top: 5%;
    height: 100%;
}

.evSpaceDiv {
    margin-left: 3px;
    color: white;
    font-size: 0.8em;
}


.profitCalcText {
    margin-top: 5%;
    text-align: center;
}

.profitCalcText img {
    padding: 0;
    width: 50px;
}

.bankContainer,
.freqContainer {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.freqContainer {
    width: 90%;
}

.profitCalcText h2 {
    font-size: 3em;
    color: white;
}

.profitCalcTextImgText {
    padding: 0;
    padding-left: 5%;
    display: flex;
    color: white;
    font-size: 2.5em;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 25px;
    font-style: italic;
}

.profitTextInfomration {
    margin-left: 12.5%;
    display: flex;
    color: white;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

.profitCaclDescription {

    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25em;
}

@media (max-width: 1200px) {
    .profitCalcText h2 {
        font-size: 2.5em;
    }
}

@media (max-width: 950px) {
    .profitCalcTextImgText h3 {
        font-size: 0.9em;
        padding: 0;
    }
}

@media (max-width: 800px) {
    #profitCalc {
        flex-direction: column;
    }

    .profitCalcContainer {
        width: 100%;
    }

    .profitCalcText {
        order: 1;

        width: 95%;
    }

    .profitCalcuator {
        width: 80%;
    }

    .dollar-sign {
        font-size: 1.5em;
    }

    #bankrollInputText {
        font-size: 1em;
    }

    .profitCalcTextImgText {
        padding: 0;
    }

    .freqContainer {
        width: 100%;
    }

    .profitCalcTextImgText {
        width: fit-content;
    }

    .proftiHeaderInfoContainer {
        width: 80%;
    }

    #timeSlider {
        width: 250px;
    }

}

@media (max-width: 500px) {
    #bankrollInputText {
        font-size: 0.7em;
    }

    #bankrollInput {
        font-size: 1.5em;
    }

    #timeValue {
        font-size: 1.15em;
    }

    .bankImage {
        width: 50px;
    }

    .incpmeOutputContainer {
        font-size: 1.5em;
    }

    .incpmeOutputContainer {
        font-size: 1.5em;
    }

    .incomeImg {
        width: 75px;
    }

    .profitCalcTextImgText {
        margin: 0;
    }

    .profitCalcContainer,
    .profitCalcText {
        width: 90%;
        padding: 0;
    }

    .profitCalcText img {
        width: 40px;
    }

    .profitCaclDescription {
        font-size: 1em;
    }

    .proftiHeaderInfoContainer {
        font-size: 0.9em;
    }

    .profitCalcText {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .freqContainer,
    .bankContainer {
        align-self: center;
        width: 85%;
    }

    #timeSlider {
        width: 225px;
    }

    .profitCalcText {
        width: 80%;
    }
}

@media (max-width: 500px) {

    .profitCalcuator {
        width: 90%;
    }
}

@media (max-width: 400px) {

    .profitCalcuator {
        width: 80%;
    }

    .profitCalcText {
        width: 75%;
    }
}


/* Calendy and course */
#call-course-section {
    width: 75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    padding: 40px 20px;
    flex-wrap: wrap;
    /* responsive fallback */
}

.call-course-header {
    font-family: 'poppins', sans-serif;
    text-align: center;
    flex: 1;
    margin-bottom: -75px;
    max-width: 800px;
}

.call-course-header h2 {
    color: var(--gold);
    font-size: 2.5em;
}
.calendly-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 800px;
    
}
.calendly-spinner {
    display: none;
}


.calendly-inline-widget {
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
    .calendly-wrapper {
        height: 1000px;
    }
}

@media (max-width: 1600px) {
    .call-course-header {
        margin-bottom: 0px;
    }
    
}

@media (max-width: 800px) {
    
    #call-course-section {
        width: 90vw;
    }
}


/* Testimonals */
#testinmoalHolder {
    height: fit-content;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;

}

.testHeading {
    margin-left: 2%;
    color: #F8F8F8;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.testHeading h2 {
    font-size: 4em;
    margin-bottom: 15px;
}

.testHeading span {
    font-size: 1.5em;
}

.testContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonalTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.testimonalBottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.testimonal {
    border-radius: 15px;
    margin: 10px;
    height: 210px;
    max-width: 30%;
    color: white;
    background-color: #242424;
    border: 1px solid #262626;
    box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.1);
}

.testimonal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.testimonal.isVisible {
    opacity: 1;
    transform: translateY(0px);
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #1cad758f;
    border-radius: 50%;
    display: inline-block;
}

.testimonalInnerContainer {
    padding: 10px;
    font-family: 'poppins', sans-serif;
    display: flex;
    flex-direction: column-reverse;
}

.testinmonalHeader {
    width: 100%;
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 2em;
    margin: 0;
    justify-content: flex-start;
}

.testinmonalHeader h6 {
    margin: 0;
}

@media (max-width: 1500px) {
    .testimonal {

        height: 230px;
    }

    .testimonalTop {
        flex-wrap: wrap;
    }
}

@media (max-width: 1300px) {
    .testimonal {

        height: 250px;
    }

    .testimonalTop {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .testimonal {
        max-width: 40%;
    }

    .testimonalTop {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .testimonal {
        max-width: 100%;
        height: fit-content;
    }

    .testimonalTop {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .testimonalBottom {

        flex-direction: column;
    }

    .testHeading h2 {
        font-size: 3em;
    }
}

@media (max-width: 475px) {
    .testHeading {
        text-align: center;
    }

    .testimonal {
        width: 80%;
        height: 220px;
    }

    .testimonalInnerContainer {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .testimonalInnerContainer p {
        margin: 0 !important;
        width: 90%;
        padding: 0;
        height: 200px;
    }
}

@media (max-width: 400px) {
    .testimonal {
        width: 80%;
        height: 240px;
    }
}

/* FAQ Questions */
#faqSection {

    display: flex;
    flex-direction: column;
    height: fit-content;
    padding-top: 50px;
    font-weight: bolder;
    width: 70% !important;
}

#faqSection h2 {

    text-align: left;
    color: white;
    font-size: 3em;
}


.question {
    box-shadow: var(--boxShadow);
    font-family: 'poppins', sans-serif;
    justify-content: space-between;
    align-items: center;
    display: flex;
    text-align: center;

    cursor: pointer;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border-bottom: 1px solid rgba(128, 128, 128, 0.493);
    margin-bottom: 10px;
    color: white;
    font-size: 1em;

    width: 100% !important;
}

.faqCircle .fa-solid {
    color: var(--gold);
}

.fa-chevron-down {
    color: #1CAD75;
}

.shorterQuestion {
    justify-content: start;
    font-size: 1em;
    width: 50%;
    background-color: transparent;
    color: white;
    padding: 0;
}

.majorRightCalc {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.faq {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faqContainer {
    width: 80%;
}

.answer {
    padding: 10px;
    color: white;
    display: none;

    max-width: 100%;
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 200;
}

.faqCircle {
    float: right;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;

    border-radius: 50%;
    color: white;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    margin-right: 10px;
}

@media (max-width: 900px) {
    #faqSection h2 {
        text-align: center;
    }

    .question {
        font-size: 1.4em;
    }

    .faqContainer {
        width: 95%;
    }

    .faqCircle {
        margin-right: 25px;
        max-width: 30px;
        max-height: 30px;

    }
}

@media (max-width: 650px) {
    .question {
        text-align: left;
        font-weight: 500;
        font-size: 1em;
    }
}

@media (max-width: 500px) {

    .faqContainer,
    .faq {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .question,
    .answer {
        font-size: 1em;
        width: 85% !important;
    }
}


/* pricing */

.flashingColourText {
    animation: flashColour 1.5s;
}

#priceSection {

    height: fit-content;
    overflow-y: hidden;
    width: 100%;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricingTableContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#priceSection h2 {
    font-size: 3em;
    color: white;
}

.price-container {

    margin-top: 150px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image:
        radial-gradient(circle at 20% 40%, hsla(0, 0%, 19%, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 90% 50%, hsla(0, 0%, 19%, 0.1) 0%, transparent 30%);

}

.price-select-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 50px;
}

.price-select-container h3 {
    color: white;
    color: rgba(255, 255, 255, 0.747);
    margin: 0;
    font-size: 1.25em;
}

.price-select {
    font-weight: 500;
    font-size: 1.25em;
    background-color: #191919 !important;
    font-family: 'poppins', sans-serif;
    padding: 10px;
    color: white;
    outline: none;
    background-color: var(--backColour);
    border: none;
    border-bottom: 1px solid grey;
}

.pricing-table {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 20px;
}

table {
    font-family: 'inter', sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    table-layout: fixed;
    /* Fixed table layout for alignment */
}

th,
td {
    padding: 12px;
    text-align: center;

}

th {

    font-size: 1.2em;
}

td {
    font-size: 1.1em;
    height: 75px;
    /* Ensures consistent row height */
}

.plan-header {
    height: 110px;
    color: white;
    padding: 20px 10px;
    font-size: 1.5em;
}

.feature-column {
    text-align: left;
    max-height: 75px !important;
    background-color: transparent;
}

.x {
    color: #f44336;
    font-size: 2em;
}

.check {
    color: #1cad75;
    font-size: 2em;
}

.highlight {

    border: 2px solid #ffd700;
}

.signup-button-price {
    background: linear-gradient(25deg, rgba(18, 123, 82, 0.9), rgba(79, 233, 174, 0.7));
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    margin: 10px auto;
    text-decoration: none;
    width: 200px;
    border-radius: 10px;
    transition: 0.4s;
    box-shadow: var(--boxShadow);
}

.signup-button-price:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: white;
}

.signup-button-holder {
    background-color: transparent;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    margin: 10px auto;
    width: 80%;
    border-radius: 5px;
    opacity: 0;
}

/* Ensures consistent row heights across all tables */
.pricing-table table tbody tr {
    height: 60px;
    /* Adjust height as needed for consistency */
}

.standard-table {
    scale: 1.1;
}

.package-table {
    background-color: #1b1b1b;
    border: 1px solid #404040;
    box-shadow: var(--boxShadow);
}

.package-table .plan-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #333333;

}

.plan-header .price-input {
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.774);
}

.highlight {
    border: px solid gold;
}

#standard-price-button {
    background: linear-gradient(91deg, rgb(180, 150, 90) -0.03%, rgb(145, 100, 10) 102.02%);
}

@media (max-width: 1010px) {
    .pricing-table {
        max-width: 850px;
    }

    .signup-button-price {
        width: 175px;
    }
}

@media (max-width: 850px) {
    .pricing-table {
        max-width: 700px;
    }
}

@media (max-width: 710px) {
    .pricing-table {
        max-width: 500px;
    }

    .signup-button-price {
        font-size: 0.8em;
        width: 125px;
    }

    .standard-table {
        scale: 1.025;
    }
}

@media (max-width: 570px) {
    .signup-button-price {
        font-size: 0.8em;
        width: 100px;
    }

    td {
        font-size: 1em;
    }


    .plan-header {
        font-size: 1em;
    }

    .pricing-table {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .standard-table {
        scale: 1;
    }

    td {
        font-size: 0.7em;
    }


    .plan-header {
        font-size: 1em;
    }



}

@media (max-width: 410px) {

    td {
        font-size: 0.7em;
    }


    .plan-header {
        font-size: 1em;
    }

    .pricing-table {
        max-width: 350px;
    }

    .price-select-container h3 {
        font-size: 1em;
    }

    .signup-button-price {
        font-size: 0.7em !important;
    }
}

/* Contact */
#contactSection {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-inner-container {

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contactLeft {
    float: left;
    width: 40%;
}

.contactRight {
    float: right;
    width: 40%;
}

.contactInfoContainer {
    font-family: 'poppins', sans-serif;
    border-radius: 20px;

    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    background-color: #191919;

    max-width: 450px;
    padding: 20px;
    border: 1px solid var(--borderColour);


    transform-origin: left;

}

.contactInfoContainer h3 {
    text-align: center;
    font-size: 1.5em;
}

.contactInfoContainer input {
    color: white;
    background-color: #232323;
    height: 30px;
    border: none;
    border-radius: 5px;
    border: 1px solid var(--borderColour);
}

textarea {
    color: white;
    background-color: #232323;
    border: none;
    border-radius: 5px;
    border: 1px solid var(--borderColour);
}

.contactEmailContainer,
.contactMsgContainer,
.contactLastContainer,
.contactFirstContainer {
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.contactLastContainer,
.contactFirstContainer {
    width: 45%;
}

.contactNameContainer {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contactButtonContainer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sendEmailButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #1CAD75;
    padding: 5px 25px 5px 24px;
    border: none;
    height: 45px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 10px;


}

.contactForm span {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.contactLeft {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    color: white;
}

.contactLefyCotainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    color: white;
}

.contactLeft h2 {
    font-size: 4em;
    margin-bottom: 10px;
}

.contactLeft span {
    font-size: 1.5em;
    text-align: left;
}

.contactusEmailLabel {
    font-size: 2em !important;
    font-weight: 600;
}

.contactInfoContainer h3 {
    margin: 0;
}

.contact-header {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;

    padding: 50px 20px;
    border-radius: 15px;

    color: #fff;
}

.contact-header img {
    width: 100px;
    transition: transform 0.3s ease;
}

.contact-header img:hover {
    transform: scale(1.1);
}

.enterprise-title {
    text-align: center;
    width: 85%;
    font-size: 3em;
    margin-top: 20px;
    font-weight: 600;
}

.enterprise-divider {
    width: 60px;
    height: 4px;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 2px;
}

.enterprise-text {
    text-align: center;
    width: 80%;
    font-size: 1.3em;
    margin: 15px 0 25px;
    line-height: 1.6em;
}

.enterprise-href {
    color: #1cad75 !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.enterprise-href:hover {
    color: #fff !important;
}

.contact-header a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-header img {
        width: 80px;
    }

    .enterprise-title {
        font-size: 2.2em;
    }

    .enterprise-text {
        font-size: 1.1em;
    }
}

@media (max-width: 900px) {
    .contactLeft h2 {
        font-size: 2.5em;
        margin-bottom: 10px;
    }

    .contactLeft span {

        text-align: left;
    }

    .contactusEmailLabel {
        font-size: 1em !important;
        font-weight: 600;
    }

    .contactLeft {
        width: fit-content;
    }

    .contactRight {
        width: 50%;
    }
}

@media (max-width: 750px) {
    .contactRight {
        width: 70%;
    }
}

@media (max-width: 750px) {
    .contact-inner-container {
        margin-top: 0;
        flex-direction: column;
    }

    .contactLeft,
    .contactRight {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contactLeft {
        margin-bottom: 50px;
    }

    .contactLeft h2 {
        font-size: 4em;
        margin-bottom: 10px;
    }

    .contactLeft span {
        font-size: 1.5em;
        text-align: left;
    }

    .contactusEmailLabel {
        font-size: 2em !important;
        font-weight: 600;
    }

    .contactInfoContainer {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .contactInfoContainer {
        width: 80%;
    }
}

.bg-dark,
.dropdown-item,
.dropdown-menu {
    background-color: #191919 !important;

}

* {

    padding: 5px;

}

a {
    text-decoration: none !important;
    color: white !important;
}



/* featured section */
#featured-information {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.featured-inner-container {
    width: 100%;
}

.featured-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 10px;
}

.featured-item {
    font-family: 'poppins', sans-serif;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
}

.featured-item-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.featured-item-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featured-item-text-container {
    height: 100%;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
}

.featured-item-main-header {
    font-size: 2em;
}

.featured-item-text {
    font-size: 1.25em;
    color: rgba(255, 255, 255, 0.568);
    width: 80%;
}

.featured-item-image-container {
    height: 50%;
}

.featured-small-item {
    width: 35%;
    height: 500px;
    background-color: rgba(44, 62, 80, 0.1);
}

.featured-medium-item {
    width: 60%;
    height: 500px;
    background-color: rgba(138, 141, 191, 0.1);
}

.featured-large-item {
    width: 95%;
    height: 600px;
    background-color: rgba(164, 110, 202, 0.1);
}

.featured-large-item .featured-item-text-container {
    height: 150px
}

.featured-large-item .featured-item-body {
    justify-content: left;
    height: 100%;
}

#wagerwise-results-container {
    border-radius: 20px;

}

.featured-medium-item .featured-item-body {
    justify-content: center;
    flex-direction: row;
}

.featured-items-image-small {
    width: 225px;
}

.featured-items-image-medium {
    width: 400px;
}

.featured-items-image-large {
    width: 1100px;
    height: 375px !important;
}

.featured-items-image-large-image {
    width: 800px;
    height: 400px;
    display: flex;
}

@media (max-width: 1700px) {
    .featured-item-main-header {
        font-size: 1.7em;
    }

    .featured-item-text {
        font-size: 1em;
    }

    .featured-items-image-small {
        width: 200px;
    }
}

@media (max-width: 1520px) {
    .featured-items-image-large {
        width: 950px;
    }

    .featured-inner-container {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .featured-medium-item .featured-item-body {
        flex-direction: column-reverse;
    }

    .featured-items-image-medium {
        width: 300px;
    }

    .featured-items-image-large-image {
        width: 600px;
        height: auto;
        display: flex;
    }

    #featured-information {
        margin-top: 0px;
    }

}

@media (max-width: 985px) {

    .featured-items-image-medium {
        width: 275px;
    }

    .featured-items-image-large {
        width: 700px;
        height: 350px !important;
    }

    .featured-item-text {
        font-size: 0.8em;
    }
}

@media (max-width: 860px) {

    .featured-items-image-medium {
        width: 250px;
    }

    .featured-items-image-large {
        display: none;
    }

    .featured-items-image-large-image {
        display: block;
        width: 600px;
    }

    .featured-item-text {
        font-size: 0.8em;
    }

    .featured-items-image-small {
        width: 175px;
    }

    .featured-item-main-header {
        font-size: 1.5em;
    }


}


@media (max-width: 745px) {

    .featured-items-image-medium {
        width: 250px;
    }

    .featured-items-image-large-image {
        display: block;
        width: 450px;
    }

    .featured-item-text {
        font-size: 0.8em;
    }

    .featured-items-image-small {
        width: 100px;
    }

    .featured-item-main-header {
        font-size: 1.5em;
    }

    .featured-item {
        height: 450px;
    }
}

@media (max-width: 640px) {

    .featured-inner-container {
        flex-direction: column;
    }

    .featured-item {
        width: 90%;
    }

    .featured-items-image-small {
        width: 150px;
    }

    .featured-items-image-large-image {
        width: 400px;
    }

}

@media (max-width: 585px) {

    .featured-inner-container {
        flex-direction: column;
    }

    .featured-item {
        width: 90%;
    }

    .featured-items-image-small {
        width: 150px;
    }

    .featured-items-image-large {
        width: 400px;

    }

    .featured-items-image-large-image {
        width: 350px;
    }

    .featured-item-large,
    .featured-item-body {
        justify-content: center !important;
    }
}

@media (max-width: 585px) {
    .featured-items-image-small {
        width: 125px;
    }

    .featured-items-image-large-image {
        width: 300px;
    }

    .featured-items-image-medium {
        width: 200px;
    }

    .featured-item {
        width: 80%;
    }
}
















.equationLine {
    width: 50%;
    border-top: 1px solid white;
}

.equationContainer {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-size: 1em;
    border: 1px solid #1cad75;
    box-shadow: 0 4px 8px rgba(28, 173, 117, 0.7);
    border-radius: 15px;
}

.equationRight {
    align-items: end !important;
}

.equationRow {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.equationRow:last-child {
    border-bottom: none;
}

.equationLeft {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    align-items: start;
    font-weight: bold;
    font-size: 0.7em;
    position: relative;
}

.euqationleftContainer {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    top: 0;
    align-items: start;
}

.fraction {

    display: inline-block;
    text-align: right;
    width: fit-content;
}

.numerator,
.denominator {
    display: block;
}

.denominator {
    text-align: center;
    border-top: 1px solid white;
}

.equationRight {
    height: 100%;
    display: flex;

    text-align: right;
    font-size: 0.7em;
    width: fit-content;

}

.equationLeft {
    text-wrap: nowrap;
}

.lastFraction {
    max-width: fit-content;
}

.finalSpanContainer {
    width: 100%;

    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.resultContainerEquation {

    color: #1CAD75;

    font-size: 1.1em;
}

#hereProofContainer {
    margin-top: 10px
}

.equationNoBorder {
    padding: 0;
    border: none;
}

.resultsmainImage {
    border-radius: 15px;

}


@media screen and (max-width: 650px) {
    .enterpise-text {

        width: 90%;
        text-align: center;
    }

    .enterpise-title {
        text-align: center;
    }

    .resultsmainImage {
        width: 95%;
    }

    .resultsStatsContainer {
        margin-top: 5px;
        overflow: visible !important;
        max-width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;

        justify-content: center;

    }

    .evResultsRight {
        padding: 0;
    }

    .evResultsLeft {
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content;

        flex-direction: column-reverse;
    }

    .resultStatItem {

        opacity: 1;
        align-items: center;
        justify-content: center;
        height: 100px;
        font-size: 1.5em;
        padding: 0;
        display: flex;
        width: 250px;
    }

    .resultStatDescription,
    .resultStatValue {
        padding: 0;
    }

    .evresultsContainer {
        padding: 0;
    }

    .prev,
    .next {
        padding: 0;
        cursor: pointer;
        transition: 0.4s;




        color: gold;
        font-weight: bold;
        font-size: 24px;
        display: block;
        user-select: none;
    }

    .prev:hover,
    .next:hover {
        transform: scale(1.05);
    }

    .next {
        right: 0;
    }

    .prev {
        left: 0;
    }

    #resultsSection {
        min-height: fit-content !important;
    }

    .arrowResultsContainer {
        box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
        margin-top: 10px;
        border: 1px solid #1cad75;
        display: flex;
        border-radius: 15px;
        padding: 3px;
        background-color: #191919;
        flex-direction: row;
        justify-content: space-between;
        width: 70%;
        align-items: center;
    }

}

@media (max-width: 450px) {
    .resultsmainImage {
        width: 85%;
    }

    .enterpise-title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 650px) {
    .topRowg .grid-item {
        opacity: 1 !important;
        transform: none;
    }

    .bottomRowg .grid-item {
        opacity: 1 !important;
        transform: none;
    }

    .resultStatItem {
        opacity: 1 !important;
    }

    .priceTable {
        opacity: 1 !important;

    }

    .testimonal {
        opacity: 1 !important;
    }

    .profitCalcContainer,
    .profitCalcText {
        opacity: 1 !important;

    }

    .softwareRight img {
        opacity: 1 !important;
    }

    .sportsbookBackground {
        opacity: 1 !important;

    }

    .resultStatItem {
        display: none;
    }

    #startingResultItem {
        display: flex;
    }

}