@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alike+Angular&family=Allura&family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding:0;
    margin:0 !important;
    box-sizing: border-box;
    list-style:none;
    text-decoration:none;
    scroll-behavior:smooth;
     user-select: none;
}
:root{
    --white: #ffffff;
    --black: black;
    --overly: rgba(0, 0, 0, 0.663);
    --golden: radial-gradient(
      circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(203, 148, 42, 1) 100%
    );
    --font-2:"Dancing Script", serif;
    --font3:"Alike Angular", serif;

}

/*navbar begins*/
.logo{
  width:155px; 
  height:69px;
}
.nav-link{
  color:white;
  font-family:"Alike Angular";
  opacity:0.8;
  transition: all 0.3s ease-in-out;

}
.nav-link:hover{
  opacity:1;
  transform:scale(1.03);
}

.navbar-nav{
  width:90%;
}
.nav-link:focus, .nav-link:hover {
  color:white;
  opacity:1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-family:"Alike Angular";
  color:white;
  opacity:0.9;
  background-color:transparent;
  transition: all 0.3s ease-in-out;
}
.dropdown-item:hover{
  opacity:1;
  background:var(--golden);

}
.dropdown-menu{
  transition: all 0.3s ease-in-out;
  --bs-dropdown-bg: #000000;
  --bs-dropdown-link-active-color:var(--black);
    --bs-dropdown-link-active-bg:var(--golden);
}
.log-sign a{
 opacity:0.8;
 transition: all 0.3s ease-in-out;
}
.log-sign a:hover{
  opacity:1;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white;
}

/*navbarends*/

.img-whatsaap{
    width:100%;
}
.whatsaap-icon{
    display:block;
   width:52px;
   height:52px;
   bottom:10%;
   right:1%;
    position:fixed;
    z-index:10000;
}
.popup{
    position:relative;
    width: 17%;
    position: fixed;
    bottom: 8.5%;
    right: 5%;
    z-index: 1000;
    background: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 5px;
    box-shadow: 2px 2px 5px whitesmoke;
    text-wrap:nowrap;
    text-align:center;
   
}

.popup::after{
    content: "";
  position: absolute;
  top: 50%;
  right: -12px; /* Adjusts the position to align with the robot */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid #fff; /* Creates the triangle */
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: none; /* Ensures only left border forms the triangle */
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1)); /* Optional shadow for a realistic effect */
}
.another-font{
    font-family: var(--font-2);
}

.slide-images {
    display: flex;
    gap:7px; /* Add spacing between images */
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Align images vertically */
}
.slide-images img {
    /*changed from 33% to 33.31% so the slides would cover whole width without gaps*/
    width:33.33%;      
   aspect-ratio:3/4; 
    object-fit: cover;
}
.swiper-slide{
  position: relative;
  z-index:0;
}
.buttons{
  display: block;
  position:absolute;
  width:100%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index: 1;
}
.next svg,
.prev svg{
  transition:all 0.3s ease-in-out;
  opacity:0;
}
.swiper:hover .next svg,
.swiper:hover .prev svg{
  opacity:0.9;
} 

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari, and Opera */
}
.common_p{
    font-size:18px;
    color: rgba(0, 0, 0, 0.822);
}

.primary_heading {
    position: relative;
    font-size: 3.5rem;
    font-family: var(--font-2);
    letter-spacing: 0.2px;
    z-index:1 !important;
}
.width_set {
    width: 90%;
    margin: 0 auto !important;
}

.img-wrap{
border-radius:10px;

}
.img-width{
    width:100%;
    border-radius:10px;
    object-fit: cover;
    object-position:center;
    transform:scale(1.2);
    transition: all 0.3s ease-in-out;
}
.img-width:hover{
    transform:scale(1);
}
.other-font{
    font-family: "Alike Angular", serif;
}
a{
    text-decoration:none;
    color:black;
}

.img-card{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:all 0.3s ease-in-out;
}
.img-card:hover{
    transform:scale(1.1);
}

.aspect_img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius:10px;
    transform:scale(1);
    transition: all 0.3s ease-in-out;
}
.aspect_img:hover,
.mehendi:hover{
    transform: scale(1.02);
}
.mehendi{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.aspect_img1{
    width: 100%;
     aspect-ratio: 16/9; 
    object-fit: cover;
    object-position: top;
    border-radius:10px;
    transform:scale(1);
    transition: all 0.3s ease-in-out;
}
.aspect_img1:hover{
    transform: scale(1.02);
}
.sticky-cont{
    position:sticky;
    top:5%;
}
/* From Uiverse.io by gharsh11032000 */
.testimonial_card {
    width: 100%;
    height: 100%;
    padding: 20px;
    color:black;
    background:whitesmoke;
    border: 2px solid transparent;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transform-origin: right bottom;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .testimonial_card .main-content {
    flex: 1;
  }
  
  .rating svg {
    stroke: #cb942a;
    fill: #cb942a;
  }
  
  .testimonial_slider .swiper-slide {
    padding: 0 15px;
  }
  
  .test_prev,
  .test_next {
    background:whitesmoke;
    border: none;
    color: var(--black);
    padding: 10px;
    border-radius: 100%;
  }
  
  .test_prev svg,
  .test_next svg {
    stroke:black;
  }
  .form-control:focus {
    box-shadow: none !important;
  }
  .btn{
    padding: 10px 50px !important;
  }
  .cc-cards{
    transform:scale(1);
    transition:all 0.3s ease-in-out;
  }
  .cc-cards:hover{
    transform:scale(1.05);
  }
  
  footer a{
    opacity:0.8;
    transition:all 0.3s ease-in-out;
  }
  footer a:hover{
    transform:scale(1.03);
    opacity:1;
  }
  footer hr{
    opacity: 0.7;
    color: white;
  }
  .south-asian
  {
      border-radius:10px;
      
  }
  /* Gallery grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:0.5rem;
  max-width:100%;
  margin:0 auto !important;
 
}

.gallery-item {
  overflow: hidden;
  border-radius: 8px;
    transition:all 0.3s ease-in-out;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.gallery-item:nth-child(1){
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(3){
    grid-column: span 1;
    grid-row: span 1;

}

.gallery-item:nth-child(4),
.gallery-item:nth-child(5){
    grid-column: span 1;
    grid-row: span 1;

}

.image-top{
    object-position: top;
}
.collage{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 0.5rem;
      max-width:100%;
      margin:0 auto !important;
}
.tile{
        overflow:hidden;
        border-radius:8px;
        transition:all 0.3s ease-in-out;
}
.tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        aspect-ratio: 1 / 1;
     transition:all 0.3s ease-in-out;
}
.tile img:hover{
    transform:scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.tile:nth-child(1),
.tile:nth-child(2){
    grid-column: span 1;
    grid-row: span 1;
}


.tile:nth-child(3){
    grid-column: span 2;
    grid-row: span 2;

}

.tile:nth-child(4),
.tile:nth-child(5){
    grid-column: span 1;
    grid-row: span 1;

}
.westerngallery{
    columns:200px;
}
.westerngallery img{
    width:100%;
    border-radius:8px;
    margin-bottom:0.8rem !important;
}
.follow-btn{
    padding:10px 20px;
    background:transparent;
    border:2px solid grey;
    border-radius:5px;
    transition:all 0.3s ease-in-out;
}
.follow-btn:hover{
   box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.video-gallery>video,
.video-gallery img{
    width:100%;
    border-radius:8px;
    transition:all 0.3s ease-in-out;
    margin-bottom:0.5rem !important;
}
.video-gallery img:hover{
    transform:scale(1.03);
}
.video-gallery{
    columns:200px
}