@font-face {
    font-family: 'Luxe';
    src: url('Luxe/LuxeUno-Regular.ttf') format('truetype'),
    
}
@font-face {
    font-family: 'Quicksilver';
    src: url('balvier/Balvier-Regular.otf') format('truetype'),
    
}
body{
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
    font-size: 18px;
}

:root{
    --section-heading:55px;
    --paragraph:18px;
    --color:#000;
    --wcolor:#fff;
    --bg-theme:#e53824;
    --bg-white:var(--wcolor);
    --bg-black:#1e1e1e;
    --padding-top:100px;
    --padding-bot:100px;
}
.btn {
  --color: #e53824;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  border: none;
  background-color: transparent;
  width: fit-content;
}

.btn div {
  letter-spacing: 0px;
  font-weight: 400;
  background: var(--color);
  border-radius: 2rem;
  color: white;
  padding: 10px;
}

.btn::before {
  content: '';
  z-index: -1;
  background-color: #fcc308;
  border: 2px solid white;
  border-radius: 2rem;
  width: 90%;
  height: 100%;
  position: absolute;
  transform: rotate(10deg);
  transition: .5s;
  opacity: 0.2;
}

.btn:hover {
  cursor: pointer;
  filter: brightness(1.2);
  transform: scale(1.02);
}

.btn:hover::before {
  transform: rotate(0deg);
  opacity: 1;
}

.btn svg {
  transform: translateX(-200%);
  transition: .5s;
  width: 0;
  opacity: 0;
}

.btn:hover svg {
  width: 25px;
  transform: translateX(0%);
  opacity: 1;
}

.btn:active {
  filter: brightness(1.4);
}
h2{
  font-family: Quicksilver !important;
}
/* Make navbar fixed at top */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* When scrolling down, hide navbar */
.navbar.navbar-hidden {
    top: -100px; /* or - your navbar height */
}

a{
  text-decoration: none;
}
.navbar-brand img {
  width: 250px;
  margin-left: -50px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: var(--color);
  font-size: 17px;
  font-weight: 400;
  padding: 15px;
  transition: all .5s ease-in-out;
}
.navbar .navbar-nav .nav-link:hover{
  color: #e53824;
  transition: all .5s ease-in-out;

}
.navbar{
    padding: 20px;
}
@media screen and (min-width: 768px) {
 
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}
.logo-w{
    width: 250px;
}


/* home slider */

.bigTitle {
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  line-height: 0.9;
  font-size: 13vw;
}
@media (min-width: 425px) {
  .bigTitle {
    font-size: 10vw;
  }
}
@media (min-width: 1024px) {
  .bigTitle {
    font-size: 6vw;
  }
}
.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #f7970e;
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}

.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  color: var(--color);
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
  font-size: 12px;
}
.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}
.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}
@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }
  .arrow-button svg {
    width: 45px;
  }
}
@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }
  .arrow-button svg {
    width: 62px;
  }
  .arrow-button:hover {
    padding-left: 20px;
  }
  .arrow-button:hover svg circle {
    fill: #8c97d0;
  }
}
@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }
  .arrow-button svg {
    width: 60px;
  }
}
@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }
  .arrow-button svg {
    width: 70px;
  }
}

.home-showcase {
  padding: 0 var(--columnExt) 0;
  position: relative;
}
.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 92vh;
  overflow: hidden;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  padding: 0px 5vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  max-width: 100%;
  margin: 0 0 5rem;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  transform: translate(-140%, 0);
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
  color: var(--wcolor);
  margin: 0 0 2.5rem;
  text-shadow: #21212121 0px 0px 5px;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  transform: translate(-160%, 0);
  transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: fit-content;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: var(--wcolor);
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
  fill: var(--wcolor);
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
  stroke: var(--wcolor);
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
  stroke: #8c97d0;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.8s ease-in 0.5s;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle,
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 3.5% 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 50px;
  height: 2px;
  background-color: #8f9397;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 8vw;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: #8f9397;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 4vw;
  color: #fff;
}
.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}
.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}
.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: var(--wcolor) !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "CabinetGrotesk-light", sans-serif;
}
.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}
@media (min-width: 1024px) {
  .home-showcase {
    margin-top: 96px;
  }
  .home-showcase .home-showcaseSlider {
    display: block;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: clamp(51rem, 75vh, 5000px);
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 75%;
    margin: 0;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    margin: 0 0 1.25rem;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 3px;
    margin: 0 8px !important;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 1vw;
  }
  .home-showcase .home-showcaseSlider #macaron {
    width: fit-content;
    width: 8.4vw;
  }
  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: var(--wcolor) !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }
  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
}

/* end home slider */

