@media screen and (min-width: 900px) {
    
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    width: 100%;
    height: 70px;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.logo{
    width: 100px;
    height: auto;
}

nav{
    width: 250px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

nav p{
    cursor: pointer;
    color: blue;
}

.btn-group{
    width: 320px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.btn{
    width: 150px;
    height: 40px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
}

.btn1{
    width: 150px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    color: blue;
    font-weight: 600;
    border:1px solid rgb(236, 236, 236);
}

.btn:hover{
    background-color: white;
    color: blue;
    border: 1px solid rgb(236, 236, 236);
}

.btn1:hover{
    background-color: blue;
    color: white;
    border: none;
}

.hero{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(246, 246, 246);
    flex-direction: column;
}

.hero-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    text-align: center;
    margin-bottom: 15px
}

.hero-title{
    font-size: 4.5em;
    font-weight: 700;
}

.highlight{
    color: blue;
    text-align: center;
}

.hero-desc{
    width:40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.hero-btns{
    width: 380px;
    height: 60px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta1{
    width: 170px;
    height: 50px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
}

.cta2{
    width: 170px;
    height: 50px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    color: blue;
    font-weight: 600;
    border:1px solid rgb(236, 236, 236);
}

.desc-body{
    width: 100%;
    height: auto;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
}

.tides{
    text-align: center;
}

.reasons{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 1em;
    margin-top: 10px;
}

.reason-card{
    width: 28%;
    height: 300px;
    border-radius:15px;
    background-color:white;
    border: 1px solid rgb(243, 243, 243);
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reason-card i{
    width: 60px;
    height: 50px;
    background-color: blue;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0em;
}

.reason-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.features{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(246, 246, 246);
    flex-direction: column;
    padding: 2em;
    gap: 20px;
}

.featuring{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 1em;
    flex-flow: wrap;
}

.feature-card{
    width: 28%;
    height: 230px;
    border-radius:15px;
    background-color:white;
    border: 1px solid rgb(243, 243, 243);
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
}

.feature-footer{
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgb(243, 243, 243);
    padding: 1em;
}

.enroll-btn{
    width: 100px;
    height: 30px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
}

.form-card{
    width: 800px;
    height: 600px;
    border-radius: 15px;
    background-color: rgb(42, 32, 49);
    border: 1px solid rgb(243, 243, 243);
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin:40px auto;
    color: white;
}

.input-group{
    width: 90%;
    height:60px;
    padding: 10px;
    background-color: rgb(44, 43, 43);
    gap: 10px;
    margin: 5px auto;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 10px;
    display: block;
    color: white;
}

textarea{
    width: 90%;
    height: 160px;
    padding: 10px;
    background-color: rgb(44, 43, 43);
    gap: 10px;
    margin: 5px auto;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 10px;
    display: block;
    color: white;
}

.s-btn{
    width: 90%;
    height: 60px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
    margin: 5px auto;
    font-size: 1.2em;
}

footer{
    width: 100%;
    height: 80px;
    background-color: rgb(42, 32, 49);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

}


























@media screen and (max-width: 899px) {
    
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    width: 100%;
    height: 70px;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.logo{
    width: 100px;
    height: auto;
}

nav{
    width: 250px;
    display: none;
    justify-content: space-between;
    padding: 10px;
}

nav p{
    cursor: pointer;
    color: blue;
}

.btn-group{
    width: 190px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.btn{
    width: 90px;
    height: 40px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
}

.btn1{
    width: 90px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    color: blue;
    font-weight: 600;
    border:1px solid rgb(236, 236, 236);
}

.btn:hover{
    background-color: white;
    color: blue;
    border: 1px solid rgb(236, 236, 236);
}

.btn1:hover{
    background-color: blue;
    color: white;
    border: none;
}

.hero{
    width: 100%;
    min-height: 80vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(246, 246, 246);
    flex-direction: column;
    padding: 3em 1em;
    overflow: visible;
}

.hero-content{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    text-align: center;
    margin-bottom: 15px;
    overflow: visible;
}

.hero-title{
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: normal;
}

.highlight{
    color: blue;
    text-align: center;
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.hero-desc{
    width:100%;
    max-width: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1em;
    margin-bottom: 30px;
    padding: 1em;
    text-align: center;
    line-height: 1.6;
}

.hero-btns{
    width: 100%;
    max-width: 360px;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.cta1{
    width: 150px;
    max-width: 48%;
    height: 48px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
}

.cta2{
    width: 150px;
    max-width: 48%;
    height: 48px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    color: blue;
    font-weight: 600;
    border:1px solid rgb(236, 236, 236);
}

.desc-body{
    width: 100%;
    height: auto;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
}

.tides{
    text-align: center;
}

.reasons{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 1em;
    margin-top: 10px;
    flex-direction: column;
}

.reason-card{
    width: 95%;
    height: 300px;
    border-radius:15px;
    background-color:white;
    border: 1px solid rgb(243, 243, 243);
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom:20px;
}

.reason-card i{
    width: 60px;
    height: 50px;
    background-color: blue;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0em;
}

.reason-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.features{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(246, 246, 246);
    flex-direction: column;
    padding: 2em;
    gap: 20px;
}

.featuring{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 1em;
    flex-flow: wrap;
}

.feature-card{
    width: 100%;
    height: 270px auto;
    border-radius:15px;
    background-color:white;
    border: 1px solid rgb(243, 243, 243);
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
}

.feature-footer{
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgb(243, 243, 243);
    padding: 1em;
}

.enroll-btn{
    width: 100px;
    height: 30px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
}

.form-card{
    width: 90%;
    height: 600px auto;
    border-radius: 15px;
    background-color: rgb(42, 32, 49);
    border: 1px solid rgb(243, 243, 243);
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin:40px auto;
    color: white;
}

.input-group{
    width: 90%;
    height:60px;
    padding: 10px;
    background-color: rgb(44, 43, 43);
    gap: 10px;
    margin: 5px auto;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 10px;
    display: block;
    color: white;
}

textarea{
    width: 90%;
    height: 160px;
    padding: 10px;
    background-color: rgb(44, 43, 43);
    gap: 10px;
    margin: 5px auto;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 10px;
    display: block;
    color: white;
}

.s-btn{
    width: 90%;
    height: 60px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    font-weight: 600;
    margin: 5px auto;
    font-size: 1.2em;
}

footer{
    width: 100%;
    height: 80px;
    background-color: rgb(42, 32, 49);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

footer p{
    text-align: center;
}

}

