body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.navbar {
  /* background-color: #ffffff; */
  color: #002896;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #000000;
  z-index: 2;
}

.links .img-nav{
  width: 0;
}

.links a {
  margin: 10px 20px;
  color: #ffffff;
}
.navbar-mini{
  /* width: 100%; */
  background-color: #00000070;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 4px rgb(0 0 0 / 58%);
  padding: 10px;
  z-index: 2;
}
.link {
  background-color: transparent;
  display: flex;
}

  .link a{
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
}


.link a:hover {
  color: #030c8f;
  font-size: 22px;
}


.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
}

.logo-text {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.social-links-nav{
  margin-left: 10px;
  padding: 10px;
}
/* ايقوز سوشيال الناف */

.social-links-nav ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.social-links-nav ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
}
.social-links-nav a{
  display: inline-block;
  height: 37px;
  width: 20px;
  /* background-color: rgba(255,255,255,0.2); */
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #000000;
  transition: all 0.5s ease;
}
.social-links-nav a:hover{
  color: #ffffff;
  background-color: #24262b;
}

.social-links-nav a i{
  padding: 5px;
  background-color: #ffffff;
  border: none;
  border-radius: 55px;
}

.links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.links a {
  /* color: #002896; */
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  transition: color 0.3s ease;
}
/*   
.links a:hover {
  color: #002896;
} */

.links a {
  transition: all 0.3s ease;
}

.links a:hover {
  /* background-color: #f2f2f2; */
  color: #ffffffc4;
  transform: scale(1.05);
}

.menu-icon {
  display: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
}

.link-videos .img-nav{
  width: 80px;
  position: fixed;
  z-index: 2;
  border: 2px white;
  border-radius:10px  ;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 87px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0;
    border: 1px;
    /* border-radius: 8px; */
  }
  .links a:hover{
    color: #002896;
  }
  .menu-icon{
    
    display: block;
  }
  .link a{
    display: flex;
    margin: 2px;
    padding: 8px;
    font-size: 12px;
}


.link-videos .img-nav{
  width: 50px;
  position: fixed;
  z-index: 2;
  border: 2px white;
  border-radius:10px  ;
  margin-top: 18px;
}


.link a:hover{
    color: #c3c2c2;
    margin: 3px;
    padding: 3px;
    font-size: 13px;
}
.links a{
  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #0056b3;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  /* gap: 20px; */
}
.links  .img-nav{
  width: 70px;
  height: 60px;
  object-fit: contain;
}
}


/* ************* المنتج ******************* */

.product-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../img/image_res.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  z-index: -1;
}


.product-card {
  display: flex;
  flex-direction: row;
  /* max-width: 90%; */
  /* margin: 20px auto; */
  border: 1px solid #ccc;
  /* border-radius: 10px; */
  padding: 10px;
  background-color: rgb(255, 255, 255);
  justify-content: space-between;
}

.product-card .button-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 28px;
}
.product__variations {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.product__variations-toggler {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%; /* لجعل الشكل دائري */
  overflow: hidden; /* لإخفاء الأجزاء الزائدة */
  width: 35px; /* عرض الدائرة */
  height: 35px; /* ارتفاع الدائرة */
  display: flex;
  align-items: center; /* لمركز الصورة عمودياً */
  justify-content: center; /* لمركز الصورة أفقياً */
  transition: border 0.3s;
}
.product__variations-toggler:hover {
  border: 2px solid #000;
}
.active {
  border: 2px solid #000;
}
.color-option {
  width: 100%; /* ملء الدائرة */
  height: auto; /* الحفاظ على نسبة العرض إلى الارتفاع */
}


.data{
  display: flex;
  flex-direction: column;
}
.product-image-div{
  width: 70%;
}
.product-image {
  display: block;
  max-width: 100%;
  width: 90%;
  height: auto;
  border-radius: 10px;
  /* margin-left: 26%; */
  margin-top: 25%;
  margin-bottom: -30px;

}

.details{
  width: 35%;

}
.product-details {
  padding: 10px;
  margin-top: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.product-details h2{
  text-align: center;
}

.color-options {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.color-option {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}



.button-price {
  display: flex;
  justify-content: center;
}

.button {
  width: 100%;
  height: 45px;
  font-size: 17px; /* تصحيح الخطأ من 18x إلى 18px */
  font-weight: bold;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0);
  color: #121212;
  border: 1.5px solid #121212;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.button:hover{
  /* background-color: #001144; */
  color: #ffffff;
}

.add-text {
  position: absolute;
  left: 0; /* محاذاة للنص */
  top: 0; /* موضع النص */
  width: 100%; /* ملء الزر بالكامل */
  height: 100%; /* ملء الزر بالكامل */
  display: flex; /* استخدام flexbox لمركز النص */
  align-items: center; /* محاذاة عمودي */
  justify-content: center; /* محاذاة أفقي */
  background-color: rgba(141, 141, 141, 0.8); /* خلفية للنص */
  opacity: 0; /* إخفاء النص في البداية */
  transition: opacity 0.5s;
  font-size: 16px; /* حجم النص */
  color: #ffffff; /* لون النص عند التحويم */
  z-index: 1; /* رفع مستوى النص */
}

.button:hover .add-text {
  opacity: 1; /* إظهار النص عند التحويم */
}
.span-guar{
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  background-color: #007bda;
  color: white;
  border: none;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}
#details{
  font-weight: bold;
  font-size: large;
}
#price1{
  font-size: 1.6em;
  font-weight: bold;
  margin:10px 0 ;
}
#price {
  font-size: 1.5em;
  font-weight: bold;
  margin:0 ;
}


