
@import url('https://fonts.googleapis.com/css2?family=Lama+Sans&display=swap');

body {
   font-family: 'Lama Sans', sans-serif;
}

* {
 font-family: 'Lama Sans', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


.bglight {
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  background-color: #f6f7fc  !important;
 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

   #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #F5F5F5;
  color:#77489e;
  
}
.minus
{
     cursor:pointer;
}

.plus
{
     cursor:pointer;
}
.PlusminusResult
{
    width:40px !important;
    margin:0 auto !important;
}

  @media (max-width: 768px) {
            .mblccc {
               display:none;
            }
        }



.alert-error
{
     background-color: #d63535 !important;
    border-left: 20px solid #b21e1e;
    border-radius: 10px;
    box-shadow: #764e94 0px 3px 8px;
    color:#fff;
    padding:5px;
    margin-top:10px;
}

.alert-success
{
    background-color: #5ca282 !important;
    border-left: 20px solid #1e8958;
    border-radius: 10px;
    box-shadow: #764e94 0px 3px 8px;
      color:#fff;
    padding:5px;
}

.PlusminusResult{
  outline:none !important;  
  cursor:pointer;
}

.animate-charcter
{
    color:black;padding:5px;text-align:center;
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 36px;
   
}
 @media (max-width: 768px) {
.navbar-brand img
{
    margin-top: -26px;
}
}
  @media (max-width: 768px) {
            .animate-charcter {
               color:black;padding:5px;text-align:center;
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 18px;
              
            }
        }
  @media (max-width: 768px) {       
.hstyles
{
    text-align:center;
    margin-top:20px;
     font-size: 26px !important;
  font-weight: 400;
}   

}
        
 @media (max-width: 768px) {
         .counterCart{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: purple;
    color: #fff;
    position: absolute;
    top: 0 ;
    right: -20px !important;
}
        }
        
        
          @media (max-width: 768px) {
        .counterCartMain{
 
    position: relative;
    width:20px !important;
    margin-right:40px !important;
}
        }
        
    
    .modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 20px !important; 
    border: 0.5px solid black;
}

   @media (max-width: 768px) {
        .modal{
 
    display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
    z-index: 9999;
  
 
   
}



.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 20px !important; 
    border: 0.5px solid black;
}

.modalimage
{
    display:none;
}



 .modal .mblres
 {
        width: 100% !important;
    max-height: 100px !important;
    object-fit: contain;
   
    margin: 0 auto;
    text-align: center;
    
 }
        }
  @media (max-width: 768px) {
.formset
{
    font-size: 20px !important;
}
}

.form-check-input:checked {
    background-color: #612683 !important;
    border-color: #612683 !important;
    outline:none !important;
}

  @media (max-width: 768px) {
.tblcss .form-check-input[type=radio] {
    margin-left:5px;
    margin-right:5px;
}
}

 @media (max-width: 768px) {
.card-text
{
    font-size:24px;
    white-space: nowrap;

}}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}



.bgbannertop
{
    background-color: rgba(0, 0, 0, 0.05);
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    z-index: 9999;
}

::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

.fw-bold
{
    font-weight:500 !important;
}

.hstyles
{
    text-align:center;
    margin-top:20px;
     font-size: 40px;
  font-weight: 400;
}
@media(min-width:800px){
    .width100Lg{
        width:50%!important;
    }
    .ms-lg-100{
        margin-left:100px;
    }
}

@media(max-width:746px){
    .categoryBox {
   
    width: 100% !important;

}
    
}

