:root {
    --bg-body: #0D0D0D;
    --txt-w: #FAFAFA;
    --haader-bg: rgba(255, 255, 255, 0.1);
    --haader-s-bg: #292c37;
    --w: #fff;
    --c-base1: #87c232;
    --c-base1-drk: #548312;
    --txt-shadow: black;
    --txt-black: #303334;
    --docGrps6: #33495f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif ;
}

.hid {
    display: none!important;
}

body {
    background-color: var(--bg-body);
    color: var(--txt-w);
    line-height: 1.6;
}

ol,
ul {
    list-style: none;
}

#content {
    position: relative;
    top: 0;
}

#header {
    width: 100vw;
    display: grid;
    gap: 0px;
    grid-template-rows: 45px 1fr;
}

.joinUs{
    cursor:pointer;
}

.header-bar {
    width: 100%;
    height: 45px;
    background-color: #000;
    font-size: 20px;
}

.header-bar ul {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.header-bar ul li {
    display: flex;
    margin-right: 60px;
    margin-left: 10px;
    padding: 10px;
    line-height: 28px;

}

.header-bar ul li svg {
    margin-right: 10px;
}

.nav .joinUs {
    display: flex;
    color: var(--w);
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    background-color: var(--c-base1);
    height: 55px;
    margin: auto 35px;
    border-radius: 5px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#header.big {
    position: absolute;
    height: 151px;
    z-index: 1000;
    background-color: var(--haader-bg);
    top: 0;
}

#header.small {
    position: fixed;
    top: 0px;
    height: 110px;
    z-index: 1000;
    background-color: var(--haader-s-bg);
    top: 0;
}

#topMenu {
    height: 100%;
    color: var(--w);
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.menu-toggle {
    position: absolute;
    right: 30px;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 70%;
    cursor: pointer;
    z-index: 999;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.showMenuToggle {
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    right: 0;
    width: 100vw;
    padding-top: 120px;
    min-width: 100vw;
    margin: auto;
    height: fit-content;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: rgba(41, 44, 55, 0.6);
}


.showMenuToggle ul {
    display: flex;
    flex-direction: column;

}

.menu-toggle span {
    display: block;
    height: 4px;
    background: var(--c-base1);
    margin: 5px 0;
    border-radius: 2px;
    transition: 0.3s;
}

#topMenu .nav {
    float: right;
    margin-right: 26px;
    min-height: 100%;
}

.sf-menu>li.active>a {
    color: #fff;
    border-bottom: 4px solid var(--c-base1);
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
    text-shadow: none;
    color: var(--w);
    ;
    background: var(--c-base1);
}

.brand_name {
    font-size: 32px;
    line-height: 45px;
}

.baner-caption {
    display: flex;
    flex-direction: column;
    width: auto;
    left: -15px;
    right: 0;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    color: var(--w);
}

.baner img {
    display: none;
    position: fixed;
    top: 0;
    visibility: visible;
    margin: auto;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.small-width {
    width: 100%;
    height: auto;
}

.short-height {
    width: auto;
    height: 100%;
}

.baner img:first-child {
    display: block;
}

.baner-caption span {
    display: none;
    text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.5);
}

.banerTitle {
    width: 100%;
    position: absolute;
    top: 30%;
}

.banerTitle .baner-caption:nth-child(1) span {
    display: block;
}

.baner-caption span:nth-child(1) {
    font-size: clamp(7vw, 13vw, 74pt) !important;
    font-weight: bold;
    line-height: clamp(10vw, 4.5vw, 38pt);
}

.baner .box_button {
    display: block;
    text-align: center;
}

.baner-caption span:nth-child(2) {
    font-size: clamp(2vw, 4.5vw, 38pt) !important;
    text-transform: capitalize;
    letter-spacing: -0.72px;
    line-height: clamp(5vh, 11.5vh, 18vh);
}

@media (max-width: 450px) {
    .baner {
        height: 85vh;
    }

    .baner img1 {
        width: auto;
        height: 100%;
        max-height: 700px;
    }
    .header-bar ul{
        justify-content: space-around!important;
    }
    .header-bar ul li{
        font-size:10pt;
        margin-right: auto!important;
    }
}

@media (min-width: 451px) AND (max-width: 600px) {
    .baner {
        height: 70vh;
    }

    .baner img1 {
        width: auto;
        height: 100%;
        max-height: 700px;
    }
    .header-bar ul li{
        font-size:11pt;

    }
}

@media (min-width: 601px) {
    .baner {
        height: 100vh;
    }

    .baner img1 {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 600px) {
    #topMenu .nav .joinUs {
        display: none!important;
    }
}
@media (max-width: 1170px) {
    #topMenu .nav ul {
        display: none!important;
    }

    .menu-toggle {
        display: flex;
    }

    .brand {
        margin-right: auto;
        margin-left: 30px;
    }

}

