/* 
background-color: #F15B28;
background-color: #161C33;
 */

/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap'); */

/* cdn norms pro */
/* @import url('http://fonts.cdnfonts.com/css/tt-norms-pro?styles=70921,70923,70915,70918,70920,70909'); */

/* cdn SF Old Republic */
@import url('http://fonts.cdnfonts.com/css/hussar-4');
/* :root {
  --rubik: "Rubik", sans-serif;
  --cinzel: "Cinzel", serif;
  --poppins: "Poppins", sans-serif;
} */

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body::-webkit-scrollbar{
  width: 0.25rem;
}

body::-webkit-scrollbar-track{
  background-color: #161C33;
}

body::-webkit-scrollbar-thumb{
  background-color: #F15B28;
}

/* navigation bar */
/* @font-face {flexbox-item_1
  font-family: "TT Norms Pro";
src: url('./fonts/TT_Norms_Pro_Medium.otf') format('embedded-opentype'), 
  url('./fonts/TT_Norms_Pro_Medium.otf') format('opentype');
} */

/* @font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Bold.otf');
  font-style: normal;
  font-weight: 200;
} */


.nav-link{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #161C33;
  /* font-weight: bold; */
  /* font-family: 'Hussar', sans-serif;
  font-size: 16px; 
  letter-spacing: 0.1em;    */
  /* background-color: blueviolet; */
}

.searchbox_container{
  width: 100%;
  height: 50px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  margin-top: -10px;
}

.nav_below{
  width: 700px;
  height: 60px;
    background-color: rgb(247, 247, 247);
  border-radius: 10px;
  margin-top: -10px;
  padding: 10px;
  box-shadow: 1px 1px 15px #cecece;
}

.auto_comp{
  width: 100%;
  position: relative;
}

.search_res{
  color: rgb(59, 59, 59); 

}

.search_res:hover{
  color: #F15B28;
}

.input-group-prepend{
  margin: 0;
}

.btn_search{
  background-color: #161C33;
  border: none;
  border-radius: 0px;
  color: white;
  height: 38px;
}

/* .nav-link{
  font-family: "TT Norms Pro";
  font-size: 12px;   
  letter-spacing: 0.2em;      
  font-weight: 600;
} */

.navigation_links{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgb(247, 247, 247);
  /* background-color: red; */
  border-radius: 10px;
}

.img_logo{
  margin-top: -20px;
  /* padding-bottom: 10px; */
}

.link_home{
  color: #F15B28;
}

.nav-link:hover{
  color: #F15B28;
}

.link_product,.link_store,.link_contact,.link_account,.link_about_us{
  /* color: rgb(143, 143, 143); */
  color: #161C33;
}

.head_orange{
  background-color: #F15B28;
  width: 500px;
  height: 30px;
  border-radius: 20px;
  margin-top: -25px;
}

.navigation_container{
  /* box-shadow: 1px 1px 15px #e4e4e4; */
  background-color: white;
  height: 110px;
}

.navbar-nav{ 
  margin-top: -20px;  
}

.btn-group{
  /* display: flex; */
  justify-content: flex-end;
  background-color: #161C33;
  width: 100%;
}

.login_text{
  color: white;
  position: absolute;
  margin-top: -5px;
}

.bxs-user-pin{
  margin-left: -210px;
  font-size: 35px;
  color: #F15B28;
}

.bx-shopping-bag{
  font-size: 35px;
  color: #F15B28;
}

.badge-light{
  color: blue;
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
}

/* end of navigation bar */

/* product slider */

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary {
  background-color: #6648b1;
  border: 1px solid #563d7c;
}

.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}

/* Main Slider */

.main_container{
  width: 100%;  
  display: flex;
  padding: 10px;
  height: 2600px;
  font-weight: 500;
  flex-wrap: wrap ;
  color: #161C33;
  flex-direction: row;  
  /* background-color: pink; */
  font-family: 'Titillium Web', sans-serif;
}

.recommended_searches{
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: center;
  background-color: #F44336;
  justify-content: space-evenly;  
}

.title_container{
  background-color: blueviolet;
  width: 100%;
  height: 25px;
}

.title_container h6{
  margin-left: 20px;
}

.rec_buttons{
  margin-bottom: 10px;
  width: 150px;
  height: 40px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background-color: #161C33;
  border: 1px solid #F15B28;
  color: white;
}

