@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");
:root {
  --ff-heading: "Assistant", sans-serif;
  --ff-body: "Assistant", sans-serif;
}

body {
  text-align: right;
  direction: rtl;
  font-weight: normal;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
}
body .header-top {
  direction: ltr;
}
.single-item__content{
  direction: rtl;
}
@media (min-width: 992px) {
  body .thumb-content-wrapper:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  body .thumb-content-wrapper:nth-of-type(2n) .thumb-content {
    border-radius: 0 0 25px 0;
    left: auto !important;
    right: 0 !important;
    /*text-align: left;*/
  }
  body .thumb-content-wrapper:nth-of-type(2n) .thumb-img {
    border-radius: 0 0 25px 0;
  }
  body .thumb-content-wrapper:nth-of-type(2n) .flower-icon {
    right: auto;
    left: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .thumb-content-wrapper:nth-of-type(2n) .flower-icon {
    left: 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 575px) {
  body .thumb-content-wrapper:nth-of-type(2n) .flower-icon {
    left: 0 !important;
  }
}
body .thumb-content-wrapper .thumb-content {
  left: 0;
  right: auto;
}
body .thumb-content-wrapper .thumb-content .flower-icon {
  right: 16px;
  left: auto;
}
@media (max-width: 575px) {
  body .thumb-content-wrapper .thumb-content .flower-icon {
    right: 0px;
  }
}
body .lang-wrapper {
  direction: rtl;
}
body .lang-wrapper .lang {
  background-position: left 0 center;
  padding-left: 20px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  body .nav-list {
    /*margin-inline-start: 80px;*/
  }
  body .thumb-content-wrapper.style--two .thumb-content {
    margin-top: 48px;
    position: relative;
    left: auto;
    right: -80px;
    width: 50%;
    padding-left: 0;
    padding-right: 80px !important;
  }
}
body .form-check .form-check-input {
  float: right;
}
body .form-check .form-check-label {
  padding-right: 24px;
}