body{
    font-size: 15px;
    background-color: #fbfbfb;
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}
*{
    box-sizing: border-box;
}
header{
    padding-bottom: 90px;
    background-color: #162447;
}
header .cart{
    color: white;
    font-size: 25px;
}
header .navbar,.navbar-expand-md, .bg-dark ,.navbar-dark{
    background: none !important;
    margin: auto;
    border-bottom: 1px solid white;
    
}
header .navbar-expand-md .navbar-collapse{
    justify-content: flex-end;
}
header .navbar-dark .navbar-nav .nav-link{
    color: white;
    font-weight: bold;
}
header .navbar-dark .navbar-nav .nav-link:hover{
    color: white;
    font-weight: bold;
    opacity: .7;

}


header .slider{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.slider h1{
    font-size: 2.5rem;
}
.slider h6{
    padding:15px 0px;
}

header .btn ,.con-num1 .btn{
    margin-left: 10px !important;
    background-color: black;
    border-radius: 8px !important;
}
.slider-img img{
    margin-top: 20px;
    
}
.bgg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    object-fit: cover;
}
.title{
    text-align: center;
    color: #3c68d9;
    margin: 40px 0px;
}

.about{
    text-align: center;
    width: 80%;
    margin: auto;

}
.about .logo-sec {
    background-color: white;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.about-us{
    margin-left: -10px;
    background-color: white;
    box-shadow: 0.3em 0.3em 1em rgba(86, 85, 97,.3);
    border-radius: 8px;
    text-align: center;
    position: relative;
    left: 20px;
    top: 20px;
    background-color: #fbfbfb;
}
.about-us h5{
    margin-top: 20px;
    font-weight: bold;
    color: #3c68d9;
}
.con-img{
    height: 200px;
    box-sizing: border-box;
    box-shadow: 15px 10px #fbfbfb;
    width: 90%;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #3c68d9;
    font-weight: bold;

}
.con-img p{
    margin-top: 20px;
}
.con-img-2{
    height: 150px;
    box-sizing: border-box;
    box-shadow: 15px 10px #fbfbfb;
    margin-top: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: space-evenly;
    color: #3c68d9;
    font-weight: bold;
}
.bot{
    margin-top: 0px;
    margin-bottom: 15px;
}
.con-img img{
    width: 100px;
}
.con-img-2 img{
    width: 100px;
}
.brands{
    display: flex;
    justify-content: center;
}
.products-g{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.products{
    box-shadow: 0.3em 0.3em 1em rgba(171, 170, 173, 0.3);
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-left: 15px;
    background-color: white;
    margin-top: 15px;
  }
.products h6{
    color: #3c68d9;
    font-weight: bold;
}
.products:hover{
    transform: scale(1);
}
  .btng{
      border: 1px solid black;
      padding: 0px 5px;
  }
  .count{
      padding: 0px 30px;
  }
  .con-num1{
      width: 80%;
      margin: auto;
      text-align: center;
      font-weight: bold;
  }
  .con-num1 h4{
      color: #3c68d9;
      margin-top: 20px;
  }

  .blue{
      background-color: #3c68d9 !important;
  }
  .step .img-container{
    box-shadow: 0.3em 0.3em 1em rgba(171, 170, 173, 0.3);
    height: 100px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-step {
      margin-top: 20px;

  }
  .card-step p{
      color: #3c68d9;
      margin:10px 0px;
  }
  .dawnload-one{
      margin: 20px 0px;
  }
  .img-container img{
      width: 45%;
  }

footer{
    margin-top: 50px;
    color: white;
    background-color: #3c68d9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
 footer .logofooter{
    margin-top: 20px;
}
 footer .fa ,.social .fa{
    padding: 8px 13px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background-color: white;
    color: #3c68d9;
    border-radius: 5px;
    margin-left: 10px;
  }

  
   footer .fa:hover , .social .fa:hover {
    opacity: 0.7;
  }
  footer p{
      margin: 20px 0px;
  }
  footer .footernav{
      margin: 20px 0px;
  }

  footer .nav-link{
      color: white !important;
      border-right: 1px solid white ;
  }
  footer .noneBorder{
      border: none;
  }
  .blue-c{
    color: #3c68d9;
}
.center{
    text-align: center;
}
@media only screen and (max-width: 900px) {
    .slider-img img{
        display: none;
    }
    .slider{
        margin-top: 30px;
    }
    .slider h1{
        font-size: 1.5rem;
    }
    .slider h6{
        font-size: .8rem;
    }
    .logo-sec{
        box-shadow: 0.3em 0.3em 1em rgba(86, 85, 97,.3);

    }
    .about .logo-sec {
        height: 150px;
    }
    .about-us{
        left: 0px;
        top: 0px;
        box-shadow: none;
        background-color: none;

    }
  }