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
}

.hero-home {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hero-img-home.webp) center / cover no-repeat !important;

}

.hero-home .overlay {
    display: none;
}

.hero-home .hero-content h1 {
    color: white;
    font-weight: bold;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: none;
    font-weight: 700;
    line-height: 1.1;
    font-size: 110px;

}

.hero-home .hero-content h1 span {
    background: linear-gradient(to left, #E7FF00, #F6FF9C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 110px;

}

.hero-home .hero-content p {
    width: 60%;
}






.what-its-for {
    margin-top: 220px;
}

.what-its-for .text {
    padding: 0 3vw;
}

.what-its-for-cards {
    display: flex;
    margin-top: 80px;
}

.what-its-for-card {
    width: 25%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 335px;
}

.what-its-for-card:hover {
    background: linear-gradient(to bottom right, #F6FF9C, #E7FF00);
    box-shadow: 0px 0px 62px 0px #e5ff008a;
}

.what-its-for-card:hover b {
    color: #5F6614;
}

.what-its-for-card:hover img {
    filter: invert();
    opacity: .6;
}

.what-its-for-card img {
    height: 48px;
}

.what-its-for-card b {
    font-size: 24px;
    font-weight: 600;
    color: white;
}





.vision {
    padding: 0 3vw;
    margin-top: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision .left {
    width: 55%;
    padding-right: 20%;
}

.vision .right {
    width: 45%;
}

.vision .right h2 {
    font-size: 65px;
    font-family: 'HeadingNow Trial 45';
    font-weight: 500;
    font-style: italic;
    color: white;
    text-transform: uppercase;
}

.vision .right p {
    font-size: 28px;
    color: white;
    line-height: 1.5;
    margin-top: 50px;
}

.vision .right .batns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}



.services {
    padding: 0 3vw;
    margin-top: 240px;
}

.services .btn {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 80px;
}

.service-cards {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.service-card {
    padding: 47px 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 50px;
    background-color: #191919;
    outline: 10px solid #121212;
    height: 416px;
    width: 30%;
}

.service-card:hover {
    background: linear-gradient(to bottom right, #F6FF9C, #E7FF00);
    box-shadow: 0px 0px 62px 0px #e5ff008a;
    outline: none;
}

.service-card:hover h2 {
    color: #5F6614;
}

.service-card:hover p {
    color: #5F6614;
}

.service-card:hover span {
    color: #5f661480;
}

.service-card h2 {
    font-size: 100px;
    font-family: 'Landasans_demo01';
    color: white;
}

.service-card span {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.4);
}

.service-card p {
    font-size: 30px;
    font-weight: 600;
    color: white;
    margin-top: 26px;
}







@media (max-width: 1600px) {
    .hero-home .hero-content h1 {
        font-size: 85px;
    }

    .hero-home .hero-content h1 span {
        font-size: 85px;
    }

    .hero-home .hero-content p {
        width: 70%;
    }

    .what-its-for-card img {
        height: 42px;
    }

    .what-its-for-card b {
        font-size: 22px;
    }

    .what-its-for-card {
        gap: 20px;
    }

    .vision .right h2 {
        font-size: 58px;
    }

    .vision .right p {
        font-size: 25px;
        margin-top: 30px;
    }

    .vision .right {
        width: 38%;
    }

    .vision .left {
        width: 62%;
    }

    .service-card h2 {
        font-size: 80px;
    }

    .service-card span {
        font-size: 20px;
    }

    .service-card p {
        font-size: 27px;
        margin-top: 16px;
    }

    .service-card {
        padding: 37px 44px;
    }
}









@media (max-width: 1400px) {
    .hero-home .hero-content h1 {
        font-size: 70px;
    }

    .hero-home .hero-content h1 span {
        font-size: 70px;
    }

    .hero-home .hero-content p {
        font-size: 22px;
        margin-top: 20px;
    }

    .hero-home .hero-content .batns {
        margin-top: 30px;
    }

    .what-its-for-card img {
        height: 37px;
    }

    .what-its-for-card b {
        font-size: 20px;
    }

    .what-its-for-card {
        height: 280px;
    }

    .vision .right h2 {
        font-size: 48px;
    }

    .vision .right p {
        font-size: 22px;
        margin-top: 20px;
    }

    .vision .right .batns {
        margin-top: 30px;
        gap: 15px;
    }

    .service-card h2 {
        font-size: 60px;
    }

    .service-card span {
        font-size: 18px;
    }

    .service-card p {
        font-size: 24px;
    }

    .service-card {
        height: 330px;
        border-radius: 40px;
    }

}







@media (max-width: 1200px) {
    .what-its-for {
        margin-top: 150px;
    }

    .what-its-for-card img {
        height: 33px;
    }

    .what-its-for-card {
        height: 240px;
        gap: 15px;

    }

    .what-its-for-cards {
        margin-top: 50px;
    }

    .vision {
        margin-top: 150px;
    }

    .vision .right h2 {
        font-size: 40px;
    }

    .vision .right p {
        font-size: 19px;
        margin-top: 11px;
    }

    .vision .right .batns {
        margin-top: 20px;
        gap: 10px;
    }

    .services {
        margin-top: 150px;
    }

    .service-card h2 {
        font-size: 50px;
    }

    .service-card p {
        font-size: 22px;
    }

    .service-card {
        height: 300px;
        padding: 30px 35px;
        outline: 7px solid #121212;
    }

    .service-cards {
        margin-top: 50px;
        gap: 40px;
    }
}





@media (max-width: 1000px) {
    .hero-home .hero-content h1 {
        font-size: 52px;
    }

    .hero-home .hero-content h1 span {
        font-size: 52px;
    }

    .hero-home .hero-content p {
        font-size: 20px;
        width: 80%;
    }

    .vision .right h2 {
        font-size: 34px;
    }

    .vision .right p {
        font-size: 17px;
    }

    .service-card {
        width: 46%;
    }

    .vision .right {
        width: 50%;
    }
}









@media (max-width: 800px) {
    .what-its-for-cards {
        flex-wrap: wrap;
    }

    .what-its-for-card {
        width: 50%;
    }

    .what-its-for-card {
        height: 190px;
    }

    .vision .right h2 {
        font-size: 30px;
    }

    .vision .right p {
        font-size: 16px;
    }

    .service-card {
        border-radius: 30px;
    }

}




@media(max-width: 750px) {
    .vision {
        flex-direction: column;
    }

    .vision .left {
        width: 100%;
        padding: 0;
    }

    .vision .right {
        width: 100%;
        margin-top: 50px;
    }

    .service-card {
        height: 260px;
    }

}





@media (max-width: 650px) {
    .service-card {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .hero-home .hero-content h1 {
        font-size: 45px;
    }

    .hero-home .hero-content h1 span {
        font-size: 45px;
    }

    .hero-home .hero-content p {
        font-size: 18px;
        width: 100%;
    }

    .hero-home .train {
        display: none;
    }
}

@media (max-width: 550px) {
        .service-card {
        border-radius: 20px;
        outline: 5px solid #121212;
        height: 210px;

    }
}
@media (max-width: 530px) {
    .what-its-for .text {
    padding: 0 16px;
}
.vision {
    padding: 0 16px;
}
.services {
    padding: 0 16px;
}

}
@media (max-width: 450px) {
    .service-card {
        width: 100%;
    }
}

@media (max-width: 410px) {
    .hero-home .hero-content h1 {
        font-size: 40px;
    }

    .hero-home .hero-content h1 span {
        font-size: 40px;
    }
}