@font-face {
  font-family: 'Signora'; /* tên bạn đặt để sử dụng */
  src: url('../font/1FTV-VIP-Signora-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BethanWhite'; /* tên bạn đặt để sử dụng */
  src: url('../font/BethanWhite.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calligraphy'; /* tên bạn đặt để sử dụng */
  src: url('../font/1FTV-VIP-Selly-Calligraphy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.pa{
  position: absolute;
  }
.slideshow-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  transition: transform 0.5s ease-in-out; /* Smooth transition */
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9); /* Làm nền tối */
}
.first-screen{
  width: 100vh;
  height: 100vh;
  transition: transform 1s ease-in-out;
  position: fixed;
  z-index:9;
  touch-action: none;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex !important;
  align-items: center;    /* canh giữa theo chiều dọc */
  justify-content: center;
}
.swiper {
  display: flex;
  width: 100vw;   /* 430px */
  height: 100vh;  /* 939px */
  margin-left: unset !important;
  margin-top:auto;
  align-items: center;    /* canh giữa theo chiều dọc */
  justify-content: center;
}

.swiper-slide img {
  width: 100%;   /* = 430px */
  height: auto;  /* co theo tỉ lệ */
  max-height: 100vh; /* không cao hơn 939px */
  object-fit: contain;
  z-index:9999;
}


.bg-blur {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(20px);   /* mức blur tùy chỉnh */
  transform: scale(1); /* phóng to để không thấy viền */
  z-index: 1;
}

/* .slide {
  min-width: 100%;
  transition: transform 1s ease-in-out;
  height: 100%;
  flex: 0 0 100%; 
} */

/* .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 1100;
  border-radius: 50%;
}

.bg-intro{
  position: fixed;
  bottom: 14vh;
  height: calc(20vh);
  width: 100vw;
  border-radius: 6px;
  z-index: 99999;
}
.bg-intro1{
  background-color: #717171;
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0.2;
  border-radius: 6px;
}

.iicon{
  height: 50px;
  width: 100%;
  position: relative;
}
.iicon .ladi-shape{
  width: 50px;
}

.bg-intro .ladi-paragraph{
  font-family: "Dancing Script", cursive;
  font-size: 3.4vh;
  text-align: center;
  color: white;
  text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}

.bg-intro .ladi-paragraph-date{
  font-family: Jura, sans-serif;
  font-size: 14px;
  text-align: center;
  width: 80%;
  color: white;
  text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}



#LINE4 .ladi-line-container,#LINE5 .ladi-line-container{
  color: white;
  text-shadow: rgb(0, 0, 0) 1px 2px 3px;
  border-top: 1px solid white !important; 
}
.swipe-up-text {
  font-size: 2vh;
  color: #813d3d;
  text-align: center;
  animation: fadeInUp 2s infinite;
  font-weight: 600;
}

@keyframes fadeInUp {
  0%, 100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}


#SHAPE69{
  display: none
}

.thiepmoi {
  position: relative;
  width: 100vw;
  text-align: center; 
  -webkit-mask-box-image-source: url(https://cdn.cinelove.me/resources/cropShapes/061_eheay43znau.png);
  -webkit-mask-box-image-slice: 0 fill;
  mask-image: url(https://cdn.cinelove.me/resources/cropShapes/061_eheay43znau.png);
  mask-size: 100% 50%;
  mask-repeat: no-repeat;
  margin-top: -30px;
  
}
.thiepmoi img{
  box-shadow: 0px 13px 32px 8px rgba(0,0,0,0.1);
  margin-top: 10px;
}

.text-header{
  height: auto;
  width: 100%;
  min-width: 20px;
  color: rgb(0, 0, 0);
  font-size: 8vw;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 2px;
  font-weight: normal;
  font-family: 'Signora';
  text-align: left;
  line-height: normal;
  letter-spacing: 8px;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  pointer-events: none;
  overflow: hidden;
  word-break: break-word;
  margin: 20px 0 0px 20px;
}

.s1-text-footer{
  height: auto;
  width: 100%;
  min-width: 20px;
  color: rgb(0, 0, 0);
  
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 2px;
  font-weight: normal;
  font-family: 'Signora';
  text-align: right;
  line-height: normal;
  
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  pointer-events: none;
  overflow: hidden;
  word-break: break-word;
  padding: 0px 10px 0px 0px;
  margin-top: -80px;
  margin-bottom: 20px;
}
.s1-text-footer h1 {
  font-size: 8vw;
  letter-spacing: 8px;
}
.s1-text-footer span {
  font-size: 4vw;
  letter-spacing: 1px;
}


.text-header-m1{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 10px 0px 0px;
}

.text-header-m1 .name-and-name{
  height: auto;
  color: rgb(169, 0, 0);
  font-size: 5.5vw;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 2px;
  font-weight: normal;
  font-family: 'Calligraphy';
  text-align: right;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  pointer-events: none;
  word-break: break-word;
  padding-left: 10px;
}
.text-header-m1 span{
    min-width: 20px;
    color: rgb(0, 0, 0);
    font-size: 5vw;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 2px;
    font-weight: 500;
    font-family: 'Signora';
    text-align: left;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    pointer-events: none;
    overflow: hidden;
    word-break: break-word;
    padding: 0px 20px 0px 20px;
}


.text-header-m1 h1{
  height: auto;
  width: 100%;
  min-width: 20px;
  color: rgb(0, 0, 0);
  font-size: 7vw;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 2px;
  font-weight: normal;
  font-family: 'Signora';
  text-align: left;
  line-height: normal;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  pointer-events: none;
  overflow: hidden;
  word-break: break-word;
}

.mobg{
  -webkit-mask-box-image-source: url(https://cdn.cinelove.me/resources/cropShapes/061_eheay43znau.png);
  -webkit-mask-box-image-slice: 0 fill;
  mask-image: url(https://cdn.cinelove.me/resources/cropShapes/061_eheay43znau.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}


.jsx-3272123691{
  height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100% !important;
    flex-direction: row !important;
    gap: 5px !important;
    font-family: Signora;
    text-align: left;
    font-weight: 600;

}

.s100{
  height: 100%;
  width: 100%;
}
.d-none{
  display: none;
}
.photo-component img {
  object-fit: cover;
  object-position: top;
}

.video-cuoi{
  height: 250px;
  margin-top: 25px;
}

.video-cuoi video{
  height: 100%;
  aspect-ratio: 16/9;
  width: 100%;
}


.chibi{
  height: 80px;
  width: 120px;
  position: absolute;
  top: 60%;
  left: 20px;
  text-align: center;
  letter-spacing: 1.8px;
  font-size:14px;
  font-family: Signora;
}

.chibi .name{
  font-family: Calligraphy;
  font-size: 18px;
  margin-top: 20px;
}

.chure_chibi{
  height: 80px;
  width: 120px;
  position: absolute;
  top: 60%;
  right: 20px;
  text-align: center;
  letter-spacing: 1.8px;
  font-size:14px;
  font-family: Signora;
}

.chure_chibi .name{
  font-family: Calligraphy;
  font-size: 18px;
  margin-top: 20px;
}






#slideshow {
  overflow: hidden;
  height: 510px;
  width: 728px;
  margin: 0 auto;
  position: fixed;
}

.slide-wrapper {
  width: 2912px;
  animation: slide 14s ease infinite;
  -webkit-animation: slide 14s ease infinite;
}

.slide {
  float: left;
  height: 510px;
  width: 728px;
}


@-webkit-keyframes slide {
  20% {margin-left: 0px;}
  30% {margin-left: -728px;}
  50% {margin-left: -728px;}
  60% {margin-left: -1456px;}
  80% {margin-left: -1456px;}
}


@keyframes slide {
  20% {margin-left: 0px;}
  30% {margin-left: -728px;}
  50% {margin-left: -728px;}
  60% {margin-left: -1456px;}
  80% {margin-left: -1456px;}
}






.img-container {
  position: relative;
  height: 100%;
  width: 100%;
  perspective: 500px;
  transform-style: preserve-3d;
}
.box {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #bbb;
  position: absolute;
  top: 50%;
  transition: 500ms ease-in-out;
}
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.box:first-of-type {
  z-index: 5;
  opacity: 0;
  left: 15%;
  transform: translate(-25%, -50%) rotateY(-10deg);
}
.box:nth-child(2) {
  opacity: 1;
  left: 20%;
  transform: translate(-25%, -50%) rotateY(-10deg);
  z-index: 5;
}
.box:nth-child(3) {
  left: 25%;
  opacity: 0.75;
  color: #eee;
  transform: translate(-25%, -50%) rotateY(-10deg) translateZ(-50px);
  z-index: 5;
}
.box:nth-child(4) {
  opacity: 0.5;
  left: 30%;
  transform: translate(-25%, -50%) rotateY(-10deg) translateZ(-50px);
  z-index: 5;
}
.box:nth-child(5) {
  opacity: 0.5;
  left: 35%;
  transform: translate(-25%, -50%) rotateY(-10deg) translateZ(-50px);
  z-index: 5;
}
.box:nth-child(6) {
  opacity: 0.5;
  left: 40%;
  transform: translate(-25%, -50%) rotateY(-10deg) translateZ(-50px);
  z-index: 5;
}
.box:nth-child(7) {
  opacity: 0.5;
  left: 45%;
  transform: translate(-25%, -50%) rotateY(-10deg) translateZ(-50px);
  z-index: 5;
}
.box:nth-child(8) {
  opacity: 0.5;
  left: 50%;
  transform: translate(-25%, -50%) rotateY(-10deg) translateZ(-50px);
  z-index: 5;
}


.photo-album{
  height: 500px;
  width: 100%;
  padding: 40px 60px 40px 20px;
}



.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  gap: 10px;
  padding: 10px;
}

.item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.item img:hover {
  transform: scale(1.1);
}

/* Ảnh đặc biệt to hơn */
.item-large {
  grid-row: span 2;
  grid-column: span 2;
}

.item-wide {
  grid-column: span 2;
}


.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;

  align-items: center;
  justify-content: center;
  overflow: hidden; /* tránh tràn */
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 95%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: url(../anh_cuoi_webp/_L2_5889.webp) center/cover no-repeat;
  filter: blur(3px) brightness(0.6); /* làm mờ + tối lại */
  z-index: 1;
  top: -15px;
  bottom: -10px;
}


