/* Nav Bar */
#navBarContainer {
  /* position: absolute;*/
  /* top: 20px; */
  margin-top: 0px;
  padding: 0px !important;
  margin: 0px !important;
  /* background-color: #11aeef; */
  background-color: transparent;
  z-index: 1;
  /* opacity: 1; */
  width: 100%;
  transition: background-color 0.7s;
  /* gap: 100px; */
}
.text-black {
  font-weight: bold !important;
}

#navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 6vw;
  width: 100%;
  /* background-color: rgb(49,153,206); */
}
#loginContID {
  width: 200px;
  border: 2px solid black;
  border-radius: 20px;
  text-align: center;
}
.roundMenu {
  border: 1px solid black !important;
  border-radius: 20px !important;
}
.roundMenu button {
  text-align: center !important;
}
.roundMenu a:hover {
  background-color: transparent;
}
.roundMenu button:hover {
  background-color: transparent;
}
#searchInput {
  width: 400px;
  border: 2px solid black;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* margin: 0; */
}
#searchIcon {
  /* width: 25px; */
  height: 25px;
  background-color: transparent !important;
}
#searchBtn {
  color: black !important;
  background-color: rgb(83, 83, 83);
  position: relative;
  right: 8px;
  border: 1px solid black;
  border-left: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
}
/* #searchForm{
  display: flex;
  justify-content: center;
} */
#navbarTogglerDemo03 {
  gap: 40px;
}
#navbarItems {
  gap: 30px;
}
.turnOff {
  display: none;
}
#cartIcon,
#filterIcon {
  width: 60px;
}
#offcanvasRightLabel {
  color: #6463e2;
  font-weight: 600;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: larger;
}
#logoIcon {
  width: 80px;
  /* background-color: #11aeef; */
}
/* Nav Bar */

/* Slider */

#carouselExampleIndicators {
  position: relative;
  /* top: 20px; */
  /* margin: 20px auto 60px !important; */
  height: 80vh;
  bottom: 80px;
  background-color: #11aeef;
  z-index: 0;
}
/* .sizeTrial {
  width: 600px;
  position: absolute;
  left: 28%;
  top: 10%;
  z-index: 1;
  
} */
/* #topCurve {
  z-index: 1;
  width: 25%;
  position: absolute;
} */
.carousel-indicators {
  z-index: 0;
}

.carousel-item {
  width: 70vw;
  height: 80vh;
}

.carousel-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Silder */

/* Products & Filter */
.productSection {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.productTitle {
  text-align: center;
}

.filterBtnsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  /* gap: 10px; */
}

.filterBtn {
  background-color: lightblue;
  padding: 10px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 10%;
}
.filterBtn:hover {
  background-color: rgb(101, 192, 223);
}

.filterBtn.activeProduct {
  color: white;
  background-color: #0d6efd;
}

.allProductsContainer {
  width: 100%;
  margin-top: 2%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

.productContainer {
  width: 25vw;
  height: 400px;
  display: flex;
  flex-direction: column;
  /* border: solid 1px #072655 !important; */
  padding: 10px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 1px 1px 1px;
  /* box-shadow: #0d6efd; */
  background-color: aliceblue;
  border: none;
  cursor: pointer;
}
.productContainer:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 2px 3px 8px 3px;
}

.prodImgContainer {
  padding: 10px;
  width: 100%;
  height: 70%;
}

.productImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5%;
}

.brandName {
  margin-top: 3px;
  color: gray;
}

