@import url("https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,600,700,800, 800i, 900&display=swap");

@font-face {
  font-family: "Gilroy";
  src: url(Gilroy-Regular.otf);
  font-weight: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url(Gilroy-Bold.otf);
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy";
  max-width: 100%;
}

::selection {
  background-color: #ec1d6f;
  color: #fff;
}

/* Navigation Bar */

.navbar {
  background-color: #fff;
  height: 100px;
  transition: 0.2s;
  box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.3);
}

.offcanvas {
  z-index: 1000000;
  width: 100% !important;
}

.offcanvas-body a {
  text-decoration: none;
}

.nav-item {
  padding: 15px;
}

.navbar-brand {
  font-size: 30px;
  padding-left: 40px;
  padding-right: 30px;
}

.nav-link {
  font-size: 18px;
  color: #000;
  border-radius: 10px !important;
}

.nav-link:hover {
  color: #fff !important;
  background-color: #ec1d6f;
}

.fa-magnifying-glass {
  padding-right: 10px;
}

.active {
  color: #369 !important;
}

.disabled {
  color: #000 !important;
}

.navbar-brand img {
  width: 150px;
}

.navbar-toggler-icon {
  background-image: url("/images/nav-bar-photo.png");
}

.dropend .nav-link {
  color: #000;
  text-decoration: none;
  font-size: 17px;
  padding: 0;
  width: 100% !important;
}

.dropdown-item {
  padding: 0 10px;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #ec1d6f !important;
}

.dropdown-menu-mehsullarimiz {
  margin-top: 0;
}

.dropdown-mehsullarimiz:hover {
  .dropdown-menu-mehsullarimiz {
    display: block;
  }
}

.dropdown-promo:hover {
  .dropdown-menu-promo {
    display: block;
    margin-left: 177px;
    margin-top: -35px;
    max-height: 300px;
    overflow: auto;
  }
}

.dropdown-stekan:hover {
  .dropdown-menu-stekan {
    display: block;
    margin-left: 177px;
    margin-top: -35px;
    max-height: 300px;
    overflow: auto;
  }
}

.dropdown-qab:hover {
  .dropdown-menu-qab {
    display: block;
    margin-left: 177px;
    margin-top: -35px;
    max-height: 300px;
    overflow: auto;
  }
}

.dropdown-geyim:hover {
  .dropdown-menu-geyim {
    display: block;
    margin-left: 177px;
    margin-top: -35px;
    max-height: 300px;
    overflow: auto;
  }
}

/* WhatsApp Icon */

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  z-index: 10000;
  animation: jump 2.5s infinite;
}

.whatsapp-btn:hover {
  background-color: #128c7e;
  color: #fff;
}

.fa-whatsapp {
  margin-top: 1px;
}

