@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Marcellus&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
}
.heading{
  font-size: 48px;
  font-family: "DM Sans", sans-serif;
  padding-bottom: 30px;
  font-weight: 400;
}

.top-header{
  background-color: #191E24;
  display: flex;
  color: white;
  padding: 10px 100px;
  justify-content: space-between;
}
.top-header p{
  display: inline;
  margin: 0;
  padding-right: 15px;
}
.top-header a{
  color: white;
  text-decoration: none;
  padding: 0 8px;
}

.navbar{
  position: absolute;
  z-index: 999;
  width: 100%;
}
.navbar .navbar-brand img {
  width: 230px;
}
.navbar .nav-item .nav-link {
  padding: 0 20px;
  color: rgb(255, 255, 255);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;

  &:hover {
    color: #d7b369;
  }
}
.navbar .nav-item .nav-link img{
  width: 22px;
  vertical-align: sub;
  transform: translate(40px);
  transition-duration: .5s;
  opacity: 0;
}
.navbar .nav-item .nav-link:hover img{
  transform: translate(0);
  opacity: 1;
}
.navbar .nav-item .active{
  color: #d7b369 !important;
}
.navbar .nav-item .active img{
  transform: translate(0);
  opacity: 1;
}

.banner {
  color: white;
  font-family: "DM Sans", sans-serif;
  position: relative;
}
.banner video{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.banner .ban-bg{
  content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}
.banner .ban-text {
  padding: 50px;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}
.banner h1 {
  font-size: 120px;
  padding-bottom: 20px;
  color: white;
  font-family: "Marcellus", serif;
}
.banner .right{
  text-align: right;
}
.banner p{
  font-size: 14px;
  width: 35%;
  text-align: left;
  padding-top: 20px;
}
.banner i{
  font-size: 30px;
}

.yellow-btn {
  font-family: "DM Sans", sans-serif;
  width: 0%;
  font-size: 18px;
  text-decoration: none;
  color: #ffecec;
  padding: 8px 15px;
  border-radius: 20px;
  position: relative;
  z-index: 1;

  &:hover {
    color: white;
  }
}
.yellow-btn span {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #daaa49;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  z-index: -1;
}
.yellow-btn:hover span {
  width: 100%;
}

.about {
  padding: 80px 0;
  background-color: #fcf7f2;
}
.about .frame {
  background-image: url(images/bkg-img2.png);
  background-size: cover;
  background-position: center;
}
.about h2 {
  font-size: 34px;
  padding-bottom: 20px;
  color: #da7c49;
}
.about p {
  font-size: 17px;
  color: rgb(68, 68, 68);
}
.about .img1,.about .img2{
  object-fit: cover;
  width: 100%;
}
.about .img1{
  height: 350px;
  margin-bottom: 50px;
}
.about .img2{
  height: 350px;
  width: 80%;
  display: block;
  margin-left: auto;
}


.opt {
  text-align: center;
  padding: 50px 0;
   
}
.opt img {
  width: 30%;
}
.opt h4 {
  font-size: 17px;
  padding-top: 15px;
}
.opt h4 span {
  font-size: 14px;
  font-weight: 300;
}

.service {
  background-color: #fcf7f2;
  padding: 80px 0;
}
.service a {
  text-decoration: none;
}
.service .serv-card {
  height: 500px;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
}

.service .wedding {
  background-image: url(images/caterer-for-wedding-600082974-94qmkn9s.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service .birthday {
  background-image: url(images/caterer-for-birthday-600082968-s6jyq.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service .event {
  background-image: url(images/caterer-for-events-600082972-ar68etnb.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service .party {
  background-image: url(images/caterer-for-party-600082975-6wwcpit1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service .festiv {
  background-image: url(images/caterer-for-festivals-600082971-yiqkghn8.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.serv-detail .card img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 5px 5px;
}
.service-card-wrapper {
  transition: all 0.3s ease;
}
.service-card-wrapper.active {
  flex: 0 0 33.333%;  
  max-width: 33.333%;
}
.service-card-wrapper:hover {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  transition: all 0.3s ease;
}
.serv-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.serv-card .card{
  border: 0;
  background-color: transparent;
}
.serv-detail {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.active .serv-detail {
  opacity: 1;
}
.active .serv-card {
  background: none;
}
.serv-card .card .card-title{
  font-size: 30px;
  font-family: "Marcellus", serif;
}
.serv-btn{
  text-decoration: underline !important;
  color: #daaa49;
  font-size: 20px;
  font-weight: 500;

  &:hover{
    color: #daaa49;
  }
}
.serv-btn i{
  font-size: 16px;
}
.serv-card .card .card-body h6{
  color: rgb(101, 101, 101);
  font-weight: 400;
}

.roll {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 0;
}
.roll-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 40s linear infinite;

  &:hover{
    animation-play-state: paused;
  }
}
.roll h2 {
  font-family: "Marcellus", serif;
  display: inline-block;
  padding: 0 .2rem;
  font-size: 8rem;
  color: #af8b82;

  &::after{
    content: "•";
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.blog{
  padding: 80px 0;
}
.blog .review{
  padding: 0 60px;
   
}
.blog .review h6{
  padding-top: 20px;
  padding-bottom: 0;
}
.blog .review .icon {
  color: #f5b026;
  padding-bottom: 20px;
}
.blog .testi-img{
  height: 280px;
  width: 280px;
  border-radius: 50%;
  background-image: url(images/story-1.jpg);
  background-size: cover;
}
.blog .testi-img img{
  height: 250px;
  width: 250px;
  border-radius: 50%;
  transform: translate(130px, 60px);
}
.splide__pagination{
  display: none;
}

.gallery{
  padding-top: 50px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.marquee-container {
  overflow: hidden;
  width: 100%;
}
.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}
.marquee-content img {
  flex: 0 0 auto;
  width: 300px;
  aspect-ratio: 3 / 3;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.marquee-content img:hover {
  transform: scale(1.03);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee-container:hover .marquee-content,
.marquee-container.paused .marquee-content {
  animation-play-state: paused;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.427);
  backdrop-filter: blur(20px);
  align-items: center;
  justify-content: center;
}
.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 1000;
}

footer{
  background-color: #212529;
  padding-top: 60px;
}
footer img{
  width: 250px;
}
footer h5{
  color: #fff4df;
  font-family: "DM Sans", sans-serif;
  padding-top: 20px;
  font-size: 26px;
  font-weight: 400;
}
footer p{
  color: white;
   
  padding-bottom: 15px; 
  font-weight: 300;
}
footer a{
  color: #d7b369;
   
  text-decoration: none;
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;

  &:hover{
    color: #fae5ba;
  }
}
footer .social-icon a{
  font-size: 20px;
}
footer .border-top{
  border-color: #7171719a !important;
}