/*MOBILE*/

.container{
    padding: 80px 20px 0px;
    max-width: 360px;
    margin: auto;

    z-index: 3;
    position: relative;
}

@media screen and (min-width: 768px) {
    .container{
        max-width: 768px;
        padding: 80px 40px 0px;
    }
}

@media screen and (min-width: 1024px) {
    .container{
        max-width: 1024px;
    }
}

@media screen and (min-width: 1280px) {
    .container{
        max-width: 1080px;
    }
}

h1{
    font-weight: bold;
    font-size: 36px;
}

h2{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
}

.icon{
    font-family: "Icon";
}

#hero-section{
    height: 80vh;
}

.hero-wrapper{
    display: flex;
}

a{
    text-decoration: none;
}


.hero-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 100px;
    gap: 200px;
}

.hero-text-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;

    text-align: center;
    align-items: center;
}

.hero-content p{
    font-size: 16px;
    font-style: italic;
}

.hero-content img{
    width: 100%;
}

.hero-button{
    padding: 20px 40px;
    width: max-content;

    color: white;
    font-weight: bold;
    font-size: 20px;

    border-radius: 5px;
    background: linear-gradient(to right, #d8c633, #459b2c, #FFD33B);
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));


    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}

.hero-button:hover {
    background-position: 50% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.content-background{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 60px 20px;
    

    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));
}


#frustrations{
    position: relative;
}

.first-gradient{
    position: absolute;
    top: 30%;
    width: 300px;
    height: 700px;
    background: linear-gradient(to right, #109ce7, #11ff92);
    opacity: 0.5;
    filter: blur(200px);
    z-index: 1;
}

.frustrations{
    display: flex;
    flex-direction: column;
    gap: 40px;
   
}

.frustration{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.frustration-icon{
    font-size: 184px;
}

.frustration-text{
    font-size: 16px;
}

#contact-us{
    max-width: 640px;
    margin: auto;
}

#form{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input[type="email"]{
    border-style: none;
    padding: 16px 24px;
    font-size: 16px;
    background-color: white;
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));
}

label{
    font-size: 20px;
    font-weight: bold;
}

input[type="radio"]{
    cursor: pointer;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    background: white;
    border: 8px solid white;
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));
}

input[type="radio"]:checked{
    background: white;
    border: 8px solid #BE51AD;

    transition: all 0.15s;

}

.form-radio{
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-radio label{
    cursor: pointer;
}

textarea{
    padding: 16px 24px;
    font-size: 16px;
    resize: none;
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));
}

#submit-button{
    padding: 20px 40px;
    width: 100%;

    color: white;
    font-weight: bold;
    font-size: 20px;

    border-radius: 5px;
    background: linear-gradient(to right, #CD5EB0, #FFAA41, #FFD33B);
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));


    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}

#submit-button:hover {
    background-position: 50% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.disclaimer{
    padding: 0px 20px;
    font-size: 12px;
    opacity: 0.5;
    text-align: center;
}

footer{
    position: relative;
    padding: 40px 0px;
}

footer > .container{
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

.footer-section{
    display: flex;
    flex-direction: column;
}

.footer-section > .footer-heading{
    font-weight: bold;
    font-size: 48px;
}

.footer-section-socials *{
    width: max-content;
}

.footer-section-socials{
    align-items: flex-end;
}

.socials-icon{
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.socials-wrapper{
    display: flex;
    gap: 24px;
    align-items: baseline;
}

.linkedin{
    background-image: url("../img/linkedin.svg");
}

.twitter{
    background-image: url("../img/twitter.svg");
}

.footer-gradient{
    position: absolute;
    bottom: 0px;
    right: 0%;
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, #bbf219, #ffe601);
    filter: blur(400px);
    z-index: 1;
}

.form-error{
    font-weight: bold;
}

