/*  ################################################################

  File Name: style.css
  Template Name: EL - Safwa
  Created By: Digital Tags

################################################################# */ 

/*Google Fonts*/
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Satisfy';
/******************************************
1. Common styles
******************************************/


*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, sans-serif;
}

body{
    background: #7c7cff;
  color:#fff;
}

/* HEADER */
.header{
    height: 100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 20px 40px;
  background:#2b2b2b;
}

.navbar-expand-sm {
    width: 100%;
}

.navbar-expand-sm .navbar-nav {
    padding-top: 15px;
    padding-left: 25px;
}

.header .nav-item a {
    margin:0 12px;
    color:#ccc;
    text-decoration:none;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #1ed6e6;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show ,.header .nav-item a:hover {
    color:#1ed6e6;
    border-top: 3px solid #1ed6e6;
}

.search input {
    padding: 8px 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    background: rgb(255, 228, 236);
    width: 350px;
    height: 40px;
}

/* HERO */
.hero{
  height:85vh;
  background:linear-gradient(180deg,#040b3a,#7c7cff);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
    padding-top: 50px;
}

.hero-content{
  text-align:center;
  z-index:2;
}

.hero-logo{
  width:60%;
}

.hero h1{
  margin-top:20px;
  font-size:36px;
  font-family:Georgia, serif;
}

/* CIRCLES */
.circles{
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  border:2px solid rgba(0,255,255,.3);
  animation:pulse 4s infinite;
}

@keyframes pulse{
  0%{transform:scale(1); opacity:.4}
  100%{transform:scale(1.4); opacity:0}
}

/* CHAT */
.chat {
    position: absolute;
    right: 30px;
    bottom: 40px;
    background: #1293d8;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    width: 160px;
    height: 50px;
    padding-left: 60px;
    padding-top: 16px;
    text-decoration: none;
}

.chat img {
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 9px;
}

.bg_wrap {
    position:relative;
    height:auto;
    background:linear-gradient(180deg,#000,#7c7cff);
    overflow:hidden;
    padding-bottom: 50px;
}

/* SLIDER */
.partners_slider {
    padding-bottom: 100px;
}

.company_slides {
  height:100%;
  display:flex;
  transition:.6s ease;
}

.company_slides .Nslide{
  min-width:100%;
  text-align:center;
  padding-top: 50px;
}

.company_slides .Nslide h2{
  font-family:Georgia;
  font-size:42px;
  margin-bottom:30px;
}

.company_slides .Nslide img{
  max-width: 30%;
  opacity:.9;
}

.company_slides .Nslide a{
  display: block;
  margin-top:40px;
  color:#fff;
  text-decoration:underline;
    font-size: 22px;
}

/* ARROWS */
.arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:none;
  font-size:40px;
  color:#fff;
  cursor:pointer;
    z-index: 9;
}
.left{left:30px}
.right{right:30px}

/* DOTS */
.Part_dots{
  position:absolute;
  bottom:30px;
  width:100%;
  text-align:center;
}
.Part_dots span{
  display:inline-block;
  width:8px;
  height:8px;
  margin:0 4px;
  background:#fff;
  opacity:.4;
  border-radius:50%;
  cursor:pointer;
}
.Part_dots span.active{opacity:1}

.bread_wrap {
    text-align: center;
    padding: 30px 0;
}

/* FOOTER */
.footer{
    background:#7c7cff;
    padding:40px;
    text-align:center;
    border-top: 1px solid #f6f6f6;
}

.social i{
  margin:0 8px;
  font-size:20px;
  cursor:pointer;
}

.cols{
  display:flex;
  justify-content:space-around;
  margin-top:30px;
}

.cols h4{
  margin-bottom:10px;
  letter-spacing:1px;
}

.Prtner_wrap img {
    width: 200px;
}

.Categories_products a ,.single_product_page span.products_name {
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
}

.Categories_products a:hover {
    background: #0E2096;
    border: 1px solid #0E2096;
}

/* ===== SLIDER BASIC ===== */

/* يجعل السلايدر يشغل الصفحة كلها */
.slider-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 0 20px; /* مسافة صغيرة من الأطراف */
}

