body {
  padding-top: 110px;
  font-family: YekanBakh;
}
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}

#section2 {
  background-color: #c5f0ff;
}
#section2 .group > .title {
  margin-bottom: 10px;
  color: #3c3c3c;
  font-size: 26px;
  font-weight: 600;
}
#section2 .group > .line {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #00a7e3;
  margin-bottom: 30px;
}
#section2 .group > .line::before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #00a7e3;
}
#section2 .group > .items .item {
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}
#section2 .group > .items .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}
#section2 .group > .items .item > img {
  width: 90%;
  border-radius: 500px;
  border: solid 3px #00a7e3;
}
#section2 .group > .items .item > .title {
  margin-bottom: 3px;
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 600;
}
#section2 .group > .items .item > .count {
  color: #9a9a9a;
  font-size: 14px;
}

section.products > .container {
  position: relative;
}
@media (max-width: 1500px) {
  section.products > .container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.products > .container {
    width: 75%;
  }
  section.products > .container > .title {
    display: block !important;
    margin: 0 auto 30px auto !important;
    padding: 0 15px 10px 15px !important;
    font-size: 24px !important;
    text-align: center !important;
  }
  section.products > .container .swiper-button-next {
    left: -30px !important;
  }
  section.products > .container .swiper-button-next::after {
    font-size: 40px;
  }
  section.products > .container .swiper-button-prev {
    right: -30px !important;
  }
  section.products > .container .swiper-button-prev::after {
    font-size: 40px;
  }
  section.products > .container > .items .item > .title {
    font-size: 18px !important;
  }
  section.products > .container > .items .item > .price > .discount > .price {
    font-size: 14px !important;
  }
  section.products > .container > .items .item > .price > .discount > .percent {
    font-size: 13px !important;
  }
  section.products > .container > .items .item > .price > .price {
    font-size: 16px !important;
  }
}
section.products > .container > .title {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 4px #00a7e3;
}
section.products > .container > .items .item {
  text-decoration: none;
  border: solid 2px #00a7e3;
}
section.products > .container > .items .item > .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 500;
}
section.products > .container > .items .item > .price > .discount > .price {
  text-decoration-line: line-through;
  color: #ff0004;
  font-size: 15px;
  font-weight: 600;
}
section.products > .container > .items .item > .price > .discount > .percent {
  padding: 5px 8px 1px 8px;
  background-color: #ff0004;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 200px;
}
section.products > .container > .items .item > .price > .price {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 600;
}
section.products > .container .swiper-button-next {
  position: absolute;
  left: -50px;
  right: unset;
  transform: rotateY(180deg);
}
section.products > .container .swiper-button-prev {
  position: absolute;
  right: -50px;
  left: unset;
  transform: rotateY(-180deg);
}

#section5 {
  background-color: #c5f0ff;
}

section.podcasts {
  background-color: #dadada;
}
section.podcasts > .container {
  position: relative;
}
@media (max-width: 1500px) {
  section.podcasts > .container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.podcasts > .container {
    width: 75%;
  }
  section.podcasts > .container > .title {
    display: block !important;
    margin: 0 auto 30px auto !important;
    padding: 0 15px 10px 15px !important;
    font-size: 24px !important;
    text-align: center !important;
  }
  section.podcasts > .container > .items .item > .title {
    font-size: 18px !important;
  }
  section.podcasts > .container > .items .item > .price > .discount > .price {
    font-size: 14px !important;
  }
  section.podcasts > .container > .items .item > .price > .discount > .percent {
    font-size: 13px !important;
  }
  section.podcasts > .container > .items .item > .price > .price {
    font-size: 16px !important;
  }
}
section.podcasts > .container > .title {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 600;
}
section.podcasts > .container > .items .item {
  background-color: #ffffff;
  text-decoration: none;
}
section.podcasts > .container > .items .item > .image {
  position: relative;
}
section.podcasts > .container > .items .item > .image > .date {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #3c3c3c;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 8px 2px 8px;
  border-radius: 200px;
}
section.podcasts > .container > .items .item > .title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

section.brands > .container {
  position: relative;
}
@media (max-width: 1500px) {
  section.brands > .container {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  section.brands > .container .items .item > img {
    height: 70px !important;
  }
}
@media (max-width: 768px) {
  section.brands > .container {
    width: 75%;
  }
  section.brands > .container > .title {
    display: block !important;
    margin: 0 auto 30px auto !important;
    padding: 0 15px 10px 15px !important;
    font-size: 24px !important;
    text-align: center !important;
  }
  section.brands > .container .swiper-button-next {
    left: -30px !important;
  }
  section.brands > .container .swiper-button-next::after {
    font-size: 40px;
  }
  section.brands > .container .swiper-button-prev {
    right: -30px !important;
  }
  section.brands > .container .swiper-button-prev::after {
    font-size: 40px;
  }
  section.brands > .container > .items .item > .title {
    font-size: 18px !important;
  }
  section.brands > .container > .items .item > .price > .discount > .price {
    font-size: 14px !important;
  }
  section.brands > .container > .items .item > .price > .discount > .percent {
    font-size: 13px !important;
  }
  section.brands > .container > .items .item > .price > .price {
    font-size: 16px !important;
  }
}
section.brands > .container > .title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 600;
  padding: 0 40px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: solid 4px #00a7e3;
}
section.brands > .container .items .item > img {
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
}
section.brands > .container .swiper-button-next {
  position: absolute;
  left: -50px;
  top: unset;
  bottom: 50%;
  right: unset;
  z-index: 1;
  transform: rotateY(180deg) translateY(50%);
}
section.brands > .container .swiper-button-next::after {
  color: #3c3c3c;
  font-size: 28px;
}
section.brands > .container .swiper-button-prev {
  position: absolute;
  right: -50px;
  top: unset;
  bottom: 50%;
  left: unset;
  z-index: 1;
  transform: rotateY(-180deg) translateY(50%);
}
section.brands > .container .swiper-button-prev::after {
  color: #3c3c3c;
  font-size: 28px;
}
ul.pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}