
* {
  margin:0;
  padding:0;
  box-sizing: border-box;

}
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  color: #000;
  background-color: #fff;
  transition: background-color 0.5s ease;

  font-size: 1.8rem;
}

img {
  max-width: 100%;

}



  .header {
    background-color:  #fff;
    position: sticky;
    top:0;
    width:100%;
    transition: all 0.4s ease-in-out;
    
  }

  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    min-height: 60px;

  }

  .logo {
    color: rgb(19,22,26);
    font-size: 30px;
    /* letter-spacing: -1.5px; */
    font-weight: bold;
  }

  .nav__list {
    display:flex;
    column-gap: 40px;
    padding: 0;
  }

  .nav__item {
padding:0
  }

  .nav__link {
    color: rgba(19,22,26, 0.9);
    font-size: 20px;
    transition: color 0.3s;
    cursor: pointer;
  }

  .nav__link:hover, .nav__link:focus {
    color: rgba(19,22,26, 1);
  }

  .hamburger {
    display: none;
    cursor: pointer;
  }

  .bar {
    height: 2px;
    width: 27px;
    background-color: #fff;
    margin: 5px 0;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;

  }

  .nav__main {
    transition: all  0.3s ease-in-out;
    z-index: 1080;
  }

  .nav--open{
    transform: translate(0) !important;
  }

  .hamburger--open .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger--open .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger--open .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

#language-select, #language-select:focus{
  color: rgba(19,22,26, 0.9);
    font-size: 20px;
    appearance: none;
    border: none;
    outline: none;
}

#language-select option {
  background: none;
}

  .front-box {
    width:100%;
    aspect-ratio: 0.86;
    position: relative;
    z-index: 10;
    
  }

  .front-img {
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .slide {
    width:100%;
    aspect-ratio: 0.86;
  }

  .title-div {
    position: absolute;
    bottom:15%;
    padding: 15% 7%;
    z-index: 100;
  }

  .title-div h1, .title-div h2, .title-div p {
    color: #fff;
  }

  .title-div p {
    font-size: 1.5rem;
  }

  .title-button {
    min-width: 150px;
    padding: 2% 6%;
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 1.5rem;
    display: block;
  }

  .slide-container {
    width:94%;
    margin: 40px auto;
    overflow: hidden;
  }
  .card {
    background: #fff;
    /* border-radius: 8px; */
    width:19rem;
  }
  .card .image-box {
    height: 400px;
  }
  .card .image-box img {
    width: 100%;
    height: 100%;
    /* border-radius: 8px 8px 0 0; */
    object-fit: cover;
  }
  .card .details {
    /* display: flex;
    align-items: center;
    column-gap: 12px; */
    padding: 15px 0;
  }

  .details .title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .details .sub {
    font-size: 19px;
    font-weight: 500;
    color: #4d4d4d;
  }

  .swiper-slide {
    border: none !important;
  }
  
  .swiper-navBtn {
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after {
    font-size: 18px;
  }
  
  .swiper-pagination-bullet {
    background-color: #000;
  }

  .image-container {
    width:100%;
    height: 350px;
  }

.image-container img {
    width: 100%;
    height: 100%;
    /* border-radius: 8px 8px 0 0; */
    object-fit: cover;
  }

  .about-image-container {
    width:100%;

    overflow-x:scroll;
  }



  .inner-container {
    width: 78%;
    padding-top:3rem;
    margin: auto;
  }
  .inner-container p {
    padding-bottom: 0.8rem;
  }
  .inner-h{
    font-size: 30px;
    color: #373434;
    font-weight: bold;
    margin-bottom:2rem;
  }

  ul.custom-bullet {
    /* padding-top:0.5rem; */
    padding-left: 0;
  }
  ul.custom-bullet li {
    position: relative;
    padding: 0 0 0.5rem 2.6rem;
  }
  ul.custom-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 16px;
    height: 16px;
    /* background-color: #761616; */
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
  }

  ul.red-bullet li::before {
    background-color: #ff4444;
  }

  ul.yellow-bullet li::before {
    background-color: #ffec44;
  }

  ul.green-bullet li::before {
    background-color: #43AF1E;
  }

  .inner-lead {
    display:flex;
    justify-content: space-between;
  }

  .inner-slogan {
    width:70%;
    padding-top: 12%;
    color: #373434;
    font-size: 2.4rem;
  }

  .inner-chibi-container {
    width:29%;
  }
  .inner-space {
    width:100%;
    height: 75px;
  }

  .about-slogan {
    width:62%;
    padding-top: 4%;
    color: #373434;
    font-size: 2.4rem;
    font-weight: bold;
  }

  img.flip {
    
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
  }
  
  .div-list {
    color: #373434;
    font-weight: bold;
  }
  /* @media screen and (max-width: 768px) {
    .swiper-navBtn {
      display: none;
    }
  } */

  @media(max-width: 768px) {
    body { padding-top:60px;
    font-size: 1.2rem;
    }

    .logo {
      color: #fff;
      font-size: 24px;
      /* letter-spacing: -1.5px; */
      font-weight: bold;
      margin-left:-10px;
    }
  

    .inner-slogan {
      width:100%;
      padding: 6%;
      font-size: 1.8rem;
    }

    .about-slogan {
      width:100%;
      padding: 6%;
      font-size: 1.6rem;
    }

    .inner-container {
      padding-top:1rem;
    }

    .inner-container p {
      padding-bottom: 0.5rem;
    }
    .inner-h{
      font-size: 24px;
    }
    .header{
      position:fixed;
      top: 0px;
      background-color: rgb(19,22,26);
      z-index: 1000;
     
    }
    .nav__main {
      position:absolute;
      top:60px;
      left: 0;
      background-color: rgb(19,22,26);
      width:100%;
      height:100vh;
      padding: 10px 0 25px 0;
      transform: translateX(-100%);
    }
    .nav__list {
      flex-direction: column;
      align-items:center;
   
     
      row-gap: 20px;
      

    }
    .nav__link {
      font-size: 24px;
      color: #fff;
    }
    .hamburger {
      display: block;
    }
    .inner-container {
      width: 90%;
    }

    ul.custom-bullet{
      padding-left: 0;
    }

    ul.custom-bullet li::before {
  
      top: 0.5rem;
      width: 16px;
      height: 16px;
  
    }

    .about-image-container img {
      max-width:1000% !important;
     
    }

  }