.slider-window {
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform .4s ease;
    will-change: transform;
}

/* الآن كل item ياخد ثلث العرض المتاح */
.item {
    width: calc((100%) / 3);
    flex-shrink: 0;
    height: auto;
    background: #eee;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}


.Prtner_wrap .arrowss {
    width: 60px;
    height: 60px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.section-title {
    text-align: center;
}

.slider-track .product {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.slider-track .product img {
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.4s ease;
}

.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.slider-track .product:hover .hover-img {
    opacity: 1;
}

.slider-track .product:hover .main-img {
    opacity: 0;
}

.slider-track .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.slider-track .product:hover .overlay-text {
    opacity: 1;
}

.slider-track .overlay-text h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
}

.slider-track .overlay-text p {
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
}

.Neews_container {
    padding: 0 40px;
}

.news-card img {
    object-fit: cover;
    object-position: top;
    display: block;
    height: 100%;
    width: 100%;
}

.news-card:hover {
    transform: translateY(-5px);
    transition: .3s;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.news-date {
    font-size: 14px;
    color: #888;
}

.Neews_container .col-lg-4 {
    margin-bottom: 25px;
}

.Neews_container .btn {
    color: #fff;
    border: 1px solid #f5212f;
    background: #f5212f;
}

.single_nnews h1 {
    font-size: 2rem;
}

.single_nnews img {
    width: 100%;
}

.single_nnews .card-header {
    font-size: 22px;
    color: #f5212f;
    padding: 18px;
}

.related-news a {
    padding: 18px;
}

.related-news img {
    width: 50px;
}

.related-news h6 {
    font-size: 18px;
    font-weight: bold;
}

.news-content p {
    line-height: 1.7;
}

.history-section {
    padding: 0 60px;
}

.history-content {
    margin-bottom: 50px;
}

.history-content h1{
    font-size: 80px;
    letter-spacing: 6px;
    margin-bottom: 30px;
    font-weight: bold;
    background: linear-gradient(90deg, #6da5a8, #e2c48f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history-content p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.9;
    max-width: 70%;
}

.bread_wrap img {
    width: 120px;
}

.Companies_names {
    width: 60%;
    margin: 0 auto;
}

.Companies_names a {
    display: block;
    border: 1px solid #0E2096;
    background: #000000;
}

.dropdown-menu {
    background: #0E2096;
}

.dropdown-menu li {
    padding: 0 10px;
}

.dropdown-menu li a {
    margin: 0 !important;
    padding: 10px !important;
    color: #1ed6e6 !important;
    background: transparent !important;
    border-top: none !important;
}

.dropdown-menu li a:hover {
    opacity: .7;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
    top: 40px;
}

.video_wrap {
    text-align: center;
}

.video_wrap video {
    width: 50%;
}

.Products_videos h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 20px 0;
}

.single_product_page {
    padding: 0 50px;
}

.single_product_page a ,.single_product_page span.products_name {
    border: none;
    padding: 7px;
}

.block_row img {
    width: 100%;
}

.block_row h2 {
    font-weight: bold;
}

.map_wrap iframe {
    width: 100%;
    height: 700px;
    margin-top: 20px;
}

.contact_info li {
    list-style: none;
    text-align: left;
}

.contact_info li i {
    font-size: 19px;
    padding-right: 8px;
}

.contact_info li a {
    font-size: 22px;
    color: #fff;
    border: none;
    padding: 0;
}

.contact_info li a:hover {
    background: none;
    border: none;
}

.share_icons {
    text-align: left;
}

.share_icons li {
    display: inline-block;
}

.share_icons li a i {
    font-size: 30px;
}

.contact_form {
    background: #fff;
    padding: 15px;
}

.contact_form .row {
    text-align: left;
}

.contact_form h3 ,.contact_form label {
    color: #000;
}

.contact_form input ,.contact_form textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
}

.contact_form textarea {
    height: 100px;
}

.contact_form .btn_submit {
    width: auto;
    padding: 10px 35px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 100px;
}

.contact_form .btn_submit:hover {
    opacity: .7;
}



























