   /* font-family: "Orbitron", sans-serif; */
  /* background: linear-gradient(to right, #bb08cf90, #2cbce09d); */


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {

  font-family: Arial, sans-serif;
  background-image: url(../photos/WebWork.png);
  background-size: cover;
  background-attachment: fixed;
  /* background-size: contain; */
  background-repeat: no-repeat;


}



main {
  height: 100vh;
  width: 100%;
  background-image: url(../photos/Vr\ accosories\ landing\ page.jpg);
  background-size: cover;

}

/* Container */
.container {
  /* padding-top: 30px; */
}

/* Navbar */
.contant{
position: relative;
}
.nav {

  margin: auto;
  top: 20px;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.203);
  border-radius: 40px;
  border: 0.3px solid rgba(255, 255, 255, 0.116);

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  z-index: 1000;
}

/* Logo */
.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  color: #ffffff;

  font-family: "Orbitron", sans-serif;
}



.logo img {
  height: 35px;
  margin-right: 10px;
  display: block; 
  border: .3px solid rgba(255, 255, 255, 0.826);
  padding: 4px;
  border-radius: 50%;
}

/* Right side */
.nav-right {
  display: flex;
  align-items: center;
}

/* Links */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin-left: 10px;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.082);
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #ffffff28;
  box-shadow: -4px 8px 10px rgba(0,0,0,0.3);
}

