a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}


.what-is-dugout.irl .img {
    background: url(../images/what-is-dugout-irl.webp) center / cover no-repeat;
    border: none;
}

.what-is-dugout.irl .text {
    padding-right: 0;
    padding-left: 80px;
}

.services.irl .service-cards {
    flex-wrap: nowrap;
}



.sessions {
    margin-top: 180px;
    padding: 0 3vw;
}

.sessions .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sessions .text .player {
    font-size: 64px;
    font-family: 'HeadingNow Trial 45';
    font-weight: 500;
    font-style: italic;
    color: white;
}

.session-cards {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.session-card {
    background-color: #191919;
    outline: 10px solid #121212;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    height: 420px;
    width: 25%;
}

.session-card:hover {
    background: linear-gradient(to bottom right, #F6FF9C, #E7FF00);
    box-shadow: 0px 0px 62px 0px #e5ff008a;
    outline: none;
}

.session-card:hover .price {
    color: #5F6614;
}

.session-card:hover p {
    color: #5f66147c;
}

.session-card:hover b {
    color: #5f6614;
}

.session-card .price {
    color: white;
    font-size: 100px;
    font-family: 'Landasans_demo01';
}

.session-card p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
    margin-bottom: 25px;
}

.session-card b {
    font-size: 30px;
    color: white;
    font-weight: 600;
}

.hosting-cards .coach {
    font-size: 60px;
    font-family: 'Landasans_demo01';
    color: white;
    margin-bottom: 15px;
}

.hosting-cards b {
    font-size: 22px;
    color: white;
    font-weight: 900;
}

.para-section {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}




.football {
    margin-top: 180px;
}

.football .text {
    padding: 0 3vw;

}

.football-cards {
    display: flex;
    margin-top: 80px;
}

.football-card {
    width: 33.33%;
    height: 335px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0 7%;
    text-align: center;

}

.football-card:hover {
    background: linear-gradient(to bottom right, #F6FF9C, #E7FF00);
    box-shadow: 0px 0px 62px 0px #e5ff008a;
    color: #5F6614;
}

.football-card b {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.football-card p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}


.steps-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2rem;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.4;
    position: relative;
}

.step.active {
    opacity: 1;
}

.step .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D1FF00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
}

.step-text {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 130%;
    width: 150%;
    height: 2px;
    background-color: #333;
}

.step.active:not(:last-child)::after {
    background-color: #D1FF00;
}


@media(max-width: 1600px) {
    .session-card .price {
        font-size: 80px;
    }

    .session-card {
        padding: 37px 44px;
    }

    .session-card p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .session-card {
        height: 360px;
    }

    .sessions .text .player {
        font-size: 54px;
    }

    .hosting-cards .coach {
        font-size: 50px;
    }

    .hosting-cards b {
        font-size: 20px;
    }

    .football-card b {
        font-size: 20px;
    }

    .football-card p {
        font-size: 18px;
    }

    .football-card {
        height: 275px;
    }
}

@media(max-width: 1400px) {
    .what-is-dugout.irl .text {
        padding-right: 0;
        padding-left: 40px;
    }

    .session-card .price {
        font-size: 70px;
    }

    .session-card b {
        font-size: 26px;
    }

    .session-card {
        padding: 27px 34px;
        height: 330px;
    }

    .hosting-cards .coach {
        font-size: 40px;
    }

    .hosting-cards b {
        font-size: 18px;
    }

    .hosting-cards .session-card p {
        font-size: 18px;
    }

    .hosting-cards .session-card {
        padding: 27px 34px;
    }

    .football-card {
        padding: 0 4%;
    }

    .step:not(:last-child)::after {
        left: 110%;
        width: 115%;
    }
}

@media(max-width: 1200px) {
    .session-card .price {
        font-size: 60px;
    }

    .sessions .text .player {
        font-size: 44px;
    }

    .session-card {
        padding: 27px 24px;
    }

    .session-card p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .session-card b {
        font-size: 23px;
    }

    .session-cards {
        flex-wrap: wrap;
    }

    .session-card {
        height: 300px;
    }

    .session-card {
        outline: 7px solid #121212;
        width: 30%;
    }

    .football-card b {
        font-size: 18px;
    }

    .football-card p {
        font-size: 16px;
    }

    .football-card {
        height: 225px;
        gap: 20px;
    }

    .football-cards {
        margin-top: 50px;
    }
}

@media (max-width:1080px) {
    .step:not(:last-child)::after {
        left: 100%;
        width: 80%;
    }
}

@media(max-width: 1000px) {
    .what-is-dugout.irl .text {
        padding-left: 30px;
    }
}

@media(max-width: 900px) {
    .step:not(:last-child)::after {
        display: none;
    }

    .steps-container {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .step {
        flex-basis: 45%;
    }
}

@media(max-width: 800px) {
    .sessions .text .player {
        font-size: 34px;
    }

    .session-card {
        width: 44%;
    }

    .sessions {
        margin-top: 150px;
    }

    .session-cards {
        margin-top: 50px;
    }

    .football-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .football-card {
        width: 50%;
    }
}

@media(max-width: 750px) {
    .what-is-dugout.irl .text {
        padding-left: 0px;
    }

    .what-is-dugout.irl {
        flex-direction: column-reverse;
    }

}

@media(max-width: 650px) {
    .session-card {
        width: 94%;
    }
}

@media(max-width: 600px) {
    .sessions .text {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .football-card {
        width: 100%;
        padding: 0 13%;
    }
}

@media(max-width: 530px) {
    .sessions {
        margin-top: 180px;
        padding: 0 16px;
    }

    .football .text {
        padding: 0 16px;
    }

    .steps-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}