:root {
    --primary-color-1: #CAFF07;
    --primary-color-2: #000000;
    --primary-color-3: #ffffff;
    --primary-color-4: #6600CD;

    --greyscale-color-1: #000000;
    --greyscale-color-2: #262626;
    --greyscale-color-3: #4D4D4D;
    --greyscale-color-4: #737373;
    --greyscale-color-5: #999999;
    --greyscale-color-6: #BFBFBF;
    --greyscale-color-7: #E6E6E6;
    --greyscale-color-8: #F2F2F2;
    --greyscale-color-9: #FAFAFA;

    --error-color-1: #D92D20;
    --error-color-2: #F97066;
    --warning-color-1: #F79009;
    --warning-color-2: #FEC84B;
    --success-color-1: #12B76A;
    --success-color-2: #32D583;

    --highlight-text-green: #45FFD6;
    --event-card-bg: #191A23;
    --input-border: rgba(255, 255, 255, 0.65);

}

html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: inherit;
}

header {
    background-color: var(--primary-color-2);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--greyscale-color-5);
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.bg-black{
    background-color: var(--primary-color-2);
}
.f-white{
    color: var(--primary-color-3);
}
.f-gray{
    color: var(--greyscale-color-4);
}
.f-green{
    color: var(--highlight-text-green);
}
.f-black{
    color: var(--primary-color-2);
}

.btn {
    border: 1.5px solid var(--primary-color-3);
    border-radius: 25px;
    color: var(--primary-color-3);
    width: 100px;
    height: 50px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
    padding: 1.2rem 3rem;
}

.right-container {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.signup-btn {
    background-color: var(--primary-color-4);
    border: none;
}
.mobile_btn{
    display: none;
}
.bg-linear{
    background: rgb(102,0,205);
    background: linear-gradient(90deg, rgba(102,0,205,1) -20%, rgba(0,0,0,1) 17%);
}   
.hero-section-container{
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    align-content: center;
    align-items: center;
}
.txt-largest{
    font-size: 4em;
    line-height: 4rem;
}
.hero-form-container{
    border: 1px solid var(--greyscale-color-5);
    width: 60%;
    padding: 10px 12px;
    border-radius: 25px;
    margin-right: 20%;
}
.email-input{
    border: none;
    background: transparent;
    width: 60%;
    outline: none;
    margin-left: 0.8rem;
}
.email-input:focus{
    color: var(--primary-color-3);
}
.hero-signup-btn{
    border: 1px solid black;
    border-radius: 25px;
    width: 35%;
    height: 3rem;
    background-color: var(--primary-color-4);
    color: white;
}



.section-4{
    min-height: 50vh;
}
.section_heading{
    font-size: 3rem;
    line-height:3rem;
}
.tool-card{
    width: 30%;
    border: none;
    border-radius: 10px;
    background-color: var(--event-card-bg);
    padding: 1.5em;
}

.tool-card-icon{
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
}

.category-wrapper{
    width: 100%;
}
.category-header{
    width: 75%;
}
.category-row {
    width: 80%;
}
.category-card{
    padding: 0.5rem 1rem;
    color: white;
    
}
.category-card > img{
    width: 100px;
    height: 100px;
}

/*Footer Section*/
.footer-wrapper{
    padding: 2rem 3rem;
}
.f-section{
    border-top: 1px solid var(--greyscale-color-4);
}
.f-top{
    padding-top: 6em;
    padding-bottom: 6em;
}
.f-bottom{
    padding-top: 3em;
    padding-bottom: 3em;
}
.right{
    width: 50%;
}
.left{
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
}
.btn-footer{
    width: 200px;
    font-size: 1.5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}
.btn:hover{
    color: var(--highlight-text-green);
    background-color: var(--primary-color-4);
}
#arrow_wapper{
    
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}
#arrow_wapper > i{
    color: black;
    font-size: 0.8em;
}
.privacy_mobile{
    display: none;
}
#mobile_banner{
    display: none;
}

.card2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 10em);
}

.card2 > h1 {
    line-height: clamp(0.5rem, 12vw, 4rem);
    font-weight: 400;
    margin-bottom: 5px;
    color: white;
}


/* -------------------------------------------------------------------------------------- */

@media (max-width: 600px) {
    .desktop_btn{
        display: none;
    }
    .mobile_btn{
        display: inline;
    }
    .hero-section-container{
        flex-direction: column;
    }
    .section{
        width: 100%;
    }
    .right-s-1{
        margin-top: 4em;
        text-align: center;
    }
    .left-s-1{
        margin-top: 3em;
        margin-bottom: 3em;
        height: min-content;
    }
    .txt-largest{
        font-size: 1.5em;
        line-height: unset;
    }
    .hero-form-container{
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
    }
    .hero-form-container > form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-form-container > form > input{
        margin-top: 1em;
    }
    .email-input{
        width: 90%;
        border: 1px solid var(--input-border);
        border-radius: 20px;
        padding: 1em;
        margin-left: 0px;
    }
    .hero-signup-btn{
        width: 50%;
    }

    .section_heading{
        font-size: 2em;
        line-height: unset;
    }
    .section-cards-div{
        flex-direction: column;
        align-items: center;
    }
    .tool-card{
        width: 90%;
        margin-bottom: 2em;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-wrapper {
        padding: 0;
        border: none;
    }
    .f-top{
        flex-direction: column;
        align-items: center;
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .f-top > .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .privacy_mobile{
        display: inline;
        color: white;
    }
    .privacy_desktop{
        display: none;
    }
    .left{
        width: 100%;
        margin-top: 2em;
        flex-direction: row !important;
        justify-content: space-between !important;
    }
    .f-bottom > .right{
        width: 100%;
        text-align: center;
    }
    #desktop_banner{
        display: none;
    }
    #mobile_banner{
        display: unset;
    }
    .hero-section-container{
        padding-left: 0px !important; 
        padding-right: 0px !important;
    }
}