.price{
  display: flex;
    flex-direction: column;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
    margin-top: 15px;

}
.buying{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;

}
.Buy{
  width: 290px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}

/* ************* الكروت ****************** */
.products-section1 {
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8); /* لون خلفية فاتح */
}

.product-card1 {
  display: inline-block;
  width: calc(33.33% - 20px);
  margin: 70px;
  border: 2px solid #000000;
  padding: 38px;
  border-radius: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: transform 0.3s;
}

.product-card1:hover {
  transform: scale(1.05); /* تكبير الكرت عند التمرير */
}

.product-title1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: #007bff; /* لون أزرق للنص */
}

.product-price1 {
  font-size: 18px;
  color: #007bff; /* لون أزرق */
  margin-top: 5px;
}

.price-no-eng{
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

/* تنسيق الكروت في عرض الأجهزة الصغيرة */
@media (max-width: 768px) {
  .product-card{
    display: flex;
    flex-direction: row;
    /* max-width: 90%; */
    /* margin: 20px auto; */
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    padding: 10px;
    background-color: rgb(255, 255, 255);
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .product-card .details{

    margin:0 15px;
    width: 100%;

  }
  .price-no-eng{
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
  }
  .product-card1 {
      width: calc(50% - 20px); /* للأجهزة الصغيرة: كرتين في الصف الثاني */
      margin: 25px 10px;
    }
  .product-image-div{
    width: 100%;
  }
  .product-image{
    max-width: 100%;
    /* width: 75%; */
    height: auto;
    border-radius: 10px;
    /* margin-left: 49px; */
    /* margin-top: 25px; */
    margin-bottom: -30px
  }
  .data{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
}

/* بيانات المنتج */
.product-info  {
  margin-top: 100px;
}
.product-info h2 {
  color: #000000; /* اللون الأسود للعناوين */
  /* border-bottom: 2px solid #007BFF; */
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 20px;
}

.product-info ul {
  list-style-type: none; /* إزالة النقاط الافتراضية */
  /* padding: 0; */
}

.product-info li {
  list-style: none; /* إزالة النقاط الافتراضية */
  background: #fff;
  font-size: 16px;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 5px;
  color: #000000; /* اللون الأسود للنص */
  position: relative; /* لجعل النقاط تظهر بشكل مناسب */
  padding-left: 20px; /* مساحة للنقطة */
}

.product-info li::before {
  content: ""; /* إضافة عنصر قبل كل li */
  position: absolute;
  left: 0; /* موضع النقطة */
  top: 10px; /* موضع النقطة عمودياً */
  width: 8px; /* عرض النقطة (أصغر) */
  height: 8px; /* ارتفاع النقطة (أصغر) */
  background-color: #000; /* لون النقطة */
  border-radius: 50%; /* جعل النقطة دائرية */
}
  /* Footer */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.container{
max-width: 1170px;
margin:auto;
}
.row{
display: flex;
flex-wrap: wrap;
}
ul{
list-style: none;
}
.footer{
background-color: #24262b;
  padding: 70px 0;
}
.footer-col{
 width: 25%;
 padding: 0 15px;
}
.footer-col h4{
font-size: 18px;
color: #ffffff;
text-transform: capitalize;
margin-bottom: 35px;
font-weight: 500;
position: relative;
}
.footer-col h4::before{
content: '';
position: absolute;
left:0;
bottom: -10px;
background-color: #1014ff;
height: 2px;
box-sizing: border-box;
width: 50px;
}
.footer-col ul li:not(:last-child){
margin-bottom: 10px;
}
.footer-col ul li a{
font-size: 16px;
text-transform: capitalize;
color: #ffffff;
text-decoration: none;
font-weight: 300;
color: #bbbbbb;
display: block;
transition: all 0.3s ease;
}
.footer-col ul li a:hover{
color: #ffffff;
padding-left: 8px;
}
.footer-col .social-links a{
display: inline-block;
height: 40px;
width: 40px;
background-color: rgba(255,255,255,0.2);
margin:0 10px 10px 0;
text-align: center;
line-height: 40px;
border-radius: 50%;
color: #ffffff;
transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
color: #24262b;
background-color: #ffffff;
}

/* المنتج */





/*responsive*/
@media(max-width: 767px){
.footer-col{
  width: 50%;
  margin-bottom: 30px;
}
}
@media(max-width: 574px){
.footer-col{
  width: 100%;
}
}