.rec_buttons:hover{
  color: #F15B28;
}

.slider_container{
  /* background-color: rgb(98, 0, 255); */
  width: 800px;
  height: 500px;
  /* z-index: 9; */
  margin-left: 20px;
}

.left_main_container{
  /* background-color: rgb(98, 0, 255); */
  width: 290px;
  height: 500px;
}

.left_content_container{
  /* background-color: rgb(255, 0, 0); */
  width: 500px;
  height: 500px;
}

.ad_content_container{
  /* background-color: yellow; */
  width: 800px;
  height: 700px;
}

.carousel_image img{
  width: 800px;
  height: 500px;
}

.left_text_container{
  background-color: burlywood;  
  float: left;
  /* font-family: 'Hussar', sans-serif;
  font-size: 13px;     */
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;  
  color: #161C33;
}

.own_brand_text{
  margin-top: 5px;
  margin-left: 15px;
  color: #161C33;
}

hr.own_brand_hr{
  float: left;
  border: 2px solid #F15B28;
  border-radius: 5px;
  margin-left: 15px;
}

.left_logo_container{
  /* background-color: aquamarine; */
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px;
}

.image_container{
  /* background-color: #F15B28; */
  width: 140px;
  height: 50px;
  margin-top: 30px;
}

.image_container2{
  /* background-color: #F1 5B28; */
  width: 140px;
  height: 50px;
  margin-top: 30px;
}

.image_container3{
  /* background-color: #F15B28; */
  width: 140px;
  height: 50px;
  margin-top: -50px;
}

.image_container4{
  /* background-color: #F15B28; */
  width: 140px;
  height: 50px;
  margin-top: -50px;
}

.image_container5{
  /* background-color: #F15B28; */
  width: 140px;
  height: 50px;
  margin-top: -60px;
}

.image_container6{
  background-color: #F15B28;
  width: 140px;
  height: 50px;
  margin-top: -60px;
}

.image_container:hover{
  transition: 0.3s all ease;
  transform: scale(1.2);
  cursor: pointer;
}

.image_container2:hover{
  transition: 0.3s all ease;
  transform: scale(1.2);
  cursor: pointer;
}

.image_container3:hover{
  transition: 0.3s all ease;
  transform: scale(1.2);
  cursor: pointer;
}

.image_container4:hover{
  transition: 0.3s all ease;
  transform: scale(1.2);
  cursor: pointer;
}

.image_container5:hover{
  transition: 0.3s all ease;
  transform: scale(1.2);
  cursor: pointer;
}

.image_container6:hover{
  transition: 0.3s all ease;
  transform: scale(1.2);
  cursor: pointer;
}

.swiper-button-next{
  background-color: #F15B28;
}

.padding {
  padding-bottom: 2rem;
}

.social a {
  font-size: 4.5em;
  padding: 3rem;
}

