@import url('base.css');
.container {
    background-color: white;
}

.box1 {
    box-sizing: border-box;
    /* background-color: #5ac597; */
    background-color: var(--main-bg-color1);
   
    line-height: 1.4;
    min-width: 50%;
    min-height: 50%;
    border-radius: 50px;
}
.box1 h1 {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 51px;
}
/* @media (max-width:1070) {
    .box{
        min-width: 100px;
    }
} */
/* @media (max-width: 768px) {
    .box1 {
        width: 70%;

    }
    .box1 h1{
        font-size: 34px;
    }
    .p1{
    font-size: 18px;
    }
} */
/* @media (max-width: 648px) {
    .box1 {

    }
} */
  
.text1 {
    font-size: 16pt;
    text-align: center;
    color: white;

}

.heading2 {
    text-align: center;
    /* color: #9155A7; */
    color: var(--main-bg-color);

    font-size: 34px;
}

.heading3 {
    margin: auto;
    text-align: start;
    font-size: 60px;
    /* color: #0DB26B; */
    color: var(--main-bg-color);
}

.p2 {
    text-align: center;
    width: 70vw;
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 20px;
    margin-bottom: 5px;
}

.box2 {
    background-color: white;
    width: 80vw;
    margin: auto;
    margin-bottom: 5px;
}

.p3 {
    font-size: 20px;
    padding: 5px;
    list-style: circle;
}

.heading4 {
    font-size: 20px;
}

.box3 {
    display: flex;
    text-align: center;
    /* background-color: #9155A7; */
    background: var(--main-bg-color);
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.p4 {
    font-size: 30px;
    color: white;
    margin-right: 200px;
}

.box3 a {
    text-decoration: none;
    color: white;
}

.number {
    background-color: #043B2426;
    font-size: 13px;
    box-sizing: border-box;
    height: 3vh;
    width: 15vw;
    text-align: center;
    justify-content: center;
}

.heading5 {
    display: flex;
    justify-content: center;
    text-align: center;
    /* color: #0DB26B; */
    color: var(--main-bg-color);
    font-size: 40px;
}

.p5 {
    text-align: center;
    width: 50vw;
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 20px;
    margin-bottom: 5px;
}

.bigbox4 {
    display: flex;
    justify-content: center;
    align-items: center;


}

.box4 {

    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    text-align: center;

}

.semibox {
    padding: 20px;
    text-align: center;
}

.semibox h3 {
    color: #0DB26B;
    font-size: 22px;

}


