body{
  text-align: right;
  background-color:#ffffff;
  font-size: large;
}

/* ------------------------------------------------------navbar--------kamal ahmed --------- */
.navbar{
  background-color: #f2f5fa;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  text-align: right;

}


.navbar .navbar-brand{
color: rgb(255, 255, 255);

}
.navbar .navbar-brand.active{
color: #ffffff89;

}
.navbar .navbar-nav .nav-link{
color: #ffffff;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover{
color: #3EAD4D;

}

.navbar-toggler{
color: white;
}
.navbar-toggler:focus{
box-shadow: none;
}
/* ------------------------------------------------------endnavbar----------------- */


.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.section-heading span {
  font-size: 14px;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}






/*
---------------------------------------------
banner
---------------------------------------------
*/

.main-banner {
border-bottom: 3px dotted #eee;
padding-top: 160px;
padding-bottom: 30px;
}

.main-banner .left-content .thumb img {
width: 100%;
overflow: hidden;
}

.main-banner .left-content .inner-content {
position: absolute;
left: 100px;
top: 50%;
transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
color: #fff;
margin-top: -10px;
font-size: 52px;
font-weight: 700;
margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
font-size: 16px;
color: #fff;
font-weight: 400;
font-style: italic;
display: block;
margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
position: relative;
text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
width: 100%;
overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
color: #fff;
font-size: 24px;
font-weight: 700;
margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
font-size: 16px;
color: #fff;
font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
position: absolute;
top: 15px;
right: 15px;
left: 15px;
bottom: 15px;
text-align: center;
background-color: rgba(42,42,42,.97);
opacity: 0;
visibility: hidden;
transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
opacity: 1;
visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
color: #fff;
font-size: 24px;
font-weight: 700;
margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
color: #fff;
padding: 0px 20px;
margin-bottom: 20px;
}













/*
---------------------------------------------
Men
---------------------------------------------
*/

#men {
padding-top: 90px;
padding-bottom: 90px;
border-bottom: 3px dotted #eee;
}

#men .section-heading {
margin-bottom: 60px;
}

#men .item .down-content {
padding-top: 30px;
position: relative;
z-index: 3;
background-color: #fff;
}

#men .item .down-content h4 {
font-size: 22px;
color: #2a2a2a;
font-weight: 700;
margin-bottom: 8px;
}

#men .item .down-content span {
font-size: 18px;
color: #a1a1a1;
font-weight: 500;
display: block;
}

#men .item .down-content ul.stars {
position: absolute;
right: 0;
top: 30px;
}

#men .item .down-content ul.stars li {
display: inline;
font-size: 13px;
}

#men .item .thumb .hover-content {
position: absolute;
z-index: 2;
text-align: center;
bottom: -60px;
width: 100%;
opacity: 0;
visibility: hidden;
transition: all .5s;
}

#men .item .thumb:hover .hover-content {
bottom: 30px;
opacity: 1;
visibility: visible;
}

#men .item .thumb {
position: relative;
}

#men .item .thumb .hover-content ul li {
display: inline;
margin: 0px 10px;
}

#men .item .thumb .hover-content ul li a {
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
display: inline-block;
color: #2a2a2a;
background-color: #fff;
}


#men .owl-nav {
text-align: center;
position: absolute;
width: 100%;
top: 40%;
transform: translateY(-25px);
}

#men .owl-dots {
display: none;
}

#men .owl-nav .owl-prev{
position: absolute;
left: -80px;
outline: none;
}

#men .owl-nav .owl-prev span,
#men .owl-nav .owl-next span {
opacity: 0;
}

#men .owl-nav .owl-prev:before {
display: inline-block;
font-family: 'FontAwesome';
color: #2a2a2a;
font-size: 25px;
font-weight: 700;
content: '\f104';
width: 50px;
height: 50px;
background-color: transparent;
line-height: 48px;
border :1px solid #2a2a2a;
}

#men .owl-nav .owl-prev {
opacity: 0.75;
transition: all .5s;
}

#men .owl-nav .owl-prev:hover {
opacity: 1;
}

#men .owl-nav .owl-next {
opacity: 0.75;
transition: all .5s;
}

#men .owl-nav .owl-next:hover {
opacity: 1;
}

#men .owl-nav .owl-next{
outline: none;
position: absolute;
right: -85px;
}

