.slide-cont {
  width: 100vw;
  height: 33vw;
  /* background: lightblue; */
}

.slide {
  width: 10vw;
  height: 6vw;
  color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-border {
  display: block;
  position: absolute;
  right: 1vw;
  top: 1vw;
  left: 1vw;
  bottom: 1vw;
  border: 0.1vw solid #dee2e6;
  z-index: 1;
}

.sec-title-right {
  text-align: right;
  font-size: 1.2vw;
  color: #191919;
  font-weight: bold;
  margin: 4vw 1vw 0 0;
}

.sec-title-center {
  display: flex;
  margin-top: 4vw;
  justify-content: space-between;
}

.sec-title-center > .line {
  padding-top: 0.73vw;
  width: 35%;
  height: 2vw;
}

.sec-title-center > img {
  width: 3%;
  height: 3%;
}

.sec-title-center h3 {
  width: 24%;
  font-size: 1.1vw;
  margin: 0;
  line-height: 2vw;
  text-align: center;
}

.sec-1 {
  display: flex;
  justify-content: space-between;
}

.sec-1 > .box {
  display: block;
  position: relative;
  margin-top: 3vw;
  width: 48%;
  height: 25vw;
}

.sec-1 > .box > img {
  width: 100%;
  height: 100%;
  z-index: 100;
  mix-blend-mode: multiply;
}

.sec-1 > .box > .btn {
  position: absolute;
  left: 0;
  bottom: 2vw;
  width: 20%;
  height: 2.5vw;
  background-color: black;
  color: white;
  font-family: IRANSansX, serif !important;
  mix-blend-mode: normal;
  z-index: 1;
  text-align: center;
  padding-top: 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 500;
}

.sec-2 {
  margin-top: 5vw;
  display: flex;
  justify-content: right;
}

.sec-2 > .text {
  width: 30vw;
  height: 13vw;
  margin-left: 3vw;
}

.sec-2 > .text > h2 {
  margin: 0;
  padding: 0;
  line-height: 1.8vw !important;
}

.sec-2 > .text > div {
  margin-top: 1vw;
  font-weight: 500;
}

.sec-2 > .box {
  position: relative;
  width: 10vw;
  height: 10vw;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
  margin-right: 0.5vw;
}

.sec-2 > .box > img {
  width: 6vw;
  height: 6vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec-2 > .box > h2 {
  font-size: 1vw;
  color: #191919;
  font-weight: bold;
  width: 100%;
  text-align: right;
  padding: 0.2vw 0.5vw 0 0;
}

.sec-3-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec-3-1 > .box-1 {
  display: block;
  width: 50%;
  margin: -1vw;
}

.sec-3-1 > .box-1 .inf-box {
  border: 1px solid #dee2e6;
  margin: 1vw 2vw 1vw 1vw;
  display: block;
  min-height: 19vw;
}

.sec-3-1 > .box-1 .inf-box img {
  width: 100%;
  display: block;
}

.sec-3-1 > .box-1 .inf-box p {
  width: 100%;
  font-size: 1vw;
  text-align: center;
}

.sec-3-1 > .box-2 {
  width: 50%;
  display: block;
  position: relative;
  border: 1px solid #dee2e6;
}

.sec-3-1 > .box-2 > img {
  width: 100%;
  height: 100%;
}

.sec-3-1 > .box-2 > a {
  display: block;
  position: absolute;
  bottom: 2vw;
  right: 17%;
  background-color: #0c0a0d;
  border-radius: 0.3vw;
  color: white;
  height: 3vw;
  text-align: center;
  padding: 0 0.5vw;
  line-height: 3vw;
}

.sec-5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sec-5 > .plus-box {
  display: block;
  position: relative;
  width: 23.7%;
  height: 30vw;
  border: 1px solid #dee2e6;
}

.sec-5 > .plus-box > img {
  width: 100%;
  height: 100%;
}

.sec-5 > .plus-box > a {
  position: absolute;
  width: 50%;
  height: 2vw;
  text-align: center;
  display: inline-block;
  padding-top: 1vw;
  background-color: #000000;
  color: white;
  left: 25%;
  top: 13vw;
  z-index: 1;
  font-size: 1.2vw;
  font-weight: 400;
  border: 1px solid #000000;
}

.sec-6 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sec-6 > .box-2 {
  display: block;
  width: 30%;
  margin-top: 7vw;
  padding: 5vw 2vw;
}

.sec-6 > .box-2 > h1 {
  color: #ee3d78;
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.sec-6 > .box-2 > h2 {
  width: 30vw;
  font-size: 1.6vw;
  line-height: 1.6vw;
}

.sec-6 > .box-2 > p {
  width: 25vw;
  font-size: 1.4vw;
  line-height: 2vw;
  text-align: justify;
  text-justify: inter-word;
}

.sec-6 > .box-2 > a {
  display: block;
  width: 11vw;
  height: 3vw;
  border: 1px solid black;
  background-color: black;
  color: white;
  border-radius: 0.3vw;
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 3vw;
  text-align: center;
  margin: 2vw 0;
}

.sec-6 > .box-1 {
  width: 70%;
  display: block;
  position: relative;
  direction: ltr;
}

.sec-6 > .box-1 .img-box {
  width: 35vw;
  height: 45vw;
  margin-bottom: 1vw;
}

.sec-6 > .box-1 img {
  width: 100%;
  height: 100%;
  margin: 1vw;
  mix-blend-mode: multiply;
  border: 1px solid #dee2e6;
}

.sec-6 > .box-1 > .prd {
  width: 16vw;
  height: 30vw;
  position: absolute;
  left: 30vw;
  top: 10vw;
  mix-blend-mode: normal;
  z-index: 20;
}

@media (max-aspect-ratio: 16/9) {
  .sec-7 {
    display: block;
    width: 100vw;
    height: 33vw;
    background-color: #e1e1e1;
  }
}
@media (min-aspect-ratio: 6/4) {
  .sec-7 {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 85%;
    height: 28vw;
    background-color: #e1e1e1;
  }
}
.sec-8 * {
  overflow: hidden;
}

.sec-8 {
  width: 100%;
  height: 11vw;
  position: relative;
  direction: ltr;
  text-align: left;
  overflow-y: hidden;
}

.glider-track {
  height: 11vw !important;
}

.glider-slide {
  height: 10vw !important;
  width: 20vw !important;
  border: 1px solid #dee2e6;
  margin: 0 0.6vw;
  overflow: hidden;
  text-align: center;
}

.glider-slide > img {
  width: 100%;
}

.sec-9 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}

.sec-9 .box-2 {
  width: 23vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2vw;
}

.sec-9 .box-2 .sec-row {
  width: 100%;
  height: 6.5vw;
  display: flex;
  justify-content: center;
}

.sec-9 .box-2 .sec-row .prod {
  display: flex;
  width: 80%;
}

.sec-9 .box-2 .sec-row .prod img {
  display: block;
  width: 6vw;
  height: 6vw;
  margin: 0 0 auto 0;
  border: 1px solid #dee2e6;
}

.sec-9 .box-2 .sec-row .prod p {
  font-size: 1vw;
  line-height: 2vw;
  padding-right: 0.5vw;
}

.sec-9 .box-1 {
  width: 37vw;
  display: block;
  position: relative;
  direction: ltr;
}

.sec-9 .box-1 .img-box {
  width: 100%;
  height: 46vw;
  border: 1px solid #dee2e6;
}

.sec-9 .box-1 img {
  width: 100%;
  height: 100%;
  margin: 0.75vw;
  mix-blend-mode: multiply;
}

.sec-title {
  display: block;
  width: 90%;
}