
/* 
color-used 
orange - #FF9700
red: #7209b7;

*/


/*  Fonts  */

@font-face {
    font-family: 'Rajdhani';
    src: url(../assets/fonts/Rajdhani/Rajdhani-Bold.ttf);
}

@font-face {
    font-family: 'Figtree-regular';
    src: url(../assets/fonts/Figtree/static/Figtree-Regular.ttf);
}

@font-face {
    font-family: 'Figtree-bold';
    src: url(../assets/fonts/Figtree/static/Figtree-Bold.ttf);
}

@font-face {
    font-family: 'Figtree-extra-bold';
    src: url(../assets/fonts/Figtree/static/Figtree-ExtraBold.ttf);
}

/*               */


html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-family: 'Figtree-regular';
    font-size: 16px;
    line-height: 22px;
    background-image: url(../assets/images/karate-bg.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

/* Header-css */

.main-header {
    height: 150px;
}

.main-header .container-fluid {
    padding: 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

a.nav-link.cntc-btn {
    background: #7209b7;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 30px !important;
    margin-left: 25px;
}

a.for-hover {
    transition: 0.6s !important;
    -webkit-transition: border .7s, background .7s, opacity .7s, color .7s, -webkit-transform .7s, -webkit-box-shadow .7s;
    transition: border .7s, background .7s, opacity .7s, color .7s, -webkit-transform .7s, -webkit-box-shadow .7s;
    -o-transition: transform .7s, border .7s, background .7s, box-shadow .7s, opacity .7s, color .7s;
    transition: transform .7s, border .7s, background .7s, box-shadow .7s, opacity .7s, color .7s;
    transition: transform .7s, border .7s, background .7s, box-shadow .7s, opacity .7s, color .7s, -webkit-transform .7s, -webkit-box-shadow .7s;
    text-rendering: optimizeLegibility;
}


a.for-hover:hover {
    -webkit-box-shadow: inset 303px 0 5px 0 #ad0000;
    box-shadow: inset 303px 0 5px 0 #ad0000;
    transition: all ease-in-out .7s;
    color: #fff !important;
}

span.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.main-header button.navbar-toggler {
    border: none;
    background: #7209b7d4;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 25px !important;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Figtree-bold';
}

a.nav-link.active,
a.nav-link:hover {
    color: #7209b7 !important;
}

a.nav-link {
    transition: 0.4s;
}

a.nav-link.cntc-btn.for-hover:hover,
a.nav-link.cntc-btn.for-hover:active {
    color: #fff !important;
}

/* header-css-ends */

/**********************HOME-PAGE************************/

/* banner-section */

.banner-sec {
    background-image: url(../assets/images/okinawa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 480px;
    padding-bottom: 40px;
    margin-top: -150px !important;
    text-align: center;
}

.banner-cont {
    max-width: 1112px;
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.69);
    border-radius: 20px;
    padding: 50px 85px;
}

.main-title {
    font-family: 'Rajdhani';
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
}

.banner-txt {
    font-family: 'Figtree-regular';
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    margin-top: 8px;
}

.scroll-dwn {
    margin-top: 50px;
    margin-bottom: 20px;
}

.main-header button.navbar-toggler {
    border: none;
}

.scroll-dwn a {
    animation: shadow-pulse 3s infinite;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    margin: auto;
}

.scroll-dwn img {
    animation: shadow-pulse 3s infinite;
    border-radius: 50% !important;
}

/* banner-section ends*/

/* hero-section */

#our-mission {
    margin-top: 0 !important;
    padding-top: 120px;
}

section {
    margin-top: 120px !important;
}

.hero-section {
    display: flex;
    background: rgba(151, 151, 151, 0.05);
    border: 1px solid #4F4F4F;
    border-radius: 20px;
}

.hero-section2 {
    background: rgba(151, 151, 151, 0.05);
    border: 1px solid #4F4F4F;
    border-radius: 20px;
}

.left-cont,
.right-cont {
    display: flex;
    padding: 60px;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

.hero-2 .left-cont,
.hero-2 .right-cont {
    padding-top: 0;
    padding-bottom: 0;
}

.secondary-headings {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
}

.secondary-headings span {
    font-family: 'Rajdhani';
    color: #FF9700;
}

p.secondary-txt {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Figtree-regular';
}

span.red {
    color: #7209b7;
}

.hero-2 {
    border: none;
    background: none !important;
}

a.red-btn {
    width: fit-content;
    background: #7209b7;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Figtree-extra-bold';
    text-transform: uppercase;
    margin-top: 15px;
}

/*  hero-section ends  */

/*  call2acrion  */

.call2action {
    background-image: url(../assets/images/traditional-karate.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 624px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.call2action .secondary-headings {
    color: #fff;
    text-transform: none;
}

.call2action p.secondary-txt {
    margin-bottom: 50px;
    margin-top: 20px;
}

/*  call2action ends  */


/**********************HOME-PAGE-ENDS************************/


/**********************OUR STORY-STARTS************************/

a.nav-link.white-menu {
    color: #fff !important;
}

a.nav-link.white-menu:hover {
    color: #7209b7 !important;
}

.active {
    color: #7209b7 !important;
}

/************************STYLE-BANNER-SECTION***************************/

.banner-style {
    background-image: url(../assets/images/our-style-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: -150px !important;
    text-align: center;
}

.first-title {
    color: #fff;
}

.breadcrumbs a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Figtree-regular';
    text-decoration: none;
}

.breadcrumbs {
    text-align: center;
}

.breadcrumbs span {
    margin: 0 5px;
}

/************************STYLE-BANNER-SECTION-ENDS***************************/

/****************************STYLE-HERO-SECTION******************************/

.style-hero.hero-section {
    border: none;
    background: none;
}

.style-hero .left-cont {
    padding: 0 60px 0 10px;

}

.style-hero .right-cont {
    padding: 0 10px 0 60px;
}

/*************************STYLE-HERO-SECTION-ENDS****************************/

/************************STYLE-LISTING-SECTION-STARTS***************************/

.listing-lists {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

.listing-lists ul {
    padding: 0;
}

li.before-icon2 {
    list-style: none;
    font-size: 18px;
    line-height: 42px;
    color: #343434;
    position: relative;
    font-family: 'Figtree-regular';
    margin-left: -10px;
}

li.before-icon {
    list-style: none;
    font-size: 18px;
    line-height: 42px;
    color: #343434;
    position: relative;
    font-family: 'Figtree-regular';
    margin-left: 35px;
}

li.before-icon:before {
    content: '';
    background: url(../assets/images/dot-circle.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    width: 30px;
    top: 10px;
    height: 30px;
}

/************************STYLE-LISTING-SECTION-ENDS***************************/

/************************STYLE-LAST-SECTION-STARTS***************************/

.lineage .left-cont {
    width: 25%;
}

.lineage .right-cont {
    width: 75%;
}

img.bod-img {
    padding: 28px;
    border: 1px solid #FF9700;
    border-radius: 20px;
}

.sec-listing-2 .listing-lists div:last-child {
    width: 18.6%;
}

.sec-listing-2 .listing-lists div:nth-child(2) {
    margin-left: 36px;
}

section#charateristics {
    margin-top: 40px !important;
    padding-top: 80px;
}

/***************************STYLE-LAST-SECTION-ENDS***************************/

/**********************************OUR STORY-ENDS*****************************/


/********************************INSTRUCTOR-STARTS*****************************/

.banner-instructor {
    background-image: url(../assets/images/instructor-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: -150px !important;
    text-align: center;
}

/*********************************INSTRUCTOR-ENDS*****************************/

/********************************LESSON-PAGE-STARTS*****************************/

.banner-lessons {
    background-image: url(../assets/images/lesson-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: -150px !important;
    text-align: center;
}

h3.tertiary-headings {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: 'Rajdhani';
}

.list-row {
    display: flex;
}

.list-row div {
    width: 46%;
}

.list-row div:last-child {
    width: 51%;
}

.list-row ul {
    padding-left: 0;
    list-style: none;
}

.list-row li.before-icon {
    line-height: 26px;
    margin-bottom: 16px;
}

.list-row li.before-icon:before {
    top: 2px;
}

.list-row.list-row-frst {
    margin-bottom: 38px;
}

.lesson-list h2.secondary-headings {
    text-align: center;
    margin-bottom: 60px;
}

section.lesson-contnt.main-container {
    margin-top: 50px !important;
    padding: 60px 0;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
}

.lesson-list .listing-lists {
    margin: 0 !important;
}

/*********************************LESSON-PAGE-ENDS*****************************/

/*  Footer  */

footer.main-cointainer {
    max-width: 1500px;
    width: 45%;
    margin: auto;
}

.foot {
    display: flex;
    margin-top: 120px;
    column-gap: 20px;
    padding-bottom: 60px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.logo {
    width: 30%;
}

.logo img {
    margin-bottom: 25px;
    width: 110px;
}

.logo p.secondary-txt {
    font-size: 16px;
    line-height: 26px;
    color: #343434;
    font-family: 'Figtree-regular';
}

.foot ul {
    list-style: none;
    padding-left: 0;
}

.contact-info li {
    font-size: 16px;
    line-height: 26px;
    color: #343434;
    font-family: 'Figtree-regular';
    margin-bottom: 12px;
}

.contact-info img {
    margin-right: 12px;
}

.contact-info span {
    display: inline-flex !important;
    margin-left: 6px;
}

.foot a {
    text-decoration: none;
    color: #343434;
    font-size: 16px;
    line-height: 36px;
    margin-left: 12px;
    font-family: 'Figtree-regular';
}

h3.foot-heads {
    font-family: 'Rajdhani';
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.foot ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #FF9700;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a.fromLeft {
    display: inline-block;
    margin-top: 15px;
    line-height: 28px;
}

a.fromLeft:after {
    transform-origin: 100% 50%;
}

a.fromLeft:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.copy-txt {
    padding: 25px 0;
    text-align: center;
    margin-bottom: 0;
    color: #343434;
    font-family: 'Figtree-regular';
}

/******************Keyframes*******************/

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(251 78 104);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}



/*****************RESPONSIVE*******************/

@media (max-width:1550px) {

    .main-container {
        max-width: 92%;
    }

    footer.main-cointainer {
        max-width: 92%;
    }

}

@media (max-width: 1450px) {

    .sec-listing-2 .listing-lists div:last-child {
        width: 20.6%;
    }

}

@media (max-width:1366px) {

    .banner-cont {
        max-width: 1000px;
        padding: 50px 60px;
    }

    .main-title {
        font-size: 45px;
        line-height: 55px;
    }

    .secondary-headings {
        font-size: 45px;
        line-height: 55px;
    }

    .style-hero .left-cont {
        padding: 0 35px 0 10px;
    }

    .style-hero .right-cont {
        padding: 0 10px 0 35px;
    }

    h3.tertiary-headings {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 12px;
    }

    .sec-listing-2 .listing-lists div:last-child {
        width: 22.6%;
    }

}

@media (max-width:1200px) {

    .style-hero .left-cont {
        padding: 0 25px 0 10px;
    }

    .style-hero .right-cont {
        padding: 0 10px 0 25px;
    }

    .banner-instructor {
        min-height: 450px;
    }

    .banner-lessons {
        min-height: 450px;
    }

    .banner-style {
        min-height: 450px;
    }

    .sec-listing-2 .listing-lists div:last-child {
        width: 25.6%;
    }

}

@media (max-width:1024px) {

    .banner-sec {
        padding-top: 320px;
    }

    .banner-cont {
        max-width: 90%;
        padding: 50px 60px;
    }

    .main-title {
        font-size: 35px;
        line-height: 45px;
    }

    .secondary-headings {
        font-size: 35px;
        line-height: 45px;
    }

    .call2action {
        min-height: 480px;
    }

    .left-cont,
    .right-cont {
        padding: 40px;
    }

    section {
        margin-top: 80px !important;
    }

    section#charateristics {
        margin-top: 10px !important;
        padding-top: 70px;
    }

    .foot {
        margin-top: 80px;
    }

    div#instructor {
        display: flex;
        flex-wrap: wrap;
    }

    .inst-lft.left-cont {
        width: 100% !important;
        text-align: center;
    }       

    .inst-ryt.right-cont img {
        width: 60%;
        margin: auto;
    }

    .inst-ryt.right-cont {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .lessons-hero-row.style-hero.hero-section {
        flex-wrap: wrap;
    }

    .row-riverse {
        flex-direction: column-reverse;
    }

    .row-riverse img {
        width: 60%;
        margin-top: 50px;
    }

    .row-riverse .inst-ryt.right-cont {
        text-align: left;
    }

    .row-riverse .inst-ryt.right-cont {
        margin-top: 0;
    }

    .sec-listing-2 .listing-lists div:last-child {
        width: 29.6%;
    }

    #our-mission {
        padding-top: 80px;
    }

}

@media (max-width:991px) {

    .main-title {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-txt {
        font-size: 15px;
        line-height: 22px;
    }

    .secondary-headings {
        font-size: 30px;
        line-height: 40px;
    }

    p.secondary-txt {
        font-size: 15px;
        line-height: 22px;
    }

    .left-cont,
    .right-cont {
        padding: 25px;
    }

    .foot {
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: flex-start;
    }

    .logo {
        width: 96%;
    }

    .quick-links {
        width: 23%;
    }

    .federation {
        width: 26%;
    }

    .contact-info {
        width: 45%;
    }

    h3.foot-heads {
        margin-bottom: 20px;
    }

    .copy-txt {
        padding: 16px 0;
    }

    a.nav-link.cntc-btn {
        background: none;
        color: #000 !important;
        text-transform: uppercase;
        border-radius: 50px;
        padding: 0 !important;
        margin-left: 0px;
        width: fit-content;
    }

    div#navbarNavAltMarkup {
        background: #ffffff;
        padding: 20px 10px;
    }

    a.nav-link.white-menu {
        color: #000 !important;
    }

    button.navbar-toggler.collapsed:focus {
        box-shadow: none;
    }

    .lesson-list h2.secondary-headings {
        margin-bottom: 40px;
    }

    h3.tertiary-headings {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .banner-style {
        min-height: 380px;
    }

    .banner-lessons {
        min-height: 380px;
    }

    .banner-instructor {
        min-height: 380px;
    }

    .style-hero.hero-section {
        flex-wrap: wrap;
    }

    .left-cont {
        width: 100%;
        margin-bottom: 40px;
    }

    .right-cont, .left-cont {
        width: 100%;
    }

    .style-hero img.bod-img {
        width: 60%;
    }

    .lineage img.bod-img {
        width: 100%;
    }

    .style-hero .right-cont, .style-hero .left-cont {
        padding: 0;
    }

}

@media (max-width:768px) {

    .main-title {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-sec {
        background-image: url(../assets/images/okinawa.jpg);
    }

    p.secondary-txt {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }

    section.lesson-contnt.main-container {
        padding: 50px 0;
    }

    section#charateristics {
        margin-top: 0px !important;
        padding-top: 50px;
    }

    .banner-txt {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-cont {
        max-width: 95%;
        padding: 30px 25px;
    }

    .hero-section {
        flex-wrap: wrap;
    }

    .left-cont,
    .right-cont {
        width: 100%;
    }

    .right-cont {
        padding-top: 0;
    }

    .hero-section.hero-2 {
        flex-direction: column-reverse;
    }

    .hero-2 .left-cont {
        padding-top: 30px;
    }

    .call-content {
        max-width: 85% !important;
    }

    .call-content br {
        display: none;
    }

    .quick-links {
        width: 42%;
    }

    .federation {
        width: 48%;
    }

    .contact-info {
        width: 98%;
    }

    .inst-ryt.right-cont img {
        width: 95%;
        margin: auto;
    }

    .lesson-list h2.secondary-headings {
        margin-bottom: 30px;
    }

    .lesson-list li.before-icon {
        line-height: 28px;
        margin-bottom: 8px;
    }

    .row-riverse img {
        width: 100%;
        margin-top: 40px;
    }
    
    img.bod-img {
        padding: 15px;
    }

    .banner-style {
    margin-top: -100px !important;
    }

    .banner-instructor {
        margin-top: -100px !important;
    }   

    .banner-lessons {
        margin-top: -100px !important;
    }

    .instructor-body .inst-ryt.right-cont {
        margin-top: 0;
    }

    .lesson-body .lessons-hero.inst-ryt.right-cont {
        margin-top: 0;
    }

    .lesson-body .row-riverse .inst-lft.left-cont {
        margin-bottom: 0;
    }

    .style-body .row-riverse .left-cont {
        margin-bottom: 0;
    }

    .style-body .lineage .left-cont {
         margin-bottom: 20px;
    }

    .style-body .lesson-list li.before-icon:before {
        top: 4px;
    }

    li.before-icon:before {
    background-size: 18px;
    left: -24px;
    }

    ul li {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    li.before-icon {
        margin-left: 20px;
    }

    .style-hero img.bod-img {
        width: 100%;
    }

    .listing-lists {
        margin: 20px 0 0 0;
    }

    .sec-listing li.before-icon:before {
        top: 0px;
    }

    section {
        margin-top: 60px !important;
    }

    .lineage .right-cont {
        width: 100%;
    }

    .lineage .left-cont {
        width: 100%;
    }

    .main-header {
        height: 100px;
    }

    .navbar-brand img {
        width: 65%;
    }

    .home-body .left-cont {
        padding-bottom: 0;
    }

    #our-mission {
        padding-top: 60px;
    }

}

@media (max-width:600px) {

    .sec-listing .listing-lists {
        flex-wrap: wrap;
    }

    .listing-lists div {
        width: 50% !important;
    }

    .sec-listing-2 .listing-lists div:nth-child(2) {
        margin-left: 0px;
    }

}

@media( max-width:401px) {

    .list-row {
        flex-wrap: wrap;
    }

    .list-row div {
        width: 100% !important;
    }    

    .listing-lists div {
        width: 100% !important;
    }

}

@media (max-width:350px) {

    .contact-info span {
        margin-left: 5px;
    }

    .contact-info li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .contact-info img {
        margin-right: 0px;
    }

}