:root{
    --border:6px;
    --color-main:#394952;
    --color-blue:#88CCF1;
   /* #5D6D7E */
}

body{
    margin: 0;
    direction: rtl;
    font-family: "Rubik", serif;
}


/********** Navbar **********/
.navbar-brand{
    padding-right: 20px;
    color: #000;
    margin-left: 45px;
}

.navbar-brand:hover{
    color: #000;
}

.navbar-brand .logo{
    width: 154px;
}

.custom-navbar {
    height: 70px; 
  }

.nav-item{
    padding-right: 22px;
}

.nav-link:hover{
    color: #000;
}

.nav-link{
    color: #000;
    font-size: 18px;
    padding-right: 25px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #000;
    font-weight: 600;
}

  .bg-body-tertiary{
    /*background: var(--color-main) !important;*/
    box-shadow: 2px 2px 2px 2px #eee;
  }

  .custom-navbar .navbar-brand,
  .custom-navbar .nav-link {
    line-height: 70px; 
  }

 
  @media (max-width: 992px) {
    .custom-navbar {
      height: auto; 
      padding: 0.5rem 1rem; 
    }

    .custom-navbar .navbar-toggler {
      height: 50px; 
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav-link {
      line-height: normal; 
    }
  }

  .navbar .Div-Login{
    margin-right: 855px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .navbar .Div-Login a{
    font-size: 18px;
    text-decoration: none;
    color: #000;
  }

  .navbar .Div-Login a.navbar-icon{
    margin-right: 10px;
  }

  .navbar .Div-Login .cart-navbar{
    border: none;
    background: none;
  }

  .navbar .Div-Login .cart-navbar:hover{
    border: none;
    background: none;
    
  }

  .bg-danger{
    position: absolute;
    top: 8px;
    left: 118px;
  }

  span.material-symbols-rounded.btn.btn-primary{
    border: none;
    background: none;
  }

  span.material-symbols-rounded.btn.btn-primary:hover{
    border: none;
    background: none;
  }

  span#cart-count{
    position: absolute;
    top: 8px;
    left: 70px;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px;
    height: 25px;
    line-height: 15px;
  }

  
/********** footer **********/
footer{
  height: 300px;
  box-shadow: -2px -2px 8px 1px #eee;
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

footer .footer-logo{
  font-size: 22px;
  margin: 42px;
  padding-top: 20px;
}

footer .footer-logo .footer-logo-img{
 width: 158px;
}

footer .footer-Contactus{
  margin-right: 40px;
}

footer .footer-Contactus h3{
  margin-bottom: 20px;
}

footer .footer-Links{
  margin-right: 60px;
  display: flex;
  flex-direction: column;
}

footer .footer-Links h3{
  margin-bottom: 20px;
}

footer .footer-Links a{
  font-size: 16px;
  color: #000;
  text-decoration: none;
  margin-bottom: 16px;
}

footer .footer-Links .cart-footer{
  border: none;
  text-align: right;
  margin-right: -11px;
}

footer .footer-Links .cart-footer:hover{
  border: none;
}


footer .footer-Links .Favorites-footer{
  border: none;
  text-align: right;
  margin-right: -11px;
}

footer .footer-Links .Favorites-footer:hover{
  border: none;
}












/********** Main-image section **********/
.Main-image {
  position: relative;
  text-align: center;
  height: 763px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/תמונת\ מספרה.jpg) center;
  background-size: cover;
  z-index: 1; 
}

.Main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 86%);
  z-index: 2; 
}


.Main-image h1,
.Main-image .container {
  position: relative;
  z-index: 3;
}

.Main-image h1 {
  font-family: "Varela Round", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: #000; 
}

.Main-image .Main-image-a {
  padding: 20px 70px;
  background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
  border-radius: var(--border);
  text-decoration: none;
  text-align: center;
  width: 22%;
  display: block;
  margin: 40px auto;
  transition: all 0.2s ease;
  position: relative;
  z-index: 3; 
}

