.shadow {
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.7) !important;
}

.plus-bullet > li {
  margin-top: 4vw;
}

.blogger-box {
  width: 100%;
  display: block;
  height: 42vw;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: white;
}

.blogger-box-flex {
  width: fit-content;
  height: 100%;
  display: flex;
}

.blogger-box-flex > .blogger {
  width: 30vw;
  height: 35vw;
  border: 1px solid #dee2e6;
  margin: 0 0.2em;
  position: relative;
}

.blogger-box-flex > .blogger > img {
  width: 100%;
  height: 28vw;
  display: block;
}

.blogger-box-flex > .blogger > div {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.9em;
  height: 1.3em;
  text-align: center;
  width: 100%;
}

.brands-linear-list {
  width: fit-content;
  display: flex;
  height: 27vw;
  padding: 0 4vw;
}

.brands-linear-list > .brand-box {
  border: 1px solid #dee2e6;
  background-color: white;
  width: 40vw;
  height: 25vw;
  margin: auto 2vw;
  text-align: center;
  overflow: hidden;
}

.home-banner-1x1 > img {
  width: 100%;
  height: 75vw;
}

.home-banner-3x1 > img {
  width: 100%;
  height: 33vw;
}

.home-banner-2x1 > img {
  width: 100%;
  height: 50vw;
}

.triple-btn-over-img {
  width: 100%;
  height: 110vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 10vw;
}

.triple-btn-over-img > a {
  display: flex;
  flex-direction: row;
  width: 90%;
  height: 30vw;
  margin: 5vw auto;
  position: relative;
  background-color: #ffffff;
  border-radius: 3vw;
  justify-content: space-between;
}

.triple-btn-over-img > a > img {
  display: block;
  width: 30%;
  height: 30vw;
  border-radius: 3vw;
}

.triple-btn-over-img > a > div {
  margin: auto 3vw;
  display: block;
  width: 65%;
  height: fit-content;
  line-height: 4vw;
  font-size: 3vw;
  text-align: justify;
  text-align-last: right;
}

.image-dual-frame {
  width: 100%;
  height: 95vw;
  display: block;
  position: relative;
  direction: ltr;
}

.image-dual-frame > .img-box {
  width: 70vw;
  height: 90vw;
  margin-left: 5vw;
  margin-bottom: 1vw;
  position: relative;
  margin-top: 3vw;
}

.image-dual-frame > .img-box > img {
  position: absolute;
  left: -3vw;
  top: -3vw;
  z-index: -2;
  mix-blend-mode: multiply;
}

.image-dual-frame > .prd {
  width: 34vw;
  height: 55vw;
  position: absolute;
  right: 3vw;
  bottom: 20vw;
  mix-blend-mode: normal;
  z-index: 1;
}

.try-it-btn {
  display: block;
  width: 33vw;
  height: 9vw;
  border: 1px solid black;
  background-color: black;
  color: white;
  border-radius: 1vw;
  font-weight: bold;
  font-size: 3.3vw;
  line-height: 9vw;
  text-align: center;
  margin: 6vw auto;
}

.dual-btn-over-img {
  width: 100%;
  height: 110vw;
  background-image: url("https://via.placeholder.com/300/09f.png/fff");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20vw;
}

.btn-black {
  left: 0;
  bottom: 2vw;
  width: 40%;
  margin: 0 auto;
  height: 6vw;
  background-color: black;
  color: white;
  font-family: IRANSansX !important;
  mix-blend-mode: normal;
  z-index: 1;
  text-align: center;
  padding-top: 1vw;
  font-size: 3vw;
  line-height: 5.5vw;
  font-weight: 500;
}

.btn-black:hover {
  background-color: #ee3d78;
  color: white;
  font-weight: 800;
}