.bxl-facebook-circle {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.bxl-google-plus-circle {
  color: #dd4b39;
}

.bxl-instagram-alt {
  color: #517fa4;
}

.fa-youtube {
  color: #bb0000;
}

/* Offers of the week  */

.discount {
  position: absolute;
  width: 10%;
  margin-top: 50px;
  margin-left: 220px;
}

.textDisc, .textDisc2, .textDisc3 {
  position: absolute;
  font-size: 20px;
  margin-top: 80px;
  margin-left: 140px;
  color: #F44336;  
  font-family: var(--rubik) !important;
}

/* features products */

.btn_amarah{
  background-color: #161C33;
}

/* Brand Slider */
.carousel-cell3 {
  margin-left: 100px;
  margin-top: 260px;
  width: 30%;
  height: 240px;
  counter-increment: gallery-cell;
}

.img-set3 {
  width: 80%;
  height: 220px;
  margin-left: 40px;
}

.container-fluid-brandSlider {
  margin-top: -250px;
}

.swiper-container {
	width: 105%;
	height: 38vw;
	transition: opacity .6s ease;
}

.swiper-container.swiper-container-coverflow {
	padding-top: 2%;
}

.swiper-container.loading {
	opacity: 0;
	visibility: hidden;
}

.swiper-container:hover .swiper-button-prev,
  .swiper-container:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

[class^="swiper-button-"] {
	width: 44px;
	opacity: 0;
	visibility: hidden;
}

.swiper-button-prev {
	transform: translateX(50px);
}

.swiper-button-next {
	transform: translateX(-50px);
}

.swiper-container-main{
  margin-left: -220px;
}

.image_slider{
  width: 700px;
  width: clamp(100px, 700px, 900px);
  height: 500px;  
}

/* products and brand container */

hr.product_hr{
  border: 2px solid #F15B28;
  border-radius: 5px;  
}

.products_banner_container{  
  width: 100%;
  height: 600px;   
  margin-top: 50px;
  background-color: rgb(247, 247, 247);
}

.products_content_container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* .icon_text{
  text-decoration: none;
} */

.card{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.card-body{
  text-align: center;
}

.card-title{
  margin-top: -20px;
}

.right_content_container{
  width: 100%;
  height: 550px;  
  display: flex;  
  flex-wrap: wrap;
  margin-top: 50px;  
  /* background-color: red; */
  justify-content: space-evenly;
}

.product_list{  
  width: 220px;
  height: 500px;
  background-color: rgb(247, 247, 247);
  /* margin-left: -20px; */
  list-style: none;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  position: relative;
}

.category_title{
  width: 100%;
  color: white;
  background-color: #161C33;
  display: flex;
  word-wrap: break-word;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  letter-spacing: 0.3em;
  padding: 3px;
  margin-left: -20px;
}

.product_list a{
  text-decoration: none;
  color: #161C33;
  font-weight: 700;
  font-size: 17px;
}

.product_list a:hover{
  color: #F15B28;
  cursor: pointer;
  text-decoration: none;
}

.card img:hover{
  transform: scale(1.3);
  transition: 0.3s all ease;
  cursor: pointer;
}

#carouselExampleControls{
  width: 800px;
  height: 500px;
  z-index: 1;
}

.icon_text{
  margin-top: -50px;
}

.row_container{
  background-color: #3b5998;
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
}

.row_container2{
  /* background-color: #008d6e; */
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 10px;
}

.banner_container{
  background-color: red;
  width: 600px;
  height: 450px;
}

.banner_content{  
  /* background-color: #3b5998; */
  width: 600px;
  height: 400px;
}

.carousel-control-next:hover, .carousel-control-prev:hover{  
  background-color: #F15B28;
}

/* Flexbox Brands */

hr.connect_hr{
  border: 2px solid #F15B28;
  border-radius: 5px;
}

hr.supplier_hr{
  border: 2px solid #F15B28;
  border-radius: 5px;
}

hr.our_brand_hr{
  border: 2px solid #F15B28;
  border-radius: 5px;
}

.flexbox_container_brand{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;  
}

.flexbox-item_brand{
  border-radius: 10px;
  width: 200px;
  height: auto;
  margin: 5px;
  /* border: 1px solid rgb(219, 219, 219); */
  background-color: white;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.4s;
}

.flexbox-item_brand{
  min-height: 250px;
}

.flexbox-item_brand:hover{
  transform: scale(1.3);
}

.imgBox{
  transition: all ease-in-out 0.4s;
}

.imgBox:hover{  
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* Features Flexbox Suppliers */

.flexbox_container_feat{
  /* display: flex;
  justify-content: space-evenly;  
  align-items: center;
  padding: 0px;   */
  background-color: rgb(243, 243, 243);  
  /* background-color: violet; */
  width: 100%;
  height: 400px;  
  margin-top: -20px;
}

/* john and carl banner */

.horizontal_container{
  width: 100%;
  /* background-color: rgb(247, 247, 247); */
  background-color: #161C33;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  
}

/* As we evolve our home should too */

.category_text{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  color: #161C33;
  padding: 10px;
  border-radius: 10px;
  /* background-color: rgb(0, 255, 200); */
  /* z-index: -1; */
}

hr.featured_hr{  
  border: 2px solid #F15B28;
  border-radius: 5px;  
}

.featured_products_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;  
  align-items: center;
  /* background-color: blue;   */
  position: relative;
}

.flexbox_item_feat{
  width: 370px;
  height: 350px;
  display: flex;  
  justify-content: center;
  align-items: center;
  /* flex-direction: row; */
  /* background-color: blueviolet; */
}

.flexbox_item_feat img{
  /* background-color: red; */
  width: 330px;
  height: 270px;  
  /* object-fit: cover; */
}

.flexbox_item_feat:hover .image_text_container{
  /* background-color: red;  */
  opacity: 1;
  transition: 0.2s all ease-in-out;
}

.flexbox_item_feat:hover .img_feat1{
  opacity: 0.5;
}

.flexbox_item_feat:hover .img_feat2{
  opacity: 0.5;
}

.flexbox_item_feat:hover .img_feat3{
  opacity: 0.5;
}

.image_text_container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;     
  position: absolute;  
  /* margin-left: -860px; */
  /* background-color: aqua; */
  width: 200px;
  height: 200px;    
  font-family: 'Hussar', sans-serif;
  font-size: 13px; 
  letter-spacing: 0.1em;     
  opacity: 0;
  z-index: 999;
}

