@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


.hero-section {
    background-image: url('./../img/hero-bg.png');
    padding: 5rem 0rem;
    background-size: cover;
    background-repeat: no-repeat1;
}

.hero-section .columns .col:nth-child(1) p{
    color: #fff;
    font-weight: 300;
}

h1{
color: #FFF;
font-family: Mulish;
font-size: 3rem;
font-style: italic;
font-weight: 900;
line-height: 102.5%; /* 3.45938rem */
text-transform: uppercase;
}

html, body{  
    margin: 0;
    padding:0; 
    font-family: 'Mulish';
}

.container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

.columns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.form-container{
    background-color: #FFF;
    width: auto;
    min-width: 400px;
    max-width: 100%;
    height: fit-content;
    text-align: center;
    padding: 2rem 1rem;
    box-shadow: 0px 4px 27.4px 0px rgba(0, 0, 0, 0.25);
}

.feature-section{
    text-align: center;
    padding: 5rem 0rem;
}

.prices{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 ;
    gap: 3rem;
}

.price{
    padding: 1.5rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.price p{
    margin: 0;
}

.price-header{
    color: #0097FF;
}

.price-header h3{
    font-size: 2rem;
    margin: 0;
}

.price-header p{
    margin: 0;
    font-style: italic;
}

button{
    display: inline-flex;
padding: 0.75rem 1rem;
align-items: center;
gap: 0.5rem;
border-radius: 2.4375rem;
background: #FF006B;
color: #fff;
border: none;
font-family: 'Mulish';
margin-top: 1rem;
cursor: pointer;
}

button p{
    margin: 0;
    font-family: 'Mulish';
    font-size: 1rem;
    
}

@media screen and (max-width: 60em){
    .columns{
        flex-direction: column;
    }

    .hero-section{
        text-align: center;
    }

    .prices{
        flex-direction: column;
    }
}

.typ{
    height: 100vh;
    padding: 0 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}