body {
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}
p {
    margin: 0;
}
.custom-shape-divider-bottom-1643834477 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1643834477 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 140px;
}

.custom-shape-divider-bottom-1643834477 .shape-fill {
    fill: #eee;
}
.hero-upper {
    position: relative;
    background: rgb(245,175,25);
    background: linear-gradient(266deg, rgba(245,175,25,1) 0%, rgba(241,39,17,1) 100%);
}
.hero-cont {
    padding: 100px 50px 30px;
}
p.hero-main-text {
    color: white;
    font-size: 55px;
    font-weight: 900;
    text-align: center;
}
p.hero-sub-text {
    color: #ffffffb8;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}
.upper-calc-cont {
background-color: #eee;
display: flex;
justify-content: center;
}
.calc-cont {
    width: 800px;
}
.upper-split {
    display: flex;
    justify-content: center;
    padding: 15px 0px 40px;
}
.split {
    width: 50%;
    justify-items: center;
    display: contents;
   
}
.number-form {
    padding: 5px 10px;
    margin: 0px 10px;
    border: 2px solid #f5ad19;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}
label.lab-text {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding-right: 20px;
    padding-left: 20px;
}

h2.subject-num-title {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #f36d15;
    text-transform: capitalize;
    
}
select {
    border: 2px solid #f5ad19;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}
.submit {
    padding: 15px 50px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito';
    background: #f36d15;
    color: #fff;
    border: 0px;
    border-radius: 3px;
}
.upper-sub-div {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}
.upper-calc-cont.active {
    display: flex;
}
.upper-calc-cont {
    display: none;
}
.upper-res {
    display: none;
    justify-content: center;
}
div#result-div {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 800px;
}
.res-text {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.upper-res.active {
    display: flex;
    background: #eeeeee;
}
.res-inner {
    padding: 100px 20px;
    background-color: white;
    border-radius: 6px;
    border: 2px solid #f36d15;
}
.upper-starto-btn {
    display: flex;
    justify-content: center;
}
.start-over-btn {
    padding: 15px 50px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito';
    background: #f36d15;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    margin-top: 30px;
}
#form-cont.active {
    display: block;
}
#form-cont {
    display: none;
}
#form-cont-main.active {
    display: block;
}
#form-cont-main {
    display: none;
}
.subject-slide {
    display: none;
}
.subject-slide.active {
    display: block;
}
@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .custom-shape-divider-bottom-1643834477 svg {
        height: 60px;
    }
    p.hero-main-text {
        font-size: 35px;
}
p.hero-sub-text {
    font-size: 15px;
}
h2.subject-num-title {
    font-size: 25px;
}
.split {
    width: 90%;
    flex-direction: column;
    display: flex;
}
.upper-split {
    display: flex;
    flex-direction: column;
}

label.lab-text {
    padding: 20px;
}
.calc-cont {
    padding: 50px 20px;

}
.upper-sub-div {
    padding: 10px 0;
}
.submit {
    width: 75%;
    padding: 10px 50px;
}
select {
    margin: 0% 5%;
    padding: 10px;
    width: 95%;
    background: white;
}
.number-form {
    width: 90%;
    padding: 10px;
}
.number-form.subjects-num {
    width: 100%;
}
.res-text {
    font-size: 23px;
}
div#result-div {
    width: 80%;
}

}
