* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: IRANYekan;
  font-style: normal;
  src: url("/land/fonts/IRANYekan/Farsi_numerals/WebFonts/fonts/woff/iranyekanweblight(fanum).eot");
  src: url("/land/fonts/IRANYekan/Farsi_numerals/WebFonts/fonts/woff/iranyekanweblight(fanum).eot?#iefix")
  format("embedded-opentype"),
  url("/land/fonts/IRANYekan/Farsi_numerals/WebFonts/fonts/woff/iranyekanweblight(fanum).woff") format("woff2"),
  url("/land/fonts/IRANYekan/Farsi_numerals/WebFonts/fonts/woff/iranyekanweblight(fanum).woff") format("woff");
}
body {
  font-family: "IRANYekan";
  direction: rtl;
  background-color: #ff4343;
}
a {
  color: black;
}
.container {
  padding: 0;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
header {
}
.nav-container {
  padding: 10px 0;
  background-color: #FFC107;
  width: 100%;
}
.nav-container .back {
  line-height: 37px;
  margin-right: 5px;
  color: #393939;
}
.nav-container .back .mobile {
  display: none;
}
header .mi-logo img {
  max-width: 550px;
}

.pm_box h5 {
  margin: 0;
  text-align: right;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  line-height: 1.83;
  font-size: 12px;
  max-width: 93%;
  margin: auto;
}
.mobile-link {
  display: none;
  width: 230px;
  border-radius: 4px;
  border: solid 1px rgba(33, 33, 33, 0.4);
  margin: 13px auto 0;
  line-height: 39px;
}

.mobile-link img:first-child {
  width: 147px;
  margin-left: 5px;
}
.category-box {
  margin-top: 15px;
}
.category-link {
  display: block;
  width: 100%;
}
.category-item {
  position: relative;
  width: 259px;
  min-height: 137px;
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 5px 10px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  z-index: 1;
  transition: 0.3s;
  margin-left: 30px;
  text-align: right;
}
.category-item:last-child {
  margin-left: 0;
}
.category-description {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 16px;
}
.category-description h3 {
  font-size: 30px;
  font-family: "IRANYekan";
  margin: 0 auto 15px;
}
.balck-btn {
  border-radius: 12px;
  background-color: #212121;
  width: 121px;
  color: #FF9800;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}
.category-item:hover,
.category-item:active,
.category-item:visited {
  color: #000;
}
.category-img {
  width: 74px;
  position: absolute;
  bottom: 0;
  left: 18px;
}
.category-item.women .category-img {
  width: 87px;
  left: 10px;
}
.category-item.kids .category-img {
  width: 72px;
  left: 20px;
}
.category-item.healthy .category-img {
  width: 135px;
  bottom: 10px;
  left: 4px;
}
.gray-background {
  position: absolute;
  width: 125px;
  height: 115px;
  background-color: #f2f2f2;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 12px 0 0 0;
}
.gray-background.two {
  left: 32px;
  top: 42px;
  height: calc(100% - 42px);
}
.gray-background.three {
  left: 90px;
  top: 79px;
  height: calc(100% - 79px);
}
#products-container {
  padding: 0;
}
.product-box {
  /*border: solid 3px #ff4343;*/
  border-radius: 20px;
  padding: 1rem;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 1;
}
.product-box-title {
  /** position: absolute;
  top: 0;
  right: -3px;
  margin-top: -135px; **/
}
.product-box-title img {
  display: block;
}
.product-box-title img:first-child {
  width: 294px;
}
.product-box-title img:last-child {
  width: 423px;
}
.product {
  width: 242px;
  min-height: 400px;
  position: relative;
  box-shadow: 0 0 7px 0 rgba(255, 0, 0, 0.08);
  display: inline-block;
  margin: 20px;
  vertical-align: middle;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: white;
}
.product-box.disable .product {
  display: none;
}
.product:hover {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.product:hover h4{
  color: #000;
}
.product-description {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
.product-description h5 {
  font-size: 12.5px;
  color: #535353;
}
.product-description h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  text-overflow: ellipsis;
}
.product-description h4 + span{
  position: relative;
  bottom: 18px;
  left: 5px;
}
.old-price {
  color: #535353;
  font-size: 1.5rem;
  text-decoration: line-through;
}
.price {
  color: #ff4343;
  font-weight: 600;
}
.price span {
  font-size: 1.8rem;
}
.product .img-box img {
  max-width: 195px;
}
.product.end .img-box img{
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.3;
}
.product.end .product-offer {
  color: #909090;
}
.product.end .black-background {
  background-color: #555;
}
.product.end .price-box .old-price{
  color: #fff;
}

.price-box
{
  margin-top: 15px;
}
.product .end-txt{
  display: none;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #848484;
}
.product.end .price span:first-child{
  display: none;
}
.product.end .end-txt{
  display: block;
  position: absolute;
  top: 182px;
  left: 27%;
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.sad-emoji{
  position: absolute;
  top: 121px;
  left: 38%;
  z-index: 1111;
  width: 60px;
}
.product-offer {
  position: absolute;
  width: 64px;
  height: 50px;
  top: 0;
  left: 0;
  font-family: "IRANYekan";
  color: #FF9800;
}
.product-offer span {
  position: absolute;
  z-index: 1;
}
.black-background {
  width: 47px;
  height: 37px;
  background-color: #000;
  left: 0;
}
.black-background:nth-child(2) {
  height: 43px;
  background-color: #000;
  top: 5px;
  left: 13px;
}
.black-background:nth-child(3) {
  height: 13px;
  background-color: #000;
  top: calc(100% - 15px);
  right: 0;
  width: 56px;
}
.product-offer .off-num {
  z-index: 111;
  font-size: 3.7rem;
  left: 14px;
  vertical-align: middle;
  min-width: 42px;
  left: 2px;
  top: -7px;
}
.product-offer .off-percent {
  left: 3px;
  top: 2px;
  font-size: 2.4rem;
}
.product-offer .off-txt {
  bottom: 0px;
  right: 9px;
  font-size: 1.7rem;
}
.timer {
  position: absolute;
  top: 0;
  left: -3px;
  margin-top: -52px;
  direction: ltr;
}
.product-box.disable .timer {
  display: none;
}
.product-box.disable .disable-timer {
  display: block;
}
.timer * {
  vertical-align: middle;
}
.time-item {
  width: 99px;
  height: 99px;
  border-radius: 14.6px;
  border: solid 1.1px #979797;
  background-color: white;
}

.timer > div {
  display: inline-block;
}
.time-item p {
  margin: 0;
  position: relative;
}
.time-num {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
  top: 9px;
}
.time-txt {
  font-size: 18px;
  bottom: 3px;
}
.timer .dots {
  font-size: 34px;
  font-weight: bold;
}
.disable-timer {
  position: relative;
  top: auto !important;
  left: auto !important;
  margin: auto !important;
}
.disable-timer .time-item {
  background-color: #FF9800;
}
.product-box .disable-content{
  display: none;
}
.product-box.disable .disable-content{
  display: block;
}
.disable-content .description {
  text-align: center;
  color: #3f3d56;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.timer-p {
  margin-bottom: 35px;
}
.timer-p span {
  font-family: "IRANYekan";
}
.timer-p span:first-child {
  font-size: 28px;
}
.timer-p span:last-child {
  font-size: 44px;
  font-weight: bold;
}
.disable-content .background-box .gray-background {
  width: 270px;
  height: 210px;
  left: 70px;
  border-radius: 0;
}
.disable-content .background-box .gray-background:nth-child(2) {
  left: 160px;
  top: 80px;
}
.disable-content .background-box .gray-background:nth-child(3) {
  left: 285px;
  top: 123px;
  height: 220px;
}
@keyframes active1 {
  0% {
    opacity: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
@keyframes active2 {
  0% {
    opacity: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}

@media (max-width: 1199px) {
  .category-item {
    margin-left: 9%;
    margin-bottom: 40px;
  }
  .category-item:nth-child(2) {
    margin-left: 0;
  }
  .category-item:nth-child(3),
  .category-item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .disable-content .background-box .gray-background {
    width: 220px;
    height: 170px;
  }

  .product:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .product .img-box img {
    max-width: 100%;
  }
  .disable-content .background-box .gray-background:nth-child(2) {
    left: 130px;
    top: 70px;
  }
  .timer-p span:first-child {
    font-size: 18px;
  }
  .timer-p span:last-child {
    font-size: 30px;
  }
  .disable-content .background-box .gray-background:nth-child(3) {
    left: 265px;
    top: 120px;
    height: 161px;
  }
  .disable-content .description {
    font-size: 16px;
  }
  .product-box-title img:first-child {
    width: 180px;
  }
  .product-box-title img:last-child {
    width: 270px;
  }
  .time-item {
    width: 60px;
    height: 60px;
    border-radius: 7.6px;
  }
  .time-num {
    font-size: 25px;
    top: 6px;
  }
  .time-txt {
    font-size: 14px;
    bottom: 0px;
  }
  .timer {
    margin-top: -33px;
    left: 8px;
  }
  .product {
    width: 225px;
    margin: 6px;
    min-height: 440px;
  }
}

@media (max-width: 731px) {
  .sad-emoji {

    top: 65px;
  }
  .nav-container .back .desktop {
    display: none;
  }

  .disable-content .background-box .gray-background {
    display: none !important;
  }

  .nav-container .back .mobile {
    display: inline-block;
  }

  .disable-content .description {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .disable-timer {
    margin-top: 15px !important;
  }

  .product-box.disable {
    padding: 35px 0 7px;
  }

  header .mi-logo img {
    max-width: 80%;
  }

  .pm_box {
    max-width: 80%;
  }

  .category-box {
    margin-top: 24px;
  }

  .category-item {
    margin-left: 3%;
    margin-bottom: 20px;
  }

  .product-box {
    border-radius: 0px;
    padding: 87px 0 7px;
    border-width: 3px 0 0;
  }

  .product {
    width: 160px;
    margin: 6px;
    min-height: 341.5px;
  }

  .product-offer {
    width: 40px;
    height: 37px;
  }

  .black-background {
    width: 27px;
    height: 24px;
  }

  .black-background:nth-child(2) {
    height: 25px;
    top: 4px;
    left: 10px;
  }

  .black-background:nth-child(3) {
    height: 11px;
    top: calc(100% - 18px);
    width: 35px;
  }

  .product-offer .off-num {
    font-size: 1.9rem;
    left: -3px;
    top: -1px;
  }

  .product-offer .off-percent {
    left: 2px;
    font-size: 1.5rem;
  }

  .product-offer .off-txt {
    bottom: 4px;
    right: 4px;
    font-size: 1.15rem;
  }

  .product-description h5 {
    font-size: 10.5px;
  }

  .product-description h4 {
    font-size: 9.6px;
  }

  .old-price {
    font-size: 9.7px;
  }

  .price {
    font-size: 8px;
  }

  .price span {
    font-size: 1.2rem;
    font-weight: 800;
  }

  .product.end .end-txt {
    left: 19%;
    top: 115px;
  }
}
@media (max-width: 580px) {
  .sad-emoji {
    top: 55px;
  }

  .product-offer {
    width: 46px;
  }

  .product-offer .off-num {
    font-size: 2.5rem;
    left: -3px;
    top: -3px;

  }

  .black-background {
    width: 31px;
  }

  header {
    /* background-color: #FF9800; */
    /* background: linear-gradient(180deg, #FF9800 73%, #f4f4f4 13%); */
  }

  .nav-container .text-left img {
    width: 97px;
  }

  .nav-container .back {
    line-height: 22px;
  }

  .mi-logo {
    margin-top: 20px;
  }

  .pm_box {
    max-width: 80%;
  }

  .pm_box h5 {
    font-size: 11px;
  }

  .mobile-link {
    display: block;
  }

  .category-item {
    max-width: 162px;
    min-height: 109px;
    border-radius: 4px;
    margin-left: 29px;
    margin-bottom: 20px;
  }

  .category-item:visited h4 {
    color: #000;
  }

  .category-img {
    width: 58px;
  }

  .category-item.women .category-img {
    width: 66px;
  }

  .category-item.kids .category-img {
    width: 51px;
  }

  .category-item.healthy .category-img {
    width: 90px;
  }

  .category-description {
    top: 10px;
  }

  .category-description h3 {
    font-size: 18px;
    margin: 0px auto 31px;
  }

  .balck-btn {
    border-radius: 4px;
    width: 61px;
    font-size: 14px;
    line-height: 28px;
  }

  .balck-btn img {
    width: 7px;
  }

  .gray-background {
    width: 75px;
    height: 75px;
    border-radius: 4px 0 0 0;
  }

  .gray-background.two {
    left: 17px;
    top: 20px;
    height: calc(100% - 20px);
  }

  .gray-background.three {
    left: 45px;
    top: 41px;
    height: calc(100% - 41px);
  }

  .product-box {
    /* margin-top: 90px; */
  }

  .product-box-title {
    margin-top: -70px;
    right: auto;
    text-align: center;
    width: 100%;
  }

  .product-box {
    padding: 105px 0 7px;
  }

  .product-box-title img:first-child {
    margin: auto;
    padding-left: 30px;
    width: 160px;
  }

  .product-box-title img:last-child {
    margin: auto;
    width: 228px;
  }

  .timer {
    margin-top: 25px;
    left: auto;
    width: 100%;
  }

  /* .time-item {
    width: 67px;
    height: 67px;
  }
  .time-num {
    font-size: 29px;
    top: 6px;
  }*/
  .time-txt {
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .col-xs-12.category-box.text-center {
    padding: 8px;
  }
  .category-item {
    margin-left: 15px;
  }
}
@media (max-width: 360px) {
  .col-xs-12.category-box.text-center {
    padding: 5px;
  }
  .category-item {
    max-width: 145px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .category-img {
    left: 7px;
  }
  .category-item.women .category-img {
    left: 4px;
  }
  .category-item.kids .category-img {
    left: 6px;
  }
  .category-item.healthy .category-img {
    width: 77px;
    left: 0;
  }
}
@media (max-width: 350px) {
  .nav-container .back {
    line-height: 27px;
  }
  .product {
    width: 150px;
    margin: 4px;
  }
  .product-description h4 {
    font-size: 9px;
  }
}
.small-span{
  font-size: 11px;
}

/***** Raditoweb.com  edit **/

.off-box {
  background-color: #ff4343;
  color: #fff;
  padding: 1rem;
  line-height: normal;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  border-radius: 9px;
  position: relative;
}

.off-box p {
  margin: 0;
}

.product-box-title p {
  font-size: 3.5rem;
  font-weight: 600;
}

.intro-header p {
  font-size: 5rem;
  color: #ffffff;
  line-height: normal;
  margin-top: 20px;
}

.intro-header span {
  display: none;
}

.intro-header {
  display: flex;
  font-weight: 600;
  font-size: 2rem;
  background: #FF9800;
  color: #fff;
  padding: 2rem;
  margin-top: 25px;
  line-height: normal;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  margin-bottom: 20px;
}

.pm_box {
  color: #393939;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-align: right;
  /* margin-right: 65px; */
  align-self: flex-end;
}


.pm_box span {
  margin-bottom: 0px;
  font-size: 2rem;
  background-color: #dafdba;
  color: #292929;
  padding: 1rem;
  border-radius: 10px;
  width: fit-content;
  box-shadow: 0px 0px 4px 0px #e0e0e0;
}
.send-message-box {
  align-self: flex-end;
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  margin-top: 10px;
  color: #393939;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.send-message-box span {
  color: #d4d4d4;
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff;
  display: flex;
  padding: 2rem;
  justify-content: flex-end;
  font-size: 2rem;
  box-shadow: 0px 0px 4px 0px #e0e0e0;
  display: flex;
  justify-content: space-between;
}

.send-message-box p {
  color: #d4d4d4;
  width: 72px;
  border-radius: 40px;
  background-color: #009688;
  height: 68px;
  margin: 0px;
  box-shadow: 0px 0px 4px 0px #e0e0e0;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.receive-message {}

.receive-message {
  max-width: 580px;
  color: #393939;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-align: right;
  align-self: flex-start;
}

.receive-message span {
  margin-bottom: 0px;
  font-size: 2rem;
  background-color: #ffffff;
  color: #484848;
  padding: 1rem;
  border-radius: 10px;
  width: fit-content;
  box-shadow: 0px 0px 4px 0px #e0e0e0;
}

.user-icon {
  background-color: #eaeaea;
  padding: 2rem;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: unset;
  font-size: 2rem;
  font-weight: 600;
  margin-left: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  justify-items: center;
  color: #00887a;
}


.box-message {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: white;
  padding: 1rem;
  background: url(/land/mi/event/img/bg-whatsapp.jpg);
}

.first-message {
  display: flex;
  align-items: center;
}

.first-message div {
  margin-right: 0px;
}

.send-message {
  display: flex;
  flex-direction: column;
}

.left-side {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}

.left-side span {
  margin-left: 5px;
}

.right-side {
  display: flex;
  align-items: center;
  min-width: 50%;
  margin-right: 10px;
}

@media only screen and (max-width:768px)
{
  .right-side{
    min-width: 20%;
  }
  .left-side span , .pm_box span
  , .receive-message span , .send-message-box span {
    font-size:1.2rem;
    padding: 1rem;
  }
  .send-message-box p {
    height: 37px;
    width: 43px;
  }
  .intro-header p{
    font-size: 2rem;
  }
  .fa-microphone {
    font-size: 2rem !important;
  }
  .right-side span {
    margin-left: 10px;
  }
}

.head-message {
  display: flex;
  font-weight: 600;
  font-size: 2rem;
  background: #00887a;
  color: #fff;
  padding: 1rem 0.5rem;
  margin-top: 25px;
  line-height: normal;
  align-items: center;
  justify-content: space-between;
}

.message-box {
  border-radius: 15px;
}

.right-side span {
  margin-left: 20px;
}

.fa-microphone {
  font-size: 3rem;
}


.boxing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.first-box {
    height: 100vh;
    background: #fff;
    background: url(http://technokade.com/land/yalda99/event/img/BG-Yalda-3.jpg);
    color: #fff;
    font-size: 3rem;
    padding: 0 20px;
}



.into-boxing {
  border-radius: 20px;
  padding: 1rem 5rem 1rem 1rem;
  background-color: #fff;
  z-index: 1;
}

.half-screen {
  height: 50vh;
}

.white-box {
  background: #fff;
}

.product-slider {
  border: solid 3px #ff4343;
  border-radius: 20px;
  padding: 1rem;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 1;
}

.swiper-wrapper
{
  margin-bottom: 20px;
}

.all-product {
    position: absolute;
    left: 10px;
    color: #010101;
    font-size: 16px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.first-box ul {
    font-size: 4rem;
    color: #fff;
    margin-top: 2rem;
}

.first-box p , .first-box h2 {
    margin-bottom: 3rem;
    text-align: justify;
}

.first-box h2 {
    font-size: 4rem;
}

.yalda-advantage--header {
    width: 302px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e6e9ed;
    margin-top: 8rem;
}

.yalda-advantage--header__icon {
    width: 36px;
    height: 24px;
    position: relative;
    bottom: 10px;
    background: url(https://www.digikala.com/static/files/37848f75.svg) no-repeat;
}

.yalda-advantage--header__title {
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.skuda-box {
    background: #07c774;
    position: relative;
    min-height: 100vh;
    
}

.affi-box {
    background: #072e69;
    position: relative;
    min-height: 100vh;
    
} 

.two-boxing {
    display: flex;
}

.image-box {
    min-width: 30%;
}

.detail-text-box
{
    color:#fff;
    font-size:1.5rem;
    padding: 1rem;
    text-align:justify
}

.head-title-half {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    padding: 1rem;
    margin: 2rem;
}

.btn-skuda:hover {
    color: #fff;
    background: #ffb70e;
    box-shadow: 0 0 8px #40444d;
}

@media only screen and (max-width:768px)
    {
        .first-box h2 {
        font-size: 2rem;
    }

    .first-box ul , .first-box p {
        font-size: 2rem;
    }
    .first-box p , .first-box h2 {
    margin-bottom: 2rem;
    text-align: justify;
    }
    .yalda-advantage--header{
        margin-top:2rem;
    }
        .coursel {
        width:100%;
            padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    .two-boxing {
        min-width: 100%;
    
    }
    .off-box{
        display:flex;
        justify-content:space-between;
    }
}




/************/



  #best_users, #best_brands {
  }

  #best_users .content, #best_brands .content {
    display: block;
    width: 100%;
    text-align: center;
  }

  #best_users .title, #best_brands .title {
    text-align: center;
  }

  #best_users .table, #best_brands .table, #best_users .socials, #best_brands .socials {
    float: unset;
    display: block;
    width: 100%;
    /* margin-top: 200px; */
  }

  #best_users .table .img_box {
    right: 50%;
    transform: translateX(50%);
    max-width: 240px;
  }


#best_users,
#best_brands {
}
#best_users .title,
#best_brands .title {
  margin-bottom: 25px;
}
#best_users .title span,
#best_brands .title span {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
#best_users .content,
#best_brands .content {
}
#best_users .content p,
#best_brands .content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
#best_users .table,
#best_brands .table,
#best_users .socials,
#best_brands .socials {
  position: relative;
}
#best_users .table .img_box,
#best_brands .table .img_box,
#best_users .socials .img_box,
#best_brands .socials .img_box {
  position: absolute;
  width: 50%;
  top: -170px;
  z-index: 1;
  right: -90px;
}
#best_users .table .img_box img,
#best_brands .table .img_box img,
#best_users .socials .img_box img,
#best_brands .socials .img_box img {
  width: 100%;
}
#best_users .table .img_box img.fishtool,
#best_brands .table .img_box img.fishtool,
#best_users .socials .img_box img.fishtool,
#best_brands .socials .img_box img.fishtool {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 110%;
  animation: scale 3s ease infinite;
}
#best_users .table table,
#best_brands .table table,
#best_users .socials table,
#best_brands .socials table {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 2;
}
#best_users .table table thead,
#best_brands .table table thead,
#best_users .socials table thead,
#best_brands .socials table thead {
  background: #41d296;
  color: #ffffff;
}
#best_users .table table thead th:first-child,
#best_brands .table table thead th:first-child,
#best_users .socials table thead th:first-child,
#best_brands .socials table thead th:first-child {
  border-radius: 0 8px 0 0;
}
#best_users .table table thead th:last-child,
#best_brands .table table thead th:last-child,
#best_users .socials table thead th:last-child,
#best_brands .socials table thead th:last-child {
  border-radius: 8px 0 0 0;
}
#best_users .table table tbody tr,
#best_brands .table table tbody tr,
#best_users .socials table tbody tr,
#best_brands .socials table tbody tr {
  background: #354BBB;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