.prodName {
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price_cartContainer {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
}

.NoResultFoundContainer {
  display: none;
  font-size: 30px;
  font-weight: 900;
  margin-top: 70px 0px;
}

@media (min-width: 0px) and (max-width: 650px) {
  .productContainer {
    width: 80vw;
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .productContainer {
    width: 40vw;
  }
}

@media (max-width: 530px) {
  .filterBtnsContainer {
    flex-direction: column;
  }
}
/* Products & Filter */

/* about */

.blueWord {
  color: #0d6efd;
}

#abtSep {
  width: 410px;
  height: 7px;
  background-color: #666;
  opacity: 0.5;
  text-align: start;
}
.aboutContainer {
  display: flex;
  justify-content: space-around;
  margin: 40px;
  margin-top: 10vh;
  /* margin-bottom: 0; */
  background-image: url(rescources/why.jpg);
  /* background-color: #0192c8; */
  width: 100%;
  height: 100%;
  padding: 20px;
}
.about {
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
  width: 36vw;
  background-color: rgba(240, 248, 255, 0.3);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 3px 7px 7px rgb(164, 196, 223);
  margin-left: 90px;
}
.aboutTitle {
  /* color: rgb(50, 7, 243); */
  color: black;
  font-size: 40px;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif ;*/
  font-weight: bolder;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 4px;
  margin-bottom: 0;
}
.aboutContent {
  font-size: medium;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 600;
  opacity: 0.75;
  margin-top: 0;
}
.aboutContainer img {
  width: 520px;
  border-radius: 50%;
  box-shadow: 3px 7px 7px rgb(177, 202, 223);
}
@media (min-width: 0px) and (max-width: 850px) {
  .aboutContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 40px;
  }
  .about {
    margin-top: 30px;
    margin-left: 0px;
  }
  .aboutContainer img {
    width: 80vw;
    border-radius: 50%;
    box-shadow: 3px 7px 7px rgb(177, 202, 223);
  }
  .about {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80vw;
    /* background-color: aliceblue; */
    border-radius: 0px;
    padding: 40px;
    box-shadow: 3px 7px 7px rgb(164, 196, 223);
  }
  #abtSep {
    width: 60px;
    width: 47vw;
    height: 7px;
    background-color: #666;
    opacity: 0.5;
    text-align: start;
  }
}
/* about */

/*contact*/
body {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  /* background: rgb(2, 0, 36); */
  /* background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgb(164, 164, 189) 0%,
    rgb(167, 198, 204) 0%,
    rgb(230, 239, 241) 50%,
    rgb(167, 198, 204) 100%
  ); */
}
#contactContainer {
  /* background-image: url(rescources/why.jpg); */
  /* background-color: #0192c8; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contactTitle {
  color: black;
  font-size: 40px;
  /* font-family: "Courier New", Courier, monospace; */
  font-weight: 500;
  text-align: center;
  margin: 20px;
  /* margin-top: 0; */
  letter-spacing: 4px;
}
.form {
  background-color: rgb(234, 250, 245);
  width: 65vw;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 30px;
  box-shadow: 3px 7px 7px rgb(164, 196, 223);
}

.name,
.message,
.email {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
}
input::placeholder,
textarea::placeholder {
  font-size: 15px;
  padding: 3px;
  text-align: start;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
input,
textarea {
  font-size: 15px;
  padding: 15px;
  text-align: start;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
form > div {
  margin: 7px;
}
#name,
#email,
#message {
  width: 60vw;
  border-radius: 5px;
  height: 20px;
  background-color: rgb(216, 229, 245);
  border-style: none;
  align-self: center;
}

#sub {
  width: 60vw;
  border-radius: 10px;
  height: 45px;
  background-color: #0192c8;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: 8px;
  border-style: none;
  font-size: 15px;
  text-align: center;
  font-weight: bolder;
}
label {
  font-size: 18px;
}
#message {
  height: 110px;
}
.footer img {
  width: 40px;
  color: blue;
}
/* .footer {
  background-color: aliceblue;
  width: 65vw;
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 3px 7px 7px rgb(164, 196, 223);
} */

.cont {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  margin: 15px;
}
.social {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  margin: 35px;
}
.loc,
.phone,
.e-mail {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.error {
  color: red;
  font-size: 15px;
}
#separator {
  width: 95vw;
  background-color: rgb(0, 0, 0);
  height: 2px;
  margin: 20px;
  margin-top: 50px;
}

@media (min-width: 0px) and (max-width: 850px) {
  .form {
    background-color: rgb(234, 250, 245);
    width: 80vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 3px 7px 7px rgb(164, 196, 223);
  }
  #name,
  #email {
    width: 72vw;
    border-radius: 5px;
    height: 20px;
    background-color: rgb(216, 229, 245);
    border-style: none;
    align-self: center;
  }
  #message {
    width: 72vw;
  }

  #sub {
    width: 72vw;
    border-radius: 10px;
    height: 45px;
    background-color: #0192c8;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 8px;
    border-style: none;
    font-size: 15px;
    text-align: center;
    font-weight: bolder;
  }
  .footer {
    background-color: aliceblue;
    width: 80vw;
    display: flex;
    flex-direction: column;
    height: fit-content;
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: 3px 7px 7px rgb(164, 196, 223);
  }
}

