@import url("https://fonts.googleapis.com/css2?family=Aladin&family=Battambang:wght@100;300;400;700;900&family=Satisfy&display=swap");
:root {
  --primary-color: #9d5724;
  --brand-green: #00522a;
  --text: #3a1b05;
  --text-green: #00522a;
  --bg-color: #dfbf6b;
  --light: #fff;
  --font-1: "Aladin", cursive;
  --font-2: "Battambang", cursive;
}
.border-primary{
  border-color: var(--primary-color) !important;
}
.text-primary{
  color: var(--primary-color);
}
* {
  padding: 0;
  margin: 0;
  font-family: "Aladin", cursive;
}
.whatsapp-float
{
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
    font-size: 0.9rem;
    font-weight: 600;
    transition: calc(var(--default-transition) * 0.25);
}
.whatsapp-float i {
    font-size: 1.2rem;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

@media (max-width: 576px) {
    .whatsapp-float span{
        display: none;
    }
    .whatsapp-float{
        min-width: 54px;
        aspect-ratio: 1;
        justify-content: center;
    }
    
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aladin", cursive;
}

/* Utils */
.text-main {
  color: var(--text);
}
.text-green {
  color: var(--text-green);
}

body {
  background-image: url("../imgs/bg.png");
  background-size: cover;
  background-attachment: fixed;
}

body::-webkit-scrollbar {
  width: 0;
}

header {
  position: sticky;
  top: 0;
  background-image: url("../imgs/bg.png");
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 999;
  font-family: "Battambang";
}
header .above {
  position: relative;
  background-color: var(--brand-green);
  color: var(--light);
  text-align: center;
  padding: 10px;
  overflow: hidden !important;
}
header .above::before {
  content: "";
  height: 45px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -25px;
  background-image: url("../imgs/elements/e3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .above::after {
  content: "";
  height: 45px;
  width: 50px;
  position: absolute;
  top: 0px;
  right: -25px;
  background-image: url("../imgs/elements/e3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  gap: 10px;
}
header .main img {
  width: 150px;
}

header .main .navbar {
  background-color: var(--primary-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-radius: 10px 10px 0px 0px;
}
header .main .navbar a {
  color: var(--light);
  font-family: "Battambang";
  text-decoration: none;
}
header .main .navbar nav {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}
header .main .navbar .social img {
  height: 15px;
  width: 50px;
}
@media (max-width: 950px) {
  header .main .navbar nav {
    gap: 10px;
    padding: 0 10px;
  }
  header .main .navbar .social img {
    display: none;
  }
}
header .main .mobile-nav {
  display: none;
}
@media (max-width: 775px) {
  header .main .navbar nav {
    gap: 5px;
    padding: 0 5px;
  }
  header .main .navbar .social {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .main .navbar {
    display: none;
  }
  header .main .mobile-nav {
    display: block;
  }
  header .main .mobile-nav button {
    background-color: unset;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
  }
}
.dropdown-link {
  border-bottom: 1px solid transparent;
  transition: all 2s none !important;
}
.nav-down {
  background-image: url("../imgs/bg.png");
}
.nav-down a {
  color: var(--text) !important;
}
#offcanvas {
  z-index: 999 !important;
  background-image: url("../imgs/bg.png");
}
#offcanvas a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* --------------------------------------- */

.btn {
  background-color: var(--primary-color);
  padding: 10px 40px;
  color: #fff;
  border: 1px solid #fff;
}

main.hero {
  position: relative;
  overflow: hidden;
}

.hero_wrapper
{
  position: relative;
  background: url('../imgs/elements/home/banner.png');
  background-position: center;
  background-size: cover;
}
.hero_wrapper .text-head
{
  font-size: 32px !important;
}
.hero_wrapper .text-main
{
  font-size: 26px;
}
.hero_wrapper .year img{
  width: 28px;
}
main.hero .content {
  position: absolute;
  top: 30px;
  left: 150px;
}
main .home-title {
  width: 200px;
}
main .text {
  transform: translateY(-60px);
  width: 400px;
}
main .text-head {
  font-size: 50px;
  line-height: 1.2;
}
main.hero .frames-1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    right: 240px;
    transform: rotate(15deg) translateY(-50%);
}
.video_wrapper{
  position: relative;
  width: 250px;
  aspect-ratio: 244 / 185;
  background: url(../imgs/elements/home/01.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(14deg);
}
main.hero .frames-2 {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 530px;
  transform: rotate(15deg)translateY(-50%);
}
main.hero .vase {
  position: absolute;
  bottom: -7px;
  right: 5px;
  width: 250px;
}
main.hero .year {
  display: flex;
  align-items: center;
  transform: translateX(-50px);
}
main.hero .year .lalten {
  width: 50px;
}
main.hero .patti {
  width: 50px;
}
main .frames-1 img,
main .frames-2 img {
  width: 100%;
}
.main-btn {
  margin-top: 20px !important;
  left: 11%;
}
.hero-mobile {
  display: none;
}

@media (max-width: 1310px) {
  .video_wrapper {
    width: 180px;
  }
  /* main.hero .frames-1 {
    top: 60px;
    right: 240px;
  }
  main.hero .frames-2 {
    right: 440px;
    top: 60px;
  } */
}
@media (max-width: 1200px) {
  main .text-head {
    font-size: 35px;
    line-height: 1;
  }
  main.hero .patti {
    width: 30px;
  }
  main .content {
    top: 0px;
    left: 90px;
  }
  main.hero .year {
    transform: translateX(-30px);
  }
  main.hero .frames-1 {
    right: 100px;
  }
  main.hero .frames-2 {
    right: 300px;
  }
  main.hero .vase {
    width: 150px;
  }
}
@media (max-width: 970px) {
  main.hero .frames-1,
  main.hero .frames-2 {
    display: none;
  }
}
@media (max-width: 860px) {
  /* main .main-btn {
    display: none;
  } */
}
@media (max-width: 700px) {
  .hero-desktop {
    display: none !important;
  }
  .hero-mobile 
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .hero-mobile::before{
    position: absolute;
    content: '';
    width: 12%;
    aspect-ratio: 0.09;
    background: url(../imgs/elements/home/07.png);
    z-index: 0;
    top:50%;
    left: 0;
    background-size: 100%;
    transform: translate(-50%,-50%);
  } 
  .hero-mobile::after{
    position: absolute;
    content: '';
    width: 12%;
    aspect-ratio: 0.09;
    background: url(../imgs/elements/home/07.png);
    z-index: 0;
    top:50%;
    right: 0;
    background-size: 100%;
    transform: translate(50%,-50%);
  } 
  .hero-mobile .hanginh_ele{
    position: absolute;
    content: '';
    width: 160px;
    aspect-ratio: 1;
    background: url(../imgs/elements/about/04.png);
    z-index: -1;
    top:-20px;
    right: -20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: hanging 6s ease-in-out infinite;
    transform-origin: top center;
  } 
  @keyframes hanging {
    0%,100%{
      transform: rotate(9deg);
    }
    50%{
      transform: rotate(-15deg);
    }
  }
  .hero-mobile .inner-content {
    position: relative;
    /* top: 50px; */
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center;
  }
  .hero-mobile .text {
    width: 250px;
    text-align: center;
  }
  .hero-mobile .main-btn {
    display: inline-block;
  }
}
@media (max-width: 700px) {
  .hero-mobile .frames-1 {
    position: relative;
    /* left: 0; */
    /* top: 500px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hero-mobile .frames-2 {
    position: relative;
    /* right: 0; */
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hero-mobile .video_wrapper{
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  .hero-mobile .frames-1,
  .hero-mobile .frames-2 {
    /* display: none; */
  }
}

/* Home-about */
.home-about {
  position: relative;
  overflow: hidden;
}
.home-about .img-1 {
  width: 350px;
  position: absolute;
}
.home-about .img-2 {
  width: 350px;
  position: absolute;
  right: 0px;
  transform: rotateY(180deg);
}
.home-about .img-3 {
  margin-top: 24px;
  width: 100%;
  transform: scale(1.05);
}
@media (max-width: 1025px) {
  .home-about .img-1 {
    width: 300px;
  }
  .home-about .img-2 {
    width: 300px;
  }
  .home-about .img-3 {
    margin-top: 70px;
  }
}

.home-about .about-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 300px;
  right: calc(50% - 100px);
  font-size: 60px;
}
.home-about .about-title .about-bottom {
  transform: rotateX(180deg);
}
.home-about .about-title img {
  width: 200px;
}
.home-about .content {
  /* transform: translateY(-3000px); */
  width: 70%;
  margin: 40px auto;
  position: unset;
  font-size: 32px;
  text-align: justify;
}
.home-about .pillar-a {
  position: absolute;
  top: 550px;
  width: 40px;
  left: 50px;
}
.home-about .pillar-b {
  position: absolute;
  top: 550px;
  width: 40px;
  right: 50px;
}
@media (max-width: 750px) {
  .home-about .content {
    font-size: 24px;
    transform: translateY(10px);
  }
  .home-about .pillar-a {
    top: 340px;
  }
  .home-about .pillar-b {
    top: 340px;
  }
}

.home-about .about-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  transform: translateY(-50px);
}
.home-about .about-last img {
  width: 150px;
}
.home-about .about-last .frames {
  display: flex;
  gap: 20px;
}
.home-about .about-last .frames img {
  width: 200px;
}
.home-about .about-last .frames img:nth-child(2) {
  transform: translateY(-50px);
}
@media (max-width: 950px) {
  .home-about .about-last {
    justify-content: center;
  }
  .home-about .about-last .lamps {
    display: none;
  }
}
@media (max-width: 750px) {
  .home-about .about-last {
    transform: translateY(0px);
  }
}
@media (max-width: 992px) {
  .home-about .about-title {
    top: 300px;
    right: calc(50% - 58px);
    font-size: 35px;
  }
  .home-about .about-title img {
    width: 100px;
  }

  .home-about .content {
    font-size: 16px;
    transform: translateY(-17px);
  }
  .home-about .pillar-a {
    top: 230px;
    left: 10px;
    width: 30px;
  }
  .home-about .pillar-b {
    top: 230px;
    right: 10px;
    width: 30px;
  }
  .home-about .img-1 {
    width: 170px;
  }
  .home-about .img-2 {
    width: 170px;
  }
  .home-about .img-3 {
    margin-top: 70px;
  }
  .home-about .about-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-about .about-title {
    top: 118px;
    right: calc(50% - 58px);
    font-size: 35px;
  }
}
.container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 15px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dish-card {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.404);
  padding: 10px;
}
.dish-card img{
  aspect-ratio: 2;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 6px;
}
.card img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  object-fit: cover;
}

.card h3 {
  margin: 15px;
}

.card p {
  margin: 15px;
  color: #555;
}

.card a {
  text-decoration: none;
  color: var(--text);
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
}

.blog-btn {
  color: var(--light) !important;
}

.dish-card img {
  height: 250px;
}

/* Hover Effect */
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.head {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.head img:nth-child(3) {
  transform: rotateY(180deg);
}
.head img {
  width: 100px;
  height: 100%;
}
.dishes .family-photo {
  padding: 40px 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: justify;
  font-size: 25px;
}

@media (max-width: 1024px) {
  .dishes .family-photo {
    padding: 40px 140px;
  }
}
@media (max-width: 600px) {
  .dishes .family-photo {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .head img {
    width: 50px;
  }
  .family-photo p {
    font-size: 20px;
  }
}

.generation{
    max-width:1500px;
    margin:auto;
    padding:80px 20px;
    display:flex;
    flex-direction:column;
    gap:60px;
    position:relative;
}

/* Center timeline line */
.generation::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:4px;
    height:90%;
    background:var(--primary-color);
    transform:translateX(-50%);
}

/* Each row */
.grow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    position:relative;
}

/* Text box */
.grow div{
    background:var(--primary-color);
    padding:20px 30px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    min-height:150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:0.3s;
}

.grow div:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.grow p:first-child{
    font-weight:700;
    color:var(--light);
    font-size:25px;
    margin-bottom:5px;
}

.grow p:last-child{
    color:var(--light);
    font-size:15px;
}

/* Images */
.grow img{
    object-fit:cover;
    transition:0.3s;
}

.grow img:hover{
    transform:scale(1.08);
}

/* Last heading */
.generation h2{
    margin-top:40px;
    font-weight:700;
    color:#222;
}

/* Mobile Responsive */
@media(max-width:768px){


    .grow img{
        /* width:100px; */
    }

}

/* reels slider */
/* --- Main Container & Background --- */
.app-container {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Carousel Layout --- */
.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px; /* Essential for 3D effect */
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}

/* --- The Cards --- */
.reels-card {
  position: absolute;
  width: 200px;
  height: 350px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
}

/* Overlay gradient for text readability */
.reels-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.reels-card-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  z-index: 2;
  font-size: 0.9rem;
}

/* Center Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s;
}

/* --- Card States (Handled by JS) --- */

/* Center Item */
.reels-card.active {
  transform: translateX(0) scale(1.1);
  z-index: 10;
  filter: brightness(1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}
.reels-card.active .play-btn {
  opacity: 1;
}

/* Immediate Neighbors */
.reels-card.prev-1 {
  transform: translateX(-160px) scale(0.85);
  z-index: 5;
  filter: brightness(0.6) blur(1px);
}
.reels-card.next-1 {
  transform: translateX(160px) scale(0.85);
  z-index: 5;
  filter: brightness(0.6) blur(1px);
}

/* Far Neighbors */
.reels-card.prev-2 {
  transform: translateX(-280px) scale(0.7);
  z-index: 2;
  filter: brightness(0.4) blur(2px);
}
.reels-card.next-2 {
  transform: translateX(280px) scale(0.7);
  z-index: 2;
  filter: brightness(0.4) blur(2px);
}

/* Hide others */
.reels-card.hidden {
  opacity: 0;
  pointer-events: none;
}
/* --- Navigation Buttons --- */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8b5a2b;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.nav-btn:hover {
  background-color: #5c3a1a;
}
.prev {
  left: 30px;
}
.next {
  right: 30px;
}

/* ------------------------------------------ */
footer {
  background-color: var(--primary-color);
  color: var(--light);
  position: relative;
  overflow-y: hidden;
}
footer h4,
footer a,
footer p {
  font-family: var(--font-2);
}
.footer-img {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 50px);
}
@media (max-width: 500px) {
  .footer-img {
    left: calc(50% - 25px);
  }
}
footer a {
  transition: all 0.5s ease;
}
footer a:hover {
  text-decoration: underline;
  letter-spacing: 1px;
  color: var(--light) !important;
}

/* ------------------------------------------------- */

/* ================== GLOBAL ANIMATIONS ================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

header {
  animation: fadeDown 0.8s ease-out;
}

header .navbar a {
  position: relative;
}

header .navbar a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--text);
  transition: width 0.3s ease;
}

header .navbar a:hover::after {
  width: 100%;
}

main.hero {
  animation: fadeUp 1s ease-in-out;
}

main .content {
  animation: fadeLeft 1s ease forwards;
}

main .home-title {
  animation: zoomIn 1.2s ease forwards;
}

main .text {
  animation: fadeUp 1.4s ease forwards;
}

main.hero .vase {
  animation: fadeRight 1.2s ease forwards;
}

.btn:hover::after {
  left: 0;
}

.btn:hover {
  transform: translateY(-3px);
}

.home-about {
  animation: fadeUp 1s ease-in-out;
}

.home-about .about-title {
  animation: zoomIn 1s ease forwards;
}

.home-about .content {
  animation: fadeUp 1.2s ease forwards;
}

.home-about .pillar-a {
  animation: fadeLeft 1.5s ease forwards;
}

.home-about .pillar-b {
  animation: fadeRight 1.5s ease forwards;
}

.home-about .about-last img {
  animation: float 5s ease-in-out infinite;
}

.card {
  animation: zoomIn 0.6s ease forwards;
}

.card:hover img {
  transform: scale(1.05);
  
}

.reels-card {
  transition: transform 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
}

.reels-card.active {
  animation: zoomIn 0.5s ease;
}

footer {
  animation: fadeUp 1s ease-in-out;
}

footer a {
  position: relative;
}

footer a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -3px;
  background: #fff;
  transition: width 0.3s ease;
}

footer a:hover::after {
  width: 100%;
}


.book-table {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.booking-wrapper {
  background: rgba(255,255,255,0.9);
  padding: 50px;
  max-width: 700px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  text-align: center;
}

.booking-wrapper h2 {
  font-size: 45px;
  margin-bottom: 30px;
}

.booking-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  gap: 15px;
}

.booking-wrapper input,
.booking-wrapper select,
.booking-wrapper textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  font-family: var(--font-2);
}

.booking-wrapper textarea {
  resize: none;
  height: 100px;
}

@media (max-width: 600px) {
  .form-group {
    flex-direction: column;
  }
}
.number_section
{
  position: relative;
}
.number_section .number_wrapper
{
  margin: 1.7rem 0;
}
.number_section .number_wrapper .number_box{
  position: relative;
  
}
.number_section .number_wrapper .number_box span
{
  font-size: 3rem;
  color: var(--primary-color);
}
.number_section .number_wrapper .number_box p{
  font-size: 1.1rem;
}

.review_wrapper,
.review_wrapper .w-full
{
  position: relative;
}
.review_wrapper img
{
  transition: 0.3s;
  border-radius: 20px;
}
.review_wrapper .w-full:hover img{
  transform: scale(1.03);
}


.infinite_slider {
    width: 100%;
    --gap: 3.6rem;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
}

.infinite_slider .slide-track 
{
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
    animation: scroll 16s linear infinite;
}

.infinite_slider .slide img {
    height: 5rem;
}
/* animation (right to left) */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@media(max-width:576px){
    .infinite_slider .slide img {
        height: 4rem;
    }
    .infinite_slider
    {
        --gap: 12px;
    }
}

.wall_fame_img
{
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
  transition: 0.4s;
  /* filter: grayscale(1); */
  border: 5px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
}
.wall_fame_img:hover{
  filter: grayscale(0);
}

.about_img_section
{
  position: relative;
  text-align: center;
}
.about_img_section .border_img
{
    position: relative;
    display: inline !important;
    width: 70%;
    height: 35px;
}
.about_img_section .border_img.bottom_img{
  transform: rotatex(180deg);
}
.about_img_section .main_img{
  position: relative;
  display: block;
  border-radius: 20px;
  mask-image: linear-gradient(var(--mask-direction, to bottom), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
}

.newspaper .item
{
  mask-image: linear-gradient(var(--mask-direction, to bottom), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
  /* filter: contrast(1.25); */
}
.newspaper .item img{
  aspect-ratio: 0.7;
  background: #fff;
  object-fit: contain;
  padding: 10px;
}
.career_img
{
  mask-image: linear-gradient(var(--mask-direction, to bottom), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
}
.frozen_spiece_wrapper img{
  aspect-ratio: 2;
}

.coloumn_3
{
  position: relative;
  columns: 3;
}
.coloumn_3 > div
{
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
}
.coloumn_3 > div img
{
  transition: 0.4s;
}
.coloumn_3 > div:hover img{
  transform: scale(1.15);
}
@media(max-width:768px){
  .coloumn_3{
    columns: 2;
  }
}