.section {
    background-color: #393289;
    /* 
    background-image: url(../bootstrapstarter/assets/glowup/background.jpg);
    background-repeat: repeat;
    */
}


.btn-primary-hungarofit {
    background-color: #f2c638;
    font-size: 16px;
    border: 1px solid #f2c638;
    
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-primary-hungarofit:hover {
    background-color: #A70133;
    border: 1px solid #A70133;
}

.active-hungarofit {
    border: 1px solid #f2c638;
    background-color: white;
    color: #f2c638;;
}

p {
    color: white;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    color: white;
    margin-top: 60px;
    line-height: 4.5rem;
}

h2 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin-top: 0px;
    line-height: 2.5rem;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.text-red {
    font-size: 18px;
    font-weight: 600;
    color: #f2c638;
    line-height: 2.5rem;
}

.stage-text {
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-top: 30px;
    line-height: 1.5rem;   
}

.boxes-stage {
    margin-top: 60px;
}

.box-pink {
    margin-top: 30px;
    padding: 2rem;
    background-color: #FFDAE4;
    border-radius: 12px;
}

.box-pink .box-pink-number {
    color: #f2c638 ;
    font-size: 48px;
    font-weight: 600;
}

.box-pink  p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin-top: 30px;
}

.box-red-1 {
    padding: 2rem;
    background-color: #f2c638;
    border-radius: 12px;
    height: 300px;
    margin-top: 120px;
}

.box-red-1 h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.box-red-1 h4 span {
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.box-red-2 {
    padding: 2rem;
    background-color: #f2c638;
    border-radius: 12px;
    margin-top: 15px;
}

.box-red-2 h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.box-red-2 h4 span {
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.box-grey {
    padding: 2rem;
    background-color: #F4F4F4;
    border-radius: 12px;
    margin-top: 60px;
}

.box-grey .img-container {
    height: 120px;
}

.box-grey img {
    width: 60px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.box-grey h5 {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.box-grey p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: white;
    margin-top: 15px;
}

.box-children, .box-teacher  {
    margin-top: 60px;
}

.box-children h3, .box-teacher h3 {
    color: #f2c638;
}

.box-children p, .box-children ul, .box-teacher p, .box-teacher ul {
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin-top: 30px;
}

.box-children p span, .box-teacher v {
    font-weight: 600;
}

.box-children ul, .box-teacher ul {
    list-style-type: disc; 
    padding-left: 1.5rem;
    margin-bottom: 30px;
}

.box-recommend {
    margin-top: 60px;
}

.box-recommend h3 {
    margin-bottom: 30px;
}

.box-recommend-red {
    border-radius: 12px;
    background-color: #f2c638;
    padding: 2rem;
}

.box-recommend-red p {
    color: white;
}

.box-recommend-red p span {
    font-weight: 600;
}

.box-recommend-grey {
    border-radius: 12px;
    background-color: #F4F4F4;
    padding: 2rem;
}

.box-recommend-grey p span {
    font-weight: 600;
}


.box-faq {
    margin-top: 60px;
}

.box-faq h3 {
    margin-bottom: 30px;
}

.box-faq .accordion-header {
    margin-top: 15px;
}

.box-faq .accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: white;
    border: 0px;
    padding: 2rem;
    border-radius: 12px;
    background-color: #F4F4F4;
}


.box-faq .accordion .accordion-collapse {
    border-width: 0 0;
    border-radius: 12px;
    background-color: #F4F4F4;
    border-top: 1px solid white;
    padding: 1rem 2rem 1rem 2rem;
}

.box-faq .accordion .accordion-body {
    color: white;
    font-size: 16px;
    padding: 0px;
}




.exponationmark {
    margin-bottom: 15px;
}

.hungarofit-white {
    width: 80px;
    margin-top: 15px;
}

.hungarofit-color {
    width: 120px;
    margin-top: 45px;
}





.content-hungarofit h3 {
    color: #f2c638;
    margin-top:60px;
    margin-bottom: 30px;
}

.content-hungarofit h4 {
    margin-bottom: 30px;
}


.content-hungarofit ul {
    list-style-type: disc; 
    padding-left: 1.5rem;
}

.content-hungarofit p, ul {
    font-size: 16px;
    margin-bottom: 30px;
    color: white;
}

.content-hungarofit span {
    font-weight: 600;
}

.content-hungarofit .col-right {
    padding-top: 60px
}

.box-condition {
    background-color: #f2c638;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 60px;
}

.box-condition p, .box-condition ul {
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
}

.box-condition span {
    font-weight: 600;
}

.double-x {
    height: 48px;
}


.dropdown-menu {
    color: white;
    background-color: #f2c638;
    border: 1px solid #f2c638;
}

.dropdown-item  {
    color: white;
    background-color: #f2c638;
}

.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #A70133;
}

.btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color:  #A70133 !important;
    border-color:  #A70133  !important;
}