body, html {
    background: #E4FD6F;
    font-family: Sometype Mono, sans-serif;
    padding: 0;
    margin: 0;
    scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}

.wrapper {
    width: 1240px;
    margin: 0 auto;
}

section {
    scroll-snap-align: start;

}

.button-primary {
    background: #A3A5F9;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid;
    transition: .5s;
    text-decoration: none;
    border: 1px solid #a3a5f9;
    color: #000;
}

.button-secondary {
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid;
    transition: .5s;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}

.button-primary:hover, .button-secondary:hover {
    background: #000 !important;
    color: #E4FD6F !important;
    cursor: pointer;
}

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

 h2 {
     font-weight: regular;
     font-size: 48px;
 }

 .center {
     text-align: center;
 }

 .narrower {
     width: 60%;
     margin: 0 auto;
     display: block;
 }

 .big-text {
     font-size: 1.5em;
 }



#what-is-indie-hacking {
    background: #E4FD6F;
    height: 100vh;
    display: flex;
    align-items: center;
}


#what-is-indie-hacking h1 {
    margin-bottom: 25px;
    width: 70%;
}

#what-is-indie-hacking span {
    margin-bottom: 50px;
    width: 60%;
    display: block;
}

#what-is-indie-hacking .button-secondary {
    margin-left: 15px;
}



#services-and-process {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #A3A5F9;
    display: flex;
}

#services-and-process h2 {
    margin-bottom: 25px;
}

#services-and-process .blocks {
    margin-top: 90px;
    margin-bottom: 75px;
    display: inline-block;
}

#services-and-process .block {
    width: 16%;
    float: left;
    margin-right: 5%;
}

#services-and-process .block:nth-of-type(5) {
    margin-right: 0;
}

#services-and-process .block img {
    width: 20%;
}

#services-and-process .block h3 {
    font-size: 1em;
    font-weight: 700;
}

#services-and-process .block h4 {
    font-size: 1em;
    font-weight: 100;
}

#services-and-process .bottom {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#services-and-process .bottom .button-primary {
    flex: none;
    margin-left: 60px;
    background: #E4FD6F;
}





#benefits {
    background: #FFFFF6;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
}

#benefits .big-text {
    width: 60%;
    display: block;
    margin-bottom: 30px;
}

.checkbox-group {
    width: 60%;
    float: left;
}

.checkbox-group label {
    display: block;
    margin-bottom: 10px;
}

.result-group {
    width: 40%;
    float: left;
}


#result {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}
#count {
    font-size: 4em;
    text-align: center;
}






#process {
    background: #E4FD6F;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
}

.process-blocks {
    margin-top: 50px;
    margin-bottom: 50px;
}

.process-block {
    width: 26%;
    margin-right: 11%;
    float: left;
    margin-bottom: 45px;
}

.process-block:nth-of-type(3), .process-block:nth-of-type(6) {
    margin-right: 0;
}

.process-block-number {
    display: block;
    font-weight: 800;
    font-size: 3em;
    margin-bottom: 10px;
}

.process-block-title {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.process-block-text {

}




#pricing {
    background: #A3A5F9;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
}

.pricing-boxes {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 70px;
}

.pricing-box {
    width: 32%;
    float: left;
    border: 1px solid #E4FD6F;
    border-radius: 10px;
    padding: 34px 18px;
}

.pricing-1 {
    background: #FFFFF6;
}

.pricing-2 {
    background: #E4FD6F;
}

.pricing-title {
    display: block;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.pricing-subtitle {
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px dotted blue;
    margin-bottom: 25px;
}

.pricing-price {
    font-size: 2.5em;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pricing-price-info {
    font-size: 0.3em;
    opacity: .6;
    margin-left: 10px;
    font-weight: 100;
}

#pricing .button-primary {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pricing-button-alternative {
    text-align: center;
    display: block;
    margin-top: 15px;
}

.pricing-button-alternative a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    transition: .5s;
}

.pricing-button-alternative a:hover {
    font-weight: bold;
    transition: .5s;
}

#pricing h2 {
    margin-bottom: 30px;
}

#pricing ul {
    padding-inline-start: 15px !important;
}





#faq {
    background: #FFFFF6;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
}

.faq-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 10px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}
.faq-item:not(:last-child) {
    border-bottom: none;
}
.faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin-top: 10px;
    color: rgba(0, 0, 0, .6);
}
.icon {
    transition: transform 0.3s ease-in-out;
    display: flex;
}

.icon img {
    height: 2em;
}



#contact {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

#contact h2 {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 75px;
}




/* MOBILE STYLES */

@media screen and (max-width: 800px) {
    .wrapper {
        width: 100%;
        margin-left: 4%;
        margin-right: 4%;
    }

    h1 {
        font-size: 32px;
    }

    .narrower {
        width: 100%;
    }

    h2 {
        font-size: 28px;
    }

    .big-text {
        font-size: 18px;
    }




    #what-is-indie-hacking h1 {
        width: 100%;
    }

    #what-is-indie-hacking span {
        width: 100%;
    }



    #services-and-process .blocks {
        margin-bottom: 25px;
    }

    #services-and-process .block {
        width: 100%;
        float: left;
        margin-right: 0;
        text-align: center;
        margin-bottom: 60px;
    }

    #services-and-process .block h3 {
        margin-block-end: 0;
    }

    #services-and-process .block h4 {
        width: 60%;
        margin: 0 auto;
        margin-top: 5px; 
    }

    #services-and-process .bottom {
        flex-direction: column;
        text-align: center;
    }

    #services-and-process .bottom .button-primary {
        margin: 0 auto;
        margin-top: 35px;
    }



    #benefits .big-text {
        width: 100%;
    }

    .checkbox-group {
        width: 100%;
    }

    .result-group {
        width: 100%;
        margin-top: 35px;
    }




    .process-block {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 65px;
        text-align: center;
        float: none;
    }

    .process-block:nth-of-type(3), .process-block:nth-of-type(6) {
        margin-right: auto;
    }



    .pricing-boxes {
        flex-direction: column;
    }

    .pricing-box {
        width: auto;
        float: none;
    }

    .pricing-1 {
        margin-bottom: 35px;
    }
  }