@media (max-width: 770px) {
    .baner img {}
    #header .brand{
        margin-left: 50px!important;
    }
}

#topMenu .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
}

#topMenu .sf-menu {
    font: 20px / 40px 'Ubuntu Condensed', sans-serif;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

#topMenu .sf-menu>li {
    position: relative;
    float: left;
    height: 100%;
}

#topMenu .sf-menu>li>a {
    display: flex;
    color: var(--w);
    justify-content: center;
    align-items: center;
    color: var(--w);
    padding: 10px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 5px var(--txt-shadow);
    height: 100%;
    background: transparent;
}

#topMenu .sf-menu>li>a:hover {
    text-shadow: none
}







.baner {
    position: relative;
    width: 100%;
    z-index: 1;
}

.aboutMe>.categoryMenu {
    position: absolute;
    width: fit-content;
    margin: 30px auto;
    top: -170px;
    z-index: 10;

}

.aboutMe>.categoryMenu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 15pt;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.aboutMe>.categoryMenu ul li {
    width: fit-content;
    height: 255px;
    min-width: 250px;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: var(--w);
    color: var(--docGrps6);
    font-style: italic;
    font-family: Barlow Semi Condensed !important;
    font-size: larger;
    font-weight: 900;
}

.aboutMe>.categoryMenu ul li div {
    margin-top: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.aboutMe>.categoryMenu ul li div a {
    color: var(--c-base1);
    margin-top: 20px;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.aboutMe>.categoryMenu ul li svg {
    margin: 20px auto;
}

@media (max-width: 940px) {
    .aboutMe>div {
        max-width: 95% !important;
    }
}

@media (max-width: 800px) {
    .categoryMenu li {}
}


@media (max-width: 800px) {
    .categoryMenu ul {
        justify-content: space-around;
    }

    .aboutMe>.categoryMenu {
        top: -135px !important;
    }

    .categoryMenu li {
        flex: 1 1 45%;
        height: 220px !important;
        min-width: 100px !important;
    }

    .categoryMenu li svg {
        width: clamp(30px, 14vw, 60px);
        height: clamp(30px, 14vw, 60px);
        margin-bottom: 10px;

    }

    .categoryMenu li span,
    .categoryMenu li a {
        font-size: clamp(12px, 2vw, 18px);
    }
}

@media (max-width: 540px) {
    .categoryMenu ul {
        flex-wrap: wrap;
        border-radius: 0;
    }

    .categoryMenu li {
        background-color: #27ae60;
        flex: 1 1 45%;
        border-radius: 10px;
        margin: 5px !important;
    }

    .aboutMe {
        padding-top: 640px !important;
    }
}

@media (max-width: 380px) {
    .categoryMenu li {
        flex: 1 1 80% !important;
    }
        .aboutMe {
        padding-top: 1100px !important;
    }
}

.aboutMe {
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 2;
    padding-top: 240px;
    padding-bottom: 40px;

}

@media (min-width: 1280px) {
    .aboutMe {

        width: 100%;
    }

    .profile-txt {
        margin-left: 20px;
        max-width: 700px;
    }

}


.aboutMe>div h4 {
    text-align: justify;
}

.profile-txt {
    text-align: center;
    max-width: 1fr;
    position: relative;
}

.aboutMe>div {
    max-width: 80%;
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    height: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
 .aboutMe-des{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 90px;
 }
.aboutMe>div h4 {
    color: var(--txt-black);
}

.aboutMe>div>div {}

.profile-img {
    margin: auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 5px solid var(--c-base1);
    overflow: hidden;

}

.profile-txt h2 {
    color: var(--c-base1);
    margin-top: 40px;
}

.profile-txt h4 {
    line-height: 35px;
    margin-top: 30px;
}

/*///////////////////////////////////////////// video*/
.video {
    overflow: hidden;
    max-width: 100vw;
    position: relative;
    z-index: 2;
    background-color: #303334;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    min-height: fit-content;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

.video-container {
    width: fit-content;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}

.video-item {
    width: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    margin: 50px 5px;
}





.gallery .categoryMenu ul {
    color: #222;
}

.categoryMenu ul li {
    margin: auto 10px;
    cursor: pointer;
    text-align: center;
}



.gallery .categoryMenu ul li:hover {
    color: #000;
    font-weight: bold;
}

/*///////////////////////////////////////////// GALERRY*/
.gallery {
    position: relative;
    z-index: 2;
    background-color: #303334;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    min-height: fit-content;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

.gallery-container {
    max-width: 1200px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 0px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    max-width: 100vw;
}

.gallery-item img,
.video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.overlay h4 {
    color: var(--w);
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/*///////////////////////////////////////////// Footer */
.footer {
    height: 500px;
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}

.footer .con-detail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-evenly;
}

.footer .con-detail div {
    display: flex;
    width: 20%;
    height: 250px;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 3600;
}

.footer .con-detail div h4 {
    position: relative;
    font-size: clamp(1.5vw, 3vw, 13pt);
}

.footer .con-detail div h4:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3600;
}

.footer .address h4:before {
    background-image: url("../../public/images/pin.svg");
}

.footer .mail h4:before {
    background-image: url("../../public/images/mail.svg");
}

.footer .phone h4:before {
    background-image: url("../../public/images/phone.svg");
}
.footer .con-detail .address{
    margin-top: 33px;
}
.footer .con-detail .address h4{
    line-height: 31px!important;
}
.map-container {
    position: absolute;
    z-index: 3000;
    width: 100%;
    height: 63%;
    bottom: 0;
}

.box1 {
    position: absolute;
    z-index: 3500;
    width: 90000px;
    top: -800px;
    height: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: rotate(25deg);
    margin: 100px auto;
    background:
        linear-gradient(120deg, rgba(12, 16, 27, 1) 0%, rgba(33, 39, 53, 1) 50%, rgba(80, 90, 110, 1) 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: cover, 100px 100px;
    display: flex;
}

.box2 {
    position: absolute;
    z-index: 3500;
    width: 90000px;
    top: -800px;
    height: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: rotate(-25deg);
    margin: 100px auto;
    background:
        linear-gradient(120deg, rgba(12, 16, 27, 1) 0%, rgba(33, 39, 53, 1) 50%, rgba(80, 90, 110, 1) 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: cover, 100px 100px;
    display: flex;
}

/*///////////////////////////////////////////// contactMe */
.contactMe {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: var(--c-base1);
    padding-top: 20px;
    padding-bottom: 40px;
}

.contactMe>div {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.contactMe>div form {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
}

.contactMe>div h2 {
    font-size: 55px;
    margin: 30px 20px;
}

.contactMe>div input,
.contactMe>div textarea {
    height: 50px;
    width: 90%;
    max-width: 600px;
    margin: 5px auto 20px 25px;
    padding: 5px 10px;
    font-size: 27px;
}

.contactMe>div textarea {
    height: 100px;
}

.contactMe>div #submit {
    width: 200px;
    height: 70px;
}

/*///////////////////////////////////////////// Background */
.abstract-bg {
    height: 500px;
    background:
        linear-gradient(120deg, rgba(12, 16, 27, 1) 0%, rgba(33, 39, 53, 1) 50%, rgba(80, 90, 110, 1) 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: cover, 100px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
    font-size: 2rem;
}

.abstract-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.1), transparent);
    mix-blend-mode: overlay;
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
}

/*////////////////////////////////////////*/
.sport p,
.sport ul {
    color: #7c7c7c;
}

.sport.container {
    line-height: 2;
    direction: rtl;
    margin: 0;
    padding: 2rem;
    color: var(--c-base1-drk);
    border: 1px solid #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sport.container * {
    text-align: justify;
}

.sport.container>p {
    margin-bottom: 20px;

}

.sport h2 {
    color: #444;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
}

.sport h1 {
    text-align: center !important;
    color: var(--c-base1-drk);
    margin-bottom: 2rem;
}

.sport ul.features {
    list-style: none;
    padding: 0;
}

.sport ul.features>li {
    margin-bottom: 2rem;
    padding-right: 1.2rem;
    position: relative;
    text-align: right;
}

.sport ul.features table {

    width: 80%;
    border-collapse: collapse;
    text-align: center;
    margin: 20px auto auto auto;
}

.sport ul.features td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.sport ul.features th {
    text-align: center;
}

.sport ul.features>li>ul>li {
    margin-bottom: 0rem;
    padding-right: 1.2rem;
    position: relative;
    text-align: right;
    color: #333;
}

.sport ul.features>li>ul>li>ul {}

.sport ul.features>li>ul>li>ul>li {
    margin-bottom: 0rem;
    padding-right: 1.2rem;
    position: relative;
    color: #666;
    text-align: right;
}

.sport ul.features>li::before {
    content: "✔";
    position: absolute;
    right: 0;
    color: #27ae60;
}

.sport strong {
    color: var(--c-base1-drk);
}





/*####################################*/

.kickboxing-article {
  max-width: 900px;
  margin: auto;
  padding: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.8;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333;
}

.kickboxing-article h1 {
  color: var(--haader-s-bg);
  font-size: 32px;
  margin-bottom: 20px;
}

.kickboxing-article h2 {
  color: #444;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.kickboxing-article p{
  text-align: justify;
  color: #444!important;
}

.kickboxing-article ul,
.kickboxing-article ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.kickboxing-article ul li,
.kickboxing-article ol li {
  margin-bottom: 8px;
  text-align: left;
  color: #444!important;
}

.kickboxing-article .cta-button {
  display: inline-block;
  margin-top: 30px;
  background-color: var(--c-base1);
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.kickboxing-article .cta-button:hover {
  background-color: #b71c1c;
}
