h1 {
  font-family: helvetica, arial, sans-serif;
  text-align: center;
}

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 50;
  width: 100%;
}

.navbar-wrapper{
  width: 100%;
  overflow: hidden;
  
}

.nav-temp{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  border-radius : 40px;
   margin-top: 3vh;
  margin-bottom: 20px;
  background-color: rgb(251, 251, 251);
    padding-left: 6vw;
  padding-right: 6vw;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.navbar{
  display: flex;
  justify-content: center;
  height: 3.3rem;
}

.navbar-wrapper a{
  text-decoration: none;
  color: #111111;
}
.navbar-wrapper a:focus{
  color: #a3000f;
}
.navbar img{
  height: 100%;
}

.mobile-nav{
  display: none;
}

.mob-items-group{
  margin-top: 15px;
  display: none;
  flex-direction: column;
  gap : 15px;
  margin-bottom: 15px;
  transition : all 2s linear;
}

.nav-items-group{
  margin-left : auto;
  display : flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap:60px;
  margin-top:0.3rem;
  margin-bottom:0.3rem;
}


@media (width <= 1000px) {
  /* … */
.mobile-nav{
  margin-left : auto;
  display: block;
  align-self: center;
  font-size: 3rem;
  color : rgb(60, 60, 60);
}

.nav-items-group{
  display: none;
}

}
/* **********MAIN LANDER*************** */
.main-lander-wrapper{
  width : 100%;
  overflow: hidden;
}
.main-lander{
  max-width:  80%;
  box-sizing: border-box;
  margin: 0 auto;
   height: clamp(300px, 50vh, 2000px); /* flexible height */
   min-height: 400px;
  margin-top: 40px;
  background-color: #fdf2e4;
    
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
  /* padding: 30px 100px 30px 100px; */
  padding: 3vh 5vw 3vh 5vw;
  border-radius : 50px;

  position : relative;
}

.main-abs{
  position : absolute;
  width : 100%;
  height : 100%;
  background-image: url('images/lander-bg.jpg');
  border-radius : 50px;
  opacity: 0.1;
  margin-left : -5vw;
  background-size: cover;

}

.main-left{
  flex-shrink : 1;
  flex-basis  :381px;
}

.main-left img{
  width : 100%;
  min-width: 300px;
}

.main-right-wrapper{
  flex-shrink: 1;
    flex-basis  :381px;
  min-width: 300px;
}

/* Calling for a circle */
.main-right{
  height : 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: aquamarine;
  background-image: linear-gradient(180deg, #ab2014, #ffa49c);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;

}

.japanese{
  margin-top: auto;
  margin-bottom: auto;
  color: white;
  writing-mode: vertical-rl;
  /* font-size: clamp(20px, 7.8cqh, 600px); */
  font-size : 80px;
  flex-shrink: 1;
  white-space: nowrap;
}

@media (width <= 900px) {
  /* … */
.main-lander{
  flex-direction: column;
  justify-content: center;
  gap : 20px;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  height : 650px;
  min-height: 650px;
}

.main-left{

  height:283px;
  flex-shrink : 1;
  flex-basis  :283px;
}

.main-left img{
  width : 100%;
  max-height: 283px;
  min-height: 200px;
}

.main-right-wrapper{
  /* height : 80%; */
  flex-shrink: 1;
  flex-basis  :381px;
  min-width: 260px;
  /* margin: 0 auto; */
}

.japanese{
  font-size : 68px;
}


.main-abs{
  margin-left : 0px;
}
}

/* ************************************* */
.highlight-bar {
  /* margin-top: 26vh; */
  margin-top: 24vh;
  /* width: calc(var(--vw)); */
  max-width : 100%;
  height: 20vh; /* don’t force height, let content define */
  background-image: linear-gradient(180deg, #ffa49c, #ab2014);

  display: flex;
  justify-content: space-evenly; /* keeps left, middle, right clean */
  align-items: center;
  /* flex-wrap: wrap-reverse; */
  /* padding: 2vh 5vw; spacing instead of big margins */
  /* margin-bottom: 10vh; */
}
.highlight-bar a {
  text-decoration: none;
  color: white;
}

.highlight-bar img {
  align-self: flex-end;
  max-height: 40vh;
  max-width: 90%; 
  /* transform : translateY(-25%); */
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.bestinb {
  margin: 0; /* remove heavy vh margins */
  max-width: 25%; 
  flex-shrink: 1;
}

.b1 {
  font-size: clamp(12px, 3.2vw, 3.2rem);
  color: white;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  flex-shrink: 2;
}

.b2 {
  padding: 7px 25px;
  font-size: 1.4rem;
  background-color: rgb(30, 30, 30);
  border-radius: 15px;
  color: white;
  font-family: Helvetica, sans-serif;
  cursor: pointer;
  flex-shrink: 0;
}


@media (width <= 800px){
  .bestinb {
    display: none;
  }

}
/* **************************** */
.sen-wrapper{
  width : 100%;
  overflow: hidden;
}

.sen{
  height : 830px;
  width : 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
}



.bigimg{
  width : 100%;
  position : absolute;
}

.sandalwood{

  height : 60%;
  width : 65%;
  position: absolute;
  background-color: #fff3e4;
  border-radius: 50px;
  padding-left: 5%;
  padding-right : 5%;
}



.redsandalwood{

  height : 60%;
  width : 65%;
  position: relative;
  top:10px;
  left:10px;
  background-color: #cb8126;
  background-image: linear-gradient(0deg, #b22b1f, #f18f85);
  border-radius: 50px;
  z-index: -1;
    padding-left: 5%;
  padding-right : 5%;
}



.schildren{
  height :100%;
  width : 100%;
    display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.senseileft{
  width: 30%;
  margin-top : 7%;
}

.senseileft img{
  width : 100%;

}

.senseiright{
  width : 60%;
  margin-top : 7%;
  overflow: hidden;
  word-wrap: break-word;
}

.senseioss{
  font-size: 3rem;
}

.senseipara{
  margin-top : 10px;
  font-size: 1.5rem;
}


@media screen and (max-width: 1300px) {


.sen{
  height : 830px;
  width : 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

  .sandalwood{
    box-sizing: border-box;
      height : 60%;
  width : 90%;
  position: absolute;
  background-color: #fff3e4;
  border-radius: 50px;
  padding-left: 5%;
  padding-right : 5%;
  }
  .redsandalwood{
    box-sizing: border-box;
      height : 60%;
  width : 90%;
  position: relative;
  top:10px;
  left:10px;
  background-color: #cb8126;
  background-image: linear-gradient(0deg, #b22b1f, #f18f85);
  border-radius: 50px;
  z-index: -1;
    padding-left: 5%;
  padding-right : 5%;
  }
}

@media screen and (max-width: 900px) {

  .senseioss{
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.sen{
  height : 800px;
  width : 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

  .sandalwood{
    box-sizing: border-box;
      height : 80%;
  width : 90%;
  position: absolute;
  background-color: #fff3e4;
  border-radius: 50px;
  padding-left: 5%;
  padding-right : 5%;


  }

  .schildren{
  flex-direction: column;
  align-items: center;
  justify-content: center
  }

  .senseileft{
    min-width:60%;
margin-top : 4%;
  }

  .senseileft img{
    width : 100%;
    /* min-height : 250px; */
    /* aspect-ratio: 1/1; */
    /* transform: translateY(-5%); */
  }

  .senseipara span{
    display: none;
  }

  .senseiright{
    width : 80%;
    /* transform: translateY(-20%); */
  }

  .senseipara{
    font-size: 1.5rem;
    margin-top : 0px;
  }
  .redsandalwood{
    box-sizing: border-box;
      height : 80%;
  width : 90%;
  position: relative;
  top:10px;
  left:10px;
  background-color: #cb8126;
  background-image: linear-gradient(0deg, #b22b1f, #f18f85);
  border-radius: 50px;
  z-index: -1;
    padding-left: 5%;
  padding-right : 5%;
  }
}

/* **************************** */

.showcase-wrapper{
  width : 100%;
  overflow: hidden;
}
.showcase{
  box-sizing: border-box;
  max-width: 100%;
  width : 100%;
  /* margin-left: calc(--vw*0.1);
  margin-right: calc(--vw*0.1); */
  margin : 0 auto;
  display: flex;
  flex-wrap: wrap; /* stack children on smaller screens */
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
}
/* 
.showcaseleft-wrapper{
  flex-shrink: 1;
  width: 650px;
  min-width : 300px;
} */
.showcaseleft {
  box-sizing: border-box;
  /* width : 30%; */
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 200px);
  grid-auto-rows: 200px;
  overflow: hidden;

}

.showcaseright{
  flex-shrink: 1;
  width: 650px;
}

.showcaseright img{
  width: 100%;
  height: auto;
}

.showcaseright img:hover{
  cursor: pointer;
}



.sbox{
  margin : 5px;
  background-color: #b22b1f;
}
.s1 {
  grid-column: 1;
  grid-row: 1 ;
    background-image: url('gallery/IMG_20241117_155511.jpg');  
    background-position: center center;
  background-size: cover;
}

.s2 {
  grid-column: 2;
  grid-row: 1;
      background-image: url('gallery/IMG_20241124_081457.jpg');

  background-position: center center;
  background-size: cover;
}

.s3{
  grid-column: 1 / 3;
  grid-row: 2;
    background-image: url('gallery/IMG_20241124_114357.jpg');

  background-position: center center;
  background-size: cover;
}

.s4{
  grid-column: 1;
  grid-row: 3;
        background-image: url('gallery/IMG20250629112146.jpg');

  background-position: center center;
  background-size: cover;
}

.s5{
  grid-column: 2 / 4;
  grid-row: 3;
  position: relative;
    background-image: url('images/lander-bg.jpg');
  background-position: center center;
  background-size: cover;
}

.s6{
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  background-image: url('gallery/IMG_20241124_082535.jpg');
  background-position: center center;
  background-size: cover;
}
.viewmore{
  position : absolute;
  /* left : 100%;
  top : 100%; */
  bottom : 5px; 
  right : 10px;
  padding : 7px 20px 7px 20px;
  font-size : 1.2rem;
  background: rgba(30, 30, 30, 0.5);
  border-radius : 15px;
  color: white;
  font-family: Helvetica, sans-serif;
  font-weight: 50;
  transform : translateX(5px);
}

.viewmore:hover{
  cursor: pointer;
}

@media screen and (max-width: 700px) {

  .showcaseleft {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, calc(var(--vw)/4));
  grid-auto-rows: calc(var(--vw)/4);
  overflow: hidden;
  align-self: center;

}

.viewmore{
  font-size: 1rem;
}
}


.invisible{
  /* visibility: hidden; */
    display : none;

}

div.images-bar img:hover{
  cursor: pointer;
}

.images-bar{
    display: flex; /* Enables flexbox layout for children */
  overflow: scroll; /* Adds horizontal scrollbar when content overflows */
  flex-wrap: nowrap; /* Prevents images from wrapping to a new line */
  gap: 5px; /*Optional: Adds space between images */
  /* Hide the scrollbar (optional, works on WebKit browsers like Chrome and Safari) */
 -ms-overflow-style: none;   /*IE and Edge*/
  scrollbar-width: none; /* Firefox */
  width : 90%; 
  flex-shrink : 0;
  margin-bottom: auto;
}

div.images-bar img{
  width: 100px;
  height : 100px;
  object-fit : cover;
  flex-shrink: 0;
}


.display-image{
height: 70vh;
  width: auto; /* Width will be calculated automatically */
  max-width: 70%; /* Ensures it doesn't get too wide */
  object-fit: contain; /* Preserves aspect ratio, fits inside the container */
  /* Or use `object-fit: cover` to fill the container and crop excess */
  margin-bottom: 10px;
}

.gallery{
  position : fixed;
  z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  /* transform: translate(-50%, -50%); */
  width : 100%;
  background-color: rgba(0, 0, 0, 0.75);

}

.galleryabs{
  display : flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap : 0px;

}

.closebutton{
    padding : 7px 20px 7px 20px;
  font-size : 1.5rem;
  background-color: rgb(30, 30, 30);
  border-radius : 15px;
  color: white;
  font-family: Helvetica, sans-serif;
  font-weight: 50;
  margin-bottom: 10px;
}
.closebutton:hover{
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .display-image{
    max-width: 100%;
    max-height: calc(var(--vh)*0.7);
  }
  .images-bar img{
    min-width: 30px;
  }
}





.about{
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vw;
  align-items: flex-start;
  margin-top : 100px;
}


.about-left{
  max-width: 500px;
  min-width: 300px;
  flex-shrink : 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* overflow-wrap: break-word; */
}

.about-left span{
  color: #e3000f
}
.about-left img{
  width: 100%;
}
.about-left p{
  align-self: center;
  font-size: clamp(30px, 2.2rem, 400px);
  /* white-space: nowrap; */
  /* max-width: 100%; */
  font-style: italic;
}

.about-right{
  padding-left: 10px;
  padding-right: 10px;
  max-width: 500px;
  min-width: 300px;
  flex-shrink: 1;
  overflow-wrap: break-word;
}

.about-right p {
  font-size: 1.5rem;
}




/* ********************* */
.footer{
  overflow: hidden;
  width: 100%;
  /* height : 470px; */
  margin-top: 20px;
  /* background-image: linear-gradient(180deg, #6e6e6e, #080808); */
  background-image: linear-gradient(180deg, #5f5f5f, #111111);

  position: relative;
  display: flex;
  flex-direction: row;
  align-items : center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top : 30px;
  padding-bottom: 30px;
  gap: 20px;
}


.footer-right{
    z-index: 3;
    align-self: center;

    min-width : 250px;
    max-width: 350px;
    flex-shrink: 1;
}
.footer-right img {
  width : 100%;
  border-radius : 40px;
  
}


.footer-middle{
  z-index: 3;
  font-size: 1.2rem;
  align-self: center;

      max-width : 350px;
    flex-shrink: 1;
    
}

.footer-middle ul {
  list-style-type: none;
  color : white;
   display: flex;          /* arrange horizontally */
  gap: 15px; 
  flex-direction: column;
  overflow-wrap: break-word;
}
/* .footer-middle li{
  display: inline-block;
  background-color: rgb(27, 27, 27);
  padding: 3px 15px 3px 15px;
  border-radius: 12px;
  width: fit-content;     
} */

.footer-logo{
  flex-shrink: 1;
  max-width: 450px;
  min-width: 290px;
}
.footer-logo img {
  /* max-width : 100%; */
  width : 100%;
}

.tb{
  font-weight: bold;
}

.tbgap{
  margin-bottom: -10px;
}


.footer a{
  text-decoration: none;
  color: white;
}
