 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Patua+One&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');
p{
  text-align: justify;
}



*{
  font-family: "Roboto", sans-serif !important;
}



h1, h2, h3{
  font-family: "Google Sans Code", monospace;
}

 .navbar{
    background-color: rgb(5, 5, 5);
    color: rgb(255, 255, 255);
 }

  
.navbar-brand img{
 background-size: cover;
 object-fit: cover;
}


.navbar-nav{
    font-size: 19px;
    gap: 40px;
}


.navbar-nav .nav-item a.active{
    color: yellow !important;
}

.navbar-nav .nav-item a:hover{
    color: rgb(224, 19, 115) !important;
}

.nav-link{
    color: white !important;
}
@media (max-width:768){

.navbar-brand img{
height: 150px;
width: 70%;
margin-left: 100%;
}

}

.navbar-toggler{
  color: white !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.menu{
  font-size: 40px;
  color: white !important;
}

 


.carasoulimg {
  width: 100%;         /* Makes image take full width of its container */
  height: 100vh;       /* Or any fixed height you prefer */
  object-fit: cover;   /* Ensures the image fills the area without distortion */
  display: block;      /* Removes any extra space below image */
}






.bannerimg{
    background-image: url(../image/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera.webp) !important;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 180px 50px;
}



/* Default: show banner (for desktop/larger screens) */
.bannerimg {
  display: block;
}

/* Hide banner on small/mobile screens */
@media (max-width: 767px) {
  .bannerimg {
    display: none;
  }
}


.feedback-section h2 {
  font-weight: 600;
  color: #6c5ce7;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif!important;
}

.feedback-section .card {
  border: none;
  border-radius: 15px;
  background-color: #ffffff;
}

.feedback-section img {
  object-fit: cover;
  border: 3px solid #f7f7f7;
}



/** font size p **/
.fondstyle{
  font-family:sans-serif;
}


.textline h2{
  color: #ee54a1dc;
  font-size:50px;
}






/*** footer***/
.footer {
    background-color: #020202;
    
}

.footer .logofoot{
     background-size: cover;
     object-fit: cover;
}



/*** global image ***/


 
.hero-section {
  background-image: url(../image/women-shopping-buying-consumer-products-customer-day-celebration.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #02020228;
  background-blend-mode: multiply;
  
  height: 60vh;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;  
}

.hero-text {
   
  padding: 20px;
  margin-top: 500px;
   font-weight: 200px!important;
   font-size: 100px !important;
    font-family: sans-serif;
   
}
.breadcrumb {
    
  font-size: 25px;
 
  color: #e9e3e0;
  text-align: center;
  margin-left:70px ;
  margin-bottom: 200px;

}

.breadcrumb a {
  text-decoration: none;
  color: #007bff;  
}

.breadcrumb a:hover {
  text-decoration: underline;
}


.serviceimg{
    width: 100%;
    height: 60vh;
}





/*** about***/


.hero-section1 {
  background-image: url(../image/beautiful-second-hand-market.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #7a7a7a41;
  background-blend-mode: multiply;
  
  height: 60vh;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;  

}

.hero-text {
   
  padding: 20px;
  margin-top: 500px;
  font-weight: 100px !important;
  font-size: 100px !important;
  margin-left: 50px
     ;
   
}

.hero-text1 {
   
  padding: 20px;
  margin-top: 500px;
  font-weight: 100px !important;
  font-size: 100px !important;
     ;
   
}
.breadcrumb1 {
    
  font-size: 30px;
  color: #e9e3e0;
  text-align: center;
  margin-left:10px ;
  margin-bottom: 200px;

}


.section {
      padding: 60px 20px;
    }

    .section h2 {
      color: #ee54a1dc;
      margin-bottom: 50px;
      font-weight: bold;
    }

    .card {
      border: none;
      background-color: transparent;
    }

    .highlight {
       
      padding: 20px;
      border-radius: 10px;
    }





   body {
      font-family: 'Playfair Display', serif;
      background-color: #ffffff;
      color: #333;
    }

    .section {
      padding: 60px 15px;
    }

    .textourstory {
     
      padding: 30px;
       
       
    }

    .textourstory p {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.2rem;
    }

    .textourstory i {
      color: #b03e64;
      margin-right: 8px;
    }

    .ourstoryimg {
       width: 100%;
      max-height: 70vh;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    @media (max-width: 768px) {
      .textourstory {
        margin-bottom: 30px;
      }
    }  
    











 

        .about-section {
            max-width: 80%;
            margin: 50px auto;
            padding: 40px;
         
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            border-radius: 10px;
        }

        .about-section h1 {
            text-align: center;
            color: #c2185b;
            margin-bottom: 30px;
        }

        .about-section h2 {
            color: #880e4f;
            margin-top: 40px;
        }

        .about-section p {
            font-size: 16px;
            margin-bottom: 20px;
            text-align: justify;
        }

     
    
  
/*** gllery**/


 .galleryimg{
  width: 100%;
  height: 60vh;
 }
   
     
   .our-creation-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    background-color: #fdfdfdce;
     
  }
   
.videocreation{
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
 
    background-color: #fdfdfdce;
}



.sareecollectionimg{
  width: 100%;
  height: 60vh;
}

.sareecollection h2 p{
margin-top: 50%;
}

img{
  object-fit: cover;
  background-size: cover;
}


.gallery-item {
    overflow: hidden;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
}
  
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
  
.gallery-img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.videogallery{
  width: 100%;
  height: 50vh;
}
  














/* collection */


.collection-img{
    position: relative;
    height: 450px !important;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.collection-img img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
    transition-delay: 0s, 0.75s;
}
.collection-img img:hover{
    transform: scale(1.2);
    transition: all 700ms ease;
}
.collection-content a{
    color: grey;
}

.view-border{
    transition: .5s all;
    /* padding: 3px; */
    /* border-bottom: 1px solid transparent; */
}
.view-border:hover{
     
    color: var(--primary);
}
.arrow{
    font-size: 17px;
}





.bedsheetimg{
  width: 100%;
  height: 450px;
}


.kidsimg{
   width: 100%;
  height: 450px;
}

.nightyimg{
   width: 100%;
  height: 450px;
}
.sareeimg{
     width: 100%;
  height: 450px;
}

 .collet-img{
  width: 100%;
  height: 80vh;
 }

/* home made bow */

textarea, input{
  box-shadow: none !important;
}

.angle{
  font-size: 30px;
  color: white;
}

