@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
    
font-family: 'Poppins', sans-serif;
overflow-x: hidden;

}

nav{
  margin-bottom: 0%;
 
}
hr{
  margin-block: 0%;
}
.navbar-brand img{
  width: 140px;
}
.dropdown a{
  color: #141313;
}
a:hover{
  color: rgb(37, 33, 33);
}
.contact-us{
  border: 1px solid black;
 
  text-decoration: none;
  color: black;
 
}
.navbar-nav{
  gap: 60px;
  font-size: 1.4rem;

}
#navbarNav{
  justify-content: space-evenly;
}
.Contact{
  margin-left: 40px;
  margin-right: 10px;
}




* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: fit-content;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
/*.fade {*/
/*  animation-name: fade;*/
/*  animation-duration: 10s;*/
/*}*/

/*@keyframes fade {*/
/*  from {opacity: .4}*/
/*  to {opacity: 1}*/
/*}*/
.nav-link{
  
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* semi-transparent white background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* ensure it's on top of everything */
}

#loader img {
  width: 50px; /* adjust the size of your loader */
  height: 50px;
}

.container-fluid{
    max-width: 95vw;
}


  
.slider-img{
    width: 100vw;
    height: 92vh;
    object-fit: cover;
   
}
  
  .overlay-box1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%; /* Width of the fixed box */
    height: 100%; /* Height of the fixed box */
    background-color: #5e503f; /* Background color of the fixed box */
    /* Adjust other styles as needed */
  }
  .overlay-box2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%; /* Width of the fixed box */
    height: 50%; /* Height of the fixed box */
    background-color: #fff; /* Background color of the fixed box */
    /* Adjust other styles as needed */
  }

  .overlay-box3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%; /* Width of the fixed box */
    height: 100%; /* Height of the fixed box */
    background-color: #432818; /* Background color of the fixed box */
    /* Adjust other styles as needed */
  }
  
  .small-box {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
   
    /* Additional styling for the small fixed box */
  }
  
 /* Remove padding and margins around carousel items */
.carousel-inner img {
    margin: 0;
    padding: 0;
     
  }

  .carousel{
    margin: 0;
    padding: 0;
  }
 .gallery{
    flex-basis: 100%;
    display: grid;
    grid-template-columns: auto auto;
   
    
    
 }

 .gallery h1{
    font-weight: bold;
    font-size: 2.2rem;
    z-index: 100;

 }
 

 .row-2{
      grid-row: span 2;
 }

 .col-2{
    grid-column: span 2;
}


.carousel-inner {
    height: 100%; /* Ensure the carousel fills the height of its parent */
  }



#box-1{
    grid-column: 1 / 2;
    
}
#box-2{
    grid-column: 2 / 3;
}
#box-3{
    grid-column: 1 / 2;
}

.carousel-hover img {
    transition: transform 0.2s ease-in-out; /* Adding a smooth transition */
   transform: scaleY(1.06);
  }
  

  .small-box2-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(46deg);
    
    width: 50px;
    height: 50px;
    z-index: 3; /* Set z-index higher than small-box and overlay-box1 */
    background-color: #5e503f;
    /* Add other styles as needed */
  }
  .small-box2-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(46deg);
    
    width: 50px;
    height: 50px;
    z-index: 3; /* Set z-index higher than small-box and overlay-box1 */
    background-color: #432818;
    /* Add other styles as needed */
  }

  /* cards style*/
  .container-2{
    
  }
  .card-container{
    display: flex;
    
    gap: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .card-container-1{
    display: flex;
    gap: 18px;
    align-items: flex-start;


  }
  .container-2 h1{
    
   font-weight: 700;
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
  }
.cardz{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20vw;
    
    border: none;
    background-color: #f3f3f3;
}
  .card-img{
    
  }
  .cardz p{
    margin-top: 60px;
  }
  .inner-card{
    padding: 40px 30px;
  }
  .card-hover{
    text-decoration: none;
    color: black;
  }
  .bottom-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-block: 80px;
  }
  .bottom-card img{
    width: 44vw;
  }

  .footer{
   display: flex;
   flex-wrap: wrap;
   background-color: #141313;

  }

  .div-1 {
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #141313;
   


}
.footer-links{
    display: flex;
    flex-wrap: wrap;

}
.div-2{
 
    
    color: #fff;
    align-items: start;
    flex-wrap: wrap;
   max-width: 100vw;
}
.footer-links-1 ul {
    list-style: none;
    color: #fff;
    margin-top: 60px;
    padding-right: 25px;
   


}
.footer-links-1 ul li a{
    text-decoration: none;
    color: #fff;
}
.logo-footer{
    display: flex;
    align-items: start;
}
.footer-bottom   {
  padding-top: 15px;
    text-align: center;
    font-size: 1.2rem;
    background-color: #141313;
    color: #fff;
}