#men .owl-nav .owl-next:before {
display: inline-block;
font-family: 'FontAwesome';
color: #2a2a2a;
font-size: 25px;
font-weight: 700;
content: '\f105';
width: 50px;
height: 50px;
background-color: transparent;
line-height: 48px;
border :1px solid #2a2a2a;
}
.carousel-control-next {
right: -85px !important;
opacity: 1.5;
overflow: hidden;
}
.carousel-control-prev{
left: -85px !important;
opacity: 1.5;
overflow: hidden;
}
.carousel-indicators{

/* position: static ; */

right: 0 !important;
left: -82px !important;
bottom: 8px;
justify-content: start;
}
.carousel-indicators [data-bs-target]{
width: 7.85px;
height: 8px;
top: 409px;
border-radius: 50%;
left: 293.02px;

}
.carousel-indicators .active{
width: 23.55px;
height: 8px;
top: 409px;
left: 189px;
border-radius: 20px;
}
.circle-arrow{
width: 60px;
height: 60px;
/* top: 249px;
left: 90px; */
border: 8px;
background-color: #FFF2F6;
border-radius: 50%;
}
.carousel-control-prev-icon{
color:#FF7CA4 !important;

}
.carousel-control-next-icon{
color:#FF7CA4 !important;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 7.25rem;
left: 6%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: left;
}
.carousel-caption h5{
font-family: "Poppins", sans-serif;
font-size: 26px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: left;

}
.carousel-caption h2{
font-family: "Poppins", sans-serif;
font-size: 45px;
font-weight: 700;
line-height: 63px;
letter-spacing: 0em;
text-align: left;

}
/* end slider */


/* start product */
.product-card{

padding: 8px;
border-radius: 8px;
gap: 10px;
background-color: #ffff;
box-shadow: 0px 4px 4px 0px #0000000F;
;

}
.img-card a{
text-decoration: none !important;
cursor: pointer;

}
.img-card{
    border-radius: 8px;
}
.img-card img{
    width: 100%;
}
.bestSeler {
    background-color: #FF7CA4;
    padding:4px ;
    border-radius: 3px 0px 8px;
    width: 84px ;
    top: 0;
    left: 0;
    position: absolute;
}

.bestSeler p{
    font-family: "Poppins", sans-serif;
font-size: 10px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
margin: 0;

}
.love-container{
    width: 40px;
height: 40px;

padding: 10px;
border-radius: 35px;
gap: 10px;
background-color: #ffff;
position: absolute;
bottom: 9px;
left: 11px;



}
.love-container i{
    color: #FF7CA4;
    cursor: pointer;

}

/* .love-container .fa-regular{
    display: block;
} */
/* .love-container .fa-solid  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
} */
.head-card h5{
font-family:"Poppins", sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: right;
color:
#000000;

}
.head-card h6{
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color: #FF7CA4;

}
 .rate .fa-solid{
    color: #FBBC04 ;
}
.rate .empty-star{
    color: #D9D9D9 !important;
}

.add-cart button{
    width:100%;

    padding: 8px;
    border-radius: 6px;
    gap: 6px;
    background-color: #000000;
    color: #ffff;
    border:none;
    cursor: pointer;
}
.add-cart a{
    text-decoration: none !important;
    color: #ffff;
}
.login button{
    width:100%;

    padding: 8px;
    border-radius: 6px;
    gap: 6px;
    background-color: #FF7CA4;
    color: #ffff;
    border:none;
    cursor: pointer;
}
.login a{
    text-decoration: none !important;
    color: #ffff;
}



.about {
  text-align:center;



}
.aboutheading {
  text-align: center;
}
.aboutheading h2 {
   padding: 0px 0px 20px 0px;
   font-size: 50px;
   font-weight: bold;
   color: #3EAD4D;
}


.custom-card {
  transition: transform 0.3s;
  box-shadow: #000;
  }
.custom-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
.custom-card-img-top {
  height: 200px;
  object-fit: cover;
  height: 250px;
  }
  .custom-card-title {
  color: #007bff;
  }
.custom-card-text {
  font-size: 0.9rem;
  }
.custom-btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  }
.custom-btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}
.custom-container {
margin-top: 50px;
}

.why-us-section {
    padding: 50px 0;
}
.why-us-card {
    border: none;
    background-color: transparent;
    text-align: center;
}
.why-us-icon {
    font-size: 40px;
    color: #3EAD4D;
}
.why-us-title {
    font-size: 1.5rem;
    margin-top: 20px;
    font-weight: bold;
}
.why-us-text {
    font-size: 1rem;
    color: #555;
}


.swiper-container {
  width: 100%;
  height: 400px; /* تحديد ارتفاع ثابت للسلايدر */
  overflow: hidden; /* إخفاء أي تجاوز للمحتوى */
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; /* تحسين عرض الصور */
}
.swiper-pagination {
  display: none; /* إخفاء النقاط السفلية */
}
.swiper-button-next, .swiper-button-prev {
  display: none; /* إخفاء الأزرار الجانبية إذا لم تكن هناك حاجة إليها */
}
