@font-face {
    font-family: NeueHaasDisplayBold;
    src: url(font/NeueHaasDisplayBold.ttf);
}

@font-face {
    font-family: NeueHaasDisplayMediu;
    src: url(font/NeueHaasDisplayMediu.ttf);
}

@font-face {
    font-family: NeueHaasDisplayLight;
    src: url(font/NeueHaasDisplayLight.ttf);
}

@font-face {
    font-family: BlackOps;
    src: url(font/BlackOpsOne-Regular.ttf);
}

@font-face {
    font-family: Mullish;
    src: url(font/Mullish/static/Mulish-Light.ttf);
}



p,
a {
    font-family: Mullish, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: NeueHaasDisplayBold;
}

body{
    /* background: url('/images/circuit.png'); */
}
.goals-values{
    padding: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
    margin: 0;
}
.goals{
    width: 350px;
    min-width: 320px;
    /* height: 30px; */
    padding: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: url('/images/circuit.png'); */
    background-size: contain;
    border-radius: 5px;
    background-color: #dddcdce3;
    margin-bottom: 5px;
    margin-right: 10px;
}
.goals h3{
    margin-top: 2rem;
    font-size: 3rem;
}
.goals .goal-image{
    width: 100px;
    height: 100px;
}
.goal-ico{
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.goal-text{
    /* font-size: 2rem; */
    padding-left: 2rem;
    /* font-family: NeueHaasDisplayLight, sans-serif; */
}
.about-keals{
    padding: 2rem;
    width: 100vw;
    margin-bottom: 0;
    background: #ecececee;
    margin: 0;
}
.about-keals h2{
    margin-left: 50px;
}
.about-keals-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
}
.about-keals-text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-width: 280px;
    padding: 8rem;
    /* border: #7785ff solid; */
}
.about-keals-text p{
    /* font-size: 20px; */
    /* font-family: NeueHaasDisplayLight, sans-serif; */
    font-weight: 400;
    text-align: justify;
}
.about-keals-image{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 280px;
}
.about-keals-image img{
    width: 100%;
    max-height: 50%;
}


/* .about-text{
    min-width: 400px;
    width: 70%;
    font-size: 2rem;
    line-height: 30px;
} */

.our-plan{
    margin: 0;
    padding: 0;
    background-color: #2137fcc7;
    width: 100vw;
}
.plan-container{
    margin: 0;
}

.plan-image{
    width: 40%;
    padding: 4rem;
}
.plan-image img{
    max-width: 100%;
    min-width: 120px;
    
}

.plan-text-group{
    margin-bottom: 8rem;
    padding: 2rem;
    background-color: #7785ff;
    border-radius: 10px;
    min-width: 290px;
    height: fit-content;
}
.plan-text{
    padding: 4rem 4rem 4rem 8rem;
    width: 100%;
}

.numbering{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    color:#000000;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.sub-numbering{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #000000;
    background-color: #b3f5b3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
}

.plan-text p{
    font-size: 2rem;
    color:#fff;
}
.plan-heading{
    font-weight: 500;
    padding: 0rem 0rem 0rem 0.2rem;
    /* float: left; */
    font-size: 1.7rem;
    color: rgb(228, 228, 228);
}

.sub-text{
    transform: scale(0.7);
    padding-left: 1rem;
    color: #b3b3b3;
}

.plan-text-subgroup{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    
}
.sub-group{
    width: 550px;
    height: fit-content;
    min-width: 280px;
    margin-right: 5px;
    padding: 1rem;
}
.sub-group p{
    padding: 0;
    margin: 0;
    /* font-family: NeueHaasDisplayLight, sans-serif; */
}
.plan-word {
    /* border: #ffffff solid; */
    padding: 0;
}

.plan-word div {
    margin: 0;
    padding: 0;
}

.plan-word p {
    margin: 0;
    padding: 0;
    /* font-size: 18px; */
    /* font-family: NeueHaasDisplayLight, sans-serif; */
}

.container {
    position: relative;
    margin: 0 auto;
}

/* .footer{
    margin-top: 10rem;
} */
@media (max-width: 490px) {
    .goals-values {
        padding: 1rem;
    }

    .about-keals {
        padding: 0.5rem;
    }

    .about-keals-text {
        padding: 2rem 0.5rem;
    }
    
        /* .goals {
            width: 350px;
        } */
}
@media (max-width: 880px) {
    .about-keals {
        padding: 4rem;
    }
    
    .about-keals-container {
        /* border: #7785ff solid; */
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    /* .about-keals-container:nth-child(even) {
        flex-direction: column-reverse;
    } */
    .about-keals-text {
        width: 100%;
        padding: 2rem;
    }

    .about-keals-image {
        width: 100%;
    }
}
@media (max-width: 920px) {
    .about-keals-text {
        padding: 2rem;
    }
    .about-keals {
        padding: 4rem;
    }
}
@media (max-width: 699px) {
    .container {
        padding-right: 40px;
        padding-left: 5px;

    }
    .plan-container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .plan-text {
        padding: 2rem 5rem 4rem 3rem;
        width: 100%;
    }
    .plan-text p {
        font-size: 1.5rem;
    }

    .plan-heading {
        font-size: 1.2rem;
    }

    .sub-text {
        transform: scale(0.7);
        padding-left: 2rem;
    }
    .plan-text-group {
        margin-bottom: 4rem;
    }
    .sub-numbering {
        margin-bottom: 0rem;
        
    }
    .plan-heading {
        padding: 1rem 7rem 1rem 0;
    }
    
    
}

@media (min-width: 700px) and (max-width: 1599px) {
    .container {
        padding-right: 7.5rem;
        padding-left: 7.5rem;
        max-width: 140rem;
    }
}

@media (min-width: 1600px) {
    .container {
        padding-right: 9.5625rem;
        padding-left: 9.5625rem;
        max-width: 144.125rem;
    }
}