/* social media cards
.scroll {
  height: 80vh;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  height: 100vh;
  background-color: black;
}

.text-single,
.text-single2 {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}
.text-single{
z-index: 100;
display: flex;
align-items: center;
text-align: center;
justify-content: space-evenly;
height: 65%;
gap: 60px;
}

.text {
  padding: 0;
font-size: 3.2rem;
  display: inline-block;
  
  font-family: arial;
  font-weight: bold;
 
}

.text-single p{
font-size: 2rem;
}


.card{
max-width:12vw;
height: auto;
border: 1px solid rgb(74, 74, 74);

}

.text-single2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5; /* Adjust opacity to make it visually move in the background q
}
#card7{


}
.text-single {
z-index: 100;
display: flex;
align-items: center;
text-align: center;
justify-content: space-evenly;
height: 65%;
gap: 60px;
}

.card {
max-width: 12vw;
height: auto;
border: 1px solid rgb(74, 74, 74);
/* Double the border-radius 
overflow: hidden;
}

#card1 {
margin-top: 5%;
margin-right: 80px; /* Add margin to the right for the gap 
border-radius: 25px;


}

#card2 {
margin-bottom: 5%;
/* Add margin to the left for the gap 
border-radius: 25px;
}

#card3{

margin-top: 5%;
/* Add margin to the left for the gap 
border-radius: 25px;
}
#card4{

margin-bottom: 5%;
/* Add margin to the left for the gap 
border-radius: 25px;
}
#card5{

margin-top: 5%;
/* Add margin to the left for the gap 
border-radius: 25px;
}
#card6{

margin-bottom: 5%;
/* Add margin to the left for the gap 
border-radius: 25px;
}
#card7{

margin-top: 5%;
border-radius: 25px; /* Add margin to the right for the gap 


}
.text-single2{
color: rgb(47, 47, 47);
}
.text-box{
background: linear-gradient(45deg, #FF7A00 0%, #FF0069 50.59%, #D300C5 100%);
}
*/

:root {
  --marquee-width:100%;
  --marquee-height: 65vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  background-color: #111;
  background-image: url(assets/royal.png);
  color: #eee;
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, #111 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #111 0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  gap: 45px;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
  width: 100%;
  /* height: 100%; */
  height: 65%;
  border: 2px solid #eee;
}

@media (max-width: 600px) {

  :root {
    --marquee-width: 100vw;
    --marquee-height: 35vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.my-card {
    margin: 0rem auto;
    padding: 0 1rem;
}
.card{
    width: 18rem;

}

.btn-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-div {

    display: flex;
    width: auto;
    flex-direction: row;
    overflow: auto;
    padding: 1rem 0; 
}

.card-div::-webkit-scrollbar {
    width: .2px;
    height: 5px;
}

.card-div::-webkit-scrollbar-track {
    background: white;
}

.card-div::-webkit-scrollbar-thumb {
    background: rgb(53, 134, 134)
}


.cart-btn {
    margin-bottom: -1rem;
    margin-top: 1rem;
    width: 112%;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.carousel-control-next {
    right: -110px;
}

.carousel-control-prev {
    left: -110px;
}