#best_users .table table tbody tr:not(:last-child),
#best_brands .table table tbody tr:not(:last-child),
#best_users .socials table tbody tr:not(:last-child),
#best_brands .socials table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#best_users .table table tbody tr:hover,
#best_brands .table table tbody tr:hover,
#best_users .socials table tbody tr:hover,
#best_brands .socials table tbody tr:hover {
  background: #4c63d8;
  transform: scale(1.05);
}
#best_users .table table tbody tr:last-child td:first-child,
#best_brands .table table tbody tr:last-child td:first-child,
#best_users .socials table tbody tr:last-child td:first-child,
#best_brands .socials table tbody tr:last-child td:first-child {
  border-radius: 0 0 8px 0;
}
#best_users .table table tbody tr:last-child td:last-child,
#best_brands .table table tbody tr:last-child td:last-child,
#best_users .socials table tbody tr:last-child td:last-child,
#best_brands .socials table tbody tr:last-child td:last-child {
  border-radius: 0 0 0 8px;
}
#best_users .table table th,
#best_brands .table table th,
#best_users .socials table th,
#best_brands .socials table th,
#best_users .table table td,
#best_brands .table table td,
#best_users .socials table td,
#best_brands .socials table td {
  padding: 10px 15px;
  vertical-align: middle;
}
#best_users .table table img,
#best_brands .table table img,
#best_users .socials table img,
#best_brands .socials table img {
  width: 15px;
}
#best_brands .content {
  display: flex;
  flex-direction: column;
}
#best_brands .socials {
  position: relative;
  height: 35vh;
}
#best_brands .socials .icon {
  position: absolute;
}
#best_brands .socials .icon.telegram {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#best_brands .socials .icon.linkedin {
  top: 4%;
  left: 20%;
  animation: scale 3s ease infinite;
  animation-delay: 2s;
}
#best_brands .socials .icon.sms {
  bottom: 6%;
  right: 25%;
  animation: scale 2s ease infinite;
  animation-delay: 1s;
}
#best_brands .socials .icon.instagram {
  right: 2%;
  top: 40%;
  animation: scale 5s ease infinite;
}
#best_brands .socials .icon.web {
  left: 12%;
  bottom: 6%;
  animation: scale 3s ease infinite;
}
#best_brands .socials .icon.email {
  left: 8%;
  top: 32%;
  animation: scale 3s ease infinite;
  animation-delay: 1s;
}
#best_brands .socials .icon.whatsapp {
  right: 19%;
  top: 7%;
  animation: scale 3s ease infinite;
  animation-delay: 2s;
}



.btn-aff {
    color: #fff;
    background: #07c774;
    font-size: 2rem;
}

.btn-skuda {
    color: #fff;
    background: #072e69;
    font-size: 2rem;
}



.wrapper.clearfix.aff-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.btn_box {
    z-index: 99;
}

.content p {
    padding:1rem;
}

@media only screen and (max-width:768px){
  #socials img {
     width: 20%;
}

}

/******* Object *******/


#intro {
  position: relative;
}
#intro .obj_left {
  left: 0;
  bottom: -10%;
  position: absolute;
}
#intro .obj_left_two {
  left: 0;
  top: -10%;
  position: absolute;
}
#intro .obj_right {
  right: 0;
  bottom: -10%;
  position: absolute;
}
#intro .obj_right_two {
  right: 0;
  top: -10%;
  position: absolute;
}

#intro img {
  z-index: 99;
}


/******* Object *******/