.whatsapp-btn {
  text-decoration: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Products */

.products {
  padding-top: 50px;
  width: 100%;
  margin-top: -80px;
  padding-bottom: 30px;
}

.products img {
  transition: 0.2s;
  width: 288px;
  height: 288px;
}

.header {
  margin-top: 150px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #369;
  position: relative;
}

.products .card-title {
  font-weight: bold;
  color: #369;
}

.products img {
  transition: 0.2s !important;
  width: 288px;
  height: 288px;
}

.products img:hover {
  transform: scale(1.1) !important;
}

.products .card-padding {
  padding-left: 40px;
  padding-top: 40px;
}

.products .card {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: none;
}

.products .row {
  padding-top: 50px;
}

.blur-load::before {
  content: "";
  position: absolute;
  inset: 0;
  animation: pulse 2.5s infinite;
}

.blur-load.loaded::before {
  content: none;
}

@keyframes pulse {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }

  50% {
    background-color: rgba(255, 255, 255, 0.3);
  }

  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

.blur-load {
  position: relative;
  background-image: url(images/load-background.jpg);
  background-size: cover;
  width: 288px;
  height: 288px;
}

.blur-load.loaded > img {
  opacity: 1;
}

.blur-load > img {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

/* Footer */

footer {
  background-color: #001f3e;
  padding: 20px;
  color: #fff;
}

.footer-section {
  margin-bottom: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s;
}

.footer-section ul li:hover,
.footer-section ul li:focus {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
}

.footer-section a {
  color: inherit;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section .social-icons {
  margin-top: 10px;
}

.footer-section .social-icons a {
  margin-right: 10px;
  color: #fff;
}

.footer-bottom {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-section ul li a:hover {
  color: inherit;
  text-decoration: none;
}

.red {
  color: red;
}

.green {
  color: #32fca7;
}

.main-content {
  min-height: 100vh;
  /* Adjust the value (90px) as needed */
  /* The 90px should be the total height of your footer, including any padding or margins */
  position: relative;
}

/* Search Results */

.search-results {
  margin-top: 130px;
}

.search-results h1 {
  text-align: center;
  font-weight: bold;
  color: #336699;
  padding-bottom: 30px;
}

.search-results .not-found {
  color: #336699;
  font-weight: bold;
  margin-left: 50px;
  margin-top: 50px;
  max-width: 600px;
  font-size: 25px;
}

/* Mobile Version */

@media (max-width: 700px) {
  /* Navigation Bar */

  .navbar {
    background-color: #fff;
    z-index: 100000;
    height: 60px;
    box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.3);
  }

  .navbar-brand img {
    margin-top: -10px;
    margin-left: -10px;
    width: 80px;
  }

  .offcanvas {
    background-color: #001f3e;
    border: 1px solid #001f3e !important;
    width: 100% !important;
    height: 100% !important;
  }

  .offcanvas-title {
    color: #fff;
    font-weight: bold;
  }

  .active {
    color: #fff !important;
  }

  .navbar-brand {
    padding: 0;
  }

  .nav-link {
    border: 1px solid #666;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    margin-left: 10px;
  }

  .dropdown-mehsullarimiz:hover {
    .dropdown-menu-mehsullarimiz {
      margin: 0;
      background-color: #fff;
      border: none !important;
    }
  }

  .dropdown-promo:hover {
    .dropdown-menu-promo {
      margin: 0;
      background-color: #fff;
      border: none !important;
    }
  }

  .dropdown-stekan:hover {
    .dropdown-menu-stekan {
      margin: 0;
      background-color: #fff;
      border: none !important;
    }
  }

  .dropdown-qab:hover {
    .dropdown-menu-qab {
      margin: 0;
      background-color: #fff;
      border: none !important;
    }
  }

  .dropdown-geyim:hover {
    .dropdown-menu-geyim {
      margin: 0;
      background-color: #001f3e;
      border: none !important;
    }
  }

  .dropdown-item {
    color: #fff;
  }

  .dropdown-menu .nav-link {
    border: none;
    color: #000 !important;
  }

  .dropdown-toggle {
    color: #fff !important;
  }

  .russian-flag {
    padding-left: 15px !important;
  }

  .search-mobile {
    position: absolute;
    left: 72.5%;
    color: #1f1f1f;
    margin-top: -10px;
  }

  .search-mobile i {
    font-size: 20px;
  }

  .navbar-toggler {
    margin-top: -15px;
    padding-right: 0;
    border: none;
    padding: 0;
  }

  .navbar-toggler-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav-item {
    padding: 7px 15px;
  }

  .nav-link:hover {
    color: #000 !important;
    background-color: #fff;
  }

  .header {
    margin-top: 100px;
  }

  /* Products */

  .products h1 {
    padding-bottom: 0;
  }

  .card-padding .blur-load,
  .card-padding .card-img-top {
    width: 180px !important;
    height: 180px !important;
  }

  .card {
    width: 180px !important;
  }

  .card .card-title {
    font-size: 14px;
  }

  .card-padding {
    padding: 20px !important;
  }

  /* Footer */

  .footer-section {
    padding: 10px;
  }
}

@media (max-width: 375px) {
  /* Products */

  .card-padding .blur-load,
  .card-padding .card-img-top {
    width: 150px !important;
    height: 150px !important;
  }

  .card {
    width: 150px !important;
    height: 220px !important;
  }
}