.hstyle
{
    font-size: 70px;
  font-weight: 300;
  background-image: linear-gradient(to left, #553c9a, #b393d3);
  color: transparent;
  background-clip: text;
  text-align:center;
  -webkit-background-clip: text;
}

.fnt
{
        color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 4px;
}
.tnf
{
    color: rgb(147, 147, 147);
     font-size: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 4px;
}

.fntf
{
   font-size:20px; 
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}



/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

footer {
  /*padding: 5px 0;*/
  /*background-color: #77489e !important;*/
      margin: 0px;
   background: #f6f7fc !important;
    color: #774d96 !important;
      
  font-family: 'Lama Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    
}
.CTA {
  background-color: #612683;
  color: #fff;
  padding: 10px 5px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 4px #d4a0f7;
}

.formset
{
    font-size:24px;
    border: 2px solid #612683;
    padding: 2rem;
}

.CTAselect
{
     background-color: #612683;
  color: #fff;
  padding: 10px;
  margin-top:2rem;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 4px #d4a0f7; 
}

.CTA:hover
{
      background-color: #612683;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
 color: #fff;  
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover
{
    color:white;
}

.my-float{
	margin-top:16px;
	
}

.hphone
{
    font-weight: bold;
    padding: 7px;
    border-radius: 7px;
    font-size:28px;
    float: left;
    border: 2px solid rgba(0,0,0,.55);
    background: #612683;
    color:#fff;
    
   
}

@media(max-width:746px){
    .hphone {
   
  margin-left: 8.5rem;

}
    
}

.lgcss{
    text-align:Center;
    margin-right:10rem
}
.btn2 {
  border: none;
  outline: none;
  padding: 5px 10px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 16px;
}

/* Style the active class, and buttons on mouse-over */
.active2,
.btn2:hover {
  background-color: #612683;
 color: #fff;
}

.btn:hover{
   background-color: #612683;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
 color: #fff; 
}
.mainWrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shadowOwn{
  box-shadow: 0 0 8px #0004;
  border-radius: 10px;
  margin-bottom: 20px;
}
.borderTop{
  border-top: 1px dashed #ccc;
}
.cart-total {
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
}
.borderOwn{
  border: 1px solid #d4a0f7;
  padding: 20px;
  border-radius: 10px;
}
.cancel {
  background-color: #C1C1C1;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}
.sweet-alert  {
  background-color: #8CD4F5;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}

.categoryBox {
    text-transform: capitalize;
    width: 85%;
    /* height: 150%; */
    /* margin-bottom: -7px; */
    /* padding: 1rem; */
    padding: 70px 0 !important;
    font-size: 1.5rem;
    display: flex;
    background-color: #fbf2ff;
    justify-content: center;
    align-items: center;
    /* background-color: rebeccapurple; */
}
.categoryBox:hover{
  background-color: #d4a0f73e;
  
  cursor: pointer;
}

.card-text
{
   
    font-size:30px;
   	font-weight: normal;
    padding:8px;
    border-radius: 6px;
      color: #77489e;
  padding: 10px 5px;
  text-transform:capitalize;
}
.paraNormal {
  font-size: 18px;
}

.card-body {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    flex: 1 1 auto;
    padding: 1rem 1rem;
    height: 235px;
  
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
   
}
.hAutoScroll{
    max-height:70px;
    /*background:red !important;*/
    overflow-Y:auto   ;
}
.hAutoScroll::-webkit-scrollbar {
  width: 5px;
}
 .hAutoScroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 .hAutoScroll::-webkit-scrollbar-thumb {
  background: #888; 
    border-radius:10px;
}
.hAutoScroll::-webkit-scrollbar-thumb:hover {
  
  background: #555; 
} 

@media (min-width: 576px){
.dailog_Width {
    max-width: 732px;
    margin: 1.75rem auto;
}
}


.counterCartMain{
 
    position: relative;
    width:40px;
}
.counterCart{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: purple;
    color: #fff;
    position: absolute;
    top: 0 ;
    right: -10px;
}

.card-img-top{
  
    height: 180px;
     max-width: 100%;
    background-color: #fff;
    vertical-align: middle;
     /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    

    
}



.view-order-btn {
  left: 50%;
  bottom: 19px;
  color: #fff;
  z-index: 9999;
  position: fixed;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 6px;
  padding: 10px 20px;
  border: 3px solid #fff;
  background-color: #4c146c;
  transform: translateX(-50%);
  box-shadow: 0 0 4px var(--primary-color-hover);
}

.view-order-btn:hover
{
        color: #fff;
       box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
/* loader css  */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}