@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

*
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Rubik", sans-serif;
}
body
{
    background-color:#e9e9e9!important;
}
header
{
    background-image: url('../../img/header-bg.png');
    /* height: 200px; */
    display: flex;
    align-items: center;
}
nav
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #444; */
    padding: 10px 30px;
    color: var(--mainColor);
}
 


  .cart 
  {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart a , .cart a:hover  
  {
    color:  #131c45;
    text-decoration: none;
    font-size: 15px;
  } 
  
  .carousel-control-next , .carousel-control-prev
   {
    background-color: #444 !important;
    width: 50px !important;
    height: 50px;
    right: 0;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* srearch */
.search-box
{
    position: relative;
}
.btn_search
{
    padding: 5px 10px;
    margin-top: 10px;
    background-color: var(--mainColor);
    color: #f3f3f3;
    outline: none;
    border: none;
    width: 100%;
}
#seearchign
{
    position: absolute;
    bottom: -134px;
    width: 202px;
    z-index: 1111111111;
    left: -13px;
    background: #e3e3e3;
    padding: 6px;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}
.searhc_show 
{
  cursor: pointer;
  padding: 10px;
  width: 50px;
  height: 50px;
  /* background-color: #00aced; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.carousel-caption
{
    background-color: #ffffff2b;
    backdrop-filter: blur(10px);
    width: fit-content;
    margin: 0 auto;
    padding: 10px ;
}
.main-title
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testbind{
    position: absolute;
    font-size: x-small;

}
.text-inner
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /* background-color: #fff; */
    padding: 0 10px;
    z-index: 1111;
}
.liner
{
    width: 100%;
    height: 1px;
    position: absolute;
    border: 1px  dotted gray;
}

.card-pro 
{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; */
}
.card-pro::after{
  content: "";
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.img
{
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.img img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    border-top-left-radius: 10%;
}


.text 
{
    width: 50%;
    padding: 10px;
    /* border-top-right-radius: 20%; */
    border-bottom-right-radius: 20%;
    background-color:  rgb(13 3 28 / 91%);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.temp
{
    background-color: #fff;
    /* padding: 2px; */
}

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
  margin-top: 20px;
}
.site-footer a 
{
    text-decoration: none !important;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  /* letter-spacing:2px */
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom: 15px;
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.show 
{
    visibility: visible !important;
    bottom: -110px !important;
}
@media only screen and (max-width: 900px) {

}
 

.m_cont{
  width: 100%;
}
.m_spaan{
  background-color: var(--mainColor);
  color: white;
  border-radius: 10%;
  padding: 4px;
  padding-inline: 10px;
  margin-top: 10px;
  font-size: small;
  font-weight: 400;
}
.khara{
  display: flex;
  justify-content: space-between;
}
.m_prod_cards{
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-top: 12px;
}

a{
    text-decoration: none;
    color: var(--mainColor);
}
.buy{
    background-color: var(--mainColor);
    padding: 5px;
    border: 1px dashed;
    width: 65%;
    float: left;
}
.smaller{
    font-size: smaller;
}



.descripton
{
    margin-top: 20px;
}
.descripton h3 
{
    color: #666;
}
.p_cat{
    margin-bottom: -4px;
    font-size: 20px;
    color: #524eee;
}
.pricing 
{
    background-color: #26272b;
    width: 170px;
    color: #fff;
    box-shadow: rgba(77, 70, 70, 0.385) 1.95px 1.95px 2.6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}
.pricing:nth-child(2) 

{
    background: rgb(19, 47, 209);
}
.pricing:nth-child(3) 

{
    background: rgb(199, 124, 37);
}
.pricing:nth-child(4) 

{
   background-color:  rgb(173, 17, 17);
}
@media only screen and (max-width: 600px) {
    .pricing  , 
.pricing::after

{
    width: 100% !important;
}
.pricing > span
{
    display: block !important;
    height: 40px !important;
    padding: 10px !important;
}
}
 
.pricing::after
{
  content: '';
  width: 170px;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.144);
  position: absolute;
  top: 0;
  border-radius:5px ;
  -webkit-border-radius:5px ;
  -moz-border-radius:5px ;
  -ms-border-radius:5px ;
  -o-border-radius:5px ;
  visibility: hidden;
  border: 2px dashed;
} 
.pricing:hover::after 
{
    visibility: visible !important;
}

.pricing > span
{

  display: block;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* border-bottom: 1px dotted #f3f3f3; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}
.pricing > span:last-child
{
  border-bottom: none;

}

.cat_price
{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;

}

 
  .btn_stage {
    /* font-family: system-ui, sans-serif; */
    /* font-weight: bold; */
    /* font-size: 20px; */
    /* cursor: pointer; */
    border: none;
    /* margin: .1em; */
    padding: 10px;
    display: block;
    width: 189px;
    margin: 0 auto;
  }


  .main-title_p
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-inner_p
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    padding: 0 10px;
    z-index: 1111;
    color: var(--mainColor);
}
.liner_p
{
    width: 100%;
    height: 1px;
    position: absolute;
    border: 1px  dotted gray;
}

.info{
  padding-inline: 20px;
}

.buy_prod{
  background-color: var(--mainColor);
    padding: 5px;
    border: 1px dashed;
    width: 60%;
    color: white;
}
.buyArea{
    display: flex;
    justify-content: space-between;
}



.qty-input {
	color: #000;
	background: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;

	.product-qty,
	.qty-count {
		/* background: transparent; */
		color: inherit;
		font-weight: bold;
		font-size: inherit;
		border: none;
		display: inline-block;
		min-width: 0;
		height: 2.5rem;
		/* line-height: 1; */
		

		&:focus {
			outline: none;
		}
	}

	.product-qty {
		width: 50px;
		min-width: 0;
		display: inline-block;
		text-align: center;
		appearance: textfield;		
		
		&::-webkit-outer-spin-button,
		&::-webkit-inner-spin-button {
			appearance: none;
			margin: 0;
		}
	}

	.qty-count {
		padding: 0;
		cursor: pointer;
		width: 2.5rem;
		font-size: 1.25em;
		/* text-indent: -100px; */
		overflow: hidden;
		position: relative;
    border-right: 1px solid;
    border-color: #ccc;
		
		&:before, 
		&:after {
			content: "";
			height: 2px;
			width: 10px;
			position: absolute;
			display: block;
			background: #000;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
		&--minus {
			border-right: 1px solid #e2e2e2;
		}
		&--add {
			border-left: 1px solid #e2e2e2;
			&:after {
				transform: rotate(90deg);
			}
		}
		
		&:disabled {
			color: #ccc;
			background: #f2f2f2;
			cursor: not-allowed;
			border-color: transparent;
			
			&:before,
			&:after {
				background: #ccc;
			}
		}
	}
}

.qty-input {
  border: 1px solid;
  border-color: #000;
	border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	/* transform: scale(1.5); */
}
i{
  color: #fff;
}