@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%;
  top: 0 !important;
}

::selection {
  background-color: #ec1d6f;
  color: #fff;
}

.main-content {
  min-height: calc(100vh - 90px);
  position: relative;
}

.skiptranslate {
  display: none;
  height: 0;
}

.language__img {
  cursor: pointer;
}

/* Navigation Bar */

.navbar {
  background-color: #fff;
  height: 100px;
  transition: 0.2s;
}

.offcanvas {
  z-index: 1000000;
  width: 100% !important;
}

.offcanvas-body a {
  text-decoration: none;
}

nav.scrolled {
  box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.3);
}

.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;
  }
}

/* Swiper */

.swiper {
  height: 100%;
  margin-top: 100px;
}

.swiper:hover {
  cursor: url("images/cursor.png"), auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  border-radius: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.325);
}

.swiper-pagination-bullet-active {
  background-color: #369 !important;
}

/* Sections */

.sections {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sections .section-1 {
  padding: 30px 55px;
  transition: transform 0.2s, color 0.2s;
}

.sections .section-1 .icon {
  font-size: 35px;
  padding: 0 10px;
  color: #ec1d6f;
}

.sections .section-1 p {
  font-size: 30px;
  color: #336699;
  font-weight: bold;
  transition: transform 0.2s, color 0.2s;
}

.sections .section-1:hover {
  transform: scale(1.05);
}

.sections .section-1 p:hover {
  color: #ec1d6f !important;
}

.sections a {
  text-decoration: none;
}

/* 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);
    }
} */

/* About Image */

.about-image-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
}

.about-image {
  width: 85%;
}

/* Products */

.products {
  padding-top: 50px;
  padding-bottom: 10px;
}

.header {
  font-weight: bold;
  text-align: center;
  color: #369;
  padding-bottom: 30px;
}

.products .card-title {
  font-weight: bold;
  color: #369;
}

.products .card {
  height: 370px;
}

.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-bottom: 50px;
}

.products .card {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: none;
}

.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;
  background-position: center;
  width: 288px;
  height: 288px;
}

.blur-load.loaded > img {
  opacity: 1;
}

.blur-load > img {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

/* About-us */

.about-us {
  margin-top: 150px;
  padding-bottom: 50px;
}

.about-us h1 {
  color: #336699;
  font-weight: bold;
  margin-left: 50px;
}

.about-us pre,
.about-us p {
  margin-left: 50px;
  width: 550px;
  font-size: 17px !important;
  font-family: "Gilroy" !important;
  margin-top: 30px;
}

.about-us pre {
  margin-left: 32px;
}

.about-us .image-1 {
  height: 500px;
  float: right;
}

.about-us .image-2 {
  display: none;
}

/* Contact Us */

.contact {
  padding-top: 100px;
  padding-bottom: 90px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact h1 {
  width: 550px;
  font-size: 20.7px;
}

.contact-info {
  font-size: 10px;
  margin-top: -25px;
  position: absolute;
  color: #999;
}

.contact hr {
  width: 550px;
  margin-top: 50px;
}

.contact-holder a {
  color: #333;
  text-decoration: none;
}

.contact-holder a:hover {
  color: #369;
}

.email {
  margin-top: 80px;
}

.phone {
  margin-left: 400px;
  margin-top: -83px;
}

.contact .btn {
  margin-top: 50px;
  width: fit-content;
  border-color: #369 !important;
  color: #369 !important;
}

.contact .btn:hover {
  color: #fff !important;
  background-color: #369 !important;
}

#image-wall {
  height: 500px;
  width: 600px;
}

.contact .texts {
  padding-bottom: 100px;
}

/* 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;
}

.products .card {
  width: 288px;
}

/* Mobile Version */

@media (max-width: 1370px) {
  .contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1330px) {
  .products img,
  .blur-load,
  .products .card {
    width: 260px;
  }
}

@media (max-width: 1220px) {
  .products img,
  .blur-load,
  .products .card {
    width: 240px;
  }
}

@media (max-width: 1150px) {
  .products img,
  .blur-load,
  .products .card {
    width: 210px;
  }

  .contact .phone {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 1000px) {
  .products img,
  .blur-load,
  .products .card {
    width: 190px;
  }
}

@media (max-width: 930px) {
  .products img,
  .blur-load,
  .products .card {
    width: 170px;
  }
}

@media (max-width: 1240px) {
  .sections .section-1 {
    padding: 30px 45px;
  }
}

@media (max-width: 1170px) {
  .sections .section-1 {
    padding: 30px 35px;
  }
}

@media (max-width: 1100px) {
  .sections .section-1 {
    padding: 30px 20px;
  }
}

@media (max-width: 990px) {
  .sections .section-1 {
    padding: 30px 10px;
  }
}

@media (max-width: 920px) {
  .sections .section-1 {
    padding: 30px 0;
  }
}

@media (max-width: 800px) {
  /* 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;
  }

  /* Swiper */

  .swiper {
    height: 100%;
    width: 100%;
    margin-top: 60px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 25px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  /* Sections */

  .sections {
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 30px;
    width: 100%;
  }

  .section-images img {
    height: 130px;
  }

  /* About Image */

  .about-image {
    width: 150%;
    margin-left: -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;
    height: 250px !important;
  }

  .card .card-title {
    font-size: 14px;
  }

  .card-padding {
    padding: 20px !important;
  }

  /* Services */

  .services .service {
    width: 100%;
  }

  .services .row {
    margin-left: 0;
  }

  .services {
    padding-bottom: 0;
  }

  /* About Us */

  .about-us {
    margin-top: 100px;
  }

  .about-us .image-1 {
    display: none;
  }

  .about-us .image-2 {
    display: block;
    width: 100% !important;
    height: 350px;
  }

  .about-us h1 {
    margin-left: 20px;
  }

  .about-us p,
  .about-us pre {
    font-size: 15px !important;
    max-width: 90%;
    margin-left: 20px;
  }

  /* Contact */

  .contact {
    padding-top: 50px;
    padding-left: 0;
    max-width: 100%;
    margin-top: -100px;
  }

  .contact hr {
    width: 100%;
  }

  .contact .texts {
    margin-top: 100px;
    padding-bottom: 0;
    margin-left: 15px;
  }

  .contact .texts h1 {
    width: 100%;
    margin: 0;
  }

  #image-wall {
    height: 350px;
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }

  /* Footer */

  .footer-section {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .row-cups {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 470px) {
  .contact {
    display: block;
  }

  #image-wall {
    margin-left: 12px;
  }
}

@media (max-width: 375px) {
  /* Sections */

  .sections {
    margin-left: 5px;
  }

  .section-images img {
    height: 100px;
  }

  /* Products */

  .card-padding .blur-load,
  .card-padding .card-img-top {
    width: 150px !important;
    height: 150px !important;
  }

  .card {
    width: 150px !important;
    height: 220px !important;
  }
}
