/* 986 - width se responsive banana hei */



@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");

body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  transition: all 1s ease-in;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navigation Bar - Desgin */
#Navigation_Bar {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}


#Navigation_Bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.3%;
  z-index: -1;
}

.Logo_img {
  cursor: pointer;
  padding: 3px 40px;
}

#Left_nav {
  display: flex;
  flex-direction: row;
  width: 75%;
  align-items: center;
}

#Nav_info {
  list-style: none;
  display: flex;
  flex-direction: row;
}

#Nav_info li {
  padding: 0px 10px;
}

#Nav_info li a {
  padding: 10px 18px;
  text-decoration: none;
  font-size: 1.11rem;
  color: black;
}



#Nav_info li a:hover {
  color: rgb(162, 162, 162);
}

#Right_nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 25%;
}

.right-nav-btn {
  margin: 10px 20px;
  border: none;
  background-color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.11rem;
  cursor: pointer;
}

.right-nav-btn:hover {
  color: rgb(162, 162, 162);
}

.right-nav-btn img {
  transition: transform 0.2s ease-in;
}

.right-nav-btn img:hover {
  transform: scale(1.1);
}

/* Slider - Desgin */

.slider-container {
  background: linear-gradient(
    149deg,
    rgb(216, 216, 216) 0%,
    rgb(216, 216, 216) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

.slider {
  overflow: hidden;
  width: 100%;
  height: 600px;
  text-align: center;
  position: relative;
}

.slides {
  display: flex;
  transition: all 0.7s ease-in;
  position: relative;
  scroll-behavior: smooth;
}

.slide:nth-of-type(1) {
  background: rgba(0, 0, 0, 0.3) url("Image/3.jpg") center center/cover;
  background-blend-mode: darken;
}

.slide:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.3) url("Image/1.jpg") center center/cover;
  background-blend-mode: darken;
}

.slide:nth-of-type(3) {
  background: rgba(0, 0, 0, 0.3) url("Image/2.jpg") center center/cover;
  background-blend-mode: darken;
}

.slide:nth-of-type(4) {
  background: rgba(0, 0, 0, 0.3) url("Image/4.jpg") center center/cover;
  background-blend-mode: darken;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* Main Code of Line for Slider */
  width: 100%;
  height: 600px;
  scroll-snap-align: center;
}

.slide__text {
  width: 20%;
  font-size: 6rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#next {
  right: 20px;
}

#previous {
  left: 20px;
}

#next,
#previous {
  font-size: 3rem;
  color: white;
  position: absolute;
  top: 45%;
  text-decoration: none;
}

.slide__text:hover {
  color: rgb(217, 217, 238);
  transform: scale(1.05);
}

#slider__text2 {
  width: 55%;
  display: flex;
  flex-direction: column;
  color: rgb(255, 255, 255);
  transition: all 0.6s;
}

.p1 {
  margin: 26px 0px;
}

.p1[id="p2"] {
  font-size: 6.5rem;
}

#slider__text2:hover {
  /* transform: scale(1.08);
  background-color: rgba(245, 245, 245, 0.200); */
  color: rgb(217, 217, 238);
}

.slide a {
  background: none;
  border: none;
}

.slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}

.slider__navlink {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: rgb(239, 233, 233);
  margin: 0 10px 0 10px;
  transition: 0.3s ease-out;
  border: 1px solid rgb(239, 233, 233);
}

.slider__navlink:hover {
  transform: scale(130%);
  background-color: rgb(193, 193, 193);
  border: rgb(193, 193, 193);
}

/* Section - Products */

#Products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 20px 0px;
  padding: 10px 0px;
}

/* Centre Container - Desgin */
.centre-Container {
  display: flex;
  height: 76vh;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* Title text - desgin  */
.Big_Text {
  font-size: 2.3rem;
}

.Big_Text {
  position: relative;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.Big_Text:hover {
  color: #000;
}

.Big_Text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.Big_Text:hover::before {
  transform: scaleX(1);
}

/* Each Product Container Sizing - Desgin */
.Container {
  height: 89%;
  width: 26%;
  margin: 0px 15px;
  background-color: rgb(253, 253, 253);
}

/* Margin On Product Container - Desgin */
.Container:nth-of-type(1) {
  margin-left: 70px;
}

.Container:nth-of-type(3) {
  margin-right: 70px;
}

.img-container {
  width: 100%;
  height: 85%;
}

/* Discribtion of product - desgin */
.info-product {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* Name of product - Desgin */
.name-product {
  padding: 15px 0px;
  text-align: center;
}

/* discount logo -Desgin */
.Discount-logo {
  margin: 15px;
  padding: 13px 10px;
  font-size: 13px;
  position: absolute;
  background-color: #275c53;
  color: white;
  border-radius: 190px;
}

/* transsition of Container */
.Container {
  transition: transform 0.2s ease;
}

.Container:hover {
  transform: scale(1.01);
  cursor: pointer;
}

/* Product Container Img Seting - Desgin */
.img-container {
  border-radius: 4px;
}

#Product_Container1 .img-container {
  background: url("Image/gaming-Console.jpg") center center/cover;
  transition: all;
}

/* #Product_Container1 .img-container:hover {
  background: rgba(0, 0, 0, 0.2) url("Image/gaming-Console.jpg") center center/cover;
  background-blend-mode: darken;
} */
#Product_Container2 .img-container {
  background: url("Image/t-shirt.jpg") center center/cover;
  transition: all;
}

/* #Product_Container2 .img-container:hover {
  background: rgba(0, 0, 0, 0.2) url("Image/t-shirt.jpg") center center/cover;
  background-blend-mode: darken;
} */

#Product_Container3 .img-container {
  background: url("Image/i-pods.jpg") center center/cover;
  transition: all;
}

