﻿:root {
    --primary-color: #b60226;
    --secondary-color: #861B1D;
    --ternary-color: #FEDA66;
    --supporting-color: #f7f1d0;
    --heading-color: rgb(246, 220, 102);
    --font-size: 16px;
}

header .top {
    background-color: var(--primary-color);
}

header {
    background-color: var(--ternary-color);
}

    header .instituteName {
        font-weight: 500;
    }

    header h5 {
        color: var(--heading-color);
    }

    header .title div {
        color: var(--heading-color);
        width: fit-content;
        font-weight: 600;
        font-size: 19px;
    }

    header nav {
        background-color: var(--ternary-color);
        border-top: 2px solid gray;
        border-bottom: 2px solid rgb(63, 56, 56);
    }
        header nav .aboutSchool:hover .dropdowns{
            display: grid;
            z-index:3;
        }

header nav .logo {
    width: 80px;
    margin-left: 50px;
}

        header nav ul li:nth-child(6) {
            margin-right: 5px;
        }

    header ul .consultation a {
        display: flex;
        justify-content: center;
    }

    header nav ul li .phone {
        border: 2px solid black;
        font-size: 16px;
        border-radius: 27px;
        padding: 4px 8px;
    }

    header .contact {
        color: red;
        padding-left: 5px;
    }


main .hero-section {
    background-color: var(--ternary-color);
}
header .nav-dropdown .btn {
    background-color: #ffe3d1;
    border: 2px solid black;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: large;
}

    main .hero-section .logo {
        position: absolute;
        margin-top:13px;
        margin-left: 2px;
        z-index: 2;
    }
    main .hero-section .logo img {
        width:170px;
    }
    header .dropdowns {
        position: absolute;
        display:none;
        margin-top: 10px;
        margin-left: 5px;
        z-index: 2;
    }

   header .dropdowns .btn {
            background-color: #ffe3d1;
            border: 2px solid black;
            font-weight: bold;
            font-size: large;
        }

  header .dropdowns .btn:hover{
                background-color: #fad1b7;
            }
    main .hero-section .whiteDiv {
        width: 100%;
        padding-left: 20px;
        padding-right: 15px;
        font-size: 25px;
        text-align: center;
        bottom: 0%;
        position: absolute;
        /* transform: translate(3%,-100%); */
    }

        main .hero-section .whiteDiv div {
            width: fit-content;
            margin: auto;
        }

    main .hero-section .trials {
        width: fit-content;
        position: absolute;
        z-index: 3;
        right: 23%;
        transition: transform 0.3s ease-in-out;
        transform: translateY(-130%);
    }

        main .hero-section .trials:active {
            transform: scale(1.2);
        }

    main .hero-section .leftImg {
        padding-left: 20px;
        padding-right: 15px;
        max-height: 580px;
    }

    main .hero-section .rightImg1 {
        max-height: 295px;
    }

    main .hero-section .rightImg2 {
        max-height: 420px;
        /* padding-right: 15px; */
    }

    main .hero-section .heading2 {
        font-size: 12px;

    }
main .hero-section .heading3 {
    position: absolute;
    display: flex !important;
    justify-content: space-around;
    width: 95%;
    margin: auto;
    bottom: 75px !important;
    color: white;
}
/*main .hero-section .videoPortion{
    margin-bottom:40px;
}*/
main .hero-section .heroContent {
    position: absolute;
}

    main .hero-section .onlineSpecial {
        height: 30px;
    }
    main .hero-section .timing{
        font-size: 12px;
        font-weight:bold;
    }
    main .hero-section .freeTrialBtn {
        background-color: #05B1F2;
        font-size: 14px;
        border: 2px solid #505050;
        padding: 12px 8px;
        margin:auto;
        border-radius:0px;
    }
main .hero-section .freeTrialBtn2 {
    background-color: #05B1F2;
    font-size: 14px;
    width:80%;
    border: 2px solid #505050;
    padding: 12px 8px;
    border-radius: 0px;
}
.instructorInfo .container {
    text-align: justify;
}

.instructorInfo .instructorImgDiv img {
    max-height: 400px;
}

.instructorInfo .instructorImgDiv {
    width: fit-content;
    margin: auto;
}

.instructorInfo .readMore {
    width: 180px;
    background-color: orange;
}

    .instructorInfo .readMore .icon-circle3 {
        background-color: black;
        color: white;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: bold;
    }

.review {
    min-height: 400px;
}

    .review .carousel-indicators button {
        width: 25px;
        height: 8px;
        background-color: white;
        border: none;
        margin: 0 5px;
        opacity: 1;
    }

    .review .carousel-indicators .active {
        background-color: orange;
    }

    .review .carousel-indicators {
        top: 150px;
        height: 100px;
        display: flex;
        align-items: center;
    }

    .review .Alexandria {
        color: orange;
        font-weight: bold;
    }

    .review .quote-icon {
        width: 60px;
        height: 60px;
        margin: auto;
        background-color: black;
        border:2px solid yellow;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-weight: bold;
        color: white;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    }

