@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

body {
  padding-top: 56px;
  /* Space for the fixed navbar */
  font-family: "Roboto", sans-serif;
}
.navbar {
  background-color: #ffffff;
  /* Background color */
  box-shadow: 2px 2px 10px rgba(250, 24, 24, 0.08);
}
.text-light .navbar {
  background-color: #1c1c1c;
  box-shadow: 2px 2px 10px rgba(81, 81, 81, 0.304);
}
.logo-image {
  height: 80px;
}

.navbar-brand,
.nav-link,
.btn {
  font-family: "Roboto", sans-serif;
}
.text-light .nav-link{
  background-color: 00000;
  color: #F8F8F8;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #e80000;
  /* Orange for active and hover */
  font-weight: 600;
}

.whatsapp-icon {
  position: fixed;
  bottom: 50%;
  right: 0px;
  z-index: 1000;
  background-color: green;
  color: #f8f8f8;
  width: 50px;
  height: 50px;
  border-radius: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.3s;
}

#btn-back-to-top {
  position: fixed;
  font-weight: 700;
  bottom: 20px;
  right: 20px;
  height: 40px !important;
  width: 40px !important;
  color: #1e2545;
  display: none;
  background-color: #ffbf18 !important;
}

.header {
  background-color: #000000;
  color: #fff;
  padding: 60px 20px;

  height: 100vh;
  justify-content: center;
  align-items: center;
}

.text-header {
  font-size: 96px;
  color: transparent; /* Makes the fill transparent */
  -webkit-text-stroke: 1px #f8f8f8; /* Adds the outline */
  font-family: "Oswald", sans-serif;
}

.filled {
  font-size: 96px;
  color: #f8f8f8; /* Makes the fill transparent */
  font-family: "Oswald", sans-serif;
}

.head {
  font-size: 48px;
  color: transparent; /* Makes the fill transparent */
  -webkit-text-stroke: 1px #333; /* Adds the outline */
  font-family: "Oswald", sans-serif;
  margin-bottom: 48px;
}

.country-flag {
    height: auto;
    width: 80px;
    margin-bottom: 4%;

}

.header p {
  font-size: 20px;
  margin: 20px 0;
  color: #f8f8f8;
  padding: 0px 280px;
}

#whoweare ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.side-image {
  height: 640px;
  border-radius: 4px !important;
  overflow: hidden;
}

li .content {
  margin-bottom: 16px;
}

.list-image {
  height: 60px;
  width: 60px;
  /* margin-right: 16px; */
}

.para {
  font-size: 16px;
  line-height: 28px;
}

.red {
  background-color: #e80000;
  border: 1px solid #e80000;
  color: #f8f8f8;
  border-radius: 4px;
  padding: 16px 32px;
  /* margin-right: 24px; */
}
.red-outline {
  border: 1px solid #f8f8f8;
 
  color: #f8f8f8;
  border-radius: 4px;
  padding: 16px 32px;
}

.red:hover {
  background-color: #e80000;
  border: 1px solid #e80000;
  color: #f8f8f8;
  border-radius: 4px;
  padding: 16px 32px;
}
.red-outline:hover {
  border: 1px solid #f8f8f8;
  color: #f8f8f8;
  border-radius: 4px;
  padding: 16px 32px;
}

.head-img {
  height: 136px;
}
section {
  margin-top: 60px;
  padding: 40px 0;
}

.card-link {
  text-decoration: none;
  color: inherit;
}

.card-blur {
  padding: 20px;
  border: 1px solid #444444;
  height: 280px;
  transition: box-shadow 0.3s ease-out;
}

.card-blur:hover {
  box-shadow: 1px 1px 2px #e80000;
}

#kashido {
  margin: 0px;
  padding: 40px;
}



#kashido {
    position: relative; /* Required for the pseudo-element */
    background-image: url('/assets/img/img-11.jpeg');
    background-position: center;
    background-size: cover; /* Ensure the image covers the container */
    height: 100%; /* Adjust as per your container size */
    width: 100%; /* Adjust as needed */
    color: #f8f8f8;
}

#kashido::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85); /* Black with 85% opacity */
  z-index: 1; /* Place it on top of the background image */
}

