/*
Theme Name: Jeyhun AKKUR
Theme URI: jeyhun.me
Author: Jeyhun E. Mikayil
Author URI: https://wordpress.org/
Requires PHP: 5.6
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
.container {
  max-width: 1300px;
}

.search__container {
  display: none;
}
.search__container input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search__results a {
  text-decoration: none;
  color: inherit;
}
.search__results__title {
  font-weight: bold;
}

.blog-post__hero {
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

:root {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
  --slider-main-height: 650px;
}

/* Define the keyframe animation for the typewriter effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Apply the animation to each swiper slide H2 element */
.swiper-slide h2,
.swiper-slide h3 {
  overflow: hidden;
  white-space: nowrap;
  animation: typing 3s steps(30, end);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 50px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 40px;
}

.slider-main .swiper {
  width: 100%;
  height: var(--slider-main-height);
  /* Just styling the content of the div, the *magic* in the previous rules */
}
.slider-main .swiper .video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-main .swiper .video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.slider-main .swiper .video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
.slider-main .swiper-container {
  width: 100%;
  height: var(--slider-main-height);
}
.slider-main .swiper-slide {
  width: 100%;
  height: var(--slider-main-height);
}
.slider-main .swiper-lazy {
  width: 100%;
  height: var(--slider-main-height);
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px) {
  .slider-main .swiper,
.slider-main .swiper-slide,
.slider-main .swiper-container,
.slider-main .swiper-lazy {
    height: 240px;
  }
  .slider-main .caption .slider-text {
    font-size: 14px !important;
  }
}
/*---- Single product slider ----*/
.product-slider-gallery-top {
  position: relative;
  border: 1px solid white;
  background: white;
  border-radius: 4px;
  height: 550px;
  overflow: hidden !important;
}
@media (max-width: 576px) {
  .product-slider-gallery-top {
    height: 340px;
  }
}
.product-slider-gallery-top .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid gainsboro;
}
.product-slider-gallery-top .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-slider-gallery-top .swiper-button-prev {
  left: 20px;
  right: auto;
}
.product-slider-gallery-top .swiper-button-next {
  left: auto;
  right: 20px;
}
.product-slider-gallery-top .swiper-button-prev::after,
.product-slider-gallery-top .swiper-button-next::after {
  font-size: calc(var(--swiper-navigation-size) / 2);
}
.product-slider-gallery-top .onsale {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d30000;
  font-size: 1.05rem;
  text-align: center;
  color: white;
  position: absolute;
  left: -45px;
  top: 35px;
  height: 30px;
  width: 200px;
  transform: rotate(-45deg);
  transform-origin: center;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.product-slider-gallery-thumbs {
  overflow: hidden !important;
}
.product-slider-gallery-thumbs .swiper-slide {
  height: 120px !important;
  width: 120px !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #fff;
}
.product-slider-gallery-thumbs .swiper-slide .video-thumbnail {
  display: block;
  background: beige;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20%;
}
.product-slider-gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid gainsboro;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #14171d;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.jm_card {
  position: relative;
  background: #ffffff;
  width: 100%;
  min-height: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
}

.jm_card__img {
  width: 100%;
  height: 200px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #ddd;
  background-size: cover;
  background-position: center center;
}

.jm_card__title {
  font-size: 1.5rem;
}

.jm_card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.jm_card__footer--distinguished {
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
}

header {
  background: rgba(103, 121, 154, 0.05);
}

.card {
  border-color: transparent;
}

.footer {
  background: #67799a;
  color: #ffffff;
  font-size: 0.9rem;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style: none;
  line-height: 2rem;
}
.footer ul li a {
  text-decoration: none;
  color: white;
  transition: text-decoration 0.5s;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer__block-title {
  font-size: 1.4rem;
  opacity: 0.5;
}
.footer__bottom {
  background: #576683;
  color: rgba(255, 255, 255, 0.75);
}
.footer__social-media-icons ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
}
.footer__social-media-icons ul li:first-child {
  padding-left: 0;
}
.footer__social-media-icons ul li:last-child {
  padding-right: 0;
}
.footer__social-media-icons ul li a {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.5s;
}
.footer__social-media-icons ul li a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.footer .form-control {
  background: none;
  color: #fff;
}
.footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.metal-price-list {
  padding: 0;
  margin: 0;
}
.metal-price-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 5px inherit;
  line-height: 220%;
}
.metal-price-list__metal-name {
  margin-right: auto;
}
.metal-price-list__metal-price {
  padding-right: 10px;
}
/* TEMPLATES */
.blog-post,
.article {
  font-size: 1.1rem;
}
.blog-post p,
.article p {
  margin-bottom: 30px;
}

input:focus {
  outline: none;
}

.lang-item img {
  height: 2rem;
  width: auto;
}

@media (max-width: 768px) {
  .logo__header {
    width: 50vw;
  }
}

/* Hide search icons in mobile for default menu. Both in English and in Azerbaijani */
@media (max-width: 768px) {
  #menu-item-28,
#menu-item-131 {
    display: none;
  }
}
.card-product-cable {
  height: 300px !important;
}
.card-product-cable a {
  color: inherit;
  text-decoration: none;
}
.card-product-cable .card-title {
  font-size: 1rem;
  text-align: center;
}
.card-product-cable .card-product-cable__cover-image {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 200px;
  width: 100%;
}

@media (max-width: 768px) {
  .card__cover-image {
    height: 150px !important;
  }
}
.card-blog-post .card-blog-post__cover-wrapper {
  overflow: hidden;
  height: 250px;
  width: 100%;
  background-color: lightgrey;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-blog-post .card-blog-post__cover-wrapper .card-blog-post__cover-image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
}
.card-blog-post .card-blog-post__cover-wrapper .card-blog-post__cover-image:hover {
  transform: scale(105%);
}
@media (max-width: 768px) {
  .card-blog-post .card-blog-post__cover-wrapper {
    /* Cards transforms to col-6 and this is reason to change mobile view styles */
    height: 120px;
    width: 100%;
  }
  .card-blog-post .card-blog-post__cover-wrapper .card-blog-post__cover-image {
    height: 120px;
    width: 100%;
  }
}

.card-title {
  font-size: 17px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .card-title {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
