@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');





* {
  box-sizing: border-box;
}

body {
  background: #ecf1ff;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}

.titlePage {
  font-size: 17px;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;

}

.img-account {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.isconnected {
  display: flex !important;
  align-items: center;
}

.infopopup {
  display: flex;
  position: absolute;
  width: calc(100% - 10px);
  bottom: 10px;
  height: 70px;
  background-color: grey;
  opacity: 1;
  transition: all 0.4s ease 0s;
  z-index: -1;
}

.btn {
  border: black 2px solid;
  background-color: transparent;
  border-radius: 20px;
  padding: 7px 15px;
  color: black;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}

.login {
  margin: 5px;
  margin-left: 50px;
  /* box-shadow: -16px 16px 20px 0px #bad3f7; */
  border-top: 2px solid #b1b1b1;
  /*padding-bottom: 10px*/
  transition: 0.5s;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.5);

}

.header-blue .phone-holder {
  text-align: right;
}

#navbar {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 40px 5px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  box-shadow: 0px 10px 20px 0px #9d9d9d;
  display: inline-flex;
  justify-content: space-between;
}

.ahref,
#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px;
}

.logo-img {
  height: 60px;
}

#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.ahref:hover,
#navbar a:hover {
  background-color: #ddd;
  color: black;
}

.ahref:active,
#navbar a:active {
  background-color: dodgerblue;
  color: white;
}

.signup {
  border: 3px dodgerblue solid;
  border-radius: 20px !important;
}

#navbar a.active {
  background-color: dodgerblue;
  color: white;
}

#navbar-right {
  float: right;
  display: flex;
  align-items: center;
  /*flex-direction: row-reverse;*/
}

.mainActivity {
  transition: 0.4s;
  margin-top: 180px;
  /*padding:15px;*/
  font-size: 20px;
  min-height: 100vh;
}

#mobmenu {
  display: none;
  font-size: 45px;
  cursor: pointer;
  user-select: none;
}

@media screen and (max-width: 940px) {
  #navbar {
    padding: 20px 10px !important;
    position: inherit;
    display: block;
  }

  #navbar a {
    float: none;
    display: block;
    text-align: left;
    text-align: center;
  }

  #navbar-right {
    float: none;
    display: none;
  }

  .login {
    /* margin-top: 80px; */
    margin-left: 10px;
    /* box-shadow: -16px 16px 20px 0px #bad3f7; */
    border-top: 2px solid #b1b1b1;
    border-bottom: 0px solid #b1b1b1;

  }

  .mainActivity {
    margin-top: 30px;
  }

  #navbar #logo {
    font-size: 35px !important;
    width: 250px;
  }

  #mobmenu {
    display: block;
  }

  .isconnected {
    justify-content: center;
  }

  .infopopup {
    display: none;
  }

  .searchlink:focus,
  .searchlink:focus-visible {
    width: 100% !important;

  }
}

@media screen and (min-width: 941px) {
  #navbar-right {
    display: flex !important;
  }

  .login {
    border-top: 0px solid #b1b1b1;
    /*border-bottom: 2px solid #b1b1b1;*/

  }

  .searchlink:focus-visible+.login {
    margin-left: 10px !important;

  }
}



.footer-distributed {
  /* position: absolute;
  bottom:0px; */
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 35px 50px;
  height: 140px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
  display: flex;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition: all .25s;
}

.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {

  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }

  .footer-distributed .footer-right {
    float: none;
    /* margin: 0 auto 20px; */
  }

  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}


#searchbar {
  background-image: url('../img/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#tbProfile {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#tbProfile li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  display: flex;
  align-items: center;
}

#tbProfile li a:hover:not(.header) {
  background-color: #eee;
}

#tbProfile li img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
}

#tbProfile li {

  width: 100%;
}

.box-img-profil {
  width: 200px;
  height: 200px;
  position: relative;
}

.box-img-profil .imgfirst {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 6px 7px #00000061;
}

.box-img-profil .imgsecond {
  width: 150px;
  height: 150px;
  position: absolute;
  left: calc(50% - 75px);
  z-index: -1;
  bottom: -10px;
  filter: blur(10px);
  border-radius: 10px;
}

.a-style {
  outline: none;
  text-decoration: none;
  padding: 1px 1px 0;
}

.a-style:link {
  color: hsl(200 98% 16%);
}

.a-style:visited {
  color: hsl(200 69% 28%);
}

.a-style:focus {
  border-bottom: 1px solid;
  background: hsl(200 58% 75%);
}

.a-style:hover {
  border-bottom: 1px solid;
  background: hsl(200 98% 83%);
}

.a-style:active {
  background: hsl(200 98% 16%);
  color: hsl(200 98% 83%);
}

.pop-friend {
  position: absolute;
  right: 30px;
  padding: 5px 10px 5px 10px;
  border: 3px green solid;
  border-radius: 20px;
  color: white;
  background-color: green;
}

.buttonForm {
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  border: none;
  background-color: dodgerblue;
  transition: 0.3s;
  cursor: pointer;
}

.buttonForm:hover {
  background-color: #0a437a;
}

.buttonForm:active {
  background-color: #78bcff;
}

.buttonForm:disabled {
  background-color: #6e8399;
  cursor: not-allowed;
}