/*contact*/

/* Product Popup */

.productPopSection {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(169, 169, 169, 0.9);
  z-index: 2000;
  visibility: hidden;
}

.productPopSection h1,
.productPopSection h3 {
  font-size: initial;
}

.productPopContainer {
  display: flex;
  width: 60%;
  height: 70%;
  /* border: solid 5px black; */
  background-color: white;
  padding: 10px 15px;
  border-radius: 10px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  position: relative;
  border: 5px aliceblue solid;
}

.productPopSection .imgContainer {
  width: 100%;
  height: 100%;
}

.productPopSection img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prodDetailsContainer {
  padding: 10px;
}

.productPopSection .prodTitle {
  text-align: center;
}

.prodBrand {
  color: gray;
  margin-bottom: 10px;
}

.prodRating {
  cursor: pointer;
}

.fa-solid.fa-star {
  color: goldenrod;
}

.price_discountContainer {
  display: flex;
}

.discount {
  font-size: 30px;
  color: #a80000;
  margin-right: 10px;
}

.productPopSection .price {
  font-weight: 600;
  font-size: 50px;
}

.prodCountContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.productOrderForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.prodCountContainer {
  font-size: 20px;
}
.prodOrderCount {
  font-size: 20px;
  width: 30%;
  padding: 0px;
  border: 1px black solid;
  margin-left: 10px;
}

.prodOrderBtn {
  font-size: 20px;
  padding: 10px;
  background-color: #0d6efd;
  color: white;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

.exitProdPop {
  position: absolute;
  top: 15vh;
  right: 20vw;
  font-size: 30px;
  padding: 0px 15px;
  /* background-color: transparent; */
  color: black;
  border: 1px solid inherit;
  border-radius: 10%;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  background-color: aliceblue;
}
.exitProdPop:hover {
  color: white;
  background-color: #a80000;
}

@media (max-width: 800px) {
  .productPopContainer {
    flex-direction: column;
    overflow: auto;
    height: 80%;
  }

  .exitProdPop {
    top: 10vh;
    right: 19vw;
    padding: 0px 10px;
  }
}

@media (max-width: 450px) {
  .discount {
    font-size: 25px;
  }

  .price {
    font-size: 40px;
  }

  .prodCountContainer {
    font-size: 20px;
  }
  .prodOrderCount {
    font-size: 20px;
  }

  .prodOrderBtn {
    font-size: 15px;
  }
}

#popupAccount {
  color: red;
  text-align: center;
  visibility: hidden;
}

/* Product Popup */

/* Product Popup */

/* cart popup */

#cartItemContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /* background-color: #0d6efd; */
  background-color: rgb(224, 224, 224);
  margin-bottom: 15px;
  /* justify-content: space-between;
  align-items: center; */
}
#itemImage {
  width: 20vw;
  height: 20vh;
}
/*.addedToCartOn {
  display: flex;
  

  height: 70vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
}*/
#addedProducts {
  /* border: 5px solid blue; */
  background-color: rgb(224, 224, 224);
  height: 90%;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#addedToCart {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; */
  background-color: rgb(224, 224, 224);
}
#proceedBtn {
  height: 5vh;
  width: 130px;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin-left: 100px;
  margin-top: 10px;
  /* background-color: #6463e2; */
  background-color: white;
  border: 4px solid #6463e2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /* margin-left: 90px; */
}
#proceedBtnWord {
  /* color: white; */
  color: #6463e2;
  text-decoration: none;
  font-weight: 600;
}
#proceedBtn:hover {
  background-color: #6463e2;
}
#proceedBtn:hover #proceedBtnWord {
  color: white;
}
#emptyCart {
  width: 100%;
  height: 75vh;
}
#contShopping {
  background-color: white;
  /* background-color: rgb(100, 101, 254); */
  border: 4px solid rgb(100, 101, 254);
  /* color: white; */
  color: rgb(100, 101, 254);
  font-weight: 600;
  border-radius: 30px;
}
#contShopping:hover {
  background-color: rgb(100, 101, 254);
  /* background-color: rgb(100, 101, 254); */
  /* border: 4px solid rgb(100, 101, 254); */
  /* color: white; */
  color: white;
  font-weight: 600;
  border-radius: 30px;
}

