@media only screen and (max-width: 399px) {
    .homepage-banner-text {
        top: 25%;
    }
}

@media only screen and (min-width: 400px) {
    .homepage-banner-text {
        top: 40%;
    }
}

@media only screen and (max-width: 399px) {
    .homepage-why-desc {
        flex-wrap: wrap;
        width: 100%;
        margin: 3em auto 0px;
    }
    .homepage-why-desc-item {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 400px) and (max-width: 599px) {
    .homepage-why-desc {
        flex-wrap: wrap;
        width: 100%;
        margin: 3em auto 0px;
        justify-content: space-between;
    }
    .homepage-why-desc-item {
        width: 20%;
        height: auto;
        margin: 0 3em;
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .homepage-why-desc {
        flex-wrap: wrap;
        width: 100%;
        margin: 3em auto 0px;
        justify-content: space-between;
    }
    .homepage-why-desc-item {
        width: 20%;
        height: auto;
        margin: 0 2em;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .homepage-why-desc {
        width: 85%;
        margin: 3em auto 0px;
        justify-content: center;
    }
    .homepage-why-desc-item {
        width: 20%;
        height: auto;
        margin: 0 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .homepage-why-desc {
        width: 70%;
        margin: 3em auto 0px;
        justify-content: center;
    }
    .homepage-why-desc-item {
        width: 20%;
        height: 250px;
        margin: 0 1em;
    }
}

/* what to do section */

@media only screen and (max-width: 899px) {
    .homepage-what-do-section {
        flex-direction: column;
    }
    .homepage-what-do-gallery {
        width: 100%;
        height: auto;
    }
    .homepage-what-do-desc {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (min-width: 900px) {
    .homepage-what-do-gallery {
        width: 60%;
        height: auto;
    }
    .homepage-what-do-desc {
        width: 35%;
        margin: 0 auto;
    }
    .countDiv {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .homepage-what-do-gallery {
        width: 60%;
        height: auto;
    }
    .homepage-what-do-desc {
        width: 35%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1440px) {
    .homepage-what-do-gallery {
        width: 51%;
        height: auto;
    }
    .homepage-what-do-desc {
        width: 40%;
        margin: 0 auto;
    }
}

/* about section */

@media only screen and (max-width: 899px) {
    .homepage-about-section {
        flex-direction: column;
    }
    .homepage-about-gallery {
        width: 100%;
        height: auto;
    }
    .homepage-about-desc {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (min-width: 900px) {
    .homepage-about-gallery {
        width: 60.1%;
        height: auto;
    }
    .homepage-about-desc {
        width: 35%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .homepage-about-gallery {
        width: 60.1%;
        height: auto;
    }
    .homepage-about-desc {
        width: 35%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1440px) {
    .homepage-about-gallery {
        width: 51.01%;
        height: auto;
    }
    .homepage-about-desc {
        width: 40%;
        margin: 0 auto;
    }
}

/* choose your plan */
@media only screen and (max-width: 899px) {
    .homepage-plan-content-desc {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .homepage-plan-content-card {
        width: 70%;
        margin: 20px auto;
    }
}

@media only screen and (min-width: 900px) {
    .homepage-plan-content-desc {
        width: 100%;
    }
    .homepage-plan-content-card {
        width: 350px;
        margin: 0 8px;
    }
}

@media only screen and (min-width: 1100px) {
    .homepage-plan-content-desc {
        width: 94%;
    }
}

@media only screen and (min-width: 1400px) {
    .homepage-plan-content-desc {
        width: 76%;
    }
}

@media only screen and (min-width: 1600px) {
    .homepage-plan-content-desc {
        width: 68%;
    }
}

.homepage-container {
    width: 100%;
    position: relative;
    font-family: 'Quite Magical';
}

.homepage-banner {
    width: 100%;
    height: 800px;
    position: relative;
}

.homepage-banner-text {
    position: absolute;
    left: 20%;
    color: #fff;
    font-size: 45px;
    font-family: 'Quicksand', sans-serif;
}

.homepage-banner-divider {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

/* what you get section */

.homepage-why-section {
    width: 100%;
    margin-top: 2em;
}

.homepage-why-desc {
    display: flex;
}

.homepage-why-desc-item {
    text-align: center;
}

.homepage-why-item-img {
    width: 100%;
    height: 100px;
}

.homepage-why-item-info {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top: 2em;
}

/* what we do section */

.homepage-what-do-section {
    background-color: #ff6606;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 750px; */
    margin-top: 50px;
}

.homepage-what-do-title {
    margin-top: 50px;
    font-size: 36px;
    text-transform: uppercase;
}

.homepage-what-do-content {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-family: 'Quicksand', sans-serif;
}

@media screen and (max-width:899px) {
    .homepage-what-do-content, .homepage-about-content{
        margin-inline: 15px;
    }
}
.homepage-what-do-content p{
    color: #fff;
}
/* about section */

.homepage-about-section {
    display: flex;
    width: 100%;
    /* height: 750px; */
    /* margin-top: 50px; */
}

.homepage-about-title {
    margin-top: 50px;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.homepage-about-content {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-family: 'Quicksand', sans-serif;
}

/* plan section */

.homepage-plan-section {
    width: 100%;
    margin-top: 6em;
    padding-bottom: 50px;
    position: relative;
}

.homepage-count-section{
    margin-top: 6em;

}

.homepage-content-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #000
}

.homepage-plan-content-desc {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.homepage-plan-content-card {
    position: relative;
    height: 300px;
    /* padding-top: 4em; */
    font-size: 24px;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.homepage-plan-content-card video {
    filter: brightness(60%);
}

.homepage-plan-desc {
    position: absolute;
    bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

video {
    object-fit: cover;
    opacity: 1;
}

.homepage-plan-title:hover+.homepage-plan-info {
    display: block;
}

.homepage-plan-info ul {
    /* display: none; */
    list-style: none;
    font-size: 14px;
    padding: 20px auto;
    text-align: left;
}

/* .homepage-plan-info li {
    padding: 5px 0px;
} */

.homepage-plan-title {
    font-size: 24px;
    text-align: left;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

@media screen and (max-width:899px) {
    .homepage-plan-title{
        text-align: center;
        padding-left: 0;
    }
}

.homepage-plan-content-card:hover {
    cursor: pointer;
}

.homepage-plan-content-img {
    position: absolute;
    height: 100%;
}

.img-left {
    left: 0px;
}

.img-right {
    top: -20px;
    right: 0px;
}

.homepage-content-img-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.bottom-divider {
    position: absolute;
    bottom: -40px;
}

/* testimonial section */

.homepage-testimonial-section {
    width: 100%;
}


#spin-text {
    color: #ff6606;
}
.high {
    text-align: center;
    padding: 25px;
}

.green{
    color: #008420;
}

.countVal{
    font-size: 50px;
    line-height: 75px;
}

.redo{
    font-size: 22px;
    line-height: 28px;
}