.Main-image .Main-image-a:hover {
  background-color: #131b1f;
  transform: scale(1.03);
}

.Main-image .Main-image-a a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}




/********** Categories-section **********/
.Categories-section h2{
    font-family: "Varela Round", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 90px;
  }

  .Categories-section{
    height: 270px;
  }

  .Categories-section a{
    text-decoration: none;
  }

  .Categories-section .Categorie{
    height: 120px;
    background: #5D6D7E;
    margin-top: 20px;
    border-radius: var(--border);
    transition: all 0.2s ease;
  }

  .Categories-section .Categorie:hover{
    transform: scale(1.06);
  }

  .Categories-section .Categorie p{
    text-align: center;
    line-height: 120px;
    font-size: 24px;
    color: #fff;
  }


  /********** Hairdressing-products-section **********/

  .Hairdressing-products h2{
    font-family: "Varela Round", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .Hairdressing-products .Product-a{
    text-align: center;
    background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
    width: 230px;
    height: 61px;
    margin: 50px auto;
    line-height: 61px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: var(--border);
    transition: all 0.2s ease;
  }
  
  .Hairdressing-products .Product-a:hover{
    transform: scale(1.03);
    background-color: #131b1f;
  }

  .Hairdressing-products .Hairdressing-product{
    display: flex;
    justify-content: space-between;
  }
  
 .Hairdressing-products .Product{
  text-align: center;
  position: relative;
}

.Hairdressing-products .Product .Product-img{
 width: 110px;
 display: block;
 margin: 0 auto;
 transition: all 1s ease;
 overflow: hidden;
}

.Hairdressing-products .Product .Product-img:hover{
transform: scale(1.07);
}

.Hairdressing-products .Product h2{
 font-size: 22px;
 font-weight: bold;
 margin-top: 10px;
}

.Hairdressing-products .Product p{
 font-size: 16px;
 font-weight: normal;
 margin-top: -21px;
}

.Hairdressing-products .Product a{
padding: 10px 136px;
text-decoration: none;
border: 1.5px solid #000;
color: #000;
}

.Hairdressing-products .Product .div_a{
transition: all 0.5s ease;
}

.Hairdressing-products .Product .div_a:hover{
transform: scale(1.09);
transition: all 0.5s ease;
}

.Hairdressing-products .Product .icon-Preferred{
position: absolute;
top: 20px;
left: 20px;
font-size: 28px;
cursor: pointer;
}


/********** Advantages-section **********/

.Advantages{
  height: 430px;
  width: 100%;
  background:#698493;
  margin-top: 30px;
}

.Advantages .Advantages-parent{
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 50px;
  justify-content: center;
}

.Advantages .Advantages-parent h3{
  color: #fff;
    padding-top: 20px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}


.Advantages h2{
  font-family: "Varela Round", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    padding-top: 70px;
    color: #fff;
}

.Advantages .advantage-div{
  height: 150px;
}

.Advantages .advantage-div .Icon-V{
  text-align: center;
  display: block;
  margin: 0px 131px;
  font-size: 61px;
  color: #394952;
  background: azure;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 70px;
}


.Advantages .advantage-div p{
  text-align: center;
  margin-top: 9px;
  font-size: 17px;
  color: #fff;
}


/********** about-section **********/
.about-section {
  text-align: center;
  background-image: url(../images/רקע.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 470px;
  position: relative;
  background-attachment: fixed;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 86%); 
  z-index: 1; 
}

.about-section .container {
  position: relative;
  z-index: 2;
}

.about-section h2 {
  font-family: "Varela Round", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding-top: 100px;
  color: #000;
}

.about-section p {
  text-align: center;
  font-size: 19px;
  line-height: 40px;
  margin-top: 15px;
}


/********** contact-section **********/

.contact{
  box-shadow: 0px 0px 8px 2px #eee;
  padding: 48px;
  border-radius: var(--border);
  background: #fbfbfb;
  margin-top: 60px;
}

.contact .contactus h2{
  font-family: "Varela Round", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
    margin-top: -17px;
}

.contact .contactus .input-group{
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.contact .contactus .send{
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 55px;
  background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: var(--border);
  transition: all 0.2s ease;
}

.contact .contactus .send:hover{
  transform: scale(1.01);
  background-image: linear-gradient(to right, #f58429b3 1%, #801323 100%);

}

.contact .contactus .success-message{
  background-color: #4CAF50;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}






  /********** shop-page  **********/

  /******* Category-section  *******/
  
.Category-section{
	text-align: center;
  margin-top: 137px;
}
  
.Category-section .Category ul{
	display:inline-block;
}

.Category-section .Category ul li{
	display:inline-block;
	margin-right:70px;
}

.Category-section .Category ul li:first-child{
	margin-right:0;
}

.Category-section .Category ul li a{
	text-decoration:none;
	color:#000;
  font-size:24px;
  font-family: "Varela Round", serif;
  padding: 15px 25px;
  background: #ededed;
  border-radius: var(--border);
}

.Category-section .Category ul li a:hover{
	border-bottom: 2px solid var(--color-main);
}

.Category-section .Category ul li .active{
	font-weight:bold;
  padding: 15px 25px;
  background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
  border-radius: var(--border);
  color: #fff;
}




 /******* Products-section  *******/
 
 .Products-section .grid-container{
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: 510px 510px;
    gap: 50px;
    justify-content: space-around;
    margin: 90px 0;
 }
 
 .Products-section .Product{
    text-align: center;
    position: relative;
 }
 
 .Products-section .Product .Product-img{
   width: 110px;
   display: block;
   margin: 0 auto;
   transition: all 1s ease;
   overflow: hidden;
 }
 
 .Products-section .Product .Product-img:hover{
  transform: scale(1.07);
 }
 
 .Products-section .Product h2{
   font-size: 22px;
   font-weight: bold;
   margin-top: 10px;
 }
 
 .Products-section .Product p{
   font-size: 16px;
   font-weight: normal;
 }
 
 .Products-section .Product a{
  padding: 10px 136px;
  text-decoration: none;
  border: 1.5px solid #000;
  color: #000;
 }
 
 .Products-section .Product .div_a{
  transition: all 0.5s ease;
 }
 
 .Products-section .Product .div_a:hover{
  transform: scale(1.09);
  transition: all 0.5s ease;
 }
 
 .Products-section .Product .icon-Preferred{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 28px;
  cursor: pointer;
 }
 


 
  /********** contact us - page  **********/

.section-contactus-title h1{
  font-size: 51px;
  margin-top: 149px;
  text-align: center;
  font-family: "Varela Round", serif;
}

.section-contactus-title h2{
  text-align: center;
  margin-top: 15px;
  font-size: 34px;
  font-weight: normal;
  font-family: "Varela Round", serif;
}


.section-contactus{
  display: flex;
  flex-direction: row;
  margin-right: 180px;
  margin-top: 30px;
}

.section-contactus .contactus{
  box-shadow: 0px 0px 8px 2px #eee;
  padding: 48px;
  border-radius: var(--border);
  background: #fbfbfb;
}

.section-contactus .contactus .label:first-child{
  margin-top: 0;
}

.section-contactus .contactus .label{
  display: block;
  margin-top: 22px;
}

.section-contactus .contactus input{
  text-align: right;
  width: 290px;
  height: 42px;
  border: 1.1px solid #c0c0c0;
  border-radius: 4px;
}

.section-contactus .contactus input.input-name{
  border: none;
}

.section-contactus .contactus input.input-phone{
  border: none;
}

.section-contactus .contactus input.input-email{
  border: none;
}

.section-contactus .contactus .input-group{
  margin-bottom: 20px;
}

.section-contactus .contactus .send{
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.2s ease;
  height: 54px;
  border-radius: var(--border);
}

.section-contactus .contactus .send:hover{
  transform: scale(1.01);
  background-image: linear-gradient(to right, #f58429b3 1%, #801323 100%);
}












 .btn{
  background: #fff;
  border: 1.5px solid #000;
  color: #000;
 }

 .btn:hover{
  background: #fff;
  border: 1.5px solid #000;
  color: #000;
 }

 .btn.btn-primary{
  background: #fff;
  border: 1.5px solid #000;
  color: #000;
 }

 .btn.btn-primary:hover{
  background: #fff;
  border: 1.5px solid #000;
  color: #000;
 }


 .btn.btn-primary.favorite-a{
  border: none;
 }













/* מיכל המוצר */
.product-container {
  max-width: 1360px;
  margin: -30px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


/* כותרת המוצר */
h1 {
  font-size: 24px;
  color: #333;
}

/* תמונת המוצר */
#product-image {
  width: 25%;
  object-fit: cover;
  border-radius: 8px;
  margin: -5px 0;
}

/* תיאור המוצר */
#product-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

/* מחיר המוצר */
#product-price {
  font-size: 20px;
  font-weight: bold;
  color: #27ae60;
}


/* כפתור רכישה */
#buy-button {
  display: inline-block;
  background-color: #27ae60;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 15px;
}

#buy-button:hover {
  background-color: #219150;
}





/******** עיצוב עגלת הקניות ********/

/* עיצוב הכללי של כפתורי כמות */
.quantity-controls {
  display: flex;
  align-items: center;  /* מיקום הכמות במרכז */
  justify-content: center;
  gap: 10px;  /* מרווח בין הכפתורים */
  width: 91px;
}

/* עיצוב כפתור מינוס */
.quantity-controls button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s;
}

/* עיצוב כפתור פלוס */
.quantity-controls button:hover {
  background-color: #e0e0e0;
}

/* עיצוב התצוגה של הכמות */
.quantity-controls span {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 30px;  /* גודל קבוע */
}



/* עיצוב כללי לסל הקניות */
div#offcanvasExample{
  width: 500px;
}