/* lamoinate coolleetion */
.lami-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    padding-top: 50px;
}
.collection-lami{
    padding: 100px 0;
    background-color: #e9e9e9;
}
.laminate{
    text-align: center;   
}
.laminate h2{
    color: var(--color);
    font-size: var(--section-heading);
}
.laminate h5{
    font-size: 25px;
    color:var(--color);
}
.grid-img .img{
    width: 100%;
    /* height: 35vh; */
}
.grid-img .logo {
    width: 200px;
    display: flex;
    margin: auto;
    margin-top: 25px;
}
.grid-img {
    border: 1px solid #0000002b;
    padding: 10px;
}

/*  */
.new-trende{
    padding: 100px 0;
}
.tab {
  width: 100%;
  display: flex;
  gap: 15px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 25px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    text-align: center;
    border: 1px solid #36363661;
    width: 100%;
    font-weight: 300;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #e53824;
    color: #fff;
    /* background: linear-gradient(332deg, rgb(229 56 36 / 57%) 49%, rgb(252 195 8 / 55%) 100%); */
}

/* Create an active/current "tab button" class */
.tab button.active {
      background-color: #e53824;
    color: #fff;
    /* background: linear-gradient(332deg, rgb(229 56 36 / 57%) 49%, rgb(252 195 8 / 55%) 100%); */
}

/* Style the tab content */

.trend h2{
    font-size: var(--section-heading);
    text-align: center;
    padding-bottom: 50px;
}
.product-show {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    padding-top: 50px;
}

.product-l {
    position: relative;
    /* background-color: #fff; */
    transition: background 0.5s ease;
    overflow: hidden;
    border: 1px solid #ebe6e6;;
}

.product-img-container {
    position: relative;
    width: 100%;
    height: 45vh;
}

.product-l img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
    display: block;
    transition: opacity 0.5s ease;
    background: #f5f5f5;
}

/* Overlay */
.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

/* Icons */
.product-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.product-icons .icon {
    background: white;
    border-radius: 50%;
    padding: 13px 15px;
    cursor: pointer;
    font-size: 18px;
}

/* Hover Effects */
/* .product-l:hover {
    background-color: black;
} */

.product-l:hover .product-overlay {
    opacity: 0.5;
}

.product-l:hover img {
    opacity: 0.5;
}

.product-l:hover .product-icons {
    opacity: 1;
}

.product-l h3 {
    text-align: center;
    margin-top: 15px;
    color: #000;
    transition: color 0.3s ease;
    font-family: "Lexend", sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.product-l:hover h3 {
    color: #000;
}
.catalog{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  padding-top: 50px;
}
.catalog .catalogue-g {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    border: 1px solid #cec7c7;
    padding: 15px;
}
.catalog img{
  width: 100%;
}
.catalog-sec{
  background: #e9e9e9;
    padding: 100px 0;
}
.selar-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
  padding-top: 50px;
}
.bast-selar{
  padding: 100px 0;
}
.best h2{
  font-size: var(--section-heading);
  text-align: center;
}
.newr{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.trend{
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.grid-img .logo-15 {
    width: 150px;
    display: flex;
    margin: auto;
    margin-top: 25px;
}
.grid-img .mts {
    width: 200px;
    display: flex;
    margin: auto;
    margin-top: 30px;
}
.fullli{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.712), rgba(0, 0, 0, 0.685)),url('../img/collection-view/company4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-img h3{
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  font-family: Quicksilver;
      line-height: 55px;
}
.mts{
    margin-top: 35px;
  
}
.laminate{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.full-img img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: bottom;
}
.sty-here {
  padding: 100px 0;
}
.sty-here video{
  width: 100%;
  display: flex;
  margin: auto;
  padding-top: 50px;
}
.stay h2{
  text-align: center;
  font-size: var(--section-heading);
}
.blogs{
  background: #e9e9e9;
  padding: 100px 0;
}
.blog-headi h2{
  font-size: var(--section-heading);
  text-align: center;
}
.blog-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
  padding-top: 50px;
}
.blog-data img{
  width: 100% ;
}
.blog-data{
  position: relative;
}
.blog-data h5{
      position: absolute;
    bottom: 60px;
    z-index: 999; 
    padding: 0px 20px;
    color: #fff;
}
.blog-data h6{
      position: absolute;
    top: 20px;
    z-index: 999;
    padding: 10px;
    color: #fff;
    right: 10px;
    background: #00000078;
}
.blog-data a{
     position: absolute;
    bottom: 20px;
    z-index: 999;
    color: #fff;
    left: 20px;
    padding: 5px 0px;
    transition: all .5s ease-in-out;
    font-weight: 300;
    font-size: 18px;
}
/* .blog-data a:hover{

  border-bottom: 1px solid #e53824;
    transition: all .5s ease-in-out;

    color: #e53824;

} */
.blog-data {
    width: 100%;
    margin: auto;
}

