
body {

  background: #F9EFDB;

    font-family: "Lato", sans-serif;
    /* cursor: url("cursor.png") ,auto; */
    overflow-x: hidden;
   
  } 


.a1:hover{
  background-color: #000;
  color: #fff;
}
.navbar-black {
  background: #EBD9B4;
}

.navbar-black .navbar-brand,
.navbar-black .navbar-nav .nav-link,
.navbar-black .navbar-nav .nav-link,
.navbar-black .navbar-nav .nav-link:focus,
.navbar-black .navbar-nav .nav-link:active,
.navbar-black .navbar-nav .show>.nav-link,
.navbar-black .navbar-nav .show>.nav-link,
.navbar-black .navbar-nav .show>.nav-link:focus {
  color: #000;
  margin-left: 20px;
  font-family: 'Lumanosimo', cursive;
  font-weight: 900;
  font-size: large;
}
.navbar-black .navbar-brand:hover,
.navbar-black .navbar-nav .nav-link:hover,
.navbar-black .navbar-nav .nav-link:hover,
.navbar-black .navbar-nav .nav-link:focus:hover,
.navbar-black .navbar-nav .nav-link:active:hover,
.navbar-black .navbar-nav .show>.nav-link:hover,
.navbar-black .navbar-nav .show>.nav-link:hover,
.navbar-black .navbar-nav .show>.nav-link:focus:hover {
  color:#638889;

  font-family: 'Lumanosimo', cursive;
  font-weight: lighter;
  font-size: large;
}
.navbar-brand img {
  height: 100px;
  width: 187px;
}

