html {
  margin-left: 2%;
  font-family:'Outfit','Noto Sans SC';
  margin-right: 2%;
  cursor: url("/LOGO/default.png"), auto;
  color:#000000;
}

body{
  margin-left: 6vw;
  margin-right: 6vw;
}

@media (max-width: 767px) {
  body {
    margin-left: 0;
    margin-right: 0;
  }
}
:root {
  --main: #000000;
}


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


a {
  text-decoration: none;
  color:#000000;
  display: flex;
  flex-wrap: wrap;
  font-size: small;

}

a:hover{
  color: var(--main);
  cursor: url("/LOGO/click.png"), auto;
  font-weight: 600;
}



h2{
  font-weight: 700;
  font-size: 40px;
}
h3{
  font-weight: 700;
  font-size: xx-large;
}

h4{
  font-weight: 600;
  font-size: x-large;
}
h5{
  font-weight: 500;
  font-size: medium;
}
h6{
  font-weight: 500;
  font-size: small;
}

p{
  font-size: medium;
  font-weight: 300;
}

.small-title
{
  font-weight: 400;
  font-size: medium;
  color: grey;
}


/* header */
.header {
  margin-top: 3vh;
  margin-bottom: 8vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.image-logo {
  height: 57px;
  position: fixed;
  left: 2vw;
  z-index: 2;
}

.header-right {
  margin-top: 3vh;
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 0vw;
  position: fixed;
  right: 0;

  
}



@media (max-width: 767px) {
  .header {
    align-items: flex-start;
    margin-bottom: 2vh;
  }
  
  .image-logo {
    position: static;
    margin-bottom: 2vh;
  }

  .header-right {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    position: static;
    width: 100%;
  }

  .menu {
    flex-basis: 100%;
    margin: 2px 0;
  }
}


.header-right {
  align-items: end;
}



#text-popup {
  cursor: url("/LOGO/click.png"), auto;
}



.button {
  display: inline-block;
  position: relative;
  margin: 0.1vw; 
  margin-right: 0.8vw; 
  padding-right: 30px;
  border:none;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color:#333333;
  background: transparent;
  font-family: 'Outfit';
  cursor: url("/LOGO/click.png"), auto;
  
}

.button-active {
  display: inline-block;
  position: relative;
  margin: 0.1vw;  
  margin-right: 1.2vw;
  padding-right: 10px;
  border: none;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  background-color:transparent;
  font-family: 'Outfit';
  cursor: url("/LOGO/click.png"), auto;
}


.button:before,
.button:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-weight: 600;
  color: var(--main);
  background-color: none;
  cursor: url("/LOGO/click.png"), auto;

}

/* :before */

.button:before {
  content: attr(data-hover);

  cursor: url("/LOGO/click.png"), auto;
}

/* :after */

.button:after {
  content: attr(data-active);

  cursor: url("/LOGO/click.png"), auto;
}

/* Span on :hover and :active */


.button:hover span,
.button:active span {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  color: var(--main);
  background-color: none;
  cursor: url("/LOGO/click.png"), auto;
}

/*  
  We show :before pseudo-element on :hover 
  and :after pseudo-element on :active 
*/

.button:hover:before,
.button:active:after {
  opacity: 1;
  cursor: url("/LOGO/click.png"), auto;
}

/* 
We hide :before pseudo-element on :active
*/

.button:active:before {
  -webkit-transform: translate(-150%,0);
  -moz-transform: translate(-150%,0);
  -ms-transform: translate(-150%,0);
  -o-transform: translate(-150%,0);
  transform: translate(-150%,0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  cursor: url("/LOGO/click.png"), auto;
}



/* Bee */

.bee-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


.video {
  flex-basis: 45%;
  margin-right: 2%;
}

@media (max-width: 767px) {
  .video {
    flex-basis: 100%;
    margin-left: 0;
  }
}

.bee-text {
  flex-basis: 50%;
  position: relative;
  display:inline-block;
  text-align:start;
}

@media (max-width: 767px) {
  .bee-text {
    flex-basis: 100%;
    margin-right: 0;
  }
}

.bee-description {
  flex-basis: 82%;
}

@media (max-width: 767px) {
  .bee-description {
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.detail-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center-align images */
  gap: 10px; /* Optional spacing between images */
}

.bee-image {
  flex-basis: 100%; /* Each image takes full width */
  width: 100%; /* Ensure the image fully fills its flex-basis */
  height: auto; /* Maintain the aspect ratio */
  object-fit: contain; /* Prevent cropping */
  display: block; /* Avoid inline spacing issues */
}

@media (max-width: 767px) {
  .detail-container {
    flex-direction: column; /* Stack images vertically */
    gap: 5px; /* Adjust gap for smaller screens */
  }

  .bee-image {
    flex-basis: 100%; /* Full width even on small screens */
  }
}




/* visualdic */

.column-description {
  flex: 1 1 40%; /* Flexible width: 60% initially, adjusts with the container */
  max-width: 50%; /* Limits the text to 60% of the container */
}

.visdic-image {
  flex: 1 1 50%; /* Flexible width: 35%, adjusts with the container */
  max-width: 48%; /* Image won't exceed its allocated space */
  height: auto; /* Maintains aspect ratio */
  object-fit: contain; /* Ensures the image fits within its box without distortion */
  display: block; /* Ensures no extra inline spacing */
}

.visdic-image2 {
  flex: 1 1 58%; /* Flexible width: 35%, adjusts with the container */
  max-width: 58%; /* Image won't exceed its allocated space */
  height: auto; /* Maintains aspect ratio */
  object-fit: contain; /* Ensures the image fits within its box without distortion */
  display: block; /* Ensures no extra inline spacing */
}

@media (max-width: 767px) {
  .detail-container {
    flex-direction: column; /* Stack items vertically */
  }
  .column-description,
  .visdic-image1,
  .visdic-image {
    flex-basis: 100%; /* Full width for both text and image */
    max-width: 100%; /* Ensure content fits the smaller screen */
  }
}


/* time */

.time-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vh;
  align-items: center;
}

.column-time {
  display: inline-block;
  flex-basis: 60%
}

@media (max-width: 767px) {
  .column-time {
    flex-basis: 100%;
  }
}

.time-text {
  flex-basis: 37%;
  position: relative;
  display:inline-block;
  text-align:start;

}

@media (max-width: 767px) {
  .time-text {
    flex-basis: 100%;
  }
}


/* portfolio */

.portfolio-container-left {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vh;
}

.portfolio-container-right {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vh;
}


.column-desktop {
  flex-basis: 68%;
}

.column-phone {
  flex-basis: 23.5%;
}

.column-empty{
  flex-basis: 4%;
}

@media (max-width: 767px) {
  .column-desktop {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .column-phone {
    flex-basis: 100%;
  }
}




/* popup */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #361d1b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
}

.popup {
  background-color: #fff;
  padding: 2%;
  max-width: 85%;
  max-height: 85%;
  overflow: auto;
}

.close {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 50px;
  font-weight: bold;
  cursor: url("/LOGO/click.png"), auto;
  color:#333333;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3%;
}

.close:hover {
  color: var(--main);
}



footer {
  margin-top: 4vh;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