.blog-img-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blog-img-container img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

/* Overlay styles */
.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* Hover effect */
.blog-img-container:hover .blog-overlay {
    opacity: 0.5;
}

.blog-img-container:hover img {
    transform: scale(1.05); /* optional zoom effect */
}

.blog-data h5 {
    margin-top: 10px;
    font-size: 22px;
    /* text-align: center; */
    line-height: 35px;
        font-weight: 400;
}


#text {
  display: none;
}
.btn-container {
  margin: auto;
  height: 44px;
  width: 166.23px;
}
.about-sevtion{
  padding: 100px 0;
}
.about-grow h2{
  text-align: center;
  font-size: var(--section-heading);
  padding-bottom: 30px;
}
#toggle{
  background-color: #e53824;
  color: #fff;
  padding: 6px 25px;
  border: 1px solid #e53824;
  transition: all .5s ease-in-out;
}

#toggle:hover{
  background-color: #fff;
  color: #e53824;
  padding: 6px 25px;
  border: 1px solid #e53824;
  transition: all .5s ease-in-out;

}
.footer-logo{
  width: 300px;
  display: flex;
  margin: auto;
}
.footer-tagline{
  width: 200px;
  display: flex;
  margin: auto;
}
.footer{
  border-top: 1px solid #f5f5f5;
  background: linear-gradient(332deg, rgb(47 90 165 / 72%) 0%, rgb(229 56 36 / 57%) 49%, rgb(252 195 8 / 55%) 100%);
    backdrop-filter: blur(1px);
    background: #f5f5f5;

}
.footer-inner{
  padding: 100px 50px 10px ;
    backdrop-filter: blur(1px);
    
}
.social-media{
  display: flex;
  justify-content: end;
  gap: 20px;
  padding: 0px 0 15px;
}

.social-media a{
  color: #e53824;
  font-size: 20px;
  border: 1px solid #e53824;
  padding: 7px 10px;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}
.social-media a:hover{
  color: #fff;
  font-size: 20px;
  border: 1px solid #e53824;
  padding: 7px 10px;
  border-radius: 50%;
  background-color: #e53824;
  transition: all .5s ease-in-out;

}
.footer-grid-sec{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  padding: 30px 0 30px; 
  border-bottom: 1px solid #fff;
}
.footer-detail li{
  list-style-type: none;
  display: flex;
}
.footer-detail ul{
  padding-left: 0;
}
.footer-detail a{
  font-size: 18px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 300;
  transition: all .5s ease-in-out;

}
.footer-detail a:hover{
  transition: all .5s ease-in-out;
  color: #e53824;
}
.contact a{
  padding-bottom: 0px;
}
.footer-detail p{
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.footer-detail h3{
  padding-bottom: 15px;
  color: #000;
}
.copyright{
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
.footer-detail p{
  display: flex;
  gap: 15px;
  align-items: center;
}
.grid-img:hover .img{
  transform: scale(1.02);
  transition: all .5s ease-in-out;
}
/* .grid-img:hover{
  transition: all .5s ease-in-out;
  background: #fff;
} */

.footer-logo-sec{
  display: flex;
  justify-content: space-between;
}
.about_section{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/collection-view/9126..jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  margin-top: 95px;
}
.about-head h2{
  color: #fff;
  font-size: 80px;
  text-align: center;
}
.about-grows{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
  align-items: center;
}
.about-grow-text h2{
  text-align: left;
  font-size: var(--section-heading);
}
.about-grow-text{
  padding-left: 100px;
}
.grow-sec{
  padding: 100px 0;
}
.about-grow-img img{
  width: 100%;
}

.phylosophy{
  padding: 100px 0;
  background-color: #f5f5f5;
  background:linear-gradient(0deg, rgb(0 0 0 / 86%), rgb(0 0 0 / 68%)), url(../img/collection-view/9317.jpg);
  background-position: center;
  background-size: cover ;
}
.phylo-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  
}
.vis-mis-val{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  text-align: center;
      background: #ffffff12;
    backdrop-filter: blur(15px);
    border-radius: 20px;
    color: #fff;
}
.vis-mis-val h3{
  padding-top: 20px;
}


.why-choose{
  padding: 100px 0;
}
.why-choose-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
  align-items: center;
}
.pr-100{
  padding-right: 100px;
}
.why-img img{
  width: 100%;
}
.question {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 80px 20px 0px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.container-d{
  border-bottom: 1px solid #f5f5f5;
}
.question::after {
  content: "\002B";
  font-size: 22px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 0px 20px;
  line-height: 1.5rem;
  font-size: 15px;
}

.question.active + .answercont {
}

/* From Uiverse.io by Yaya12085 */ 
.playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e53824;
  border-radius: 9999px;
  background-color: #e53824;
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all  .2s ease;
  text-decoration: none;
}