.box-home {
  color: white;
  content: attr('data-url');
  /* background-image: url(../img/background-supermarket); */
  background-image: url(../img/backgroundlight-1);
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  backdrop-filter: blur(1px);
  background-position-x: 50%;
}

.box-home .home-bg {
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 150px;
  height: 100%;
  filter: brightness(0.5);
}

.box-home .logo {
  height: 200px;
  border: white 3px solid;
  border-radius: 10px;
}

.box-home h1 {
  font-size: 3.3rem;
}

@media (max-width: 940px) {
  .box-home .home-bg {
    left: 0px;
    top: 100px;
  }
}

.box-home .inner {
  backdrop-filter: brightness(0.5);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-home .inner h1,
h2 {
  padding: 8px;
}


.list-products * {
  transition: 1s;
}

.list-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}

.list-products .box-products {
  background-color: white;
  height: 400px;
  width: 300px;
  margin: 30px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 8px 20px 0px #000000b0;
}

.list-products .box-products .title {
  font-size: 30px;
  margin-bottom: 10px;
}

.list-products .box-products img {
  width: 200px;
  height: 200px;
  margin-left: calc(50% - 100px);
  border: white 3px solid;
  border-radius: 10px;
}

.list-products .box-products .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.list-products .box-products .btn2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.btn2 {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #1e90ff;
  padding: 10px 30px;
  border: solid #1e90ff 2px;
  box-shadow: none;
  border-radius: 50px;
  transition: 1258ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.btn2:hover {
  transition: 1258ms;
  padding: 10px 50px;
  transform: translateY(-0px);
  background-color: #fff;
  color: #1e90ff;
  border: solid 2px #1e90ff;
}

@media (min-width:1400px) {
  .list-products {
    display: flex;
    flex-direction: column;
  }

  .list-products .box-products {
    height: 400px;
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .list-products .box-products .title {
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: bold;
  }

  .list-products .box-product-img {
    width: 200px;
    height: 200px;
    margin-left: 0px;
    margin-right: 50px;
  }

  .list-products .box-products .desc {
    -webkit-line-clamp: 3;
    flex: 1 1 100%;
  }

  .list-products .box-products .btn2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .list-products .box-products .btn2:hover {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    padding-left: 120px;
    padding-right: 120px;
  }
}

.app-box {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
}

.app-box .app-title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 10vw;
}

@media (max-width: 940px) {
  .app-box {
    flex-direction: row-reverse;
    justify-content: left;
    margin-left: calc(50% - 221px);

  }

  .app-box .app-title {
    margin-left: 50px;
  }

  .app-box .app-logo {
    width: 150px;
    height: 150px;
  }

  .app-box .app-logo .imgfirst {
    width: 150px;
    height: 150px;
  }

  .app-box .app-logo .imgsecond {
    width: 120px;
    height: 120px;
    left: calc(50% - 60px);
    bottom: -5px;
  }
}

.searchlink {
  background-image: url(../img/searchicon.png);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
  outline: none;
}

.searchlink:focus,
.searchlink:focus-visible {
  border: grey solid 2px !important;
  border-radius: 5px;
  width: 200px;
  background-color: white;
  cursor: inherit;
  border: none;
  padding-left: 40px;
}

.searchlink:hover {
  content: "";
}

#livesearch {
  border: 0px;
  width: 200px;
  position: fixed;
  background-color: white;
  z-index: 10;
}

#livesearch a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
}




.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: inherit;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: calc(50% - 180px);
  margin-top: 50px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}



.box-product-img {
  width: 200px;
  height: 200px;
  margin-left: calc(50% - 100px);
  border-radius: 10px;
  position: relative;
}

.box-product-img div {
  position: absolute;
  bottom: 0px;
  left: 3px;
  background-color: rgb(136, 136, 136);
  width: calc(100% - 6px);
  border-radius: 0px 0px 7px 7px;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}



.boxContact {
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.boxInfoContact {
  background-color: bisque;
  padding: 10px;
}

.boxInfoContact .coordConatact {
  display: flex;
  flex-direction: column;
}

.boxInfoContact .coordConatact div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0px;
}

.boxInfoContact .coordConatact div i {
  margin-right: 5px;
  font-size: 50px;
  width: 50px;
}

.boxSendContact {
  max-width: 60vw;
}

.WhereSeeContact {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.WhereSeeContact a {
  background-color: #2c2c2c;
  padding: 10px;
  font-size: 40px;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  transform-origin: center;
  box-shadow: 0px 9px 20px #0000009e;
  transition: all 0.5s;
  position: relative;
}

.WhereSeeContact a div {
  position: absolute;
  top: 0px;
  left: 0px;
  transform-origin: center;
  transform: scale(0.8);
  border: 3px solid #2c2c2c;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 15px;
  opacity: 0;
}

.WhereSeeContact a:hover {
  /*transform: scale(1.2);*/
}

.WhereSeeContact a:hover div {
  transform: scale(1.2);
  opacity: 1;
}

.WhereSeeContact a:active {
  transform: scale(1);
  box-shadow: inset 0px 9px 20px #0000009e;
}

.WhereSeeContact a:active div {
  transform: scale(0.8);
  opacity: 0;
}

@media screen and (max-width: 940px) {
  .boxContact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .boxInfoContact {
    width: 100%;
    margin-bottom: 50px;
  }

  .boxSendContact {
    width: 80%;
    margin-bottom: 50px;
  }
}