body {font-family: 'poppins', 'kanit', sans-serif; font-weight: 400; font-size: 15px; letter-spacing: 0.8px;}
.mono-project {height: calc(100% - 80px);}
.mono-item {overflow: hidden; background-color: black;}
.mono-item a .img-main {transition: all 1s;}
.mono-item a:hover .img-main {transform: scale(1.1);}
.mono-item .overlay{content:""; position:absolute; width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);  }

  .mono-item .mono-item-brand {position:absolute; bottom:0; width:100%; height:160px; display: block; color:#fff; }
  .mono-item .mono-item-brand img {width: auto; height:70px; margin: 20px auto;}



.owl-theme .owl-nav {text-align: unset !important; display: flex; justify-content: space-between; margin-top: 0 !important;}
.owl-theme .owl-prev  {font-size: 70px !important; line-height: 50px !important; color: #fff !important; position: absolute; top: 50%; left: 10px; transform: translate(0,-60%);}
.owl-theme .owl-next  {font-size: 70px !important; line-height: 50px !important; color: #fff !important; position: absolute; top: 50%; right: 10px; transform: translate(0,-60%);}
.owl-theme .owl-nav [class*="owl-"]:hover {background: unset !important;}

.owl-theme .owl-dots {margin-top: 20px; position: absolute;  bottom: -50px;}
.owl-theme .owl-dots .owl-dot.active span {background: #c6af7b !important; width: 15px !important; height: 15px !important; margin: 3px 7px !important;}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 30px !important;}

footer {font-size:14px; font-weight: 400;}

/* 1. ครอบด้วย Container เพื่อป้องกันไม่ให้รูปขยายทะลุออกมานอกขอบ */
.zoom-out-container {
    overflow: hidden;
    display: inline-block;
}

/* 2. ตั้งค่ารูปในสถานะปกติให้ Zoom In ซูมโตไว้ก่อน */
.zoom-out-container img {
    transform: scale(1); /* ขยายรูปขึ้น 15% ในสถานะปกติ */
    transition: transform 0.4s ease-in-out; /* ทำให้การเคลื่อนไหวนุ่มนวล */
}

/* 3. เมื่อเอาเมาส์ชี้ (Hover) ให้ย่อขนาดกลับมาเท่าเดิม (Zoom Out) */
.zoom-out-container:hover img {
    transform: scale(1.15);
}

@media (max-width:1199px) {
  .mono-item {
    min-height:500px;
  }

  .mono-item .mono-item-brand img {height:50px;}
}

@media (max-width:991px) {
  .mono-item {
    min-height:400px;
  }

}

@media (max-width:767px) {
  .mono-item .mono-item-brand img {height:60px;}

  .mono-item {
    min-height:450px;
  }

  footer {font-size:12px;}

}

@media (max-width:475px) {
  .mono-item .mono-item-brand img {height:60px;}

}


@media (max-width:375px) {
  .mono-item .mono-item-brand img {height:50px;}

  .mono-item {
    min-height:400px;
  }

  footer {font-size:11px;}
}

