@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

body{
    height: 4000px;
    background-color: #090013;
}


.nav-bg-custom{
    background-color: #91D3C4;
}

.btn-login{
    background-color: #090013;
    border-radius: 2.5px;
}

.h-set{
    height: 55px;
}


.text-sm{
    font-family: 'Poppins', sans-serif;
    margin-left: 0.3vw;
    margin-right: 0.3vw;
    letter-spacing: 2px;
}

.bg-trp-bl{
    background-color: rgba(0, 0, 0, 0.696);
    color: white;
    margin-bottom: 5vh;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    justify-content: center;
}

.hdg{
    font-size:5.55vh;
    padding-right: 4vh;
    padding-left: 4vh;
    margin-top: 4vw;
    line-height: 8vh;
}

.shdg{
    padding: 2vh;
    font-size: 2.5vh;
    line-height: 40px;
    letter-spacing: 2px;
    margin-top: 3vh;
}

.relative{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cont-prt{
    width: 64%;
}

.bg-vart{
    background-color: #91D3C4;
    color: black;
    border-radius: 40px;
    display: flex;
    align-items: center;
    width: 240px;
    justify-content: center;
    height: 70px;
    margin-top: 4vh;
    font-size: large;
}

a{
    text-decoration: none;
}





































.sect-two{
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* border: 2px solid white; */
}

.about-us-heading{
    color: #53868B;
    font-family: 'Quicksand', sans-serif;
    margin-top: 5vh;
    font-size: 5vh;
}

.horiz-two{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh;
    padding-top: 3vh;
    width: 100vw;
    flex-direction: column;
}

.desc_abt{
    color: #53868B;
    word-wrap: break-word;
    font-size: x-large;
    width: 75vw;
    font-family: 'Poppins', sans-serif;
    word-spacing: 1vh;
    letter-spacing: 0.25vw;
    line-height: 5.6vh;
    text-align: center;
    padding: 2vh;
    padding-top: 4vh;
}



.stroke-logo{
    height: 15vw;
}

.hr{
    background-color: #91D3C4;
    width: 80%;
    border: 0;
    height: 3px;
    border-radius: 200px;
    margin-top: 7vh;   
    -webkit-box-shadow:0px 0px 200px 7px rgba(145,211,196,0.9);
    -moz-box-shadow: 0px 0px 200px 7px rgba(145,211,196,0.9);
    box-shadow: 0px 0px 200px 7px rgba(145,211,196,0.9);
}











.sect-three{
    width: 100%;
    height: 330vh;
    display: flex;
    /* border: 2px solid red; */
    align-items: center;
    flex-direction: column;
}


.pricing-heading{
    color: #53868B;
    font-family: 'Quicksand', sans-serif;
    margin-top: 5vh;
    font-size: 6vh;
}

.card-parent{
    width: 90%;
    display: flex;
    /* border: 2px solid red; */
    margin-top: 5vh;
    align-items: center;
    flex-direction: column;
    height: 300vh;
}





.card-price{
    height: 800px;
    width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10vh;
    padding-bottom: 0;
    background-color: #53868B;
    border-radius: 30px;
}

.starter-img{
    margin-top: 50px;
    height: 15vh;
    rotate: -5deg;
}
.intermediate-img{
    margin-top: 50px;
    height: 18vh;
}
.advanced-img{
    margin-top: 50px;
    height: 18vh;
}


.interm-heading{
    font-weight: 500;
    font-size: 4vh;
    margin-top: 3.5vh;
    color: #090013;
    opacity: 90%;
}

.starter-heading{
    font-weight: 500;
    font-size: 5vh;
    margin-top: 3.5vh;
    color: #090013;
    opacity: 90%;
}

.desc{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 1.2vh;
    text-align: center;
    font-size: 2vh;
}

.perks{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-top: 1.5vh;
    font-size: 3vh;
}

.perks-content{
    text-align: center;
    margin-top: 3vh;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1vw;
    line-height: 30px;
    width: 90%;
}



.price-displayer{
    text-align: center;
    font-weight: bold;
    margin-top: 2vh;
    font-size: 5vh;
}