.offcanvas-title{
  font-size: 25px;
  font-weight: 600;
  font-family: "Varela Round", serif;
}

.offcanvas-body {
  padding: 20px;
  padding-bottom: 91px;
}

/* עיצוב של כל פריט בעגלה */
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  height: 150px;
  width: 459px;
}

.cart-item:hover {
  transform: scale(1.05);
}


.cart-item .cart-item-content{
  display: flex;
}

.cart-item img {
  width: 30px;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 16px;
  margin-left: 40px;
}

/* עיצוב טקסט של פריט בעגלה */
.cart-item p {
  margin: 0;
  color: #555;
}

.cart-item p.product-name {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}

.cart-item p.product-price {
  font-size: 17px;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 14px;
}

/* עיצוב כפתור מחיקת פריט */
.remove-btn {
    border: none;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 34px;
    margin-right: 205px;
    margin-top: 23px;
    transition: all 1s ease;
}

.remove-btn:hover {
  transform: scale(1.2);
}

/* עיצוב כפתור מחיקת כל הסל */
#clear-cart {
  background-color: #fff;
  color: #000;
  border: 1.5px solid #000;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.2s ease;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  width: 43%;
}

#clear-cart:hover {
  transform: scale(1.03);
}

/* עיצוב כפתור מעבר לתשלום */
#checkout {
  background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border: 1.5px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.2s ease;
  margin-right: 28px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  width: 43%;
  right: 238px;
}