/* cart popup */

#itemImage {
  border: 0px solid white;
  border-radius: 15px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  height: 200px;
}

#itemName {
  font-size: 30px;
}
#itemName,
#itemPrice,
#quantityData,
#itemTP {
  margin-left: 10px;
  margin-top: 5px;
  font-weight: bold;
}

.itemQuantity {
  width: 60px;
  height: 20px;
  padding-left: 25px;
  outline: none;
  border: 2px solid rgb(51, 51, 255);
  border-radius: 10px;
  color: rgb(0, 0, 255);
}

#line {
  color: black;
  border: 1px solid black;
  margin-top: 40px;
}

.pRemove {
  background-color: rgb(255, 51, 51);
  color: white;
  width: 150px;
  height: 30px;
  border: 2px solid rgb(255, 51, 51);
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 5px;
  font-weight: bold;
}
.pRemove:hover {
  background-color: rgb(244, 0, 0);
}
.plus,
.minus {
  background-color: rgb(51, 51, 255);
  border: 2px solid rgb(51, 51, 255);
  border-radius: 10px;
  color: white;
  text-align: center;
  width: 30px;
}
.plus:hover,
.minus:hover {
  background-color: rgb(0, 0, 204);
}
/* Footer */
#itiOs {
  color: white;
  text-decoration: none;
}
#itiOs:hover {
  color: black;
}
#endFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0192c8;
  height: 10vh;
  width: 100%;
  color: white;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.footerDetails {
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  color: white;
  height: 70vh;
  padding: 6%;
  gap: 20px;
}
.footerDetails img {
  width: 25px;
}
#contactUsFooter span:hover {
  color: #0192c8;
  cursor: pointer;
}
#addressFooter {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center;  */
  font-size: 18px;
  gap: 20px;
  width: 25%;
}
#addressFooter span {
  color: #666;
}
.footerDetails h3 {
  font-weight: 500;
}
#contactUsFooter,
#followUsFooter,
#newsLetter {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  gap: 20px;
}
#newsLetter > form {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  gap: 20px;
  /* border: #a80000 2px solid; */
  /* height: 200px; */
}
#newsLetter input {
  height: 50px;
  width: 300px;
  border-radius: 10px;
  border: #212120 1px solid;
}
#newsLetter button {
  height: 50px;
  width: 150px;
  border-radius: 10px;
  border: #212120 1px solid;
  background-color: #0192c8;
  /* background-color: #05b0ee; */
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
#newsLetter button:hover {
  background-color: #0d6efd;
}
#socialDiv {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
}
#socialDiv span:hover {
  color: #0192c8;
  cursor: pointer;
}
#socialDiv img {
  background-color: white;
  border: #212120 1px solid;
  border-radius: 50%;
  width: 40px;
  padding: 7px;
}
/* }#socialDiv img:hover {
  background-color: #0192c8;
} */

@media (min-width: 0px) and (max-width: 850px) {
  .footerDetails {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
    color: white;
    padding: 9%;
    gap: 20px;
    height: fit-content;
    width: 100vw;
  }
  .footerDetails > div {
    margin-top: 5vh;
  }
  #addressFooter {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center;  */
    font-size: 18px;
    gap: 20px;
    width: 70vw;
  }
  #addressFooter span {
    color: #666;
  }
  .footerDetails h3 {
    font-weight: 500;
  }
  #endFooter {
    width: 100vw;
  }
}
/* Footer */
/* Modal  */
.tickWord{
  color: white;
  font-weight: 600;
  background-color: rgb(3, 156, 3);
  border: 1px solid #666;
  border-radius: 50%;
}
.modalContainer{
  width: 200px !important;
  text-align: center;
}
.modalContainer2{
  width: 300px !important;
  text-align: center;
}
