:root {
    background: transparent;
}

.pricingMain {
    width: 100vw;
    height: 100vh;
}

.pricingMain > .pricingMainContent > p:nth-of-type(1) {
    font-family: "Oswald";
    font-size: 200%;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(255, 193, 26, 1);
    margin-top: 2%;
}

.pricingMain > .pricingMainContent > p:nth-of-type(2) {
    font-family: "Oswald";
    font-size: 140%;
    font-weight: 500;
    color: rgba(0,0,0,1);
    margin-top: 0.5%;
}

.pricingMain > .pricingMainContent > p:nth-of-type(3) {
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 400;
    color: rgba(0,0,0,1);
    margin-top: 0.5%;
}

.pricingMain > .pricingMainContent > div:nth-of-type(1) {
    width: 40%;
}

.pricingMain > .pricingMainContent > div:nth-of-type(1) > p:nth-of-type(1) {
    font-family: "Carlito";
    font-size: 105%;
    font-weight: bolder;
    color: rgba(0,0,0,1);
}

.pricingMain > .pricingMainContent > div:nth-of-type(1) > p:nth-of-type(2) {
    padding-left: 1%;
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 400;
    color: rgba(0,0,0,1);
}

.pricingMain > .pricingMainContent > p:nth-of-type(4) {
    font-family: "Carlito";
    margin-top: 2%;
    color: rgba(0, 0, 0, 1);
    width: 55%;
}

.pricingMain > .pricingMainContent > p:nth-of-type(5) {
    font-family: "Carlito";
    margin-top: 0.5%;
    color: rgba(0, 0, 0, 1);
    width: 55%;
}

.pricingMain > .pricingMainContent > div:nth-of-type(2) {
    width: 80%;
    gap: 3.0%;
}

.pricingMain > .pricingMainContent > div:nth-of-type(2) > .priceCard {
    margin-top: 5%;
    height: 25%;
    width: 22.5%; 
    box-shadow: 0px 4px 21.9px -4px rgba(0, 0, 0, 0.25);
}

.pricingMain > .pricingMainContent > div:nth-of-type(2) > .priceCard:hover {
    box-shadow: 0px 4px 21.9px -4px rgba(255, 193, 26, 1);
}

.priceCard > p:nth-of-type(1),
.priceCard > p:nth-of-type(2) {
    background-color: rgba(255, 193, 26, 1);
    font-family: "Oswald";
    font-size: 141%;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(0,0,0,1)
}

.priceCard > p:nth-of-type(1) {
    padding-top: 2.5%;
}

.priceCard > p:nth-of-type(2) {
    padding-bottom: 2.5%;
}

.priceCard > div:nth-of-type(1) {
    margin-top: 5%;
    font-family: "Oswald";
    font-size: 280%;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(255, 193, 26, 1);
}

.priceCard > p:nth-of-type(3) {
    margin-top: -3%;
    font-family: "Oswald";
    font-size: 70%;
    font-weight: 500;
    line-height: 23.71px;
    letter-spacing: 0.05em;
    color: rgba(255, 193, 26, 1);
}

.priceCard > p:nth-of-type(4),
.priceCard > p:nth-of-type(5),
.priceCard > p:nth-of-type(6),
.priceCard > p:nth-of-type(7),
.priceCard > p:nth-of-type(8),
.priceCard > p:nth-of-type(9) {
    margin-top: 5%;
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(0,0,0,1);
    width: 80%;
    margin-left: 10%;
}

.priceCard > div:nth-of-type(2),
.priceCard > div:nth-of-type(3),
.priceCard > div:nth-of-type(4),
.priceCard > div:nth-of-type(5),
.priceCard > div:nth-of-type(6),
.priceCard > div:nth-of-type(7) {
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
}

.priceCard > button {
    margin-top: 10%;
    margin-left: 30%;
    width: 40%;
    background-color: rgba(255, 193, 26, 1);
    font-family: "oswald";
    font-weight: 500;
    font-size: 105%;
    height: 4vh;
    color: rgba(255, 255, 255, 1);
    border-radius: 5vh;
}

.priceCard > button:hover {
    background-color: rgba(0,0,0,1);
}

.priceCard > p:nth-of-type(10) {
    margin-top: 5%;
    margin-left: 20%;
    width: 60%;
    color: rgba(0,0,0,1);
}