/* home page css */
/* kids section */
.kids {
    background-color: black;
    position: relative;
}

    .kids h1 {
        line-height: 42px;
        color: white;
    }

    .kids .decisionContent {
        color: rgb(245, 209, 9);
    }

    .kids .childImg {
        max-width: 343px;
     
    }

    .kids .headings {
        padding-right: 65px;
    }

    .kids .five-corner-div {
        max-width: 385px;
        height: 470px;
        position: absolute;
        margin-right: 10px;
        background: rgb(214, 3, 3);
        clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
    }

    .kids .kidsSectionLogo {
        width: 11%;
        position: absolute;
        bottom: -58px;
        margin-right: 7%;
    }

    .kids form .form-group {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 15px
    }

        .kids form .form-group:nth-child(1) {
            margin-top: 0px;
        }

    .kids form span {
        position: absolute;
        margin-left: 10px;
    }

    .kids form input {
        border-radius: 2px;
        padding-left: 28px;
    }

    .kids .trialDiv {
        background-color: black;
        margin-top: 10px;
        padding: 5px 2px;
    }

.redHeading{
    background-color: red;
    color: white;
}
.redHeading .para{
   text-align:justify;
}
.studentProfile img {
    width: 300px;
}

.studentProfile .boyContent {
    text-align: justify;
}

.studentProfile .btnPricing {
    background-color: #f5c730;
}