#caption {
  text-align: center;
  margin: 10px;
  font-size: 18px;
  color: #fff;
}

.close {
  position: absolute;
  top: 20px; right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  z-index: 99999;

  cursor: pointer;
}

/* Prev & Next buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  user-select: none;
  transition: 0.3s;
  z-index: 9999;

}

.prev { left: 20px; }
.next { right: 20px; }

.prev:hover, .next:hover {
  color: #ff4081;
}

.item.more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-image: url("anh_cuoi_webp/_L2_5889.webp");
  background-size: cover;       /* ảnh phủ kín */
  background-position: center;  /* căn giữa */
  background-repeat: no-repeat;
}
.item.more span {
  background: rgba(0,0,0,0.2);
  padding: 10px 20px;
  border-radius: 8px;
}
.hidden { display: none; }


.gallery-grid1 {
  display: grid;
  grid-template-columns: 1fr 2fr;  /* 2 cột: trái và phải */
  grid-template-rows: 1fr 1fr;     /* 2 hàng */
  gap: 10px;
  padding: 10px;
}

.item1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ảnh fill khung */
  object-position: center;
  border-radius: 8px;
}

/* Ảnh to chiếm 2 hàng bên phải */
.item1.big {
  grid-column: 2 / 3;  /* cột bên phải */
  grid-row: 1 / 3;     /* chiếm cả 2 hàng */
}



.gallery-grid2 {
  display: grid;
  grid-template-columns: 2fr 1fr;  /* 2 cột: trái và phải */
  grid-template-rows: 1fr 1fr;     /* 2 hàng */
  gap: 10px;
  padding: 10px;
}
.gallery-grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr;  /* 2 cột: trái và phải */
  grid-template-rows: 1fr 1fr;     /* 2 hàng */
  gap: 10px;
  padding: 10px;
}

.item2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ảnh fill khung */
  object-position: center;
  border-radius: 8px;
}

/* Ảnh to chiếm 2 hàng bên phải */
.item2.big {
  grid-column: 1 / 2;  /* cột bên trái */
  grid-row: 1 / 3;     /* chiếm cả 2 hàng */
}



#GROUP39{
  font-family: VVZOTWpSGuZyUVEY;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}