@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

body {
  background-color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
}
.navbar-brand {
  width: 250px;
  display: block;
  margin: auto;
  text-align: center;
}
.navbar-brand .logo {
  max-width: 100%;
  height: 80px;
  width: 100%;
  /* padding-left: 160px; */
  /* background-color: #fffffff2; */
  border-radius: 8px;
}
.navbar-custom {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1030;
  color: #fff;
}
.navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
}
.navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-custom .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
.navbar-expand-lg .navbar-nav {
  gap: 10px;
}
.wlctext-regular {
  text-align: center;
  color: #a3a3a3;
  font-family: 'Poppins', Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2em;
}
.main-bg-image {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 300px 0px 300px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/assets/img/sssg.jpg);
  height: 100vh;
}
.main-category {
  padding: 30px 0;
}

.main-category img {
  width: 100%;
  height: 250px;
  max-width: 100%;
}
.main-category-title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
}

.social-icon {
  width: 45px;
  height: 45px;
  background-color: #c3b3a5;
  color: #fff;
  font-size: 20px;
  padding: 12px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon:hover {
  background-color: #aaa198;
  color: #fff;
}

footer hr {
  border-top: 1px solid #ccc;
}
.footer-ui {
  background-color: #e9e9e9;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 50px 0px 0px 0px;
  text-align: center;
}
.logo-footer {
  width: 100%;
  height: 80px;
  object-fit: contain;
  margin-bottom: 30px;
}
.hr-footer {
  border-top: 1px solid #000;
}
.copyright-ui {
  color: #fff;
  background-color: #262626;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0;
  margin-top: 7px;
}

.scroll-to-top {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #25d366;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  text-decoration: none;
}
.scroll-to-top i {
  height: 100%;
  color: #ffff;
  font-size: 35px;
  display: flex;
  /* line-height: 45px; */
  justify-content: center;
  align-items: center;
}
.main-category-header {
  color: #5f5f5f;
  text-align: center;
  font-size: 35px;
  font-family: 'Cinzel', serif;
}

.Pre-Wedding img {
  height: 450px;
  object-fit: cover;
  width: 100%;
  /* border-radius: 10px; */
  transition: transform 0.5s ease, box-shadow 0.4s ease;
}

.Pre-Wedding img:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.gallery-img-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  transform-origin: center center;
}
.gallery-video {
  width: 100%;
  height: 250px;
}
.gallery-img:hover {
  transform: scale(1.1);
}

.gallery-section {
  padding: 60px 15px;
}

.gallery-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}
.img-hover-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img-hover-box img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

.img-hover-box:hover img {
  transform: scale(1.05);
}

/* Overlay Text */
.img-hover-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-hover-box:hover .overlay {
  opacity: 1;
}

.img-hover-box .text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
}

/* Border animation inside the image */
.img-hover-box span {
  position: absolute;
  background-color: #ffffffd1;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Inset value to bring border inside */
:root {
  --inset: 10px;
}

/* Top */
.img-hover-box span.top {
  top: var(--inset);
  left: var(--inset);
  height: 2px;
  width: 0%;
}
.img-hover-box:hover span.top {
  width: calc(100% - 2 * var(--inset));
}

/* Bottom */
.img-hover-box span.bottom {
  bottom: var(--inset);
  left: var(--inset);
  height: 2px;
  width: 0%;
}
.img-hover-box:hover span.bottom {
  width: calc(100% - 2 * var(--inset));
}

/* Left */
.img-hover-box span.left {
  top: var(--inset);
  left: var(--inset);
  width: 2px;
  height: 0%;
}
.img-hover-box:hover span.left {
  height: calc(100% - 2 * var(--inset));
}

/* Right */
.img-hover-box span.right {
  top: var(--inset);
  right: var(--inset);
  width: 2px;
  height: 0%;
}
.img-hover-box:hover span.right {
  height: calc(100% - 2 * var(--inset));
}

/* contact-ui */
.contact-ui {
  background-image: url('/assets/img/0-14-3.jpg');
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0.15rem;
}

.contact-ui::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* adjust opacity */
  z-index: -1;
}

.contact-ui h4 {
  color: #fff;
  font-size: 36px;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
}

.contact-ui p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.contact-header {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
}
.gallaty-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 8px/; */
  transition: transform 0.5s ease-in-out;
}
.model-gallaty {
  background-color: #00000000;
  border-radius: 0;
}
.new-img img {
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}
.new-img-2 img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.new-img-3 img {
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}
.new-img-4 img {
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}
.model-img-view {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}
.prewedding {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.about-us-image img {
  width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}
.slide-img {
  height: 100vh;
  object-fit: cover;
  object-position: top;
}
.carousel-control-next {
  background: #000000;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 100px;
  right: 10px;
}
.carousel-control-prev {
  background: #000000;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 100px;
  left: 10px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
}

.model-close {
  position: absolute;
  top: 2%;
  border-radius: 100px;
  right: 10px;
  z-index: 1031;
}
.py-1 {
  padding: 0.15rem !important;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: #25d366;
}
@supports (-webkit-touch-callout: none) {
  /* Safari/iOS fallback */
  .main-bg-image {
    background-attachment: scroll;
  }
  .new-img img,
  .new-img-2 img,
  .new-img-3 img,
  .new-img-4 img {
    height: 100%;
  }
}