.collapsenavbar-collapse{
  color: #fff;
}
.bt1{
  background-color: #638889;
  /* border-radius: 20px; */
  color: #000;
}

    swiper-slide {
      margin-top: 80px;
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
  height: 600px;
    }
  
    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* aspect-ratio: 10/5;
    object-fit: contain; */
    }
    .footer-area{
      background: #638889;  
      color: #fff;
      font-weight: bolder;
  }
  .footer-area a{
      text-decoration: none;
  }
  .footer-area a:hover{
    color: #000;
  }
  .footer-area .footer-heading{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-size: 24px;
      color: #fff;
    margin-top: 20px;
  }
  .footer-area .footer-underline{
      height: 1px;
      width: 70px;
      background-color:#000;
      margin: 10px 0px;
  }
  .copyright-area{
      padding: 14px 0px;
      background-color: #000;
  }
  .copyright-area p{
    font-family: 'Lumanosimo', cursive;
      margin-bottom: 0px;
      color: #fff;
  }
  .copyright-area .social-media{
      text-align: end;
  }
  .copyright-area .social-media a{
    font-family: 'Lumanosimo', cursive;
      margin: 0px 10px;
      color:#638889;
      width: 20px;
  }
  .copyright-area .social-media li{
   color: #000;
}
  .mb-2{
    font-family: 'Lumanosimo', cursive;
  }
  .mb-2 a{
    color: #000;
  }
 
  /* loginpage */
  section{
    
    height:100%;
    
    
  }
 #particles-js{
 
  height: 100vh;
 }
  section:nth-child(odd){
    background-color: grey;
    color:white;
    background: linear-gradient(360deg, #0C003C 0%,  #21ABA5  100%);
  
  }
  .sign-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1px); 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .sign-form label {
  display: block;
  margin-bottom: 10px;
  }
  
  .sign-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  }
  
  .l1 {
  /* background: #007BFF; */
  color: #fff;
  color: #e91e63;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  }


  .bk1{
    height: 300px;
  }
  
    .desc{
      top: 100px;
      color: red;
    }
    .product {
  background: transparent;
      margin-top: 50px;
      padding: 20px;
      text-align: center;
  }
  .product h3{
    font-family: 'Your Cursive Font', cursive; 
    font-size: 6rem;
    letter-spacing: 1px; 
    line-height: 1.5;;
  } 
  .productbox {
      width: 100%;
      
      overflow: hidden;
      margin: 0 auto; 
  }
  
  .productbox img {
      width: 100%;
      height: 300px;
      
}
  
    h1{
      font-size: 6rem;
      /* background: linear-gradient(to right, rgb(174, 210, 255) 20%, rgb(39, 0, 93) 40%); */
      background: #000;
      background-clip: text;
      font-family: 'Courier New', Courier, monospace;
      font-weight: bold;
      color: transparent;
      -webkit-background-clip: text;
    }

  .homecard {
    position: relative;
    width: fit-content;
    /* background: linear-gradient(180deg, #0C003C 0%,  #21ABA5  100%); */
    background:  #9DBC98;
    border: 2px solid #000;
    border-radius: 10px;
    height: 380px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  
  .details {
    border: 5px solid #000;
    color: #000;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px #fff;
  }
  
  .homecard img {
    width: 250px;
    height: 250px;
  }
  
  .cart {
    color: #000;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 900;
    width: 100%;
    height: 39px;
    padding-top: 9px;
    box-shadow: 0px 5px 10px #fff;
  }
  
  .icons {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    
  }
  
  .homecard:hover .icons {
    opacity: 1;
  }
  
  .img-thumbnail {
    border: none;
    background-image:  #008793;
    height: 225px;
    width: 250px;
  }
  
  .homecard-body {
    width: 250px;
    background-image:  #008793;
  }
  
  .homecard-body h5 {
    font-weight: bolder;
    color: #fff;
  }
  
  .homecard-body p {
    font-weight: 900;
    color: #fff;
  }
  
  .homecard-body button {
    color: #fff;
    padding: 15px 25px;
    background-color: #638889;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    font-weight: bold;
    font-size: 16px;
  
    border: 0;
  
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  
    cursor: pointer;
  }
 
  
  button span {
    opacity: 0;
  }
  
  button:hover span {
    opacity: 1;
    transition: all 0.3s ease 0s;
  }
  
  button:after span {
    opacity: 1;
    transition: all 0.5s ease 0s;
  }


 
  .testimonial {
    padding-top: 108px;
    color: white;
}

.testimonial .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: transparent;
}

.testimonial .col-lg-4 {
    margin-top: 300px;
    background: #9DBC98; 
    justify-content: space-between;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px black;
    cursor: pointer;
    transition: transform 0.5s;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    animation: glow 1s alternate infinite;
    transition: all ease 0.1s;
}

@keyframes glow {
    0% {
        filter: drop-shadow(0 0 5px #638889 );
    }
    100% {
        filter: drop-shadow(0 0 15px #638889);
    }
}

.testimonial .col-lg-4:hover {
    transform: translateY(-10px);
    border-radius: 25px;
}

.fa.fa-quote-left {
    font-size: 34px;
    color: #fff;
}

.col-lg-4 p {
    font-weight: 900;
    font-size: 16px;
    margin: 12px 0;
    color: #000;
    font-family: 'Lumanosimo', cursive;
}

.testimonial .col-lg-4 h3 {
    font-weight: 1000;
    color: #000;
    font-size: 20px;
}

.rating {
    color: #0C003C; 
}

  ul {
    margin: 0;
    padding: 0;
  }
  .back-img {
    height: 500px;
    border: #000 2px solid;
  }
  
  .back-img img {
    width: 100%;
    height: 100%;
  }

  /* categry */
  
 
  .card {
    position: relative;
    height: 450px;
    background:#9DBC98;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .card::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    
    transform: skewY(345deg);
    transition: 0.5s;
  }
  
  .card:hover::before {
   background: #638889;
    top: -80%;
    transform: skewY(390deg);
  }
  
  .card::after {
    content: "BAGBAG";
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    font-weight: 900;
    font-size: 3.5em;
    color: rgba(0, 0, 0, 0.1);
   
  }
  
  
  .card .imgBox {
    position: relative;
    /* width: 200px; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
  }
  
  .card .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
  
  .card .contentBox {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    height: 50%;
  }
  
  .card .contentBox h3 {
    font-family: 'Lumanosimo', cursive;
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .card .contentBox .price {
    font-size: 24px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .card .contentBox .buy {
    position: relative;
    top: 100px;
    opacity: 0;
    padding: 10px 30px;
    margin-top: 15px;
    color: #000;
    text-decoration: none;
    background-image: #000;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
  }
  
  .card:hover .contentBox .buy {
    top: -10px;
    opacity: 1;
    font-weight: 1500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    color: #000;
    background:#638889;
  }
  
  .mouse {
    height: 100%;
    width: 100%;
  }
  .typing{
    color: #000;
      font-family: 'Amatic SC', cursive;
    font-size: 5em;
    /* width: 0; */
    /* white-space: nowrap; */
 
  }

  .fotmen{
    border: black 2px solid;
    background-color: #fff;
    border-radius: 10px;
  }
 /* garllley */
  .box{
       
    margin: 30px auto;
    width: 300px;
    height: 200px;
    position: relative;
    /* perspective: 1000px; */
    overflow: hidden;
    /* background-color: ; */
    
}
.box .box-img{
    transform: rotateY(0);
    transition: all 0.5s ease-in-out;
    height: auto;
    
    
}
.box:hover .box-img{
    transform: rotateY(-90deg);
}
.box .box-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
} 
.box-cont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 20px;
    border: 3px solid #000;
    box-sizing: border-box;
    text-align: center;
    color: #051937;
    background:#9DBC98 ;
    transform: rotateY(90deg);
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    text-align: justify;
}
.box:hover .box-cont{
    transform: rotateY(0);
}
.box-cont h4{
    margin-top: -40px;
    color:  #FFF;
    text-align: center;
    font-weight: bolder;

}
.box-cont p{
  font-family: 'Lumanosimo', cursive;
}
/* brand */
.brand{
  background:  rgba(157, 188, 152, 0.5);
  backdrop-filter: blur(20px); 
 
}
.brand h2{
  color: #000;
  font-size: 2rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.brand p{
  color: #000;
  font-family: 'Lumanosimo', cursive;
}
.brand img{
  height: 320px;
 border: #000 solid 3px ;
 border-radius: 10px;

}
.video-container {
  border-radius: 20px;
}

/* Style the video element */
video {
  width: 100%;
  height: auto;
  display: block;
}
/* aboutus */
.about-1{
 
  margin: 10px;
  padding: 5px;
}
.about-1 h1{
text-align: center;
color: white;
font-weight: bold;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.about-1 p{
  text-align: center;
  padding: 3px;
  color: #fff;
}
.about-item{
  margin-bottom: 20px;
  margin-top: 1px;
  background: #000;
  padding: 80px 30px;
  box-shadow: 0 0 9px rgba(0,0,0 .6);
  /* height: 60vh; */
  color: #fff;
}
.about-item i{
  font-size: 40px;
  margin: 0;
}
.about-item h3{
  font-size: 25px;
  margin-bottom: 0px;
}
.about-item hr{
  height: 3px;
  width: 46px;
  background-color: #000;
  margin: 0 auto;
  border: nome;
}
.about-item  p{
  margin-top: 20px;
  color: #fff;
}
.about-item:hover{
  background:#9DBC98 ;
  
}
.about-item:hover i,
.about-item:hover h3,
.about-item:hover p{
  color: #000;
}
.about-item:hover hr{
  background-color: #fff;
}
.about-item:hover i{
  transform: translateY(-20px);
}
.about-item:hover i,
.about-item:hover h3,
.about-item:hover hr{
  transition: all 400ms ease-in-out;
}
.video{
  background:#9DBC98  ;
}

.head1{
  text-align: center;
color: #000;
font-weight: bold;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.main{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  width: 100%;
  background: #9DBC98 ;
}
.cardb{
  position: relative;
  width: 340px;
  height: 450px;
  background:#000 ;
  overflow: hidden;
  border-radius: 10px;
}
.cardb .circle{
  position: absolute;
  top: -190px;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translateX(-50%);
  clip-path: circle();
}
.cardb .circle::before{
  content: '';
  position: absolute;
  top: -8px;
  left: -16px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 20px  #638889;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.circle .imgBox{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 310px;
}
.imgBox img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.imgBox img:hover{
  transform: scale(1.2);
}
.cardb .content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  padding: 20px 30px;
}
.content h3{
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
}
.content .textIcon{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content .textIcon p{
  font-weight: 400;
  color:  #fff;
}

/* contact */
.container-fluid{
  width: 90%;
  margin: auto;
  /* overflow: hidden; */
}


#contact-section .container-fluid p{
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3%;
  color: #fff;
  letter-spacing: 3px;
}
.contact-form i.fa{
  font-size: 15px;
  padding: 4%;
  background-color: none;
  margin: 15px 0px 15px 0px;
  border-radius: 80%;
  cursor: pointer;
  border: 2px solid rgb(190,190,190);
  color: rgb(190,190,190);
  justify-content: center;
  display: inline-block;
}
.contact-form i.fa:hover{
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
}
.contact-form{
  display: grid;
  grid-template-columns: auto auto;
}
#form-info{
  font-size: 16px;
  font-style: italic;
  color: #fff;
  letter-spacing: 2px;
  margin: 0px 0px 1000px 20px;
}
.des{
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  color: #fff;
  margin-left: 2%;
  font-size: 20px;
}
.inp{

  background-color: rgba(136,133,133,0.5);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 16px;
}
input::placeholder{
  color: #fff;
}
.submit{
  width: 40%;
  background: none;
  /* padding: 4px; */
  outline: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 33px;
  text-align: center;
  cursor: pointer;
  /* margin-left: 45%; */
  border: 2px solid rgb(190,190,190);
  color: rgb(190,190,190);
}
.txt{
  text-align: center;
}
.submit:hover{
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
/* check */
.head2{
  text-align: center;
}
.inp1{
  width: 100%;
}
.input{
  background-color: rgb(206, 217, 255);
  border: 1px solid rgb(123, 123, 255);
  color: black;
}
.para2{
  text-align: right;
}
.para3{
  color: rgb(113, 113, 113);
}
.para4{
  background-color: rgb(206, 217, 255);
  border: 1px solid rgb(123, 123, 255);
  color: black;
}
.para5{
  text-align: center;
  background-color: rgb(237, 237, 237);
  border: 0.5px solid rgb(174, 174, 174);
}
.btn{
  width: 100%;
}
.d2{
  text-align: center;
  font-size: 15px;
  background-color: rgb(220, 220, 220);
}
.para7{
  font-weight: 650;
}
.para9{
  font-weight: 650;
 
}
.input4{
  font-weight: bold;
  font-size: 20px;
}
/* details */
 .about{
  margin-top: 80px;
  background:#fff ;
 }
.psize{
  width: 70px;
border: 1px solid #ff5e00;
color: #000;
text-align: center;
margin: 0 10px;    
cursor: pointer;    
}
.psize:hover{
transform: scale(1.2);
}
.psize.active{
border-width: 1.5px;
color: #ff5e00;
font-weight: 500;
}
.price{
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.size{
  display: flex;
  align-items: center;
}
.size p{
  font-size: 18px;
  font-weight: 500;
}
.pname{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.rating i{
  color: rgb(255, 136, 0);
}

.quantity{
  display: flex;
}
.quantity p{
  font-size: 18px;
  font-weight: 500;
}
.quantity input{
  width: 40px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-left: 15px;
}
.btn-box{
  display: flex;
}
.btn-box button{
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  color: white;
}
.cart-btn{
  background-color: #ff5e00;
  margin-right: 20px;
}
.cart-btn:hover {
  background-color: #ff3c00;
}
.buy-btn{
  background-color: #00aeff;
}
.buy-btn:hover {
 background-color: #0066ff;
} 
.bbb{
  background: #fff;
}
.ab img{
width: 600px;
height: 600px;
margin-left: -150px;
}
/* feedback */
.fed{
  margin-top: 300px;
}