@import url("./pluginsOverwrite.css");
@import url('./src/varibles.css');
@import url('./src/global.css');
@import url('./src/animation.css');
@import url('./responsave.css');
* { 
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.TopNav { 
    background-color: black;
    min-height: 30px ;
    position:sticky !important;
    top: 0 !important;
    z-index: 2;
    padding: 0 !important;
    margin: 0 !important;
    .container { 
    padding: 20px !important;
    margin:  0 !important;
    width: 100% !important;
    display: flex;
   
    }
    .navbar-nav { 
        width: 22%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        .modalBtn { 
                svg {
                 width: 25px;
                }
        }
    }
    .navbar-brand { 
        background-color: white;
        color: black;
        width: 120px;
        display: flex;
        justify-content: center;
        align-content: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
        font-size: 25px;
        &&:hover { 
            color: black;
        }
      &&:focus
        {
        color: inherit !important;
        outline: none !important;
        box-shadow: none !important;
        }
    }

}
.mainNav { 

    height: 90px !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.212);
    z-index: 1;
    height: 200px;
    display: flex;
    .navbar-brand { 
        width: 20%; 
        justify-content: center;
        display: flex;
        align-items: center;
        img { 
            width: 100px;
        }
    }
    .container-fluid { 
        flex-direction: row;
        .left { 
            width: 30%;
            display: flex;
            justify-content: center;
            align-content: center;
        }
        .navbar-collapse { 
            width: 50% !important;
            display: flex;
            justify-content: center;
            align-items: center;
        .navbar-nav { 
            font-size: 20px;
            width: 100% !important;
            justify-content: center;
            align-items: center;
        .nav-item { 
            width: 13%;
            display: flex;
            font-size: 18px;
            justify-content: center;
            align-items: center;
            margin: 0 5px;
            position: relative;
            &&::after { 
                content: '';
                width: 0%;
                height: 2px;
                background-color: var(--main-color);
                position: absolute;
                bottom: -1px;
                transition: 0.5s;
                transform-origin: right center; 
            }
            &&:hover&&::after{
                width: 100% !important; 

            }
            }
          }
        }
       
    }
}
#slider { 
    width: 100%;
    height: 85vh;
    .splide__list{ 
        width: 100%;
        height: 100%;
        li { 
            width: 100%;
            height: 100%;
            img { 
                width: 100%;
                height: 85vh !important;
            }
        }
    }
}
.content { 
    padding: 0 100px;
    margin-bottom: 150px;
    min-height: 100vh;
    .services {     
        .service { 
            margin: 40px 0;
            display: flex;
            .text { 
                width: 55%;
                text-align: right;
            }
          .photo {
            width: 38%;
	    height: 600px ;
            border-radius: 20px ;
            .sectionPhoto { 
                   width: 100%;	
 		   height: 100% ;
                   border-radius: 20px !important;
                }
          }
  
        }
        .products { 
            width: 55%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
            h3 { 
                color: var(--main-color);
                margin-bottom: 50px;
                font-weight: bold;
                width: 100%;
                display: flex;
                justify-content: right;
                align-items: center;
            }
         
        }
     
    }
       .cards { 
                width: 100%;
                 display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
               
             .card { 
                cursor: pointer;
                border: none;
                transition: 0.5s;
                margin: 20px auto;
                position: relative;
                &&::after { 
                    content: '\f07a \00a0\00a0 قراءة المزيد';
                    font-family: "Font Awesome 6 Free";
                    font-weight: 900; 
                    font-size: 16px;
                    position: absolute;
                    bottom: 20%;
                    left: 50%;
                    transform: translate(-50% , -50%);
                    width: 200px;
                    background-color: black;
                    color: white;
                    height: 40px;
                    border-radius: 12px;
                    display: none;
                    transition: 0.5s;
                    justify-content: center;
                    align-items: center;
                }
                &&:hover { 
                    scale: 1.1;
                    border: 1px solid var(--main-color);
                }
                &&:hover&&::after { 
                   display: flex;
                }
             }
            }
    .latest_products{ 
        h3 { 
            text-align: center;
            color: var(--main-color);
            margin: 40px auto;
        }
    }
}
.smallPhotoAssets { 
    width: 100%;
    display: flex;
    margin-top: 3px;
    flex-wrap : wrap;
    img { 
        width: 20%;
        height: 130px;
        margin: 0 10px;
        cursor: pointer;
        filter:opacity(50%);
        transition: 0.5s;
        &&:hover { 
            scale: 1.1;
            filter: opacity(100%);
        }
    }
    .imageActive { 
        filter: opacity(100%);
    }
}
figure.zoom {
  & img:hover {
    opacity: 0;
  }
  img {
    transition: opacity .5s;
    display: block;
    width: 100%;
  }
  background-position: 50% 50%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: zoom-in;
}
.shareBox { 
    i { 
        background-color: white;
        width: calc(100% / 14);
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 25px;
        color: black;
        transition: 0.5s;
        border-radius: 12px;
        &:hover { 
            scale: 1.1;
        }
    }
}
.footer { 
    i{ 
        color : white;
    }
}
.About-hero-section { 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  .title { 
    font-size: 32px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.226);
    border-radius: 20px;
    .page { 
        display: flex;
        font-size: 17px;
        width: 150px;
        justify-content: space-around;
        a { 
            color: black;
            text-decoration: none;
        }
    }
  }
  p { 
    font-size: 20px;
    text-align: left;
    color: rgba(80, 80, 80, 0.575);
    margin-top: 20px;
  }
    
}


.contact-section {
  width: 100%;
  padding: 80px 20px;
  font-family: 'Cairo', sans-serif;
}

.contact-container {
  max-width: 600px;
  background: #f5f5f5;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.contact-container h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: border 0.3s ease;
  font-size: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid var(--main-color, #c59f59);
  outline: none;
}

.contact-form button {
  background-color: var(--main-color, #c59f59);
  color: white;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.4s;
}

.contact-form button:hover {
  background-color: #b18b48;
  transform: scale(1.05);
}
#cart { 
    position: relative;
}
#cart::after { 
content: var(--after-content);
min-width: 20px;
min-height: 20px;
display: flex;
position: absolute;
justify-content: center;
align-items: center;
left: 50%;
top: 50%;
font-size: 15px;
transform: translate(-50% ,  -120%);
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid black;
    border-bottom-color: var(--main-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 