#checkout:hover {
  background-color: #131b1f;
  transform: scale(1.03);
}


/* עיצוב כמות המוצרים בסל (באייקון) */
.shopping_bag {
  background-color: #ff4081;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}


/* עיצוב סל ריק */
.empty-cart-message{
  font-weight: bold;
    font-size: 20px;
    margin-top: 300px;
    text-align: center;
}


/* עיצוב כללי למועדפים שלי */
div#offcanvasExample1{
  width: 500px;
}

#clear-all-favorites{
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 22px;
  width: 183px;
  height: 46px;
}

#favorites-list span{
  font-size: 18px;
}

li.list-group-item.d-flex.align-items-center.justify-content-between{
  cursor: pointer;
}





/********** עיצוב עמוד התשלום *************/

.Main-payment-parent{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 850px;
  margin-top: -50px;
}

.Products-div{
  margin-top: 178px;
  overflow: scroll;
  height: 650px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #39495221;
  padding: 25px;
}

.checkout-h1{
  margin-bottom: 20px;
  color: #000;
  font-family: "Varela Round", serif;
  font-weight: 600;
  font-size: 25px;
}

.total-price{
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

.checkout-container{
  margin-top: 178px;
  height: 650px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #39495221;
  padding: 25px;
  overflow: scroll;
}

.checkout-container h2{
  margin-bottom: 20px;
  color: #000;
  font-family: "Varela Round", serif;
  font-weight: 600;
  font-size: 25px;
}


.checkout-container .checkout-form .input-div{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: var(--border);
  padding: 5px;
  background: #fff;
  position: relative;
}

.checkout-container .checkout-form .input-div input{
  padding-left: 30px;
  border: none;
    outline: none;
    padding: 10px;
    flex: 1;
    text-align: right;
}

.checkout-container .checkout-form .input-div select{
  padding-left: 30px;
  border: none;
    outline: none;
    padding: 10px;
    flex: 1;
    text-align: right;
}

.checkout-container .checkout-form .input-div span{
  color: var(--color-main);
  padding: 5px;
  cursor: pointer;
}

.checkout-container .checkout-form .input-div label{
  margin-right: 7px;
}

.checkout-container .checkout-form .submit{
  width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.2s ease;
    height: 54px;
    border-radius: var(--border);
    border: none;
}

.checkout-container .checkout-form .submit:hover{
  transform: scale(1.01);
  background-image: linear-gradient(to right, #f58429b3 1%, #801323 100%);
}

/********** Login-page  **********/

.login-form {
  background: #fff;
  padding: 20px;
  border-radius: var(--border);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 210px;
  height: 481px;
  margin-bottom: 40px;
  background: #fbfbfb;
}

.login-form .Login-h1 {
  margin: 20px 0px 40px 0;
  color: #333;
  font-family: "Varela Round", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.input-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: var(--border);
  padding: 5px;
  background: #fff;
  position: relative;
}
.input-container input {
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
  text-align: right;
}
.input-container .material-symbols-rounded {
  color: var(--color-main);
  padding: 5px;
  cursor: pointer;
}
.toggle-password {
  position: absolute;
  left: 10px;
  cursor: pointer;
}
.login-btn {
  width: 100%;
  padding: 15px 0px;
  background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
  color: white;
  border: none;
  border-radius: var(--border);
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}
.login-btn:hover {
  background-image: linear-gradient(to right, #f58429b3 1%, #801323 100%);
  transform: scale(1.01);
}



.registration-form {
  background: #fff;
  padding: 20px;
  border-radius: var(--border);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.registration-form h2 {
  margin-bottom: 20px;
  color: #333;
}
.input-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: var(--border);
  padding: 5px;
  background: #fff;
  position: relative;
  flex: 1;
}

.input-group input {
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
  text-align: right;
}
.input-group .material-symbols-rounded {
  color: var(--color-main);
  padding: 5px;
  cursor: pointer;
}
.toggle-password {
  position: absolute;
  left: 10px;
  cursor: pointer;
}
.register-btn {
  width: 100%;
  padding: 15px 0px;
  background-image: linear-gradient(to right, #f58429b3 4%, #801323 100%);
  color: white;
  border: none;
  border-radius: var(--border);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 17px;
  font-weight: 600;
}
.register-btn:hover {
  background-image: linear-gradient(to right, #f58429b3 1%, #801323 100%);
  transform: scale(1.01);
}



.success-message {
  background-color: #4CAF50; /* צבע ירוק */
  color: white;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
}