.pricingMain > .footerdiv {
    position: relative;
    top: 100%;
    margin-top: 10%;
}

/* Pricing Mobile Styling */

.pricingMainMobile > .pricingMainContentMobile > p:nth-of-type(1) {
    font-family: "Oswald";
    font-weight: 600;
    font-size: 170%;
    line-height: 150%;
    letter-spacing: 5%;
    color: rgba(255, 193, 26, 1);
    width: max-content;
    margin-top: 5%;
}

.pricingMainMobile > .pricingMainContentMobile > p:nth-of-type(2),
.pricingMainMobile > .pricingMainContentMobile > p:nth-of-type(3) {
    font-family: "Carlito";
    font-weight: 400;
    font-size: 110%;
    width: 80%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    line-height: 150%;
    letter-spacing: 1px;
    margin-top: 3%;
}

.courseMainMobile > .pricingMainContentMobile > div {
    width: 75%;
}

.pricingMainMobile > .pricingMainContentMobile > div > p:nth-of-type(1) {
    font-family: "Carlito";
    font-weight: 900;
    font-size: 110%;
    width: max-content;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    line-height: 150%;
    letter-spacing: 1px;
    margin-top: 6%;
}

.pricingMainMobile > .pricingMainContentMobile > div > p:nth-of-type(2) {
    font-family: "Carlito";
    font-weight: 400;
    font-size: 105%;
    width: 65%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    line-height: 150%;
    letter-spacing: 1px;
    margin-top: 6%;
}

.pricingMainMobile > .pricingMainContentMobile > div:nth-of-type(2) {
    width: 80%;
    gap: 1%;
    margin-bottom: 10%
}

.pricingMainMobile > .pricingMainContentMobile > div:nth-of-type(2) > .priceCardMobile {
    margin-top: 10%;
    height: 20%;
    width: 100%; 
    box-shadow: 0px 4px 21.9px -4px rgba(0, 0, 0, 0.25);
}

.pricingMainMobile > .pricingMainContentMobile > div:nth-of-type(2) > .priceCardMobile:hover {
    box-shadow: 0px 4px 21.9px -4px rgba(255, 193, 26, 1);
}

.priceCardMobile > p:nth-of-type(1),
.priceCardMobile > p:nth-of-type(2) {
    background-color: rgba(255, 193, 26, 1);
    font-family: "Oswald";
    font-size: 141%;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(0,0,0,1);
    width: 100%;
}

.priceCardMobile > p:nth-of-type(1) {
    padding-top: 2.5%;
}

.priceCardMobile > p:nth-of-type(2) {
    padding-bottom: 2.5%;
}

.priceCardMobile > div:nth-of-type(1) {
    margin-top: 5%;
    font-family: "Oswald";
    font-size: 280%;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(255, 193, 26, 1);
}

.priceCardMobile > p:nth-of-type(3) {
    margin-top: -3%;
    font-family: "Oswald";
    font-size: 70%;
    font-weight: 500;
    line-height: 23.71px;
    letter-spacing: 0.05em;
    color: rgba(255, 193, 26, 1);
}

.priceCardMobile > p:nth-of-type(4),
.priceCardMobile > p:nth-of-type(5),
.priceCardMobile > p:nth-of-type(6),
.priceCardMobile > p:nth-of-type(7),
.priceCardMobile > p:nth-of-type(8),
.priceCardMobile > p:nth-of-type(9) {
    margin-top: 5%;
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(0,0,0,1);
    width: 80%;
}

.priceCardMobile > div:nth-of-type(2),
.priceCardMobile > div:nth-of-type(3),
.priceCardMobile > div:nth-of-type(4),
.priceCardMobile > div:nth-of-type(5),
.priceCardMobile > div:nth-of-type(6),
.priceCardMobile > div:nth-of-type(7) {
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
}

.priceCardMobile > button {
    margin-top: 10%;
    width: 40%;
    background-color: rgba(255, 193, 26, 1);
    font-family: "oswald";
    font-weight: 500;
    font-size: 105%;
    height: 4vh;
    color: rgba(255, 255, 255, 1);
    border-radius: 5vh;
}

.priceCardMobile > button:hover {
    background-color: rgba(0,0,0,1);
}

.priceCardMobile > p:nth-of-type(10) {
    color: rgba(0,0,0,1);
    margin-top: 5%;
    width: 60%;
    margin-bottom: 5%;
}