@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    background-color: #161617;
    left: 0%;
    transition: left 0.8s ease-in-out;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.center {
    margin: 0 auto;
    max-width: 1000px;
}

.flex_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text_gradient_yellow {
    background: -webkit-linear-gradient(-90deg, #ffb800, #ff8115);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_yellow {
    color: #ffb800;
    text-decoration: none;
}

.text_white {
    color: #fefefe;
    text-decoration: none;
}

.text_yellow:hover {
    text-decoration: none;
    color: #ffb800;
}

.text_gradient_white {
    background: -webkit-linear-gradient(-90deg, #ecebe9, #cac9c5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner {
    text-align: center;
    font-size: 50px;
    width: 100%;
    padding: 2rem 1rem 2rem 1rem;
    margin-bottom: 3.5rem;
    font-weight: 600;
}

.title {
    font-size: 48px;
    font-weight: 600;
    margin-top: 3rem;
    color: #f5f5f7;
}

.subtitle {
    font-size: 45px;
    font-weight: 500;
    margin-top: 3rem;
    color: #f5f5f7;
}

.text {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #cac9c5;
    font-weight: 400;
    max-width: 98%;
}

@media screen and (max-width: 1000px) {
    .title {
        font-size: 38px;
        font-weight: 600;
    }

    .subtitle {
        font-size: 28px;
        font-weight: 600;
    }
}

@media screen and (max-width: 735px) {
    .title {
        font-size: 32px;
        font-weight: 600;
    }

    .subtitle {
        font-size: 25px;
        font-weight: 600;
    }
}

.disabled_link {
    text-decoration: none;
    pointer-events: none;
}

/* Hero Section */

.hero {
    /* max-height: max(95vh, 600px); */
    justify-content: flex-start;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.30), rgba(0 0 0/ 0%));
}

.hero_content {
    margin-top: 120px;
    text-align: center;
}

.hero_content .text {
    text-align: left;
    padding-bottom: 2rem;
}

@media screen and (width < 1050px) {
    section {
        padding: 0 2rem;
    }
}

.bulletpoints_wrapper {
    align-items: stretch;
    max-width: 700px;
    gap: 15px;
}

.checkmark_wrapper {
    gap: 15px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.img_wrapper img {
    width: 100%;
    border-radius: 16px;
    max-height: 800px;
    max-width: 800px;
    object-fit: contain;
}

button.text_white{
    border-radius: 14px;
    border: solid 4px #d7d5d5;
    background: none;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    font-weight: 600;
    margin: 2rem 0;
}

.checkmark {
    height: 40px;
    width: 40px;
}

@media screen and (width < 735px) {
    .checkmark {
        height: 35px;
        width: 35px;
    }
}

@media screen and (width < 500px) {
    .checkmark {
        height: 30px;
        width: 30px;
    }
}

/* Target audience */
.audience_cards {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.audience_card {
    height: 300px;
    width: 300px;
    padding: 1rem;
    overflow: hidden;
}

.audience_card_inner {
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    width: 100%;
    position: relative;
}

.audience_card_inner .gradient_black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 15%;
}

.card_text {
    height: 100%;
    background: linear-gradient(rgba(0 0 0/10%), rgba(0 0 0/70%), rgb(0, 0, 0));
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
    z-index: 1;
    font-size: 18px;
    transition: 0.5s ease-in-out;
    bottom: -83%;
}

.audience_card:hover .card_text {
    bottom: -50%;
}


#card1 {
    background-image: url('./resoureces/3.png');
    background-position: center;
    background-size: cover;
}

#card2 {
    background-image: url('./resoureces/2.png');
    background-position: center;
    background-size: cover;
}

#card3 {
    background-image: url('./resoureces/6.png');
    background-position: center;
    background-size: cover;
}

#card4 {
    background-image: url('./resoureces/4.png');
    background-position: center;
    background-size: cover;
}

#card5 {
    background-image: url('./resoureces/5.png');
    background-position: center;
    background-size: cover;
}

#card6 {
    background-image: url('./resoureces/1.png');
    background-position: center;
    background-size: cover;
}

#offer {
    margin-bottom: 5rem;
}

#footer {
    background-color: #2C2C2C;
    align-content: center;
    -webkit-box-shadow: 0 -5px 50px 5px #000000;
    box-shadow: 0 -5px 50px 5px #000000;
}