.btn_seemore{
  background-color: #161C33;
}

.btn_seemore, a{
  text-decoration: none;
  color: white;
}

.row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;  
}

.col {
  border-radius: 10px;
  width: 350px;
  margin: 5px;
  /* border: 1px solid rgb(219, 219, 219); */
  background-color: white;
  display: flex;
  align-items: center;
  display: none;
}

.col:hover{
  border: 1px solid white;
}

.col{
  min-height: 60px;
}

/* sample load more */

.container .row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));  
}

.container .row .col .imgBox{
  width: 100%;
  height: 220px;
}

.container .row .col .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.load_more{
  background-color: #161C33;
  color: white;
}

.load_more:hover{
  opacity: 0.8;
}


/* Social Media */

/* .featured_text{
  background-color: #161C33;
  width: 250px;
  border-radius: 50px;
}

.brand_text{
  background-color: #161C33;
  width: 250px;
  border-radius: 50px;
  float: right;
} */

.connect_with{
  background-color: #161C33;
  color: white;
  padding: 5px;
}

/* Supplier content */

.suppliers_container{
  /* background-color: rgb(255, 0, 0); */
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

.mySwiper{
  /* background-color: pink; */
  width: 100%;
  height: 220px;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


hr.subscribe_hr{
  border: 2px solid #F15B28;
  border-radius: 5px;
}

/* Footer */
footer {
  background-color: rgb(247, 247, 247);
  color: rgb(83, 83, 83);
  font-size: 13px;
  margin-top: 70px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  /* letter-spacing: 0.1em;   */
}

.social_container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;  
}

.bxl-facebook-circle:hover,
.bxl-google-plus-circle:hover,
.bxl-instagram-alt:hover{
  color: #d5d5d5;
}

.fb_icon, .google_icon, .insta_icon{
 font-size: 50px;
}

.footerLogo {
  width: 200px;
  height: 150px;
}

/* About Us */

.aboutUs ul {
  margin-left: -40px;
}

/* ads container */

.ads_container{
  /* background-color: #bb0000; */
  width: 100%;
  margin-top: 30px;
}

.ads_container img{
  width: 650px;
  height: 400px;
}

.ads_content{
  width: 100%;
  height: 400px;
  display: flex;    
  flex-wrap: wrap;  
  flex-direction: row;  
  justify-content: center;
  background-color: red;
}

hr.ads_hr{
  float: left;
  border: 2px solid #F15B28;
  border-radius: 5px;
  margin-left: 20px;
}

.left_ads_con{
  /* background-color: pink; */
  width: 650px;
  height: 400px;  
}

.right_ads_con{
  /* background-color: blue; */
  width: 650px;
  height: 400px;
}

/* subscribe to our newsletter */

.subscribe_container{
  width: 100%;  
  display: flex;
  padding: 10px;  
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  background-color: rgb(247, 247, 247);
}

.btn_subscribe{
  background-color: #F15B28;
  border-radius: 50%;
}

.get_into_newsletter{
  background-color: #F15B28;  
  width: 800px;
  height: 400px;
}

.aboutUs ul li {
  list-style: none;
  margin: 4px 0;
  transition: 0.5s;
  cursor: pointer;
  padding: 0px;
  z-index: 1;
} 

footer ul li a{
  color: rgb(83, 83, 83);
}

footer ul li a:hover {
  left: 20px;
  color: #F15B28;
  transition: 0.3s;
  font-size: 15px;
  text-decoration: none !important;
}

#btnUp {
  position: fixed;
  width: 40px;
  height: 40px;
  background: white;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  color: #F05920;
  font-size: 20px;
  border: none;
  box-shadow: 0px 0px 10px black;
}

/* end of Footer */