.studentProfile .icon-circle3 {
    background-color: white;
    color: black;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

.studentProfile .icon-circle4 {
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

/*.studentProfile a {
    width: fit-content;
    padding: 2px 3px;
    margin: 0px;
}*/

.studentProfile .stdDetail {
    color: red;
    padding-left: 10px;
}

.studentProfile .childContentImg {
    width: fit-content;
    margin: auto;
}
.studentProfile .stdDetail .checkmark {
    color: red !important;
    font-weight: bold;
    font-size: 18px;
    font-family: Garamond;
}
/* adult section */
.adult {
    background-color: black;
    position: relative;
}

    .adult h1 {
        line-height: 42px;
        color: white;
    }

    .adult .decisionContent {
        color: rgb(245, 209, 9);
    }

    .adult .childImg {
        max-width:390px;
        
    }

    .adult .headings {
        padding-right: 65px;
    }

    .adult .five-corner-div {
        max-width: 385px;
        height: 470px;
        position: absolute;
        margin-right: 10px;
        background: rgb(214, 3, 3);
        clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
    }

    .adult .kidsSectionLogo {
        width: 11%;
        position: absolute;
        bottom: -58px;
        margin-right: 7%;
    }

    .adult form .form-group {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 15px
    }

        .adult form .form-group:nth-child(1) {
            margin-top: 0px;
        }

    .adult form span {
        position: absolute;
        margin-left: 10px;
    }

    .adult form input {
        border-radius: 2px;
        padding-left: 28px;
    }

    .adult .trialDiv {
        background-color: black;
        margin-top: 10px;
        padding: 5px 2px;
    }

    .adult .FrankLaCour{
        margin-bottom: 13%;
        margin-right: 22%;
        font-size:12px;
    }

.adultProfile img {
    width: 300px;
}

.adultProfile .boyContent {
    text-align: justify;
}

.adultProfile .btnPricing {
    background-color: #f5c730;

}

.adultProfile .icon-circle3 {
    background-color: white;
    color: black;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

.adultProfile .icon-circle4 {
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}



/*.adultProfile a {
    width: fit-content;
    padding: 2px 3px;
    margin: 0px;
}*/


.adultProfile .stdDetail {
    color: red;
    padding-left: 25%;
}

.adultProfile .adultContentImg {
    max-width:fit-content;
    margin:auto;
}
.adultProfile .adultContentImg2 {
    max-width: fit-content;
    margin: auto;
    margin-top:37%;
}
/*Adult page button fix */
.d-lg-flex .custom-btn {
    margin-left: 28% !important;
}


/* weapon program css start */

.weaponprogram {
    background-color: black;
    position: relative;
}

    .weaponprogram h1 {
        line-height: 42px;
        color: white;
    }

    .weaponprogram .decisionContent {
        color: rgb(245, 209, 9);
    }

    .weaponprogram .childImg {
        max-width:455px;
    }

    .weaponprogram .headings {
        padding-right: 65px;
    }

    .weaponprogram .five-corner-div {
        max-width: 385px;
        height: 470px;
        position: absolute;
        margin-right: 10px;
        background: rgb(214, 3, 3);
        clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
    }

    .weaponprogram .kidsSectionLogo {
        width: 11%;
        position: absolute;
        bottom: -58px;
        margin-right: 7%;
    }

    .weaponprogram form .form-group {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 15px
    }

        .weaponprogram form .form-group:nth-child(1) {
            margin-top: 0px;
        }

    .weaponprogram form span {
        position: absolute;
        margin-left: 10px;
    }

    .weaponprogram form input {
        border-radius: 2px;
        padding-left: 28px;
    }

    .weaponprogram .trialDiv {
        background-color: black;
        margin-top: 10px;
        padding: 5px 2px;
    }

    .weaponprogram .FrankLaCour {
        margin-bottom: 20%;
        margin-right: 18%;
    }

.weaponProfile img {
    width: 300px;
}

.weaponProfile .boyContent {
    text-align: justify;
}

.weaponProfile .btnPricing {
    background-color: #f5c730;
}

.weaponProfile .icon-circle3 {
    background-color: white;
    color: black;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

.weaponProfile .icon-circle4 {
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

/*.weaponProfile a {
    width: fit-content;
    padding: 2px 3px;
    margin: 0px;
}*/

.weaponProfile .stdDetail {
    color: red;
    padding-left: 10px;
}

.weaponProfile .adultContentImg {
    width: fit-content;
    margin: auto;
}
.weaponProfile .jaredimgDiv {
    width: fit-content;
    margin: auto;
    margin-top: -50px;
}
.weaponProfile .grayDiv{
    width:fit-content;
    border:2px solid black;
    padding:5px 15px;
    background-color:yellow;
    margin:auto;
}
.weaponProfile .weaponExpertName {
    position: absolute;
    bottom: 100px;
    left: 15%;
}
/* weapon program css end */
/* trial*/
.trial-offer-hero h1 {
    font-size: 1.6rem;
    font-weight: bold;
}

.trial-offer-hero p {
    font-size: 1.3rem;
}

.trial-offer-hero .log {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.trial-offer-hero .bg-blue-700 {
    background: linear-gradient(to bottom, #1d4ed8, #3953a9);
}

.trial-offer-hero .container-fluid {
    position: relative;
    padding-top: 3rem;
}
.trial-offer-hero .container-fluid .row .col-lg-8 h1,
.trial-offer-hero .container-fluid .row .col-lg-8 h2,
.trial-offer-hero .container-fluid .row .col-lg-8 p {
 margin-bottom: 0.5rem;
}
.trial-offer-hero .custom-checkbox {
     width: 18px;
    height: 18px;
    border: none;
    border-radius: 3px;
    background-color: white;
    display: inline-block;
    position: relative;
    cursor: pointer;
}


    trial-offer-hero .custom-checkbox:checked {
        background-color: white;
    }


        trial-offer-hero .custom-checkbox:checked::after {
            content: "✔";
            font-size: 14px;
            color: black !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: 900;
            filter: brightness(0);
        }
/*ChildReadMore*/


.kids-program {
    background-color: #f5e6d1 !important;
    font-family: 'Times New Roman', Times, serif;
}

    .kids-program .container-fluid {
        margin: 0 auto;
        padding-left: 2%;
        padding-right: 2%;
    }
    .asp-Kids {
        background-color: #f5e6d1;
        overflow: hidden;
        min-height:100vh;
}
    .justify-text {
       text-align: justify;
       line-height: 1.6; 
       font-size: 16px; 
       font-weight:bold
   
}
.kids-program .youth-img {
    width: 94%;
    height: 87%;
    object-fit: cover;
    margin-left: 2%;
    display: block;
}

    .kids-program .kungfu-gallery-img {
        width: 80%;
        height: 92%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        margin-left: 2%;
        margin-top: -8%;
    }

    .kids-program .content {
        text-align: justify;
        margin: 0 auto;
        padding: 0 5px;
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 1.8;
    }

/*WeaponsReadMore*/
/*WeaponsReadMore*/
.WEAPONS h2 {
    font-family: 'Times New Roman', Times, serif;
}

.WEAPONS .text-content {
    padding-left: 40px;
    font-weight: 500;
    text-align: justify;
}

.WEAPONS .weaponExpertName {
    position: absolute;
    bottom: 100px;
    left: 23%;
}

.WEAPONS .Jared_staff {
    max-height: 700px;
}

.img-display {
    margin-left: 40%;
}

.img-weapons-display {
    width: 80%;
    height: 310px;
    margin-left: -20%;
}

.img-training-session {
    width: 80%;
    height: 320px;
    margin-left: -50%;
}
.img-showcase {
    width: 800%;
    height: 180px;
    margin-left: -118%;
}
.text-content {
    text-align: justify !important;
    padding: 5px;
}


/*Adult Program*/
.custom-section {
    background-color: #f5e6d1;
    font-family:'Times New Roman', Times, serif;
}
.adult-program-section {
    margin-top: 19px;
}

    .custom-section .img-1 {
        width: 250px;
        height: 200px;
        object-fit: cover;
        margin-left: 20%;
        margin-top: -30%;
    }

    .custom-section .img-2 {
        width: 61%;
        height: 100% !important;
        display: block;
        margin: 0 auto;
    }

    .custom-section .img-3 {
        width: 44%;
        height: 126%;
        margin-left: -25%;
        margin-top: -25%;
    }

    .custom-section .img-4 {
        width: 84%;
        height: 104%;
        margin-left: -74%;
        margin-top: -15%;
    }

    .custom-section .img-5 {
        width: 80%;
        height: 70%;
        margin-left: -232%;
    }

    .custom-section p {
        line-height: 1.5;
        font-size: 18px;
        margin-top: -20%;
        text-align: justify;
    }

.training-text-shift {
    margin-left: -79%;
}

.training {
    margin-left: -25%;
}

.trainings {
    margin-left: -61vh;
}

/*What_is_Kung_Fu*/
.main-section {
    background-color: #f5e1c6;
    text-align: justify;
    font-family: "Garamond";
}


/*Benifits_Of _Kung_Fu*/
.custom-bg {
    background-color: #f5e1c6;
    text-align: justify;
    font-family: "Garamond";
    font-size: 16px;
}
/*Your_First_Lesson*/
.first-lesson {
    background-color: #f5e3c7;
    font-family: "Garamond";
    font-size: 16px;
}

.lesson-section p {
    text-align: justify;
}
/*FAQs*/
.bg-light-custom {
    background-color: #f5e3c7;
    font-family: "Garamond";
    font-size: 16px;
}

.faq-section p {
    text-align: justify;
}
/*Special-internet-offer*/
.Special-internet-offer{
    max-width:1000px;
    margin:auto;
}
.offer-banner {
    background-color: red;
    color: yellow;
    font-weight: bold;
    height: 70px;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.highlight {
    background-color: yellow;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.pricing-section {
    position: relative;
}


.price-box {
    border: 2px solid black;
    padding: 0px;
    display: inline-block;
}

.checkmark {
    color:red;
    font-weight: bold;
    font-size: 18px;
    font-family: Garamond;
}

.enrollment-box {
    max-width: 400px;
    margin: auto;
    text-align: left;
    margin-left: 1%;
}
.offer-section p{
    font-size:17px;
}
.offer-section .StartDiv {
    position: absolute;
    max-height:160px;
    max-width: 200px;
    top: 0px;
    right: -18px;
}

.Special-internet-offer .five-corner-div {
    max-width: 485px;
    height: 470px;
    margin-right: 10px;
    background: rgb(214, 3, 3);
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
}

.Special-internet-offer form .form-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 15px
}

.Special-internet-offer form .form-group:nth-child(1) {
        margin-top: 0px;
    }

.Special-internet-offer form span {
    position: absolute;
    margin-left: 10px;
}

.Special-internet-offer form input {
    border-radius: 2px;
    padding-left: 28px;
}

.Special-internet-offer .trialDiv {
    background-color: black;
    margin-top: 10px;
    padding: 5px 2px;
}
.Special-internet-offer .submitBtn{
 position:absolute;
    margin-top:-100px;
    right:125px;
    cursor:pointer;
    
}
/*Login page mobile btn*/
.btn-light {
    border: 1px solid black;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #000;
    font-weight: bold;
    background-color: #f5e1c6;
}
/*Rank Requirement dropdown*/

.dropdowns {
    padding: 10px;
    border-radius: 8px;
  
}
.card-background {
    background-color: #ffe3d1;
    border: 2px solid black !important;
}


.sash-links {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 5px;
}

.sash {
    width: 20px;
    height: 40px;
    border: 1px solid #000;
    display: inline-block;
    text-decoration: none;
}

    /* Colors */
    .sash.white {
        background-color: white;
    }

    .sash.yellow {
        background-color: yellow;
    }

    .sash.gold {
        background-color: #FFD700;
    }

    .sash.orange {
        background-color: orange;
    }

    .sash.green {
        background-color: green;
    }

    .sash.blue {
        background-color: #87CEEB;
    }

    .sash.purple {
        background-color: purple;
    }

    .sash.maroon {
        background-color: maroon;
    }

    .sash.brown {
        background-color: #C8A87D; 
    }

    .sash.black {
        background-color: black;
    }

    /*STUDENT FORM*/

.header-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #990000;
    color: gold;
    padding: 10px 20px;
}

.academy-title {
    font-size: 24px;
    font-weight: bold;
}

.login-box {
    display: flex;
    align-items: center;
    background-color: #ffcc40;
    padding: 5px 10px;
    border-radius: 8px;
}

.login-logo {
    height: 40px;
    margin-left: 10px;
}

#loginForm {
    margin: 30px auto;
    padding: 20px;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    #loginForm label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #333;
    }

    #loginForm input {
        width: 100%;
        padding: 6px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #loginForm button {
        width: 100%;
        padding: 8px;
        background-color: #990000;
        color: gold;
        font-weight: bold;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        #loginForm button:hover {
            background-color: #b30000;
        }



#result {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #666;
}

/*Rank list*/


/*Basic student info*/
.Web-Background {
    background-color: #f5e1c6;
}
/*Layout login page Navbar text size*/
.kung-fu-title {
    font-size:14px !important;
    color: #000;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom:0;
    margin-top:0;
}
/*layout_login_btn*/
.btn-nav {
    background-color: maroon !important;
    color: #fff !important;
    margin-right:5px!important;
    margin-top:17px !important;
}

/*Rules and regulations*/

.kwoon-border {
    border: 5px solid black; 
    border-radius: 0px; 
}

.kwoon-container {
    max-width: 945px;
    width: 100%;
    padding: 1rem;
}


.rules-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}


.rule-item {
    font-size: 1rem;
    font-weight: bold;
}


.custom-heading {
    font-family: 'Times New Roman', Times, serif;

}
ol li::marker {
    font-weight: bold;
}

.ms-custom {
    margin-left: 12% !important; 
}
/*kungfu parents*/
.heading{
   font-size :30px !important;
}

/*Basic Terminology(idhb)*/

  .highlight-header {
      text-align: center;
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    .table-container {
      max-width: 650px;
      margin: 0 auto;
    }
    .table-heading-row {
      display: flex;
      font-weight: bold;
      padding: 0 8px;
      margin-bottom: 5px;
    }
    .table-heading-row div {
      flex: 1;
      text-align: left;
    }
    .table-heading-row .term-heading {
      padding-left: 16px; 
    }
    .table {
      font-size: 0.82rem;
      table-layout: auto;
      width: 100% !important;
      border-collapse: collapse;
    }
    .table th, .table td {
      padding: 4px 8px;
      border: 1px solid #000;
      vertical-align: middle;
    }
    .table td:first-child {
      font-weight: bold;
      padding-left: 20px; 
    }
    .table td:nth-child(2) {
      font-style: italic;
    }
    .table td:last-child {
      font-weight: bold;
    }
.box-sizing: none;
/*Rank item*/
page {
    height: 58vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    width: 80%;
}


.ranking-container {
    display: flex;
    position: relative;
    transform: translateX(144px);
}

.levels {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .levels li {
        margin: 10px 0;
        font-size: 15px;
    }


@media (max-width: 500px) {
    .levels li {
        margin: 10px 0;
        margin-left: -162px; /* Adjust this value as needed */
        font-size: 8px !important;
    }
}

.bracket-box1 {
    position: absolute;
    width: 80px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    left: 89%;
    transform: translateX(40px);
}
.bracket-box2 {
    position: absolute;
    width: 80px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    left: 89%;
    transform: translateX(40px);
}
.bracket-box3 {
    position: absolute;
    width: 80px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    left: 89%;
    transform: translateX(40px);
}

@media (max-width: 500px) {
    .bracket-box1 {
        position: absolute;
        width: 80px;
        border-top: 2px solid black;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        left: -631%;
    }
}
@media (max-width: 500px) {
    .bracket-box2 {
        position: absolute;
        width: 80px;
        border-top: 2px solid black;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        left: -631%;
    }
}
@media (max-width: 500px) {
    .bracket-box3 {
        position: absolute;
        width: 80px;
        border-top: 2px solid black;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        left: -631%;
    }
}
@media (max-width: 500px) {
    .bracket-box1 {
        top: 12px!important;
        height: 71px !important;
    }

    .bracket-box2 {
        top: 103px !important;
        height: 47px!important;
    }

    .bracket-box3 {
        top: 170px!important;
        height: 47px !important;
    }
}
.bracket-label1 {
    position: absolute;
    left: calc(100% + 210px);
    transform: translateY(-50%);
    transform: translatex(-75%);
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;

}
.bracket-label2 {
    position: absolute;
    left: calc(100% + 210px);
    transform: translateY(-50%);
    transform: translatex(-75%);
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
  
}
.bracket-label3 {
    position: absolute;
    left: calc(100% + 210px);
    transform: translateY(-50%);
    transform: translatex(-75%);
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;

}
@media (max-width: 800px) {
    .bracket-label1, .bracket-label2, .bracket-label3 {
        left: calc(100% + 150px); /* Adjust for smaller screens */
        transform: translateY(-50%) translateX(-60%);
        font-size: 11px; /* Smaller font size for 800px screens */
    }
}
@media (max-width: 500px) {
    .bracket-label1 {
        margin-left: -112px;
        position: absolute;
        left: calc(100% + 210px);
        transform: translateY(-50%);
        transform: translatex(-75%);
        font-weight: bold;
        text-decoration: underline;
        white-space: nowrap;
        font-size:8px;
    }
}
@media (max-width: 500px) {
    .bracket-label2 {
        margin-left: -102px !important;
        position: absolute;
        left: calc(100% + 210px);
        transform: translateY(-50%);
        transform: translatex(-75%);
        font-weight: bold;
        text-decoration: underline;
        white-space: nowrap;
        font-size: 8px;
        top: 119px !important;
    }
}
@media (max-width: 500px) {
    .bracket-label3 {
        margin-left: -112px !important;
        position: absolute;
        left: calc(100% + 210px);
        transform: translateY(-50%);
        transform: translatex(-75%);
        font-weight: bold;
        text-decoration: underline;
        white-space: nowrap;
        font-size: 8px;
        top: 190px !important;
    }
}
.wrapper {
    position: relative;
}
/*Introductory Handbook*/
.Academy{
    font-size :29px;
}

.welcom-kf{
    margin-left:1% !important;
}
.your-first-lesson{
    margin-left:1% !important;
}
.equipment {
    margin-left: -4% !important;
}
.kf-style {
    margin-left: 1% !important;
}
.whats-kf{
    margin-left:34% !important;
}
.typical-beg {
    margin-left: 2% !important;
}

.left-side-wr{
    margin-left:-33%;
}
.starting-point{
    margin-left:37%;
}
.after-weeks {
    margin-left: 5%;
}
.left{
    margin-left:-15%;
}
.left-side-pic {
    margin-left: 1%;
}
.Chief-Master {
    margin-left: -15%;
}
.text-years{
    font-size:12px;

}
/*BEG REQUIREMENTS*/




@media (max-width: 700px) {
    
}

.table-bordered td, .table-bordered th {
    border: 1px solid #000;
    vertical-align: top;
   
}

.header-title {
    text-align: center;
    font-weight: bold;
    background-color: #972e2e;
    color: white;
}


.skills-list-group {
    margin-bottom: 4px;
}

.skills-list-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-yellow,

.form-green
.form-gold,

.form-darkorange,
.form-grey,
.form-staff,
.form-Purples,
.form-Brown
{
    height: 157px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
}
.form-Brown {
    background-color: #654321;
    height: 50% !important;
    color: #FFFF00;
}
.form-Browns {
    background-color: #735327;
    height: 30% !important;
    color: #FFFF00;
}
.form-brown {
    background-color: #735327;
    color: #FFFF00;
    height: 50% !important;
}

.form-White {
    background-color: #fff;
}
.form-Purples {
    background-color: #c71559;
    height: 10%;
    color: #FFFF00;
}
.form-Purples {
    background-color: #c71559;
    color: #FFFF00;
}
.form-Black {
    background-color: #000;
    color: #FFFF00;
    height:50% !important;
}
.form-white{
    background-color: #fff;
    color: #000;
    height: 50% !important;
    line-height:2;
}
.form-green {
    background-color: #44b344;
    height:80% !important;
    line-height:2;
}
  
    .form-yellow {
        background-color: #ffff99;
    }

.form-gold {
    background-color: #FFFF00;
    height: 105px;
    line-height: 2.3;
}

.form-orange {
    background-color: #ffa500;
    height:85px;
    line-height:2.2
  
    
}
.form-orangee {
    background-color: #ffa500;
    height: 50px;
    line-height: 2;
}
.form-maroon {
    background-color: #800000;
    
    color: #FFFF00;
    height: 50% !important;
}
.form-darkorange {
    background-color: #ff8c42;
    height: 60px !important;
}

.form-orange-sash {
    background-color: #ff8c42;
    height: 112px !important;
    line-height:2.3;
}
.form-grey {
    background-color: #cfcfcf;
    height: 18px !important;
}

.form-blue {
    background-color: #1E90FF;
    height: 163px !important;
    line-height: 2.6;
}
.form-bluee {
    background-color: #1E90FF;
    height: 26px !important;
}

.form-staff {
    background-color: #f8c471;
}
.form-purple {
    background-color: #590082;
    height: 197px !important;
    color: #FFFF00;
    line-height:2.2;
}
.form-purplee {
    background-color: #590082;
    height: 171px !important;
    color: #FFFF00;
    line-height: 2;
    
}
.form-purplees {
    background-color: #590082;
    height: 35px !important;
    color: #FFFF00;
    line-height: 2.4;
}


.fw-bold {
    font-weight: bold;
}

.form-mobile-heading {
    display: none;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    table, td, th {
        border: none !important;
    }

    td {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .skills-list-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .form-mobile-heading {
        display: block;
    }

    .form-desktop-heading {
        display: none !important;
    }
}
.skills-list-container * {
    font-weight: normal !important;
}
td, th, td * {
    font-style: normal !important;
}
.Physical-margin-heading {
    margin-left: 2% !important;
    width:97%;
}

.Physical-margin {
    margin-left: 7% !important;
    width: 92% !important;
}
.physical-abilities {
    width: 84%;

}
.contant {
    text-align: justify;
}
.table-header-dark {
    background-color: #808080 !important;
    color: #fff;
}
.text-essential {
    font-size: 21px !important;
}
.form-req {
    font-size: 19px !important;
}


.margin-left-tab {
    margin-left: 0px !important;
}
.kwa-img {
    margin-left:73%;
}
.kao-img {
    margin-left: 0%;
}
.Praying-mantis{
    width:73%;
}
.praying {
    margin-left:-14%;
    font-size:20px;
}
.praying-quotes2 {
    margin-left: 17%;
    font-size: 20px;
}


@media (max-width: 576px) {
    input[type="text"] {
        width: 100% !important;
        font-size: 1rem;
    }
}
/*combat*/
.normal-font {
    font-style: normal;
}

.slight-left {
    display: inline-block;
    text-align: left;
    margin-left: -10px; 
}

.inter-font{
    font-size:18px;
}
.form-purplee::first-line {
    text-decoration: underline !important;
}


.maroon-inter {
    text-decoration: underline;
    display: inline-block;
}
.mobile-dropdown button::after {
    content: " ▼";
    float: right;
}


.mobile-btn-layout {
    background-color: #f5e1c6;
    color: #000;
    font-weight: bold;
    outline-color: black;
}
.Basic-fighting-concept{
    font-size:29px !important;
}
.levels{
    margin-left:10px;
}

.newspapaper{
    height:102% !important;
    width:93%!important;
}
.video-panel * {
    color: black !important;
   
}

.video-panel input::placeholder {
    color: black !important;
}

.video-panel .wrapper {
    max-width: 700px;
    margin: auto;
}

.video-panel .edit-delete-box {
    width: 109px;
    border: 1px solid black;
}

    .video-panel .edit-delete-box .btn {
        border-radius: 0;
    }

        .video-panel .edit-delete-box .btn:first-child {
            border-right: 1px solid black;
        }


/*College of sets*/
.sets-container .border-bottom-line {
    border-bottom: 2px solid #000;
}

.sets-container .set-item {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 41px;
    margin-top: 20px;
    width: 76%;
    
}

.sets-container .set-item-title {
    font-weight: bold;
}

.sets-container .set-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

    .sets-container .set-item-content div {
        display: inline-flex;
        align-items: center;
        font-weight: bold;
    }

    .sets-container .set-item-content img {
        margin-left: 20px;
        width: 60px ;
        height: 60px ;
        vertical-align: middle;
    }

.set-icon-img {
    width: 25% !important;
    height: 10% !important;
}

.sets-container .set-icon {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    object-fit: contain;
    vertical-align: middle;
}

.sets-container {
    flex-direction: column;
    height: auto;
    width: 128%;
    padding: 0 5%; 
    box-sizing: border-box; 
}

.college-of-set{
    margin-left:-19%
}

    .sets-container a {
        color: black;
        text-decoration: none;
    }

        .sets-container a div {
            color: black;
        }

        .sets-container a:hover {
            text-decoration: underline;
        }

.chinese{
    color:cornflowerblue
}
.mantisstar{
    margin-top:16%;
}



/*issue1*/
.dark-border {
    border: 2px solid #343a40;
    height:10%;
}

.page-background-color {
    background-color: #FEDA66 !important;
    min-height: 100vh;
}

.line-separator {
    border-top: 24px solid #343a40;
    width: 64%;
    margin-top: 15%;
    margin-left:19%;
}
/*issue 1p2*/
.border-double {
    border-style: double;
    border-width: 4px;
    border-color: #343a40; 
    height: 121% !important;
    margin-top:-27% ;
}

.sifu-reminder-section {
    margin-top: -15%;
    padding: 1rem;
    height: 53% !important; 
  
}

.square {
    width: 12px;
    height: 30px;
    background-color: black;
    margin-right: 2px;
    margin-top:-7%;
}
.border-double-3 {
    border-style: double;
    border-width: 4px;
    border-color: #343a40;
    padding: 1rem;
    width:81%;
}
.hand-strike{
    margin-left:-23%;

}
.issue2p2{
    margin-top:15%;
}
.issue2p3 {
    margin-top: 15%;
}

.separation-line {
    border-top: 3px solid #000;
    margin-bottom: 5px; /* Adds gap between lines */
}

.separation-line-bottom {
    border-top: 3px solid #000;
    margin-top: 5px; /* Adds gap between lines */
}

.centered-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inside-issue {
    margin-top: -59%;
}
.text-underline {
    border-bottom: 2px solid #000; 
    padding-bottom: 5px;
}
.american-acadmy{
  font-size:12px !important;
}
.text-underline-bottom {
    border-bottom: 2px solid #000;
    padding-bottom: 28px;
}

.img-fluid-small {
    width: 50px; /* Adjust the image size */
    height: auto;
    margin-left: 15px; /* Space between the text and the image */
}
.custom-border-chinese {
    border: 1px solid #333; 
    padding: 20px;
    width:40%;
}

.custom-image-news {
    margin-top: 7%; /* Adjust this value to control the image's vertical spacing */
    width:37vh;
}
.custom-image-news2 {
    margin-top: 13%; /* Adjust this value to control the image's vertical spacing */
    width: 76%;
    height:25%;
}
.custom-text {
    white-space: nowrap; /* Prevent text from wrapping to the next line */
}
.jowgao{
    margin-right:20%;
}
.kungfugraduate{
    width:80%;
    margin-left:40%;

}
.graduate{
    margin-left:40%;

}
/* Adjust the height of the main newsletter typing section */
.newsletter-main-content {
    min-height: 500px;
   
}

/* Adjust the height of Photo 1 and Photo 2 */
.photo {
    min-height: 300px;
}

/* Ensure that photo sections have equal height */
#photo1, #photo2 {
    min-height: 271px;
}

.logo{
    width:87%;
}
.bottomlogo{
    width:10%;
    margin-left:40%;
}
.issueoneimg {
    max-width: 253px;
    margin-top: 32%;
}
.custom-heading-font-size {
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
}
.upside-down-text {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);

}
.MacArthur{
    font-size:11px;
    color: black;
}
.custom-image-news {
    width: 186%; /* Makes the image responsive */
    max-width: 200%; /* Ensures the image can stretch up to 200% of its container's width */
}
.custom-heading-font-size{
    font-size:14px;

}
.custom-border-width {
    border: 1px solid black;
    
    
}
.lacour-font-size{
    font-size:200%;
}
.patrick-lacour-graduation {
    width: 91%;
    margin-left: 31px; 
    margin-right: 20px;
}
/* Header table */
.custom-header {
    border: 2px solid #000;
    background-color: #d3d3d3;
    border-collapse: separate;
    border-spacing: 18px;
    margin-bottom: 20px;
    width: 100%;
    table-layout: fixed;
}

    .custom-header th {
        border: 2px solid #000;
        background-color: #fff;
        padding: 8px 20px;
        text-align: center;
    }

/* Data table */
.data-table {
    width: 100%;
    table-layout: fixed;
}

    .data-table td {
        text-align: center;
        vertical-align: middle;
        word-wrap: break-word;
    }

        /* Front Cover images */
        .data-table td img {
            width: 80px;
            height: auto;
            display: block;
            margin: 0 auto;
        }


.col-vol {
    width: 15%;
}

.col-issue {
    width: 15%;
}

.col-date {
    width: 40%;
}

.col-cover {
    width: 30%;
}

.data-table a {
    color: #000 !important; 
    text-decoration: none !important; 
    font-size:17px;
}
@media (min-width: 800px) and (max-width: 1514px) {
    .data-table a {
        color: #000 !important;
        text-decoration: none !important;
        font-size: 17px;
        margin-left: -59%;
    }

    /* Front Cover images */
    .data-table td img {
        width: 80px;
        height: auto;
        display: block;
        margin: 0 81%;
    }
}
@media (max-width: 500px) {
    .data-table a {
        color: #000 !important;
        text-decoration: none !important;
        font-size: 12px !important;
    }
}

@media (max-width: 320px) {
    .data-table a {
        color: #000 !important;
        text-decoration: none !important;
        font-size: 8px !important;
    }
}

    .data-table a:hover {
        color: #000 !important;
        text-decoration: none !important;
    }



    @media (max-width: 700px) {

        .custom-header th,
        .data-table td {
            display: block;
            width: 100%;
            text-align: center;
        }

        .custom-header tr,
        .data-table tr {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
        }

        .custom-header,
        .data-table thead {
            display: grid;
            background: #f8f9fa;
            font-weight: bold;
        }

        .data-table td img {
            max-width: 80px;
            height: auto;
            margin: 0 auto;
            display: block;
        }
    }
@media (max-width: 500px) {

    .custom-header th,
    .data-table td {
        display: block;
        width: 100%;
        text-align: center;
    }

    .custom-header tr,
    .data-table tr {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

    .custom-header,
    .data-table thead {
        display: grid;
        background: #f8f9fa;
        font-weight: bold;
    }

    .data-table td img {
        max-width: 50px;
        height: auto;
        margin: 0 auto;
        display: block;
        font-size: 12px !important;
    }
}

    .news-box .logo-box {
        background-color: red;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        margin-top: -22%;
        margin-left: -18%;
    }

    .news-box {
        border: 2px solid black;
        box-shadow: inset 0 0 10px #f3f31a;
        background-color: white;
        padding: 6px;
        width: 72%;
        height: 117px;
        overflow: hidden;
        margin-left: 14%;
    }


        .news-box .logo-box img {
            max-height: 60px;
            width: auto;
        }

        .news-box .academy-title {
            font-weight: bold;
            font-size: 20px;
        }

        .news-box .academy-line {
            display: block;
            width: 106%;
            height: 1px;
            background-color: black;
            margin-top: 6px;
            margin-left: -10px;
        }


        .news-box h2 {
            font-weight: bold;
            color: #dc3545;
            margin: 0;
        }
    /*old-photos*/
    .older-photos .photo-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

        .older-photos .photo-grid div {
            border: 1px solid #ccc;
            padding: 0;
            height: 148px;
            padding-bottom: 100%;
            position: relative;
            text-align: center;
            width: 100%;
        }

            .older-photos .photo-grid div img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                max-width: 100%;
                max-height: 100%;
                transition: transform 0.3s ease-in-out;
                z-index: 1;
            }

            .older-photos .photo-grid div:hover img {
                transform: translate(-50%, -50%) scale(5.5);
                z-index: 2;
            }



    /*misc-photos*/

    .misc-photos .photo-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: auto;
    }


        .misc-photos .photo-grid div {
            position: relative;
            overflow: visible;
            border: 1px solid #ccc;
        }


            .misc-photos .photo-grid div img {
                position: relative;
                transition: transform 0.3s ease; /* Smooth zoom */
                width: 100%;
                height: 100%;
            }


            .misc-photos .photo-grid div:hover img {
                background-color: white;
                z-index: 10;
            }

            .misc-photos .photo-grid div:hover img {
                -ms-transform: scale(5.3) !important;
                -webkit-transform: scale(5.3) !important;
                transform: scale(5.3) !important;
            }


    /*newer-photos*/

    .newer-photos .photo-grid .square-box {
        position: relative;
        background-color: rgba(0, 0, 0, 0.5);
        border: 0.3px solid #ddd;
        height: 200px;
        padding: 5px; /* Apply padding correctly */
        box-sizing: border-box; /* Ensure padding does not affect the size */
    }


        .newer-photos .photo-grid .square-box img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
            transition: transform 0.3s ease-in-out;
        }


        .newer-photos .photo-grid .square-box:hover img {
            transform: scale(5.5);
            z-index: 2;
        }



        .newer-photos .photo-grid .square-box .photo-title {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            color: white;
            font-weight: bold;
            /* background-color: rgba(0, 0, 0, 0.5);*/
            padding: 5px 0;
            font-size: 15px;
            text-align: center;
        }


    .newer-photos .photo-grid .row {
        margin-right: 0;
        margin-left: 0;
    }


    .newer-photos .photo-grid .col-6, .newer-photos .photo-grid .col-sm-4, .newer-photos .photo-grid .col-md-2 {
        padding-right: 0;
        padding-left: 0;
    }



    .modal-backdrop.show {
        background-color: #000 !important;
        opacity: 1 !important;
    }

    .documents-img {
        margin-left: 13%;
    }









    .mobile-screen-email {
        display: none;
    }

    .call-us-now {
        display: none !important;
    }

    .call-email {
        display: none !important;
    }

    .header-Notes {
        background-color: #feda66;
        color: red;
        padding: 20px 11px;
        font-size: 22px;
        font-weight: bold;
        border: 2px solid black;
        font-style: italic;
        white-space: nowrap;
        width: 100%;
    }

    @media (max-width: 768px) {
        .Login-User-Management {
            width: 50%; /* Adjust the width as needed */
            font-size: 18px; /* Adjust the font size for smaller screens */
        }
    }

    /* Media query for very small screens */
    @media (max-width: 480px) {
        .Login-User-Management {
            width: 80%; /* Adjust width further for very small screens */
            font-size: 16px; /* Adjust the font size for smaller screens */
        }
    }



    @media (max-width: 600px) {
        .table-td:first-child {
            font-style: italic !important;
        }
    }


@media (max-width: 500px) {
    .text-center h3 {
        font-size: 1.25rem !important;
        font-size: 20px !important;
        margin-left: -5px !important;
    }
}