/* Best Seller Centre thing - Desgin */
#Best-Seller {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200%;
  width: 100%;
  padding: 5px 0px;
}

.Best-Seller_Container{

  margin-bottom: 5vh;

}
#Best-Seller_Container2 .img-container {
  background: url("Image/Shoes.jpg") center center/cover;
  transition: all;
}

#Best-Seller_Container1 .img-container {
  background: url("Image/cent-2.jpg") center center/cover;
  transition: all;
}

#Best-Seller_Container3 .img-container {
  background: url("Image/work3.jpg") center
    center/cover;
  transition: all;
}

.Img-Best-seller {
  width: 90%;
  height: 80%;
  display: flex;
}

#Electronic-Best-seller1 {
  margin-right: 15px;
}

.Electronic-Best-seller {
  width: 50%;
  height: 63vh;
  border-radius: 10px;
  font-size: 2.5rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.Best-seller-banner {
  border: 2px solid red;
  width: 50%;
  margin: auto;
  padding: 40px;
}

.Electronic-Best-seller {
  transition: transform 0.6s ease,background-size 0.6s ease,background 0.6s ease;
  transition-delay: 0.17s;
  background-blend-mode: darken;
  will-change: transform,baclgrund-size,background;
}

#Electronic-Best-seller1 {
  background: rgba(0, 0, 0, 0.4) url("Image/work`.jpg") center center/cover;
  background-size: 100%;

}

#Electronic-Best-seller2 {
  background: rgba(0, 0, 0, 0.4) url("Image/work3.jpg") center center/cover;
  background-size: 100%;
}

/* .Electronic-Best-seller{
  will-change: transform;
} */

#Electronic-Best-seller1:hover {
  transform: scale(102%);
  background-size: 105%;
  background: rgba(0, 0, 0, 0.2) url("Image/work`.jpg") center center/cover;
}

#Electronic-Best-seller2:hover {
  transform: scale(102%);
  background-size: 105%;
  background: rgba(0, 0, 0, 0.2) url("Image/work3.jpg") center center/cover;

}

.slide__text-2 {
  font-size: 3.1rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  transition: color 1.1s;
}

.slide__text-2:hover {
  color: rgb(217, 217, 238);
}

.slide__text-2 .p2 {
  margin: 15px 0px;
}

.ShopNow-btn {
  padding: 10px 17px;
  border: 2px solid rgb(255, 255, 255);
  background: none;
  color: white;
  transition: background-color 0.3s ease-in-out;
  font-size: 15px;
}

.ShopNow-btn:hover {
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  color: black;
}

#Deals {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Deals-Container {
  width: 90%;
  height: 83%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.Deals-Img {
  width: 25%;
  transition: all 0.2s ease-in-out;
}

.slide__text-3 {
  margin-top: -240px;
}

.ab {
  position: absolute;
  font-size: 4rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.Timer {
  font-size: 5rem;
}

.Deals-Img:hover {
  background-blend-mode: lighten;
  transform: scale(102%);
}



.Deals-Img:nth-of-type(1) {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.4) url("Image/3.jpg") center center/cover;
}

.Deals-Img:nth-of-type(2) {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.4) url("Image/1.jpg") center center/cover;
}

.Deals-Img:nth-of-type(3) {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.4) url("Image/2.jpg") center center/cover;
}

.Deals-Img:nth-of-type(4) {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.4) url("Image/4.jpg") center center/cover;
}

.Deals-Img:nth-of-type(1):hover {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.2) url("Image/3.jpg") center center/cover;
}

.Deals-Img:nth-of-type(2):hover {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.2) url("Image/1.jpg") center center/cover;
}

.Deals-Img:nth-of-type(3):hover {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.2) url("Image/2.jpg") center center/cover;
}

.Deals-Img:nth-of-type(4):hover {
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.2) url("Image/4.jpg") center center/cover;
}

.slide-nav {
  color: rgb(0, 0, 0);
  position: absolute;
  top: 92%;   
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-nav #sl{
  margin: 0px 5px;
  accent-color: rgb(0, 0, 0);
  height: 17px;
  width: 16px;
  border-radius: none;
}