#kashido .head {
  font-size: 48px;
  -webkit-text-stroke: 1px #ffffff; /* Adds the outline */
  z-index: 2;
}
#kashido .para {
  color: #f8f8f8 !important;
  z-index: 2;
  position: relative;
}

/* service section */
.icon {
  height: 80px;
  width: 80px;
}

.card-img {
  height: 400px;
}

#services {
  background-color: #f8f8f8;
}

/* footer section css */

.footer {
    background-color: #000;
    color: #f8f8f8;
    padding: 60px 0px 20px 0px;
}

.footer .logo img {
  max-width: 200px;
}

.footer .social-icons a {
  color: #f8f8f8;
  margin-right: 16px;
}

.footer .heading {
  margin-bottom: 20px;
  font-weight: bold;
}

.footer .item a {
  font-weight: 300;
  text-decoration: none;
}

.footer .item {
  margin-bottom: 5px;
}
.company {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

/* our leadership */
.image {
  display: block;
  width: 100%;
  height: 400px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.card:hover .overlay {
  height: 100%;
}

.text {
  color: #f8f8f8;
  font-size: 16px;
  position: absolute;
  padding: 80px 80px;
  text-align: justify;
}

.ju-jistutxt{
  font-size:200px;
  font-weight: 100;

}

/* image gallery */

.mainImage {
    height: 600px !important;
}


.desktop_3 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    /* padding-top: 10px; */
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.desktop_3 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.desktop_3 .btn {
    z-index: 1000;
    right: 0px;
    left: 0px;
    margin-top: 14%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.desktop_3 .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    overflow: hidden;
}

.desktop_3 .responsive-container-block.Container {
    max-width: 1320px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.desktop_3 .swiper-wrapper {
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.desktop_3 .swiper-pagination.container-block {
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.desktop_3 .swiper-pagination {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.desktop_3 .swiper-container.mySwiper {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    max-width: 100%;
}

.desktop_3 .swiper-button-nexts {
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 0px;
    margin-right: 80px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
}

.desktop_3 .btn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    flex-direction: row-reverse;
    position: absolute;
}

.desktop_3 .swiper-button-prevs {
    cursor: pointer;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 80px;
}

.desktop_3 .prevArrow {
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.desktop_3 .mainImage {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.desktop_3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    /* background-repeat-x: initial;
    background-repeat-y: initial; */
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0.3;
}

.desktop_3 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop_3 .nextArrow {
    width: 10px;
}

.desktop_3 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    /* background-repeat-x: initial;
    background-repeat-y: initial; */
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #E80000;
}

@media (max-width: 1024px) {
    .desktop_3 .swiper-button-prevs {
        padding-top: 13px;
        padding-right: 17px;
        padding-bottom: 13px;
        padding-left: 17px;
    }

    .desktop_3 .swiper-button-nexts {
        padding-top: 13px;
        padding-right: 17px;
        padding-bottom: 13px;
        padding-left: 17px;
    }
}

@media (max-width: 768px) {
    .desktop_3 .swiper-button-prevs {
        padding-top: 10px;
        padding-right: 14px;
        padding-bottom: 10px;
        padding-left: 14px;
    }

    .desktop_3 .swiper-button-nexts {
        padding-top: 10px;
        padding-right: 14px;
        padding-bottom: 10px;
        padding-left: 14px;
    }
}

@media (max-width: 500px) {
  .head-img {
    margin-top: 30px;
    height: auto;
    width: 320px;
  }
    .desktop_3 .swiper-button-nexts {
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 7px;
        padding-right: 11px;
        padding-bottom: 7px;
        padding-left: 11px;
    }

    .desktop_3 .swiper-button-prevs {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
        padding-top: 7px;
        padding-right: 11px;
        padding-bottom: 7px;
        padding-left: 11px;
    }

    .desktop_3 .responsive-container-block.Container {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .desktop_3 .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

/* image gallery responsive */
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        margin: 0;
    }

    .wk-desk-1 {
        width: 8.333333%;
    }

    .wk-desk-2 {
        width: 16.666667%;
    }

    .wk-desk-3 {
        width: 25%;
    }

    .wk-desk-4 {
        width: 33.333333%;
    }

    .wk-desk-5 {
        width: 41.666667%;
    }

    .wk-desk-6 {
        width: 50%;
    }

    .wk-desk-7 {
        width: 58.333333%;
    }

    .wk-desk-8 {
        width: 66.666667%;
    }

    .wk-desk-9 {
        width: 75%;
    }

    .wk-desk-10 {
        width: 83.333333%;
    }

    .wk-desk-11 {
        width: 91.666667%;
    }

    .wk-desk-12 {
        width: 100%;
    }

    @media (max-width: 1024px) {
        .wk-ipadp-1 {
            width: 8.333333%;
        }

        .wk-ipadp-2 {
            width: 16.666667%;
        }

        .wk-ipadp-3 {
            width: 25%;
        }

        .wk-ipadp-4 {
            width: 33.333333%;
        }

        .wk-ipadp-5 {
            width: 41.666667%;
        }

        .wk-ipadp-6 {
            width: 50%;
        }

        .wk-ipadp-7 {
            width: 58.333333%;
        }

        .wk-ipadp-8 {
            width: 66.666667%;
        }

        .wk-ipadp-9 {
            width: 75%;
        }

        .wk-ipadp-10 {
            width: 83.333333%;
        }

        .wk-ipadp-11 {
            width: 91.666667%;
        }

        .wk-ipadp-12 {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .wk-tab-1 {
            width: 8.333333%;
        }

        .wk-tab-2 {
            width: 16.666667%;
        }

        .wk-tab-3 {
            width: 25%;
        }

        .wk-tab-4 {
            width: 33.333333%;
        }

        .wk-tab-5 {
            width: 41.666667%;
        }

        .wk-tab-6 {
            width: 50%;
        }

        .wk-tab-7 {
            width: 58.333333%;
        }

        .wk-tab-8 {
            width: 66.666667%;
        }

        .wk-tab-9 {
            width: 75%;
        }

        .wk-tab-10 {
            width: 83.333333%;
        }

        .wk-tab-11 {
            width: 91.666667%;
        }

        .wk-tab-12 {
            width: 100%;
        }
    }

    @media (max-width: 500px) {
        .wk-mobile-1 {
            width: 8.333333%;
        }

        .wk-mobile-2 {
            width: 16.666667%;
        }

        .wk-mobile-3 {
            width: 25%;
        }

        .wk-mobile-4 {
            width: 33.333333%;
        }

        .wk-mobile-5 {
            width: 41.666667%;
        }

        .wk-mobile-6 {
            width: 50%;
        }

        .wk-mobile-7 {
            width: 58.333333%;
        }

        .wk-mobile-8 {
            width: 66.666667%;
        }

        .wk-mobile-9 {
            width: 75%;
        }

        .wk-mobile-10 {
            width: 83.333333%;
        }

        .wk-mobile-11 {
            width: 91.666667%;
        }

        .wk-mobile-12 {
            width: 100%;
        }
    }

   

}



/* mobile responsive */
@media (max-width: 768px) {
  .head-img {
   

    width: 280px;
  }
  .logo-image {
    height: 48px;
  }
 
  .text-header {
    font-size: 40px;
}
.filled {
  font-size: 40px;
}
.card-blur {
 border: none;
  margin-bottom: 12px;
}
.red-outline,
.red
{  
  margin: auto;
  padding: 6px 12px;
  font-size: 13px;
  padding: 6px 12px;
}
.country-flag{
  width: 60px;
}
.para {
  font-size: 15px;
  line-height: 28px;
}



}
.text-light h2{
  -webkit-text-stroke:1px #ffffff!important;
}.text-light img{
  background: transparent;
}
.logo-image {
  height: 80px;
}

.text-light h2{
  -webkit-text-stroke:1px #ffffff!important;
}.text-light img{
  background: transparent;
}
.Ju-Jitsutxt{
  font-size: 200px;
  font-weight: 200;
  line-height:1.1;

}
.bg-dark {

  background-color: rgb(0 0 0) !important;
}
.text-light #services{
  background-color:var(--bs-dark-rgb);

}
 .note{
  width: 50%;
  margin: auto;
 }
/*darkmode color*/
 .text-light #leadership,
 .text-light #whatjujistu,
 .text-light #media{
  background-color: #1c1c1c!important;
 }
.LearnMore {
  margin-right: 24px;
}
.text-light .card-blur{
  background-color: #1C1C1C;
  COLOR: #F8F8F8;
}
.text-light .card.shadow.border-0 {
  background-color:#000000;
  color: #F8F8F8;
}