.nav-links a:hover {
  color: #ffffff;
  background: linear-gradient(to right, #9106a1e5, #02b6e3ed);
  border-color: #d400ffc7;
  box-shadow: 0 8px 8px rgba(130, 3, 194, 0.699);
}

/* User info */

.user_info {
  display: none;
  list-style: none;
  margin: 0;
  
  border: 1px solid rgba(255, 255, 255, 0.082);
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #29033bdc;
  box-shadow: -4px 8px 10px rgba(0, 0, 0, 0.153);

}
.Hi{
  color: white;
  font-family: "Orbitron", sans-serif; 
  font-size: 14px;
  font-weight: 100;

   background: linear-gradient(to right, #BC08CF, #30c5ea);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.Hi span {
}

.Logout{
display: none;
     
} 

/* ... icon + circle... */
.cart{
  display: none;
  position: relative;
  
}
.nav-links{
}

.shopping-cart{
    margin-left:auto ;
}
.s1-icon{
    color: black;
    padding: 4px 6px;
    font-size: larger;
    text-align: center;
}
.shopping-cart li a i {
  z-index: -1;
  font-size: 18px;
}
.shopping-cart li{
  position: relative;
}
.circle{
  position: absolute;
  width: 17px;
  height: 17px;
  background: #30c5ea; 
  border-radius: 50%; 
  color: rgb(0, 0, 0); 
  top:-9px; 
  right: 19px; 
  z-index: -1;
  transition: .3s;
  border: .4px solid rgb(63, 63, 63);
  text-align: center;
  line-height: 16px;
  font-size: 12px;

  display: none;

}

.shopping-cart:hover .circle {
  top: -15px;
  transition: .3s;
  z-index: 111;
  width:  18px;
  height: 18px;
  right: 17px; 
  border: .3px solid rgb(121, 121, 121);
  box-shadow: -2px 4px 4px rgb(0, 0, 0);
}


/* carts_proudcts (dropdown) */
.cart {
  position: relative;
}

/* removed scrolling: overflow visible and removed max-height */
.carts_proudcts {
  position: absolute;
  top: 53px;
  left: 10px;                
  transform: translateX(-10%);
  width: 240px;
  padding: 12px;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: 0 3px 20px rgba(107, 106, 106, 0.6), inset 0 -2px 8px rgba(255,255,255,0.02);
  display: none; 
  z-index: 9999;

max-height: 80vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

/* Firefox */
.carts_proudcts {
  scrollbar-width: thin;
  scrollbar-color: #0588a8 transparent; /* يقبل لون المقبض و لون المسار */
}


/* Cart item */
.info_cart {
  width: 100%;
  color: #fff;
  text-align: left;
  margin: 10px 0;
  padding: 8px 12px;
  border-radius: 12px;
  background-color: rgba(59, 11, 117, 0.72);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.55);
}

.info_cart:nth-child(odd) {
  background-color: rgba(54, 7, 59, 0.82);
}

.info_cart:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 8px rgba(170, 223, 244, 0.717);
  color: #fff;
  border-radius: 6px;
}

/* spans */
.info_cart .span-title {
  color: #2CBBE0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(100% - 70px);
}

.span-price {
  width: 70px;
  color: #b907b0;
  font-weight: 600;
  text-align: right;
}

.carts_proudcts li {
  margin: 0;
}

.btn-Viow {
  background-color: rgba(255,255,255,0.3) !important;
  display: block;
  text-align: center;
  margin: 8px auto 0;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
}

/* quantity-controls-mini */
.quantity-controls-mini{
  width:100%;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
}

.btn-quantity-mini {
  margin-top: 2px;
  background: transparent;
  color: #ddd;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  width: 34px;
  height: 28px;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background .15s ease, color .15s ease;
}

.btn-quantity-mini:hover {
  background: rgba(255, 255, 255, 0.142);
  color: #fff;
}

.quantity-mini {
  font-size: 15px;
  color: #e6e6e6;
  min-width: 22px;
  text-align: center;
}


/* animation */
/* 
.carts_proudcts .info_cart {
  opacity: 0;
  transform: translateY(10px);
  animation: showItem 0.4s forwards;
}

.carts_proudcts .info_cart:nth-child(1) {
  animation-delay: 0.1s;
}
.carts_proudcts .info_cart:nth-child(2) {
  animation-delay: 0.2s;
}
.carts_proudcts .info_cart:nth-child(3) {
  animation-delay: 0.3s;
}
.carts_proudcts .info_cart:nth-child(4) {
  animation-delay: 0.4s;
}

.carts_proudcts .info_cart:nth-child(5) {
  animation-delay: 0.5s;
}

.carts_proudcts .info_cart:nth-child(6) {
  animation-delay: 0.6s;
}



@keyframes showItem {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */



/* /////////////////////////// hero_s ///////////////////// */
.container-s1{
    height: 100vh;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: end;


    /* background-color: #03cdff; */
}
.hero_s{
    display: flex;

    width: 100%;
    justify-content:flex-end ;
    margin-left: 6%;
}

.hero_info{

   width: 50%;
   padding-top: 80px;
   display: flex;
   align-items: center; 
   justify-content: flex-start;
  
    animation: fadeInLeft 1.2s ease forwards;
    
}
.hero_info h2 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Orbitron", sans-serif;
    color: #FFFFFF;
}
.span_Exper{
   background: linear-gradient(to right, #BC08CF, #2CBBE0);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.hero_info p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ddd;
}

.btn_hero{
background: linear-gradient(45deg, #BC08CF, #2CBBE0);

}
.hero_info button {
   background-color: #00000000;
    border: .5px solid rgba(233, 232, 232, 0.358);
    padding: 10px 34px;
    margin-right: 15px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    transition: 0.3s;
   font-family: "Orbitron", sans-serif;
}


.hero_info button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.btn_hero:hover{
    background: linear-gradient(to right, #2cbce0, #bb08cf);
}

.hero_img{
    width: 55%;
    height: 90vh;
    display: flex;
    align-items: end;
    background-image: url(../photos/iiiiiiiiiiiiiiiii.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain;  */

   animation: fadeInRight 1.2s ease forwards;
    
}
/* ////////////////// ANIMATION ////////////////// */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



/* /////////////////////////////  search  //////////////////// */

/* Container for search bar */
.searsh_s {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

/* Form wrapper */
.searsh_s form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 25px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1); 
    box-shadow: 0 5px 15px rgba(97, 8, 103, 0.5);
}

.searsh_s input,
.searsh_s select {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px;
    outline: none;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.15);
    transition: 0.3s;
}

/* Input specific */
.searsh_s input {
    flex: 1; 
}

.searsh_s input:focus {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #bb08cf;
    box-shadow: 0 4px 12px rgba(187, 8, 207, 0.3);
}
.searsh_s input::placeholder {
    color: #ffffff; 
    opacity: 1;      
}

/* Select specific */
.searsh_s select {
    width: 250px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
}

/* Select options*/
.searsh_s select option {
    background-color: rgba(47, 9, 56, 0.329);
    color: #2e2d2d;
    text-align: center;
}

/* Button */
.searsh_s button {
    background: linear-gradient(to right, #bb08cf, #2cbce0);
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Orbitron", sans-serif;
}

.searsh_s button:hover {
    background: linear-gradient(to right, #2cbce0, #bb08cf);
    box-shadow: 0 4px 12px rgba(187, 8, 207, 0.3);
    color: #fff;
}
/* ///////////////////////////////// cards ///////////////////////////////// */
.card_s{
  display: flex;
  flex-wrap: wrap; 
   justify-content: space-between;
}
.card {
  width: 18rem;
  border-radius: 15px;
  overflow: hidden;
  background-image: url(../photos/WebWork.png);
  background-size: cover;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-body {
  text-align: center;
  padding: 15px;
  /* position: relative; */
}

.card-title {
  color: #2CBBE0;
  font-weight: bold;
  margin-bottom: 8px;
  /* font-family: "Orbitron", sans-serif; */
}

.card-text {
  font-size: 14px;
  color: #e3e3e3;
  margin-bottom: 5px;
}

.price {
  font-size: 16px;
  font-weight: bold;
  color: #BC08CF;
  margin-bottom: 12px;
}

.card .fa-heart {
  
  margin-left: -30px;
   
  border: .3px solid rgba(180, 112, 175, 0.776);
  padding: 8px;
  border-radius: 50%;
  font-size: 20px;
  color: #ccc; 
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;


}

.card .fa-heart:hover {
  color: #BC08CF; 
  transform: scale(1.2);
}

.card .fa-heart.active {
  color: red;

}

.btn {

  display: inline-block;
  background: linear-gradient(90deg, #BC08CF, #2CBBE0);
  border: none;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  font-family: "Orbitron", sans-serif;
 margin: 0px 10px;

}

/* ==== Animations ==== */
.card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

.btn:hover {
  transform: scale( 1.1);
  background: linear-gradient(90deg, #2CBBE0, #BC08CF);

}

.div_fav{
  background-color: #1e1e2f;
  display: flex;
  justify-content: center;
  align-items: center;
}


  /* ====================================== page _ login  ========================== */
 
.body_login{
  /* background-image: url(../photos/WebWorkww.png); */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-attachment: fixed;
  }
.form-container{

  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 20px;
}
.form_contact{
  display: flex;
  align-items: flex-start;
  padding-left: 50px;
  width:100%;
  height: 500px;
  background-color: #1e1e2f;
  border-radius: 15px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.655);
  color: #fff;
  background-image: url(../photos/WebWorkrrrr.png);
  background-size: cover;
 /* background-size: contain; */
 background-repeat: no-repeat;
}

/* //////////////////////////////////////////////// register */

.form_register{

    background-image: url(../photos/WebWorkyyyyyyyyy.png);
    height: 525px;
    margin-top: 25px;
}

.form-title {
  text-align: center;
  margin: 25px;
  font-family: 'Orbitron', sans-serif;
  color: #bb08cf;
}
.form_contact form{
  width: 60%;
}

.form-control {
  background-color: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  padding: 10px 15px;
}

.form-control:focus {
  background-color: rgba(255,255,255,0.2);
  border-color: #2cbce0;
  box-shadow: 0 0 8px rgba(44,188,224,0.5);
  color: #fff;
}

.form-text{
  color: #2291b0;
}
.btn-primary {
  width: 100%;
  padding: 10px;
  background: linear-gradient(to right, #bb08cf, #2cbce0);
  border: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-primary:hover {
  background: linear-gradient(to right, #2cbce0, #bb08cf);
}

.register-text {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.register-text a {
  color: #2cbce0;
  text-decoration: none;
  font-weight: bold;
}

.register-text a:hover {
  color: #bb08cf;
}


.body_login {
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(to right, #25033A,#500359, #1c0b2d, #002254 );
  background-size: 400% 400%;
  animation: bgAnimation 10s ease infinite;
}

@keyframes bgAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* ==================================== Cartsproducts.html =============================== */


.card_s_prodacte{
padding-top: 50px;
background-color: #2CBBE0;
}


/* ///////////////////////////////// cards ///////////////////////////////// */
.my_card_s {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin: 70px auto;
  width: 100%;
}

.my_card {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a, #2C2C54);
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 250px;
 
}

.my_card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0,0,0,0.8);
}


.my-card-img {
  width: 40%;
  height: 100%;
  object-fit: cover;
  border-right: 3px solid rgba(255,255,255,0.1);
}

.my-card-body {
  padding:  20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.my-card-title {
  font-size: 20px;
  color: #2CBBE0;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Orbitron", sans-serif;
}

.my-card-text {
  font-size: 15px;
  color: #ddd;
  margin-bottom: 10px;
}

.my-price {
  font-size: 17px;
  font-weight: bold;
  color: #BC08CF;
  margin-bottom: 15px;
}

.btn-remove {
  /* align-self: flex-end; */
  background: transparent; 
  border: none;
  color: #aaa; 
  cursor: pointer;
  font-size: 12px;
  transition: color 0.3s ease;

  margin-left: auto;
  line-height: 32px;
}

.btn-remove:hover {
  color: #ff4d4d; 
}


.quantity-controls {
  display: flex;
  gap: 10px;
}

.btn-quantity {
  background: transparent;
  color: #aaa;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-quantity:hover {
  background: rgba(116, 116, 116, 0.438);
  color: #fff9f9;
}
.quantity {
  font-size: 16px;
  color: #c5c4c4;
  line-height: 32px;
  text-align: center;
}


/* //////////////////////////////////////favorate proudecs/////////////////////// */
.title_love {
  text-align: center;
  font-size: 30px;
  font-family: 'Orbitron', sans-serif;
  color: #bb08cf;
  margin-bottom: 20px;
  display: none;
}

.love_proudcts {
  padding: 20px;
  margin: 20px 0;
  border: .3px solid rgba(147, 147, 147, 0.205);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(100, 100, 100, 0.183);
  /* background-image: url(../photos/133.png); */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.795);

  display: none;
}

.love_cart {
  display: flex;
  gap: 20px;                  
  padding: 10px 5px 15px 5px; 
  overflow-x: auto;           /* scroll أفقي */
  scroll-behavior: smooth;
  flex-wrap: nowrap;
}

/* كل كارت ياخد نفس العرض ويتظبط */
.love_cart > .card {
  flex: 0 0 auto;
  width: 18rem;
  margin: 5px 0; /* مسافة صغيرة فوق وتحت */
}

/* القلب */
.card .heart {
  margin: 0;
  margin-top: 10px;
}

/* ستايل سكربار */
.love_cart::-webkit-scrollbar { height: 8px; }
.love_cart::-webkit-scrollbar-thumb { background: #bb08cf; border-radius: 10px; }
.love_cart::-webkit-scrollbar-track { background: #f1f1f1; }



.carts_padge{
  background-image: url(../photos/oxoxo.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

}



/* ================================ totale price ============================ */
.totale-price{
  width: 300px;
  height: 50px;
  background-color: #60606065;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 50px;
  margin: auto;
  margin-bottom:100px;
  font-weight: bold;
  color: #01d0ff;


}