.playstore-button:hover {
  background-color: transparent;
  color: #e53824;
}

/* .icon {
  height: 1.5rem;
  width: 1.5rem;
} */

.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stay img{
  width: 250px;
}
.text-1 {
  font-size: 18px;
  line-height: normal;
}

.why-hed h2{
  font-size: var(--section-heading);
  text-align: center;
  padding-bottom: 20px;
}

/*  */
.catalog-coll{
  padding: 100px 0;
}
.catalogue{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  
}
.catalogue-g img{
  width: 100%;
}
.catalogue-g {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    border: 1px solid #edecec;
    padding: 15px;
}
.catalogue-g h3{
  font-size: 22px;
    font-weight: 300;
}
/*  */
.event-media{
  padding: 100px 0;
}
.gallary{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}
.gallary img{
  width: 100%;
  height: 45vh;
  object-fit: cover;
  object-position: left;
  overflow: hidden;
  transition:all 0.5s cubic-bezier(.4,0,.25,1);

}
.card-des{
    padding: 10px;
    border: 1px solid #e8e0e0;
    box-shadow: rgb(50 50 93 / 14%) 0px 30px 60px -12px, rgb(0 0 0 / 5%) 0px 18px 36px -18px;
    transition:all 0.5s cubic-bezier(.4,0,.25,1);
}
.card-des:hover{
  transform:perspective(800px) rotateY(-5deg) translateX(0px) scale(0.96);
  box-shadow:5px 0px 15px rgba(0, 0, 0, 0.05);
  transition:all 0.5s cubic-bezier(.4,0,.25,1);
}
.card-des:hover img{
  transform:scale(1.1);
  transition:all 0.5s cubic-bezier(.4,0,.25,1);

}
.blog-grids{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 50px;
}
.blogdata {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    align-items: start;
}
.blog-field{
  padding: 100px 0;
}
.blogslayout{
  background-color: #f5f5f5;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.blogslayout img{
  width: 100%;
}
.b-content h3{
  font-family: Quicksilver;
  padding-bottom: 10px;
}
.connect-us{
  padding: 100px 0;
}
/*  */



.form {
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #f5f5f5;
}

.contact-form {
  background-color: #f5f5f5;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #f5f5f5);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.titles {
  color: #000;
  font-weight: 500;
  font-size: 45px;
  font-family: Quicksilver;
  line-height: 1;
  margin-bottom:30px;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #000;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #000;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #000;
  border: 2px solid #000;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #000;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 15px;
  background-color: #f5f5f5;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #000;
  font-size: 45px;
  font-family: Quicksilver;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
  font-size: 17px;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 17px;
      align-items: baseline;
      gap: 15px;
}

.information i {
  color: #000000;
}

/* .icon {
  width: 28px;
  margin-right: 0.7rem;
} */

.social-medias {
  padding: 2rem 0 0 0;
}

.social-medias p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: linear-gradient(45deg, #000, #000);
    color: #fff;
    text-align: center;
    line-height: 50px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}


.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  /* .container {
    padding: 1.5rem;
  } */

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .information p{
    margin-bottom: 0px !important;
  }
  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  /* .icon {
    width: 23px;
  } */

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.product-l {
    position: relative;
    overflow: hidden;
}

.product-l img {
    width: 100%;
    display: block;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 45vh;
    object-fit: cover;
}

.product-l .default-img {
    opacity: 1;
    z-index: 1;
}

.product-l .hover-img {
    opacity: 0;
    z-index: 2;
}

.product-l:hover .default-img {
    opacity: 0;
}

.product-l:hover .hover-img {
    opacity: 1;
}


/* Stack both images on top of each other */
.product-img-container {
    position: relative;
    width: 100%;
    height: 45vh;
    overflow: hidden;
}

.product-img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    background: #f5f5f5;
}

/* Image visibility logic */
.default-img {
    opacity: 1;
    z-index: 1;
}

.hover-img {
    opacity: 0;
    z-index: 1;
}

.product-l:hover .default-img {
    opacity: 0.5; /* Already in your original style */
}

.product-l:hover .hover-img {
    opacity: 1;
}


.animated-link {
  /* Basic Text Styles */
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  padding-bottom: 5px; /* Space between text and border */
  position: relative;
  display: inline-block; /* Essential for containing the ::after element */
}

.animated-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    height: 2px;
    width: 20px;
    background-color: #fff;
    transition: width 0.3s ease-out;
}

.animated-link:hover::after {
  /* Hover State (Expanded Border) */
  width: 100%; /* **Expands to 100% width** */
}