html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
strong {
  font-weight: bold !important;
}
body {
  direction: rtl;
  line-height: 1.65;
  font-family: dana, tahoma;
  outline: unset;
  transition: all 200ms ease-in-out;
  text-align: right;
  background: var(--body-color);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 600;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
:root {
  --first: 214, 42, 61;
  --second: 250, 40, 65;
  --third: 29, 32, 37;
  --fourth: 33, 41, 54;
  --body-color: #ffffff;
}
.featuresfour-wrapper {
  padding: 70px 0;
}
.featuresfour-wrapper .container {
  position: relative;
}
.featuresfour-row {
  position: relative;
  margin-right: 0;
  border-radius: 30px;
  width: 100%;
}
.featuresfour-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  z-index: 1;
  padding-left: 0;
  align-self: stretch;
  min-height: 100%;
}
.featuresfour-img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: rgba(var(--second), 0.12);
  width: 100%;
  min-height: 430px;
  height: 100%;
  border-radius: 0 30px 30px 0;
  padding-left: 0;
}
.featuresfour-img__wrapper img {
  max-width: 415px;
  max-height: 340px;
}
.featuresfour-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 100px;
}
.featuresfour-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.featuresfour-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
  max-width: 700px;
  white-space: pre-line;
  direction: ltr;
}
.featuresfour-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 100px;
}
.featuresfour-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 100px;
  min-width: 250px;
  border-radius: 20px;
  margin: 5px 0;
  padding: 25px 20px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}
.featuresfour-item:nth-child(1) {
  margin-top: 0;
}
.featuresfour-item:nth-child(4) {
  margin-bottom: 0;
}
.featuresfour-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-left: 30px;
  border-radius: 50%;
  transition: background 0.3s;
}
.featuresfour-item:nth-child(1) .featuresfour-item__img {
  background: rgba(var(--first), 0.85);
}
.featuresfour-item:nth-child(2) .featuresfour-item__img {
  background: rgba(var(--second), 0.85);
}
.featuresfour-item:nth-child(3) .featuresfour-item__img {
  background: rgba(var(--third), 0.85);
}
.featuresfour-item:nth-child(4) .featuresfour-item__img {
  background: rgba(var(--fourth), 0.85);
}
.featuresfour-item__img svg {
  width: 32px;
  height: 32px;
}
.featuresfour-item__img svg path {
  fill: white !important;
}
.featuresfour-item__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.featuresfour-item__title {
  position: relative;
  color: rgb(var(--fourth));
  font-size: 17px;
  font-weight: bold;
  transition: color 0.3s;
}
.featuresfour-item__desc {
  color: rgba(var(--fourth), 0.8);
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  white-space: pre-line;
  transition: color 0.3s;
  direction: ltr;
}
.featuresfour-pattern {
  position: absolute;
  right: -30%;
  top: 15%;
}
.featuresfour-item:nth-child(1):hover {
  background: rgba(var(--first), 0.85);
}
.featuresfour-item:nth-child(2):hover {
  background: rgba(var(--second), 0.85);
}
.featuresfour-item:nth-child(3):hover {
  background: rgba(var(--third), 0.85);
}
.featuresfour-item:nth-child(4):hover {
  background: rgba(var(--fourth), 0.85);
}
.featuresfour-item:hover .featuresfour-item__title {
  color: white !important;
}
.featuresfour-item:hover .featuresfour-item__desc {
  color: white !important;
}
.featuresfour-item:hover .featuresfour-item__img {
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 1200px) {
  .featuresfour-items {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .featuresfour-items {
    order: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 40px;
  }
  .featuresfour-texts {
    margin-bottom: 70px;
  }
  .featuresfour-img {
    min-height: 430px;
    padding-right: 30px;
  }
  .featuresfour-pattern {
    display: none;
  }
}
@media (max-width: 768px) {
  .featuresfour-items {
    display: flex;
    padding: 0 30px;
  }
  .featuresfour-items .row {
    flex-direction: column;
  }
  .featuresfour-item {
    flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .featuresfour-img__wrapper img {
    max-width: 290px;
    max-height: 240px;
  }
}
.textfour-wrapper {
  padding: 70px 0;
}
.textfour-wrapper .container {
  position: relative;
  overflow: hidden;
}
.textfour-row {
  position: relative;
  padding: 80px 40px;
  margin-right: 0;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.textfour-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.textfour-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.textfour-texts__title {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  max-width: 450px;
  position: relative;
}
.textfour-texts__desc {
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  max-width: 450px;
  white-space: pre-line;
  direction: ltr;
}
.textfour-texts__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.textfour-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.textfour-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(var(--fourth));
  border: 2px solid white;
  border-radius: 15px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.textfour-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: unset;
  color: white;
  border: 2px solid white;
  border-radius: 15px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.textfour-up-circle {
  position: absolute;
  top: -160px;
  right: -135px;
  transform: rotate(195deg);
}
.textfour-up-ring {
  position: absolute;
  top: -220px;
  right: -135px;
}
.textfour-down-circle {
  position: absolute;
  left: -80px;
  top: 275px;
}
.textfour-down-ring {
  position: absolute;
  left: -210px;
  top: 270px;
}
@media (max-width: 991px) {
  .textfour-texts {
    max-width: 100%;
  }
  .textfour-texts__wrapper {
    max-width: 100%;
  }
  .textfour-texts__buttons {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .textfour-up-circle {
    top: -205px;
    right: -165px;
  }
  .textfour-up-ring {
    top: -275px;
  }
  .textfour-down-circle {
    top: 375px;
  }
  .textfour-down-ring {
    top: 360px;
  }
}
@media (max-width: 500px) {
  .textfour-row {
    padding: 100px 10px;
  }
  .textfour-texts__buttons {
    margin-top: 45px;
  }
  .textfour-down-circle {
    top: 415px;
  }
  .textfour-down-ring {
    top: 390px;
  }
}
.white-list li::before {
  background: white !important;
}
.titlefour-wrapper {
  padding: 55px 0;
  overflow: hidden;
}
.titlefour-row {
  position: relative;
  overflow: hidden;
  background: rgba(var(--second), 0.85);
  padding: 40px 40px 0 40px;
  border-radius: 30px 30px 0 0;
  width: 100%;
  margin-right: 0;
}
.titlefour-bgArrow {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  opacity: 0.85;
}
.titlefour-bgArrow svg {
  width: 100% !important;
}
.titlefour-bgArrow path {
  fill: rgba(var(--second), 1);
}
.titlefour-texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 44px;
  z-index: 1;
}
.titlefour-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.titlefour-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.titlefour-texts__title::before {
  content: " ";
  position: absolute;
  top: 10px;
  right: -30px;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.titlefour-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
  text-align: justify;
}
.titlefour-texts__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.titlefour-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.titlefour-texts__buttons div:nth-of-type(1) {
  margin-right: 0;
}
.titlefour-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(var(--fourth));
  border: 2px solid white;
  border-radius: 50px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.titlefour-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: unset;
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.titlefour-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 30px;
  z-index: 1;
}
.titlefour-img__wrapper {
  position: relative;
}
.titlefour-img__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 293px;
  height: 293px;
  position: relative;
  border-radius: 50%;
  /* background: rgba(255, 255, 255, 0.8); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.titlefour-img__bg img {
  width: 293px;
  height: 293px;
  max-width: 293px;
  max-height: 293px;
}
.titlefour-img__bg.withImgid img {
  border-radius: 50%;
}
.titlefour-img__shapes {
  position: absolute;
  top: 40%;
  left: -15%;
}
.titlefour-img__shapes svg path {
  stroke: rgb(var(--first));
}
.titlefour-wrapper .container {
  position: relative;
  overflow: hidden;
}
.titlefour-up-circle {
  position: absolute;
  top: -132px;
  right: -90px;
}
.titlefour-up-ring {
  position: absolute;
  top: -235px;
  right: -50px;
}
.titlefour-down-circle {
  position: absolute;
  left: 65px;
  top: 285px;
}
.titlefour-down-ring {
  position: absolute;
  left: -55px;
  top: 285px;
}
.titlefour-row.titlefour-position-end {
  flex-direction: row-reverse;
}
.titlefour-position-end .titlefour-texts {
  align-items: flex-end;
}
.titlefour-position-end .titlefour-img {
  justify-content: flex-end;
}
.titlefour-position-end .titlefour-img__shapes {
  left: unset;
  right: -13%;
}
@media (max-width: 991px) {
  .titlefour-texts {
    order: 1;
    align-items: center !important;
    margin-top: 30px;
  }
  .titlefour-img {
    justify-content: center !important;
  }
  .titlefour-up-circle {
    display: none;
  }
  .titlefour-up-ring {
    display: none;
  }
  .titlefour-down-circle {
    display: none;
  }
  .titlefour-down-ring {
    display: none;
  }
}
@media (max-width: 768px) {
  .titlefour-wrapper .container {
    max-width: 100%;
    padding: 0;
  }
  .titlefour-bgArrow {
    margin-right: -15px;
    width: 106%;
  }
  .titlefour-row {
    border-radius: 0;
    padding-bottom: 30px;
  }
  .titlefour-img {
    margin-left: 0;
  }
  .titlefour-texts {
    padding-right: 15px;
  }
  .titlefour-texts__title {
    text-align: center;
  }
  .titlefour-texts__title::before {
    display: none;
  }
  .titlefour-texts__desc {
    text-align: center;
  }
  .titlefour-texts__buttons {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .titlefour-wrapper {
    padding: 50px 0;
  }
  .titlefour-row {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .titlefour-img__shapes {
    left: -10%;
  }
}
.ctaSec {
  overflow: hidden;
  background-color: rgb(var(--second));
  background-image: url("https://cdn.landin.ir/default/sections/images/Taieri.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}
.cta {
  padding: 80px 0;
  position: relative;
}
.cta .topic {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.76;
}
.cta .action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}
.cta .action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.cta .action .btn img {
  user-select: none;
}
.cta .action .btn-outline-primary img {
  margin-right: 30px;
  width: 13px;
}
.cta .action .btn-primary img {
  margin-right: 18px;
  width: 13px;
}
.cta .action .btn svg {
  user-select: none;
}
.cta__title {
  width: 100%;
  white-space: nowrap;
}
.cta .action .btn-outline-primary svg {
  margin-right: 20px;
  max-width: 16px;
  max-height: 16px;
}
.cta .action .btn-outline-primary svg path {
  fill: currentColor !important;
}
.cta .action .btn-primary svg {
  margin-right: 20px;
  max-width: 16px;
  max-height: 16px;
}
.cta .action .btn-primary svg path {
  fill: currentColor !important;
}
.cta .action .btn.btn-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: 1px solid #ffffff;
}
.cta .action .btn.btn-primary:focus,
.cta .action .btn.btn-primary:hover,
.cta .action .btn.btn-primary:active {
  outline: unset;
  box-shadow: unset;
}
.cta .action .btn.btn-outline-primary {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta .action .btn.btn-outline-primary:focus,
.cta .action .btn.btn-outline-primary:hover,
.cta .action .btn.btn-outline-primary:active {
  background-color: rgba(0, 0, 0, 0.1);
  outline: unset;
  box-shadow: unset;
}
.cta .action .btn:not(:last-child) {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .cta .action {
    flex-direction: column;
  }
  .cta .action .btn {
    width: 100%;
  }
  .cta__title {
    white-space: unset;
  }
}
@media screen and (max-width: 991px) {
  .cta {
    padding: 80px 17px 80px 11px;
  }
  .cta .topic {
    text-align: right;
  }
  .cta .action {
    justify-content: center;
  }
  .cta i {
    display: none;
  }
  .cta .desc::after {
    top: 28px;
  }
}
.faq {
  padding: 60px 0;
  position: relative;
}
.faq * {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.faq i {
  display: flex;
  position: absolute;
  z-index: 0;
}
.faq i.right {
  width: 60px;
  height: 50px;
  top: 160px;
  right: -4vw;
  background-image: url("https://cdn.landin.ir/default/sections/images/rightBg.svg");
}
.faq i.left {
  width: 130px;
  height: 130px;
  bottom: 7vh;
  left: -10vw;
  background-image: url("https://cdn.landin.ir/default/sections/images/leftBg.svg");
}
.faq .title {
  display: flex;
  text-align: center;
  justify-content: center;
}
.faq .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.underline-holder {
  position: relative;
}
.faq .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--second));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.faq .accordion .card {
  text-align: right;
  border: unset;
  background: unset;
}
.faq .accordion .card .card-header {
  background-color: unset;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.faq .accordion .card .card-header button {
  position: relative;
  flex: 1;
  padding: 16px;
  display: flex;
  text-align: right !important;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: unset;
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 600;
}
.faq .accordion .card .card-header button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-top: 6px;
}
.faq .accordion .card .card-header button .icon svg {
  width: 16px;
  height: 16px;
}
.faq .accordion .card .card-header button .icon svg path {
  fill: rgb(var(--first));
}
.faq .accordion .card .card-header button .icon .faqone__plusicon {
  display: none;
}
.faq .accordion .card .card-header button .icon .faqone__minusicon {
  display: inline-block;
}
.faq .accordion .card .card-header button.collapsed .icon .faqone__plusicon {
  display: inline-block;
}
.faq .accordion .card .card-header button.collapsed .icon .faqone__minusicon {
  display: none;
}
.faq .accordion .card .card-body {
  padding: 0 6vw 30px;
  font-size: 14px;
  direction: ltr;
}
.faq .accordion .card .card-body p {
  position: relative;
  padding: 0 3.8vw 0;
  line-height: 2;
  text-align: right;
  font-size: 14px;
  color: rgb(var(--third));
  font-weight: 300;
}
.faq .accordion .card .card-body p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  background-color: rgb(var(--first));
}
@media screen and (max-width: 1400px) {
  .faq i {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .faq .accordion .card .card-body {
    padding: 0 60px 30px 30px;
    font-size: 18px;
  }
  .faq .accordion .card .card-header button {
    font-size: 20px;
  }
  .faq .accordion .card .card-body p {
    padding: 0 30px 0 0;
    text-align: right;
    font-size: 18px;
    color: rgb(var(--third));
  }
}
.featuresone {
  padding: 60px 0;
  position: relative;
}
.featuresone .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.featuresone .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
  display: flex;
}
.featuresone .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.featuresone .featuresone__feature {
  text-align: right;
  padding: 15px;
}
.featuresone .featuresone__feature .box {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 30px 23px 20px 20px;
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}
.featuresone .featuresone__feature .box:hover {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.featuresone__icon-bg {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  border-radius: 10px;
  background-color: rgba(var(--second), 0.1);
}
.featuresone__icon-bg svg {
  width: 50%;
  height: 50%;
}
.featuresone .featuresone__feature img {
  user-select: none;
  width: 95px;
  height: 85px;
  max-width: 95px;
  max-height: 85px;
  margin-bottom: 18px;
  object-fit: contain;
}
.featuresone .featuresone__feature .topic {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 11px;
}
.featuresone .featuresone__feature .desc {
  line-height: 2;
  font-weight: 300;
  font-size: 13px;
  color: rgb(var(--third));
  white-space: pre-line;
  direction: ltr;
}
@media screen and (max-width: 991px) {
  .featuresone .featuresone__feature {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .featuresone .featuresone__feature {
    margin-bottom: 0px;
    padding: 7px;
  }
  .featuresone .featuresone__feature .box {
    padding: 20px;
  }
  .featuresone .featuresone__feature .topic {
    margin-bottom: 0;
  }
}
.footerone__section {
  text-align: right;
  padding: 60px 0;
  position: relative;
}
.footerone__section .desc {
  font-size: 12px;
  direction: ltr;
}
.footerone__section .topic,
.footerone__section .social .topic,
.footerone__section .contact .topic {
  font-size: 15px;
  font-weight: 600;
  color: rgb(var(--third));
  margin-bottom: 12px;
}
.footerone__section .social .topic {
  margin-bottom: 20px;
}
.footerone__section p {
  font-size: 12px;
  font-weight: 300;
  color: rgb(var(--third));
  margin-bottom: 0;
}
.footerone__section .info p {
  line-height: 2.2;
  white-space: pre-line;
}
.footerone__section .info {
  padding: 0 30px;
  position: relative;
}
.footerone__section .info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 150%;
  border-left: 1px dashed #eaeaea;
}
.footerone__section .info .topic {
  padding-right: 15px;
  position: relative;
  font-weight: 600;
}
.footerone__section .info .topic::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -1px;
  top: 3px;
  border-radius: 100px;
  background-color: rgb(var(--second));
}
.footerone__section .contact .data ul {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
}
.footerone__section .contact .data ul .footerone__sectionone__listitem {
  margin-left: 30px;
}
.footerone__section .contact .data ul:last-child {
  flex: 0.87;
}
.footerone__section .contact .data ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.footerone__section .contact .data ul li div {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: 2px;
  display: flex;
}
.footerone__section .contact .data ul li a {
  font-size: 12px;
  color: rgb(var(--third));
}
.footerone__section .contact .data ul li img {
  width: 16px;
  margin-left: 10px;
  object-fit: contain;
  margin-top: 2px;
}
.footerone__section .contact .data ul li a.email {
  direction: ltr;
  text-align: right;
}
.footerone__section .social {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footerone__section .social .media {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
}
.footerone__section .social .media a:not(:last-child) {
  text-decoration: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
.footerone__section .social .media a img {
  width: 28px;
  transition: 0.3s;
}
.footerone__section .social .media a svg {
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
.footerone__section .tag {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 15px;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px dashed #eaeaea;
}
.footerone__section .tag .heart {
  margin: 0 5px;
  color: rgb(var(--second));
}
.footerone__section .tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--fourth));
  text-decoration: none;
  font-size: 12px;
}
.footerone__section .social .media a img:hover {
  filter: grayscale(100%) brightness(150%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(2);
}
.footerone__section .social .media a .icon-holder:hover svg path {
  fill: rgb(var(--second));
}
.footerone__section .social .media a .icon-holder:hover svg rect {
  fill: rgb(var(--second));
}
.footerone__section .social .media a .icon-holder:hover svg circle {
  fill: rgb(var(--second));
}
.footerone__section .tag a img {
  width: 14px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .footerone__section .info::before {
    height: 0;
  }
  .footerone__section .social {
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .footerone__section .topic,
  .footerone__section .social .topic,
  .footerone__section .contact .topic {
    font-size: 18px;
  }
  .footerone__section p {
    font-size: 15px;
  }
  .footerone__section .social .topic {
    margin-right: unset;
  }
  .footerone__section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footerone__section .info {
    padding: 0;
    margin-bottom: 50px;
    border: unset;
  }
  .footerone__section .contact {
    margin-bottom: 30px;
  }
  .footerone__section .contact .data ul:last-child {
    flex: 1;
  }
  .footerone__section .tag {
    width: 160px;
    flex: unset;
    padding: 15px 15px 0;
    justify-content: center;
    margin: 30px auto 0;
  }
}
.owl-carousel {
  direction: ltr;
}
.galleryone__section {
  margin: 60px 0;
}
.gallery {
  padding: 50px 0 75px;
  position: relative;
}
.gallery .box {
  position: absolute;
  width: 110%;
  height: 100%;
  z-index: 0;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--second), 0.05);
}
.gallery .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.gallery .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.gallery .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gallery .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery .image img {
  border-radius: 12px;
  height: 140px;
  max-height: 140px;
  object-fit: cover !important;
}
.gallery .image span {
  font-size: 13px;
  margin-top: 10px;
  color: rgb(var(--fourth));
}
.gallery__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gallery__owl-carousel .owl-nav {
  display: block !important;
}
.gallery__owl-carousel .owl-nav button {
  position: absolute;
  top: 36% !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}
.gallery__owl-carousel .owl-dots {
  margin-top: 40px !important;
}
.gallery__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}
.gallery__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
}
.gallery__owl-carousel .owl-dot.active span {
  opacity: 1 !important;
}
@media screen and (max-width: 991px) {
  .gallerySec {
    padding: 15px;
  }
  .gallery .slider {
    padding: 0 10%;
  }
}
.nav .navbar {
  padding: 25px 0;
  text-align: right;
}
.nav .navbar .navbar-nav {
  padding: 6px 0;
  direction: rtl;
}
.nav .navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0 0 0 45px;
}
.nav .navbar .navbar-nav .nav-item a {
  padding: 0;
  font-size: 15px;
  color: rgb(var(--third));
  opacity: 0.6;
  position: relative;
  font-weight: 500;
  transition: 0.3s;
}
.nav .navbar .navbar-nav .nav-item a:hover {
  opacity: 1;
}
.nav .navbar .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 3px;
  left: 50%;
  right: 50%;
  border-radius: 100px;
  background-color: rgb(var(--second));
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav .navbar .navbar-nav .nav-item a:hover::after {
  opacity: 1;
  visibility: visible;
}
.nav .navbar .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}
.nav .navbar .navbar-brand img {
  user-select: none;
  object-fit: contain;
  max-width: 350px;
  max-height: 89px;
}
.nav .navbar .navbar-toggler {
  border: unset;
  outline: unset;
  padding: 0;
}
.icon-open {
  background: url("https://cdn.landin.ir/default/sections/images/menu_icon.svg")
    no-repeat;
  width: 30px;
  height: 30px;
}
.icon-close {
  background: url("https://cdn.landin.ir/default/sections/images/close_menu.svg")
    no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .nav .navbar .navbar-brand {
    margin-right: 0;
    width: 50%;
  }
  .nav .navbar .navbar-brand img {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .nav .navbar {
    padding: 30px 15px;
  }
  .nav .navbar .navbar-nav {
    padding: 30px 0;
  }
  .nav .navbar .navbar-nav .nav-item:not(:first-child) {
    margin: 25px 0 0 0;
  }
  .nav .navbar .navbar-nav .nav-item a::after {
    top: -5px;
    right: -10px;
    bottom: 0;
    margin: auto 0;
  }
}
.leadSec {
  position: relative;
  overflow: hidden;
}
.leadcaptureone__bgpattern {
  position: absolute;
  left: -130px;
  top: 100px;
}
.lead {
  padding: 100px 0;
  position: relative;
}
.lamp {
  position: absolute;
  right: -100px;
  top: 30px;
  user-select: none;
}
.lead .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.lead .title .topic {
  color: var(--fourth);
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  position: relative;
}
.lead .title .desc {
  color: rgb(var(--third));
  font-size: 17px;
  font-weight: 300;
  white-space: pre-line;
  direction: ltr;
}
.lead .title span {
  width: 100%;
  font-size: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: rgb(48, 48, 49, 0.05);
  top: 15px;
  user-select: none;
}
.lead .input-group {
  margin-bottom: 16px !important;
  border: 1px solid #e3e5ec !important;
  border-radius: 10px;
}
.lead .input-group.error {
  border-color: #cc2626 !important;
}
.lead .form-control {
  font-size: 15px;
  padding: 22px 0 22px 15px;
  color: rgb(var(--fourth));
  font-weight: 300 !important;
  border: unset;
  background: unset;
  box-shadow: unset;
  border-radius: 10px 0 0 10px !important;
}
.lead .form-control::placeholder {
  color: rgb(131, 131, 150, 0.72);
}
.lead .input-group-text {
  width: 40px;
  background: unset;
  border: unset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead .input-group-text img {
  width: 18px;
}
.lead .input-group-text svg {
  width: 18px;
  height: 18px;
}
.lead .input-group-text svg path {
  fill: #303031 !important;
}
.lead .input-group.error svg path {
  fill: #cc2626 !important;
}
.leadone__noimage {
  justify-content: center !important;
}
.lead .error-message {
  color: #cc2626;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  margin-right: 14px;
}
.lead .error-message::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #cc2626;
  right: -14px;
  top: 8px;
}
.lead .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.lead .action .btn {
  font-weight: 300;
  border-radius: 9px;
  font-size: 16px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead .action .btn img {
  user-select: none;
  width: 15px;
  margin-right: 30px;
}
.lead .action .btn svg {
  user-select: none;
  width: 16px;
  height: 16px;
  margin-right: 30px;
}
.lead .action .btn svg path {
  fill: #ffffff !important;
}
.lead .action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
  font-weight: 600;
}
.lead .action .btn.btn-primary:focus,
.lead .action .btn.btn-primary:hover,
.lead .action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}
.lead__modal {
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  transition: all 0.3s;
}
.lead__modal.showLeadModal {
  z-index: 100;
  opacity: 1;
}
.lead__modal-box {
  position: relative;
  transform: scale(0.75);
  width: 80%;
  min-height: 120px;
  background: white;
  border-radius: 20px;
  transition: all 0.3s;
}
.showLeadModal .lead__modal-box {
  transform: scale(1);
}
.lead__modal-ball {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: calc(50% - 40px);
  top: -40px;
  width: 80px;
  height: 80px;
  padding: 4px;
  background: white;
  border-radius: 50%;
}
.lead__modal-ball img {
  width: 76px;
  height: 76px;
}
.lead__modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
  padding: 0 30px;
}
.lead__modal-title {
  color: #323245;
  font-size: 20px;
  margin-bottom: 10px;
}
.lead__modal-desc {
  color: #68687e;
  font-size: 14px;
  margin-bottom: 25px;
}
.lead__modal-successbtn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  min-height: 15px;
  min-width: 150px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
  overflow: hidden;
  margin-bottom: 15px;
  text-decoration: none;
}
.lead__modal-successbtn:hover {
  color: white !important;
}
.lead__modal-btntext {
  width: 100%;
  padding: 5px 10px;
}
.lead__modal-btnicon {
  left: 0;
  padding: 10px;
  border-radius: 6px;
  user-select: none;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.lead__modal-btnicon svg {
  max-width: 15px;
  max-height: 15px;
  width: 15px;
  height: 15px;
}
.lead__modal-btnicon svg path {
  fill: #ffffff !important;
}
.lead__modal-retrybtn {
  color: white;
  background: #26cc83;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .lead__modal-box {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .lead__modal-box {
    width: 50%;
  }
}
.leadone-modal .lead__modal-btnicon {
  background-color: unset !important;
}
@media screen and (max-width: 991px) {
  .leadcaptureone__bgpattern {
    left: -200px;
  }
  .lead .title .desc {
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 2.4;
  }
  .lead {
    padding: 100px 25px;
  }
  .lead .title .topic {
    font-size: 40px;
  }
  .lead .title span {
    top: 23px;
    font-size: 45px;
    font-weight: 600;
  }
}
.movieone__section {
  margin: 60px 0;
}
.movie {
  padding-bottom: 80px;
  padding-top: 45px;
  position: relative;
}
.movie .content {
  padding: 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.movie .content .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.movie .content .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.movie .content .desc {
  color: rgb(var(--third));
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word;
  white-space: pre-line;
  direction: ltr;
}
.movie .video {
  position: relative;
  height: 255px;
  width: 445px;
}
.movie .video .bg {
  position: absolute;
  z-index: 0;
  right: 95px;
  bottom: -90px;
  object-fit: contain;
  user-select: none;
}
.movie .video .bg .bigShape {
  fill: rgb(var(--first));
}
.movie .video .bg .upCircle {
  fill: rgb(var(--second));
}
.movie .video .bg .downCircle {
  fill: rgb(var(--second));
}
.movie .video .dots {
  position: absolute;
  z-index: 0;
  right: 65px;
  bottom: -90px;
  object-fit: contain;
  user-select: none;
}
.movie .video video {
  user-select: none;
  height: 255px;
  width: 445px;
  z-index: 1;
  border-radius: 30px;
  object-fit: contain;
  border: 5px solid #ffffff;
  position: relative;
  background-color: #000000;
}
.movie .video .movieoneplay {
  content: "";
  display: block;
  height: 255px;
  width: 445px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: absolute;
  top: 0;
  border: 5px solid #ffffff;
  transition: all 200ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
}
.movie .video .movieoneplay img {
  width: 40px;
  cursor: pointer;
}
.movie .video .movieoneplay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .movie {
    padding: 60px 30px;
  }
  .movie i {
    display: none;
  }
  .movie .content .topic {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .movie .content .topic::after {
    top: 32px;
  }
  .movie .video {
    margin-bottom: 60px;
  }
  .movie .content {
    margin-top: 70px;
  }
  .movie .content .desc {
    color: rgb(var(--third));
    font-size: 16px;
    font-weight: 300;
    word-wrap: break-word;
  }
}
@media (max-width: 500px) {
  .movieone__section {
    overflow-x: hidden;
  }
  .movie .content {
    margin-top: 0;
    padding-top: 0;
  }
  .movie .col-md-5 {
    padding: 0;
  }
  .movie .video {
    height: auto;
    display: flex;
    max-width: 100%;
    margin-bottom: 0;
  }
  .movie .video .dots {
    height: 232px;
    width: 254px;
    bottom: 46px;
    object-fit: contain;
  }
  .movie .video .bg {
    right: 51px;
    bottom: 25px;
  }
  .movie .video .bg svg {
    height: 260px;
    width: 282px;
  }
  .movie .video .movieoneplay {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .movie .video video {
    height: auto;
    max-width: 100%;
  }
}
.prees {
  padding: 60px 0;
  position: relative;
}
.prees .slider.small {
  display: none;
}
.prees .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}
.prees .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.prees .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.prees .slider.small .item {
  margin-bottom: 40px;
}
.prees .pree {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 110px;
}
.prees .pree .image-container {
  width: 110px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prees .pree img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.prees .pree a {
  text-decoration: none;
}
.prees .pree span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  color: rgb(var(--third));
  display: block;
  text-align: center;
}
.prees .action {
  width: 100%;
  display: flex;
  justify-content: center;
}
.prees .action .btn {
  font-weight: 400;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prees .action .btn img {
  user-select: none;
  width: 20px;
  margin-right: 18px;
}
.presslogo__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.presslogo__owl-carousel .owl-nav {
  display: block !important;
}
.presslogo__owl-carousel .owl-nav button {
  position: absolute;
  top: 0px;
  margin: 0px 5px !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.presslogo__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}
.presslogo__owl-carousel .owl-dots {
  margin-top: 40px !important;
}
.presslogo__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}
.presslogo__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
}
.presslogo__owl-carousel .owl-dot.active span {
  opacity: 1 !important;
}
.hiddenPrees1 {
  display: none;
}
@media screen and (max-width: 991px) {
  .prees .slider.large {
    display: none;
  }
  .prees .slider.small {
    display: block;
  }
  .presslogo__owl-carousel .owl-nav {
    display: none !important;
  }
  .prees .pree {
    max-width: 100%;
  }
  .prees .pree a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.pricingSec {
  position: relative;
}
.pricingSec i {
  width: 75px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
.pricingSec i.right {
  right: 0;
  bottom: 5vh;
  background-image: url("https://cdn.landin.ir/default/sections/images/rightBgSmall.svg");
}
.pricingSec i.left {
  top: 15vh;
  left: 0;
  background-image: url("https://cdn.landin.ir/default/sections/images/leftBgSmall.svg");
}
.pricing {
  padding: 60px 0;
}
.pricing .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}
.pricing .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
  display: flex;
}
.pricing .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--second));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pricing .item {
  text-align: right;
  padding: 30px 48px;
  position: relative;
}
.pricing .item:nth-child(odd) {
  transform: translateY(20px);
}
.pricing .item:nth-child(even) {
  transform: translateY(0);
  z-index: 1;
}
.pricing__box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing .item .box {
  position: absolute;
  width: 110%;
  height: 110%;
  border: 1px solid #ffffff;
  z-index: -2;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.pricing .item:nth-child(odd) .box {
  border-color: rgb(237, 235, 235, 0.6);
  z-index: -3;
}
.pricing .item:nth-child(even) .box {
  border-color: #ffffff;
  z-index: -2;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.pricing .item .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pricing .item .price p {
  font-size: 24px;
  font-weight: 600;
  color: rgb(var(--first));
  margin-left: 10px;
  margin-bottom: 0;
}
.pricing .item .price span {
  font-size: 10px;
  padding: 3px 10px 3px 40px;
  width: 47px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  position: relative;
  color: #ffffff;
  margin-bottom: 5px;
  background-color: rgb(149, 155, 171, 0.6);
}
.pricing .item .price span .icon img {
  width: 10px;
}
.pricing .item .price span .icon {
  position: absolute;
  padding: 2px 10px;
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  left: -7px;
  align-items: center;
  justify-content: center;
  background-color: #959bab;
}
.pricing .item .content {
  margin: 10px 0 15px;
  font-size: 12px;
  direction: ltr;
}
.pricing .item .content h6 {
  color: rgb(var(--fourth));
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.pricing .item .content h6::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-color: rgba(var(--second), 0.1);
  border-radius: 100px;
  position: absolute;
  right: -16px;
  top: -12px;
  z-index: -1;
}
.pricing .item .content p {
  font-size: 12px;
  color: rgb(var(--third));
  font-weight: 300;
}
.pricing .item .features {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px dashed rgba(112, 112, 112, 0.15);
}
.pricing .item .features li {
  font-size: 12px;
  color: rgb(var(--third));
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pricing .item .features li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing .item .features li .icon {
  padding: 4px 6px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(51, 52, 86, 0.04);
}
.pricing .item .features li .icon img {
  width: 14px;
}
.pricing .item .features li .icon svg {
  width: 15px;
  height: 16px;
}
.pricing .item .features li .icon svg path {
  fill: rgb(var(--first)) !important;
}
.pricing .item .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.pricing .item .action .btn {
  font-weight: 500;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing .item .action .btn img {
  user-select: none;
  width: 18px;
  margin-right: 10px;
}
.pricing .item .action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
}
.pricing .item .action .btn.btn-primary:focus,
.pricing .item .action .btn.btn-primary:hover,
.pricing .item .action .btn.btn-primary:active {
  background-color: #ffffff;
  color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}
.pricing .item:nth-child(odd) .action .btn.btn-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: 1px solid rgb(var(--second));
}
.pricing .item:nth-child(odd) .action .btn.btn-primary:focus,
.pricing .item:nth-child(odd) .action .btn.btn-primary:hover,
.pricing .item:nth-child(odd) .action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  border: 1px solid rgb(var(--second));
  color: #ffffff;
  outline: unset;
  box-shadow: unset;
}
@media screen and (max-width: 991px) {
  .pricingSec i {
    display: none;
  }
  .pricing {
    padding: 60px 50px;
  }
  .pricing .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .pricing .item:nth-child(odd) {
    transform: unset;
    border-radius: 15px;
    background: white;
    border: 2px solid #959bab;
    border-color: rgb(237, 235, 235, 0.6);
  }
  .pricing .item .box {
    width: 100%;
    height: 100%;
    transform: unset;
    left: 0;
    top: 0;
    border: 2px solid #959bab;
  }
  .pricing .item {
    text-align: right;
    position: relative;
    padding: 30px 70px;
  }
  .pricing .item .content p {
    font-size: 14px;
  }
  .pricing .item .content h6 {
    font-size: 20px;
  }
  .pricing .item .features li {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 568px) {
  .pricing .title {
    margin-bottom: 35px;
  }
}
.steps {
  padding: 60px 0;
  position: relative;
}
.steps .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.steps .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.steps .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.steps .step {
  text-align: center;
}
.stepone__logo {
  position: relative;
}
.stepone__texts {
  margin-right: 20px;
}
.steps .step .stepone-img {
  user-select: none;
  width: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}
.stepone__circle {
  width: 52px;
  height: 52px;
  position: relative;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  background: rgb(var(--second), 0.1);
}
.steps .step svg {
  position: absolute;
  width: 50px;
  top: 7%;
  right: 50%;
}
.steps .step img {
  width: 80px;
  height: 60px;
  max-width: 80px;
  max-height: 60px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.steps .step .topic {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.steps .step .desc {
  font-size: 14px;
  font-weight: 300;
  color: rgb(var(--third));
  white-space: pre-line;
  direction: ltr;
}
.steps .step:nth-child(odd):not(:last-child)::after {
  content: "";
  display: block;
  width: 105px;
  height: 16px;
  background-image: url("https://cdn.landin.ir/default/sections/images/oddBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -55px;
}
.steps .step:nth-child(even):not(:last-child)::after {
  content: "";
  display: block;
  width: 105px;
  height: 16px;
  background-image: url("https://cdn.landin.ir/default/sections/images/evenBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: -55px;
}
@media screen and (max-width: 1200px) {
  .steps .step:nth-child(odd):not(:last-child)::after {
    width: 65px;
    height: 12px;
    top: 15px;
    left: -45px;
  }
  .steps .step:nth-child(even):not(:last-child)::after {
    width: 65px;
    height: 12px;
    top: 30px;
    left: -45px;
  }
}
@media screen and (max-width: 991px) {
  .steps .step {
    margin-bottom: 50px;
  }
  .steps .step .desc {
    max-width: 50%;
    margin: auto;
  }
  .steps .step:nth-child(odd):not(:last-child)::after,
  .steps .step:nth-child(even):not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .stepone__logo {
    margin-left: 20px;
  }
}
.team {
  padding: 60px 0;
  position: relative;
}
.team .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.team .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.team .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.team .member {
  text-align: right !important;
  text-decoration: none;
  width: 207px;
  padding: 0 17px;
}
.team .member .image {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 125%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.team .member .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--second));
  opacity: 0.2;
}
.team .member .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team .member .name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  color: rgb(var(--third));
}
.team .member .role {
  font-size: 13px;
  font-weight: 300;
  color: rgb(var(--third));
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .team .member {
    margin-bottom: 40px;
  }
  .team .member .desc {
    max-width: 50%;
    margin: auto;
  }
  .team .member:nth-child(odd):not(:last-child)::after,
  .team .member:nth-child(even):not(:last-child)::after {
    display: none;
  }
}
.testimonialsone__section {
  background-color: rgb(var(--second));
}
.wrapper {
  max-width: 100% !important;
}
.testimonials {
  padding: 60px 0;
  position: relative;
}
.testimonials .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 25px;
}
.testimonials .title .topic {
  color: #ffffff;
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.testimonials .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: rgb(var(--third));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonials .testimonial {
  direction: rtl;
  text-align: right;
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 200px;
}
.testimonials .testimonial img {
  min-width: 160px;
  min-height: 160px;
  max-width: 160px;
  max-height: 160px;
  border-radius: 15px;
  margin-left: 47px;
  object-fit: cover;
}
.testimonials .testimonial .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  direction: ltr;
}
.testimonials .testimonial .testimonial__noimage {
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
.testimonials .testimonial .content .testimonial__title {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--fourth));
  margin-bottom: 15px;
  position: relative;
  direction: rtl;
}
.testimonials
  .testimonial
  .content
  .testimonial__title
  .testimonial__title-main
  .underline-holder::after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: rgb(var(--fourth));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonials .testimonial .content p {
  font-size: 14px;
  font-weight: 300;
  color: rgb(var(--third));
  padding-left: 2em;
  white-space: pre-line;
}
.testimonials__owl-carousel .owl-dots {
  margin-top: 40px !important;
}
.testimonials__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}
.testimonials__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
  width: 15px !important;
  height: 15px !important;
}
.testimonials__owl-carousel .owl-dot.active span {
  opacity: 1 !important;
}
@media screen and (max-width: 991px) {
  .testimonials {
    padding: 60px 30px;
  }
  .testimonials .testimonial {
    flex-direction: column;
    padding: 40px 25px;
  }
  .testimonials .testimonial img {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    margin: 0 0 40px 0;
  }
  .testimonials .testimonial .content .testimonial__title {
    line-height: 2;
    margin-bottom: 16px;
  }
  .testimonials .testimonial .content .testimonial__title::after {
    top: 31px;
  }
}
@media (max-width: 500px) {
  .testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .testimonials .slider {
    width: 300px;
  }
}
.text {
  padding: 44px 0;
  position: relative;
}
.text i {
  width: 31px;
  height: 32px;
  display: flex;
  position: absolute;
  z-index: 0;
}
.text i.right {
  top: 30%;
  right: -50px;
  background-image: url("https://cdn.landin.ir/default/sections/images/rightBgCorner.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.text .content {
  padding: 16px 0 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.text .content .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-align: right;
  direction: rtl;
  position: relative;
  display: flex;
}
.text .content .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.text .content .desc {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 15px;
  direction: ltr;
  word-wrap: break-word;
  white-space: pre-line;
  text-align: right;
}
.text .content .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  direction: rtl;
  flex-wrap: wrap;
}
.text .content .action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.text .content .action .btn-primary img {
  user-select: none;
  width: 15px;
  height: 12px;
  margin-right: 10px;
}
.text .content .action .btn-primary svg {
  user-select: none;
  max-width: 16px;
  max-height: 16px;
  margin-right: 10px;
}
.text__title {
  width: 100%;
  white-space: nowrap;
}
.text .content .action .btn-primary svg path {
  fill: currentColor !important;
}
.text .content .action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
  font-weight: 500;
  font-size: 14px;
}
.text .content .action .btn.btn-primary:focus,
.text .content .action .btn.btn-primary:hover,
.text .content .action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}
.text .content .action .btn.btn-outline-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: 1px solid rgb(var(--second));
}
.text .content .action .btn.btn-outline-primary img {
  width: 15px;
  height: 12px;
  margin-right: 10px;
}
.text .content .action .btn.btn-outline-primary svg {
  max-width: 16px;
  max-height: 16px;
  margin-right: 10px;
}
.text .content .action .btn.btn-outline-primary svg path {
  fill: currentColor !important;
}
.text .content .action .btn.btn-outline-primary:focus,
.text .content .action .btn.btn-outline-primary:hover,
.text .content .action .btn.btn-outline-primary:active {
  background-color: rgba(var(--second), 0.1);
  outline: unset;
  box-shadow: unset;
}
.text .content .action .btn:last-child {
  margin-right: 10px;
}
.text__noimage {
  align-self: center !important;
}
.text .image {
  max-height: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text .image img {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 500px) {
  .text .content .action {
    flex-direction: column;
  }
  .text .content .action .btn {
    width: 100%;
    margin: 5px 0;
  }
  .text .content .action .btn:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .text {
    padding: 20px 30px;
  }
  .text i {
    display: none;
  }
  .text .content .topic {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .text .content .action {
    justify-content: flex-end;
  }
  .text .image {
    margin-bottom: 30px;
  }
}
.titleone {
  padding: 60px 0;
  position: relative;
}
.titleone.align-items-center {
  text-align: center;
}
.titleone.align-items-start {
  text-align: right;
}
.titleone.align-items-end {
  text-align: left;
}
.titleone i {
  width: 60px;
  height: 50px;
  display: flex;
  position: absolute;
  z-index: 0;
}
.titleone i.right {
  top: 5vh;
  right: -10vw;
  background-image: url("https://cdn.landin.ir/default/sections/images/rightBgCornerBig.svg");
}
.titleone i.left {
  bottom: 5vh;
  left: -10vw;
  background-image: url("https://cdn.landin.ir/default/sections/images/leftBgCornerBig.svg");
}
.titleone .topic {
  color: rgb(var(--fourth));
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.titleone .topic::after {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  background-color: rgba(var(--second), 0.1);
  border-radius: 100px;
  position: absolute;
  right: -20px;
  top: -15px;
  z-index: 0;
}
.titleone .desc {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  position: relative;
}
.titleone .desc .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .titleone {
    padding: 60px 30px;
  }
  .titleone i {
    display: none;
  }
}
.featuresthree-wrapper {
  padding: 70px 0;
}
.featuresthree-wrapper .container {
  position: relative;
}
.featuresthree-row {
  position: relative;
  margin-right: 0;
  border-radius: 30px;
  width: 100%;
}
.featuresthree-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  padding-left: 100px;
}
.featuresthree-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.featuresthree-texts__toptitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--third));
  font-size: 13px;
  background: rgba(230, 233, 237, 0.5);
  border-radius: 20px;
  padding: 2px 25px;
  margin-bottom: 10px;
  position: relative;
}
.featuresthree-texts__toptitle::before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: rgb(var(--first));
}
.featuresthree-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.featuresthree-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
  direction: ltr;
}
.featuresthree-items__grid {
  display: grid;
  justify-items: stretch;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.featuresthree-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
  border-radius: 15px;
  padding: 30px 20px;
  text-decoration: none !important;
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.featuresthree-item:hover {
  box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.06);
}
.featuresthree-item__img {
  display: flex;
  align-items: flex-end;
  max-width: 80px;
  height: 70px;
  margin-bottom: 10px;
}
.featuresthree-item__img img {
  height: 70px;
  max-height: 70px;
}
.featuresthree-item__title {
  position: relative;
  color: rgb(var(--fourth));
  font-size: 17px;
  font-weight: bold;
}
.featuresthree-item__title::before {
  content: " ";
  position: absolute;
  right: -35px;
  top: 7px;
  width: 25px;
  height: 10px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  background: rgb(var(--first));
}
.featuresthree-item:hover .featuresthree-item__title::before {
  opacity: 1;
}
.featuresthree-item__desc {
  color: rgba(var(--fourth), 0.8);
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  white-space: pre-line;
  direction: ltr;
}
.featuresthree-pattern {
  position: absolute;
  right: -30%;
  top: 15%;
}
@media (max-width: 1200px) {
  .featuresthree-texts {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .featuresthree-texts {
    display: block;
    max-width: 100%;
  }
  .featuresthree-row {
    flex-direction: column !important;
  }
  .featuresthree-texts__wrapper {
    max-width: 100%;
  }
  .featuresthree-items {
    max-width: 90%;
    margin-top: 40px;
  }
  .featuresthree-pattern {
    display: none;
  }
}
@media (max-width: 768px) {
  .featuresthree-items__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .featuresthree-items .row {
    flex-direction: column;
  }
  .featuresthree-item {
    flex: 1;
    max-width: 100%;
  }
}
.textthree-wrapper {
  padding: 70px 0;
}
.textthree-row {
  position: relative;
  background: rgba(var(--second), 0.07);
  padding: 40px;
  border-radius: 30px;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
}
.textthree-bgBox {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--second), 0.85);
  height: 100%;
  width: 300px;
  border-radius: 30px;
}
.textthree-texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 90px;
  z-index: 1;
}
.textthree-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.textthree-texts__title {
  color: rgb(var(--fourth));
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.textthree-texts__title img {
  position: absolute;
  top: 2px;
  right: -50px;
}
.textthree-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
  direction: ltr;
}
.textthree-texts__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.textthree-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.textthree-texts__buttons div:nth-of-type(1) {
  margin-right: 0;
}
.textthree-texts__buttons .textthree-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--third));
  color: white;
  border: 2px solid rgb(var(--third));
  border-radius: 50px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.textthree-texts__buttonOne:hover {
  color: white;
}
.textthree-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: unset;
  color: rgb(var(--third));
  border: 2px solid rgb(var(--third));
  border-radius: 50px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.textthree-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 70px;
  z-index: 1;
}
.textthree-img__wrapper {
  position: relative;
}
.textthree-img__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 293px;
  height: 293px;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.textthree-img__bg img {
  width: 293px;
  height: 293px;
  max-width: 293px;
  max-height: 293px;
}
.textthree-img__bg.withImgid img {
  border-radius: 50%;
}
.textthree-img__shapes {
  position: absolute;
  top: 40%;
  left: -15%;
}
.textthree-img__shapes svg path {
  stroke: rgb(var(--first));
}
.textthree-wrapper .container {
  position: relative;
  overflow: hidden;
}
.textthree-up-circle {
  position: absolute;
  top: -175px;
  left: -165px;
}
.textthree-down-circle {
  position: absolute;
  left: -115px;
  top: 265px;
}
.textthree-down-ring {
  position: absolute;
  left: -210px;
  top: 270px;
}
.textthree-row.textthree-position-left {
  flex-direction: row-reverse;
}
.textthree-position-left .textthree-img {
  justify-content: flex-end;
  margin-left: 25px;
}
.textthree-position-left .textthree-bgBox {
  left: unset;
  right: 0;
}
.textthree-position-left .textthree-img__shapes {
  left: unset;
  right: -15%;
}
.textthree-position-left .textthree-img__bg img {
  transform: scaleX(-1);
}
.textthree-position-left .textthree-up-circle {
  left: unset;
  right: -165px;
}
.textthree-position-left .textthree-down-circle {
  left: unset;
  right: -115px;
}
.textthree-position-left .textthree-down-ring {
  left: unset;
  right: -210px;
}
@media (max-width: 1200px) {
  .textthree-texts {
    padding-right: 60px;
  }
  .textthree-img {
    margin-left: 30px;
  }
  .textthree-position-left .textthree-img {
    justify-content: flex-end;
    margin-left: 0px;
    margin-right: 30px;
  }
  .textthree-bgBox {
    width: 265px;
  }
}
@media (max-width: 991px) {
  .textthree-texts {
    order: 1;
    align-items: center !important;
    margin-top: 80px;
    padding-right: 15px;
    max-width: 100%;
  }
  .textthree-texts__wrapper {
    max-width: 100%;
  }
  .textthree-img {
    justify-content: center !important;
  }
  .textthree-texts__buttons {
    justify-content: center;
  }
  .textthree-texts__buttons div:nth-of-type(1) {
    margin-right: 5px;
  }
  .textthree-bgBox {
    width: 100%;
    height: 380px;
  }
  .textthree-texts__title img {
    display: none;
  }
  .textthree-position-left .textthree-img {
    margin-right: 0;
  }
  .textthree-position-left .textthree-img__shapes {
    right: unset;
    left: -15%;
  }
  .textthree-position-left .textthree-img__bg img {
    transform: scaleX(1);
  }
  .textthree-position-left .textthree-up-circle {
    right: unset;
    left: -165px;
  }
  .textthree-position-left .textthree-down-circle {
    right: unset;
    left: -115px;
  }
  .textthree-position-left .textthree-down-ring {
    right: unset;
    left: -210px;
  }
}
@media (max-width: 768px) {
  .textthree-row {
    padding-bottom: 30px;
  }
  .textthree-img {
    margin-left: 0;
  }
  .textthree-texts__title {
    text-align: right;
  }
  .textthree-texts__title::before {
    display: none;
  }
  .textthree-texts__desc {
    text-align: right;
  }
}
@media (max-width: 500px) {
  .textthree-row {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .textthree-texts {
    padding: 0 20px;
  }
  .textthree-img__shapes {
    left: -10%;
  }
}
.titlethree-wrapper {
  padding: 40px 0;
  overflow: hidden;
}
.titlethree-wrapper > .container {
  padding-top: 70px;
}
.titlethree-texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 54px;
}
.titlethree-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.titlethree-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  max-width: 500px;
  font-weight: bold;
  position: relative;
}
.titlethree-texts__title::before {
  content: " ";
  position: absolute;
  top: 10px;
  right: -40px;
  background: rgb(var(--second));
  width: 20px;
  height: 20px;
  border-radius: 6px;
}
.titlethree-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  max-width: 500px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
}
.titlethree-texts__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.titlethree-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.titlethree-texts__buttons div:nth-of-type(1) {
  margin-right: 0;
}
.titlethree-texts__buttons .titlethree-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--third));
  color: white;
  border: 2px solid rgb(var(--third));
  border-radius: 15px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 150px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.titlethree-texts__buttonOne:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  color: white;
}
.titlethree-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(var(--third));
  border: 2px solid rgb(var(--third));
  border-radius: 15px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 150px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.titlethree-texts__buttonTwo:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.titlethree-shapes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 50px;
}
.titlethree-shapes__wrapper {
  position: relative;
}
.titlethree-shapes__bg svg path {
  fill: rgb(var(--second));
}
.titlethree-shapes__dots {
  position: absolute;
  right: 190px;
  bottom: 108px;
}
.titlethree-shapes__dots svg path {
  fill: rgb(var(--third));
}
.titlethree-shapes__circle {
  position: absolute;
  right: -100px;
  bottom: 130px;
}
.titlethree-shapes__circle svg line {
  stroke: rgb(var(--third));
}
.titlethree-shapes__imgWrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  width: 300px;
  height: 255px;
  border-radius: 25px;
  right: -60px;
  bottom: 65px;
}
.titlethree-shapes__imgWrapper .titlethree-shapes__imgWrapper-image {
  display: inline-block;
  width: 290px;
  height: 245px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.titlethree-row.titlethree-position-end {
  flex-direction: row-reverse;
}
.titlethree-position-end .titlethree-texts {
  align-items: flex-end;
}
.titlethree-position-end .titlethree-shapes {
  justify-content: flex-start;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .titlethree-texts {
    order: 1;
    align-items: center !important;
    margin-top: 100px;
  }
  .titlethree-shapes {
    justify-content: center !important;
    padding-right: 84px !important;
    margin-right: 0;
  }
  .titlethree-shapes__bg {
    transform: rotate(90deg) scaleY(-1);
  }
  .titlethree-shapes__bg svg {
    height: 250px;
  }
  .titlethree-shapes__circle {
    right: 75px;
    bottom: 190px;
    transform: rotate(-90deg);
  }
  .titlethree-shapes__circle svg {
    height: 85px;
  }
  .titlethree-shapes__dots {
    right: 215px;
    bottom: -40px;
  }
  .titlethree-shapes__imgWrapper {
    right: 3px;
    bottom: -30px;
  }
}
.ctatwo__section {
  margin: 40px 0;
}
.tem2-ctaSec {
  position: relative;
  background-color: rgb(var(--second));
  background-image: url("https://cdn.landin.ir/default/sections/images/bg.svg");
  background-repeat: no-repeat;
  background-position: right -50px top -50px;
  border-radius: 20px 0 0 20px;
}
.tem2-ctaSec > img {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.tem2-cta {
  padding: 60px 0;
}
.tem2-cta .tem2-topic {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.76;
}
.tem2-cta .tem2-action {
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
}
.tem2-cta .tem2-action .btn {
  font-weight: 600;
  border-radius: 7px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem2-cta .tem2-action .btn img {
  user-select: none;
  width: 18px;
  margin-right: 10px;
}
.tem2-cta .tem2-action .btn svg {
  max-width: 16px;
  max-height: 16px;
}
.tem2-cta .tem2-action .btn svg path {
  fill: currentColor !important;
}
.tem2-cta .tem2-action .ctatwo__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  min-height: 35px;
}
.tem2-cta .tem2-action .btn.btn-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: 1px solid #ffffff;
}
.tem2-cta .tem2-action .btn.btn-primary:focus,
.tem2-cta .tem2-action .btn.btn-primary:hover,
.tem2-cta .tem2-action .btn.btn-primary:active {
  outline: unset;
  box-shadow: unset;
}
.tem2-cta .tem2-action .btn.btn-outline-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ctatwo__icon-img {
  width: 13px !important;
  height: 13px !important;
  margin-right: 0 !important;
}
.ctatwo__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35px;
  left: 0;
  padding: 0;
  border-radius: 5px;
}
.ctatwo__first-icon {
  background: #ffffff;
}
.ctatwo__second-icon {
  background: rgba(var(--second), 0.1);
}
.ctatwo__button-text {
  padding: 0 10px;
}
.tem2-cta .tem2-action .btn.btn-outline-primary:focus,
.tem2-cta .tem2-action .btn.btn-outline-primary:hover,
.tem2-cta .tem2-action .btn.btn-outline-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}
.tem2-cta .tem2-action .btn:not(:last-child) {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .tem2-cta .tem2-action {
    flex-direction: column;
  }
  .tem2-cta .tem2-action .ctatwo__button {
    justify-content: center;
    width: 100%;
    margin: 5px 0;
  }
  .ctatwo__icon {
    height: 35px;
  }
  .ctatwo__button-text {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .tem2-cta {
    padding: 60px 30px;
  }
  .tem2-cta i {
    display: none;
  }
  .tem2-cta .tem2-desc::after {
    top: 28px;
  }
}
.tem2-faq {
  padding: 60px 0;
  position: relative;
}
.tem2-faq * {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.tem2-faq .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
}
.tem2-faq .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-faq .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-faq .accordion .card {
  text-align: right;
  border: unset;
  background: unset;
}
.tem2-faq .accordion .card:not(:last-child) {
  margin-bottom: 15px;
}
.tem2-faq .accordion .card .card-header {
  background-color: unset;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.tem2-faq .accordion .card .card-header button {
  flex: 1;
  padding: 14px 20px;
  display: flex;
  text-align: right !important;
  align-items: center;
  justify-content: space-between;
  text-decoration: unset;
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
.tem2-faq .accordion .card .card-header button.collapsed {
  background-color: rgba(var(--third), 0.04);
  color: rgb(10, 16, 13, 0.5);
}
.tem2-faq .accordion .card .card-header button .tem2-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  width: 16px;
  height: 16px;
}
.tem2-faq .accordion .card .card-header button .tem2-icon svg {
  width: 16px;
  height: 16px;
}
.tem2-faq .accordion .card .card-header button .tem2-icon svg path {
  fill: rgb(var(--first));
}
.tem2-faq .accordion .card .card-header button .tem2-icon .faqtwo__plusicon {
  display: none;
}
.tem2-faq .accordion .card .card-header button .tem2-icon .faqtwo__minusicon {
  display: inline-block;
}
.tem2-faq
  .accordion
  .card
  .card-header
  button.collapsed
  .tem2-icon
  .faqtwo__plusicon {
  display: inline-block;
}
.tem2-faq
  .accordion
  .card
  .card-header
  button.collapsed
  .tem2-icon
  .faqtwo__minusicon {
  display: none;
}
.tem2-faq .accordion .card .card-body {
  padding: 0 6vw 20px;
  font-size: 14px;
  direction: ltr;
}
.tem2-faq .accordion .card .card-body p {
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: rgb(var(--third));
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .tem2-faq .accordion .card .card-body {
    padding: 0 32px 30px 30px;
  }
  .tem2-faq .accordion .card .card-body p {
    padding: 0 16px 0 0;
    text-align: right;
    font-size: 14px;
    color: #77797c;
    border-right: 1px solid rgb(var(--first));
  }
}
.tem2-features {
  padding: 60px 0;
  position: relative;
}
.tem2-features .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
}
.tem2-features .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-features .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-features .tem2-feature {
  text-align: right;
  padding: 15px;
}
.tem2-features .tem2-feature .tem2-box {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 25px 15px;
  border-radius: 10px;
  position: relative;
  transition: all 150ms ease-in-out;
  height: 100%;
}
.tem2-features .tem2-feature .tem2-box::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  background-color: rgb(var(--first));
  position: absolute;
  border-radius: 0 0 10px 10px;
  right: 0;
  bottom: 0;
  transition: all 80ms ease-in-out;
}
.tem2-features .tem2-feature .tem2-box:hover {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.tem2-features .tem2-feature .tem2-box:hover::after {
  height: 8px;
}
.featurestwo__icon-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: rgba(var(--second), 0.1);
}
.featurestwo__icon-bg svg {
  width: 50%;
  height: 50%;
}
.tem2-features .tem2-feature img {
  user-select: none;
  width: 95px;
  height: 85px;
  max-width: 95px;
  max-height: 85px;
  margin-bottom: 18px;
  object-fit: contain;
}
.tem2-features .tem2-feature .tem2-topic {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tem2-features .tem2-feature .tem2-desc {
  font-size: 13px;
  font-weight: 300;
  color: rgb(var(--third));
  direction: ltr;
  line-height: 2;
  white-space: pre-line;
}
@media screen and (max-width: 991px) {
  .tem2-features .tem2-feature {
    margin-bottom: 10px;
  }
  .tem2-features .tem2-title .tem2-topic {
    margin-bottom: 15px;
  }
}
@media (max-width: 568px) {
  .tem2-features {
    padding-top: 40px;
  }
}
.footertwo__section {
  margin-top: 120px;
}
.tem2-footer .tem2-desc {
  color: #ffffff;
  font-size: 12px;
  direction: ltr;
}
.tem2-footer {
  text-align: right;
  padding: 40px 90px 15px;
  border-radius: 20px 20px 0 0;
  position: relative;
  background-color: rgb(var(--third));
}
.tem2-footer .tem2-topic {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}
.tem2-footer p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  line-height: 2;
}
.tem2-footer .tem2-info {
  padding: 0 22px;
}
.tem2-footer .tem2-info .tem2-topic {
  padding-right: 15px;
  position: relative;
}
.tem2-footer .tem2-info .tem2-topic::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -1px;
  top: 3px;
  border-radius: 100px;
  background-color: rgb(var(--first));
}
.tem2-footer .tem2-contact .tem2-data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tem2-footer .tem2-contact .tem2-data ul {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.tem2-footer .tem2-social .tem2-media a img:hover {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(1.5);
}
.tem2-footer .tem2-contact .tem2-data ul:not(:last-child) {
  margin-left: 30px;
}
.tem2-footer .tem2-contact .tem2-data ul:last-child {
  flex: 0.65;
}
.tem2-footer .tem2-contact .tem2-data ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.tem2-footer .tem2-contact .tem2-data ul li a {
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
}
.tem2-footer .tem2-contact .tem2-data ul li p {
  opacity: 1;
  margin-bottom: 0;
  flex: 1;
}
.tem2-footer .tem2-contact .tem2-data ul li img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  object-fit: contain;
  margin-top: 5px;
}
.tem2-footer .tem2-contact .tem2-data ul li a.tem2-email {
  direction: ltr;
  text-align: right;
}
.tem2-footer .tem2-social {
  padding: 0;
}
.tem2-footer .tem2-social .tem2-media {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.tem2-footer .tem2-social .tem2-media a {
  text-decoration: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.tem2-footer .tem2-social .tem2-media a:not(:last-child) {
  margin-right: 10px;
}
.tem2-footer .tem2-social .tem2-media a img {
  width: 28px;
  transition: 0.3s;
}
.tem2-footer .tem2-social .tem2-media a svg {
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
.tem2-footer .tem2-social .tem2-media a .icon-holder svg path {
  fill: white;
}
.tem2-footer .tem2-social .tem2-media a .icon-holder svg rect {
  fill: white;
}
.tem2-footer .tem2-social .tem2-media a .icon-holder svg circle {
  fill: white;
}
.tem2-footer .tem2-social .tem2-media a .icon-holder:hover svg path {
  fill: rgb(var(--first));
}
.tem2-footer .tem2-social .tem2-media a .icon-holder:hover svg rect {
  fill: rgb(var(--first));
}
.tem2-footer .tem2-social .tem2-media a .icon-holder:hover svg circle {
  fill: rgb(var(--first));
}
.tem2-footer .tem2-tag {
  width: 160px;
  flex: unset;
  padding: 15px 15px 0;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed rgb(255, 255, 255, 0.1);
}
.tem2-footer .tem2-tag .heart {
  margin: 0 5px;
  color: rgb(var(--first));
}
.tem2-footer .tem2-tag a {
  display: flex;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}
.tem2-footer .tem2-tag a img {
  width: 14px;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .tem2-footer {
    padding: 40px 15px 15px;
  }
  .tem2-footer .tem2-info {
    padding: 0;
    margin-bottom: 50px;
    border: unset;
  }
  .tem2-footer .tem2-contact {
    margin-bottom: 30px;
  }
  .tem2-footer .tem2-contact .tem2-data ul:last-child {
    flex: 1;
  }
  .tem2-footer .tem2-tag {
    width: 160px;
    flex: unset;
    padding: 15px 15px 0;
    justify-content: center;
    margin: 30px auto 0;
  }
  .tem2-footer .tem2-topic {
    font-size: 16px;
  }
  .tem2-footer p {
    font-size: 15px;
  }
  .tem2-footer .tem2-social {
    display: flex;
    justify-content: end;
  }
}
.tem2-gallery {
  position: relative;
}
.tem2-gallery .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 20px 0;
}
.tem2-gallery .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  position: relative;
}
.tem2-gallery .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-gallerySec .gallerytwo__row {
  min-height: 300px;
}
@media screen and (max-width: 991px) {
  .cascade-slider_arrow {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .tem2-gallery .tem2-box::before {
    content: " ";
    width: 60px;
    height: 60px;
    background: rgba(var(--second), 0.15);
    border-radius: 50%;
    position: absolute;
    top: 233px;
    left: 22px;
  }
  .tem2-gallery .tem2-box {
    position: absolute;
    width: 110%;
    height: 100%;
    z-index: 0;
    left: 74%;
    top: 125%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    background-image: url("https://cdn.landin.ir/default/sections/images/bgGallery.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.cascade-slider_item img {
  border-radius: 10px;
  max-width: 400px;
  max-height: 300px;
}
.cascade-slider_container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(50%) scale(0.3);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}
.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-135%) scale(0.6);
  opacity: 1;
  z-index: 1;
}
.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(35%) scale(0.6);
  opacity: 1;
  z-index: 1;
}
.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}
.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
}
.cascade-slider_arrow-left {
  left: 0;
}
.cascade-slider_arrow-right {
  right: 0;
}
@media (min-width: 402px) and (max-width: 991px) {
  .cascade-slider_item {
    transform: translateY(-50%) translateX(0%) scale(0.3);
  }
  .cascade-slider_item.next {
    transform: translateY(-50%) translateX(-69%) scale(0.6);
  }
  .cascade-slider_item.prev {
    transform: translateY(-50%) translateX(-30%) scale(0.6);
  }
  .cascade-slider_item.now {
    transform: translateY(-50%) translateX(-50%) scale(0.8);
  }
}
@media (max-width: 401px) {
  .cascade-slider_item {
    transform: translateY(-50%) translateX(0%) scale(0.3);
  }
  .cascade-slider_item.next {
    transform: translateY(-50%) translateX(-69%) scale(0.3);
  }
  .cascade-slider_item.prev {
    transform: translateY(-50%) translateX(-30%) scale(0.3);
  }
  .cascade-slider_item.now {
    transform: translateY(-50%) translateX(-50%) scale(0.5);
  }
  .tem2-gallery .tem2-gallery {
    margin: 0px 0 60px !important;
    padding: 30px 0 !important;
    position: relative;
  }
}
.tem2-icon-open {
  background: url("https://cdn.landin.ir/default/sections/images/menu_icon.svg")
    no-repeat;
  width: 30px;
  height: 30px;
}
.tem2-icon-close {
  background: url("https://cdn.landin.ir/default/sections/images/close_menu.svg")
    no-repeat;
  width: 30px;
  height: 30px;
}
.headertwo__nav .navbar {
  padding: 25px 0;
  text-align: right;
}
.headertwo__nav .navbar .navbar-nav {
  padding: 6px 0;
  direction: rtl;
}
.headertwo__nav .navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  border-left: 1.5px solid rgb(var(--first));
}
.headertwo__nav .navbar .navbar-nav .nav-item a {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgb(var(--third));
  opacity: 0.6;
  position: relative;
  transition: 0.3s;
}
.headertwo__nav .navbar .navbar-nav .nav-item a:hover {
  opacity: 1;
}
.headertwo__nav .navbar .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}
.headertwo__nav .navbar .navbar-brand img {
  user-select: none;
  object-fit: contain;
  max-width: 350px;
  max-height: 89px;
}
.headertwo__nav .navbar .navbar-toggler {
  border: unset;
  outline: unset;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .headertwo__nav .navbar .navbar-brand {
    margin-right: 0;
    width: 50%;
  }
  .headertwo__nav .navbar .navbar-brand img {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .headertwo__nav .navbar {
    padding: 30px 15px;
  }
  .headertwo__nav .navbar .navbar-nav {
    padding: 30px 0;
  }
  .headertwo__nav .navbar .navbar-nav .nav-item {
    border: unset !important;
    padding: 0 !important;
  }
  .headertwo__nav .navbar .navbar-nav .nav-item:not(:first-child) {
    margin: 25px 0 0 0;
  }
  .headertwo__nav .navbar .navbar-nav .nav-item.active a::after {
    right: -9px;
    top: 9px;
    left: unset;
    transform: unset;
  }
}
.tem2-leadSec {
  overflow: hidden;
  margin: 60px 0;
  position: relative;
}
.leadcapturetwo__bgdecoration {
  position: absolute;
  right: -60px;
  top: 35%;
}
.tem2-lead {
  padding: 100px 0;
  position: relative;
}
.tem2-lead .tem2-title {
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0px;
  position: relative;
  text-align: right;
}
.tem2-lead .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  font-size: 30px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-lead .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: 0px;
  z-index: 0;
  font-size: 32px;
}
.tem2-lead .tem2-title .tem2-desc {
  font-weight: 300;
  color: rgb(var(--third));
  font-size: 16px;
  white-space: pre-line;
  direction: ltr;
}
.tem2-lead .tem2-title span {
  width: 100%;
  font-size: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  color: rgba(0, 0, 0, 0.1);
  top: 15px;
  user-select: none;
}
.tem2-lead .tem2-leadForm {
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
  position: relative;
}
.leadtwo__dots {
  position: absolute;
  z-index: 0;
  top: -9%;
  right: -12%;
}
.leadtwo__elipsis {
  position: absolute;
  z-index: 0;
  top: -26%;
  right: 36%;
}
.leadtwo__elipsis path {
  fill: rgb(var(--second)) !important;
}
.leadtwo__pattern {
  position: absolute;
  z-index: 0;
  top: -11%;
  right: 65%;
}
.leadcapturetwo__form-col {
  margin-bottom: 40px;
}
.leadcapturetwo__form-col form {
  position: relative;
}
.tem2-lead .input-group {
  border: 1px solid #eaeaea !important;
  border-radius: 10px;
  margin-bottom: 16px !important;
}
.tem2-lead .input-group.error {
  border-color: #cc2626 !important;
}
.tem2-lead .form-control {
  font-size: 15px;
  padding: 22px 0 22px 15px;
  color: rgb(var(--fourth));
  border: unset;
  background: unset;
  font-weight: 300;
  box-shadow: unset;
  border-radius: 10px 0 0 10px !important;
}
.tem2-lead .form-control::placeholder {
  color: rgb(131, 131, 150, 0.7);
  font-size: 13px;
  font-weight: 300;
}
.tem2-lead .input-group-text {
  width: 40px;
  background: unset;
  border: unset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem2-lead .input-group-text img {
  width: 18px;
}
.tem2-lead .input-group-text svg {
  width: 20px;
  height: 20px;
}
.tem2-lead .input-group-text svg path {
  fill: rgb(131, 131, 150, 0.7) !important;
}
.tem2-lead .input-group.error svg path {
  fill: #cc2626 !important;
}
.tem2-lead .tem2-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.tem2-lead .tem2-action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 13px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem2-lead .tem2-action .leadtwo__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  min-height: 35px;
}
.tem2-lead .tem2-action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
}
.leadtwo__button-text {
  padding: 0 10px;
}
.leadtwo__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35px;
  left: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.leadtwo__icon svg {
  width: 14px;
  height: 14px;
}
.leadtwo__icon svg path {
  fill: #ffffff !important;
}
.leadtwo__icon-img {
  width: 13px !important;
  height: 13px !important;
  margin-right: 0 !important;
}
.tem2-lead .error-message {
  color: #cc2626;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  margin-right: 14px;
}
.tem2-lead .error-message::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #cc2626;
  right: -14px;
  top: 8px;
}
.tem2-lead .tem2-action .btn.btn-primary:focus,
.tem2-lead .tem2-action .btn.btn-primary:hover,
.tem2-lead .tem2-action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}
@media screen and (max-width: 991px) {
  .tem2-leadSec {
    margin: 0px 0;
  }
  .leadcapturetwo__bgdecoration {
    display: none;
  }
  .tem2-lead {
    padding: 0px 40px;
  }
  .tem2-lead .tem2-title {
    margin-bottom: 150px;
  }
  .tem2-bg img {
    width: 100%;
  }
  .tem2-lead .tem2-title span {
    top: 5px;
    font-size: 36px;
  }
  .leadtwo__elipsis {
    top: -5%;
    right: -19%;
  }
}
.tem2-movieSec {
  position: relative;
  overflow: hidden;
  margin: 60px 0;
}
.movietwo__circle {
  position: absolute;
  left: -3%;
  top: 35%;
}
.tem2-movie {
  padding: 45px 0;
  position: relative;
}
.tem2-movie .tem2-content {
  padding: 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.tem2-movie .tem2-content .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
@media (min-width: 991px) {
  .tem2-movie .tem2-content .tem2-topic::before {
    content: "/";
    display: block;
    color: rgb(var(--first));
    position: absolute;
    right: -20px;
    top: -9px;
    z-index: 0;
    font-size: 32px;
  }
}
.tem2-movie .tem2-content .tem2-desc {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  word-wrap: break-word;
  white-space: pre-line;
  direction: ltr;
}
.tem2-movie .tem2-video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tem2-movie .tem2-video .tem2-bg {
  transform: rotate(180deg);
  position: absolute;
  z-index: 0;
  left: 9%;
  bottom: -19px;
  object-fit: contain;
  user-select: none;
}
.tem2-movie .tem2-video video {
  user-select: none;
  height: 255px;
  width: 445px;
  z-index: 1;
  border-radius: 20px;
  object-fit: contain;
  border: 5px solid #ffffff;
  background-color: #000000;
}
.tem2-movie .tem2-video .tem2-play {
  content: "";
  display: block;
  height: 255px;
  width: 445px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: absolute;
  border: 5px solid #ffffff;
  transition: all 200ms ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(51, 52, 86, 1) 0%,
    rgba(51, 52, 86, 0) 100%
  );
}
.tem2-movie .tem2-video .tem2-play img {
  width: 65px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .tem2-movie {
    padding: 60px 30px;
  }
  .tem2-movie i {
    display: none;
  }
  .tem2-movie .tem2-content .tem2-topic {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .tem2-movie .tem2-content {
    margin-top: 40px;
  }
  .tem2-movie .tem2-content .tem2-topic::after {
    content: "";
    background-color: rgb(var(--first));
    position: absolute;
    right: 0;
    top: 30px;
    border-radius: 50rem;
    bottom: 0;
    height: 3px;
    width: 15%;
  }
}
@media (max-width: 500px) {
  .tem2-movie .tem2-video .tem2-play {
    height: 100%;
    width: 325px;
  }
  .tem2-movie .tem2-video video {
    height: auto;
    width: 325px;
  }
}
.tem2-prees {
  padding: 60px 0;
  position: relative;
}
.tem2-prees .tem2-slider.tem2-small {
  display: none;
}
.tem2-prees .tem2-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tem2-prees .tem2-title img {
  position: absolute;
  height: 51px;
  width: 63px;
  right: -120px;
  top: -10px;
}
.tem2-prees .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-prees .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-prees .tem2-pree {
  max-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  text-decoration: none;
}
.tem2-prees .tem2-pree .image-container {
  width: 110px;
  height: 45px;
}
.tem2-prees .tem2-pree img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tem2-prees .tem2-pree span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  color: rgb(var(--third));
  display: block;
  text-align: center;
}
.tem2-prees .tem2-action {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tem2-prees .tem2-action .btn {
  font-weight: 400;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem2-prees .tem2-action .btn img {
  user-select: none;
  width: 20px;
  margin-right: 18px;
}
.presslogotwo__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.presslogotwo__owl-carousel .owl-stage {
  display: flex !important;
}
.presslogotwo__owl-carousel .owl-nav {
  display: block !important;
}
.presslogotwo__owl-carousel .owl-nav button {
  position: absolute;
  top: 0px;
  margin: 0px 5px !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.presslogotwo__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}
.presslogotwo__owl-carousel .owl-dots {
  margin-top: 40px !important;
}
.presslogotwo__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}
.presslogotwo__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
}
.presslogotwo__owl-carousel .owl-dot.active span {
  opacity: 1 !important;
}
.tem2-hiddenPrees {
  display: none;
}
.tem2-prees .tem2-pree a {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .tem2-prees .tem2-slider.tem2-large {
    display: none;
  }
  .tem2-prees .tem2-slider.tem2-small {
    display: block;
  }
  .presslogotwo__owl-carousel .owl-nav {
    display: none !important;
  }
  .tem2-prees .tem2-pree {
    max-width: 100%;
  }
  .tem2-prees .tem2-pree a {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
  }
}
.tem2-pricingSec {
  position: relative;
}
.tem2-pricing {
  padding: 60px 0 30px;
}
.tem2-pricing .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 35px;
}
.tem2-pricing .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-pricing .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-pricing .tem2-item {
  text-align: right;
  position: relative;
  margin-bottom: 30px;
}
.tem2-pricing .tem2-item .tem2-box {
  position: relative;
  padding: 50px 25px 40px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.tem2-pricing .tem2-item .tem2-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(var(--second));
}
.tem2-pricing .tem2-item .tem2-box .tem2-price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  background-image: url("https://cdn.landin.ir/default/sections/images/pattern2.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.tem2-pricing .tem2-item .tem2-box .tem2-price p {
  font-size: 24px;
  font-weight: 600;
  color: rgb(var(--second));
}
.tem2-pricing .tem2-item .tem2-box .tem2-price span {
  font-size: 9px;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  color: rgb(var(--fourth));
  margin-bottom: 5px;
  background-color: #f8f7fb;
}
.tem2-pricing .tem2-item .tem2-box .tem2-content {
  margin: 10px 0 20px;
  font-size: 11px;
  direction: ltr;
}
.tem2-pricing .tem2-item .tem2-box .tem2-content h6 {
  color: rgb(var(--fourth));
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.tem2-pricing .tem2-item .tem2-box .tem2-content p {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 300;
  color: rgb(var(--third));
}
.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite {
  height: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite .tem2-right {
  position: absolute;
  width: 10px;
  height: 20px;
  right: -25px;
  border-radius: 100px 0 0 100px;
  background-color: #f8f8f8;
}
.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite .tem2-left {
  position: absolute;
  width: 10px;
  height: 20px;
  left: -25px;
  border-radius: 0 100px 100px 0;
  background-color: #f8f8f8;
}
.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite .tem2-line {
  flex: 1;
  width: 90%;
  height: 1px;
  border-bottom: 1.6px dashed rgb(112, 112, 112, 0.15);
}
.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features {
  margin-bottom: 20px;
}
.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li {
  font-size: 12px;
  color: rgb(var(--fourth));
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li:not(:last-child) {
  margin-bottom: 10px;
}
.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon {
  padding: 4px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
  border-radius: 5px;
  background-color: #f8f7fb;
}
.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon span {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 15px;
}
.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon img {
  width: 14px;
}
.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon svg {
  width: 14px;
  height: 14px;
}
.tem2-pricing
  .tem2-item
  .tem2-box
  .tem2-pricing-features
  li
  .tem2-icon
  svg
  path {
  fill: rgb(var(--first)) !important;
}
.tem2-pricing .tem2-item .tem2-box .tem2-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.tem2-pricing .tem2-item .tem2-box .tem2-action .btn {
  font-weight: 500;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  margin: 0 20px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem2-pricing .tem2-item .tem2-box .tem2-action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: unset;
  background-image: url("https://cdn.landin.ir/default/sections/images/btnBg2.svg");
  background-repeat: no-repeat;
  background-position: right 5px bottom -15px;
  background-size: 40px;
}
.tem2-pricing .tem2-item .tem2-action .btn.btn-primary:focus,
.tem2-pricing .tem2-item .tem2-action .btn.btn-primary:hover,
.tem2-pricing .tem2-item .tem2-action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}
@media screen and (max-width: 991px) {
  .tem2-pricingSec i {
    display: none;
  }
  .tem2-pricing {
    padding: 60px 15px;
  }
  .tem2-pricing .tem2-item:nth-child(odd) {
    transform: unset;
  }
  .tem2-pricing .tem2-item .tem2-box {
    width: 100%;
    height: 100%;
    transform: unset;
    left: 0;
    top: 0;
  }
}
.tem2-steps {
  padding: 60px 0;
  position: relative;
}
.tem2-steps .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 35px;
}
.tem2-steps .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-steps .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-steps .tem2-step {
  text-align: right;
}
.steptwo__logo {
  position: relative;
}
.steptwo__circle {
  width: 52px;
  height: 52px;
  position: relative;
  left: 34%;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  background: rgb(var(--second), 0.1);
}
.tem2-steps .tem2-step .tem2-count {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 15px;
  margin: 0 57px 30px;
  color: rgb(var(--fourth));
  background-color: #f8f7fb;
}
.tem2-steps .tem2-step:not(:last-child) .tem2-count::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-image: url("https://cdn.landin.ir/default/sections/images/stepBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: -50px;
}
.tem2-steps .tem2-step .tem2-stepCard {
  border-radius: 16px;
  margin-bottom: 20px;
  object-fit: contain;
  padding: 25px 15px 15px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.tem2-steps .tem2-step .tem2-stepCard img {
  user-select: none;
  margin-bottom: 20px;
  width: 80px;
  height: 60px;
  max-width: 80px;
  max-height: 60px;
  object-fit: contain;
}
.tem2-steps .tem2-step .tem2-stepCard svg {
  user-select: none;
  position: absolute;
  top: 7%;
  right: 18%;
  width: 50px;
  margin-bottom: 20px;
}
.tem2-steps .tem2-step .tem2-stepCard .tem2-topic {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tem2-steps .tem2-step .tem2-stepCard .tem2-desc {
  font-size: 13px;
  color: rgb(var(--third));
  font-weight: 300;
  white-space: pre-line;
  direction: ltr;
}
@media screen and (max-width: 991px) {
  .tem2-steps .tem2-step {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }
  .tem2-steps .tem2-step .tem2-count {
    position: relative;
    margin-bottom: 0;
  }
  .tem2-steps .tem2-step:not(:last-child) .tem2-count::after {
    content: "";
    display: block;
    width: 2px;
    height: 20vh;
    transform: translate(-50%, 35%);
    border-right: 2px dashed #f8f7fb;
    position: absolute;
    right: 12px;
    top: 50%;
  }
}
@media (max-width: 401px) {
  .tem2-steps .tem2-step .tem2-count {
    margin: 0 15px 178px;
  }
}
.tem2-team {
  padding: 60px 0 26px;
  position: relative;
}
.tem2-team .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}
.tem2-team .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-team .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-team .tem2-member {
  text-align: center;
  background-image: url("https://cdn.landin.ir/default/sections/images/bg2.svg");
  background-repeat: no-repeat;
  background-position: top 5px left 14px;
  text-decoration: none;
  margin-bottom: 34px;
}
.tem2-team .tem2-member .tem2-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
  padding-top: 100%;
}
.tem2-team .tem2-member .tem2-image > div {
  user-select: none;
  position: absolute;
  top: 0;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.tem2-team .tem2-member .tem2-image::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 7px solid rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 8%;
  top: 5%;
}
.tem2-team .tem2-member .tem2-image img {
  user-select: none;
  position: absolute;
  top: 0;
  object-position: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.tem2-team .tem2-member .tem2-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #212529;
}
.tem2-team .tem2-member .tem2-role {
  font-size: 13px;
  color: rgb(var(--third));
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .tem2-team .tem2-member {
    margin-bottom: 50px;
  }
  .tem2-team .tem2-member .tem2-desc {
    max-width: 50%;
    margin: auto;
  }
  .tem2-team .tem2-member:nth-child(odd):not(:last-child)::after,
  .tem2-team .tem2-member:nth-child(even):not(:last-child)::after {
    display: none;
  }
}
.testimonialstwo__section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.tem2-testimonials .owl-item {
  padding: 15px 0;
}
.tem2-testimonials {
  padding: 60px 0;
  position: relative;
}
.tem2-testimonials .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.tem2-testimonials .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  position: relative;
}
.tem2-testimonials .tem2-title .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}
.tem2-testimonials .tem2-testimonial {
  direction: rtl;
  text-align: right;
  position: relative;
  padding: 25px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.tem2-testimonials .tem2-testimonial .tem2-avatar {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem2-testimonials .tem2-testimonial .tem2-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
  z-index: 10;
}
.tem2-testimonials .tem2-testimonial .tem2-avatar i {
  width: 14px;
  height: 14px;
  border-radius: 100px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  background-color: rgb(var(--first));
}
.tem2-testimonials .tem2-testimonial .tem2-quote {
  position: absolute;
  top: -10px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.tem2-testimonials .tem2-testimonial .tem2-quote span {
  font-size: 65px;
}
.tem2-testimonials .tem2-testimonial .tem2-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  padding: 45px 20px 20px;
  font-size: 15px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
  direction: ltr;
}
.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info {
  margin-bottom: 5px;
  direction: rtl;
}
.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--third));
  margin-bottom: 3px;
}
.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info span {
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
  color: rgb(var(--third));
  position: relative;
  font-weight: 300;
}
.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info span::after {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.tem2-testimonials .tem2-testimonial .tem2-content p {
  font-size: 15px;
  color: rgb(var(--third));
  font-weight: 300;
  white-space: pre-line;
  min-height: 200px;
}
.testimonialstwo__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.testimonialstwo__owl-carousel .owl-nav button {
  position: absolute;
  top: 45% !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialstwo__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}
.testimonialstwo__owl-carousel .owl-dots {
  display: none !important;
}
@media (max-width: 500px) {
  .tem2-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tem2-testimonials .tem2-slider {
    width: 300px;
  }
}
.tem2-text {
  padding: 44px 0;
  position: relative;
}
.tem2-text i {
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  z-index: 0;
}
.tem2-text i.tem2-left {
  bottom: 120px;
  left: -110px;
}
.tem2-text i.tem2-left .texttwo__left-circle {
  fill: rgba(var(--second));
}
.left .tem2-left {
  left: auto !important;
  right: -110px !important;
}
.tem2-text .tem2-content {
  padding-top: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.tem2-text .tem2-content .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  text-align: right;
  position: relative;
}
.tem2-text .tem2-content .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -8px;
  z-index: 0;
  font-size: 32px;
}
.tem2-text .tem2-content .tem2-desc {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 15px;
  direction: ltr;
  word-wrap: break-word;
  white-space: pre-line;
  text-align: right;
}
.tem2-text .tem2-content .tem2-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  direction: rtl;
  flex-wrap: wrap;
}
.tem2-text .tem2-content .tem2-action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  min-height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.tem2-text .tem2-content .tem2-action .btn.tem2-btn-withIcon {
  overflow: hidden;
}
.tem2-text .tem2-content .tem2-action .btn.tem2-btn-withIcon img {
  left: 0;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  background-color: rgb(var(--third));
}
.tem2-text .tem2-content .tem2-action .btn.btn-primary {
  overflow: hidden;
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
}
.tem2-text .tem2-content .tem2-action .btn.btn-primary img {
  left: 0;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.tem2-text .tem2-content .tem2-action .btn img {
  user-select: none;
  height: 38px;
  padding: 10px;
  margin-right: 10px;
}
.texttwo__icon {
  left: 0;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 6px;
  user-select: none;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.texttwo__icon svg {
  max-width: 16px;
  max-height: 16px;
}
.texttwo__icon-first svg path {
  fill: currentColor !important;
}
.texttwo__icon-second svg path {
  fill: #ffffff !important;
}
.texttwo__icon-first {
  background-color: rgba(0, 0, 0, 0.1);
}
.texttwo__icon-second {
  background-color: rgb(var(--third));
}
.texttwo__text {
  width: 100%;
  padding: 0 10px;
}
.tem2-text .tem2-content .tem2-action .btn.btn-primary:focus,
.tem2-text .tem2-content .tem2-action .btn.btn-primary:hover,
.tem2-text .tem2-content .tem2-action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}
.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary {
  background-color: #ffffff;
  color: rgb(var(--third));
  border: 1px solid rgb(var(--third));
}
.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary:focus,
.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary:hover,
.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary:active {
  background-color: rgb(var(--third));
  color: #ffffff;
  outline: unset;
  box-shadow: unset;
}
.tem2-text .tem2-content .tem2-action .btn:not(:first-child) {
  margin-right: 10px;
}
.tem2-text .tem2-image {
  max-height: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem2-text .tem2-image img {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 500px) {
  .tem2-text .tem2-content .tem2-action {
    flex-direction: column;
  }
  .tem2-text .tem2-content .tem2-action .btn {
    width: 100%;
  }
  .tem2-text .tem2-content .tem2-action .btn:not(:first-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tem2-text i.tem2-left {
    left: 0;
    right: -80px;
  }
}
@media screen and (max-width: 991px) {
  .tem2-text {
    padding: 60px 30px;
  }
  .tem2-text .tem2-content .tem2-topic {
    margin-bottom: 10px;
  }
  .tem2-text .tem2-content .tem2-topic::after {
    top: 32px;
  }
  .tem2-text .tem2-content .tem2-action {
    justify-content: center;
  }
  .tem2-text .tem2-image {
    margin-bottom: 60px;
  }
}
@media (max-width: 568px) {
  .tem2-content {
    position: relative;
  }
}
.tem2-titleSec {
  position: relative;
  overflow: hidden;
}
.titletwo__bgpattern {
  position: absolute;
  left: -130px;
  top: -20px;
}
.tem2-titletwo {
  padding: 100px 0;
  position: relative;
}
.tem2-titletwo.align-items-center {
  text-align: center;
}
.tem2-titletwo.align-items-start {
  text-align: right;
}
.tem2-titletwo.align-items-end {
  text-align: left;
}
.tem2-titletwo i {
  display: flex;
  position: absolute;
  z-index: 0;
}
.tem2-titletwo i.tem2-right {
  width: 130px;
  height: 140px;
  top: 8vh;
  right: -20vw;
}
.tem2-titletwo i.tem2-right .titletwo__bg {
  fill: rgba(var(--second));
}
.tem2-titletwo i.tem2-right .titletwo__bg-stroke {
  stroke: rgba(var(--second));
}
.tem2-titletwo i.tem2-left {
  width: 150px;
  height: 150px;
  bottom: 5vh;
  left: -10vw;
  background-image: url("https://cdn.landin.ir/default/sections/images/leftBg3.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.tem2-titletwo .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}
.tem2-titletwo .tem2-topic::before {
  content: "/";
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 0;
  font-size: 32px;
}
.tem2-titletwo .tem2-desc {
  color: rgb(var(--third));
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .titletwo__bgpattern {
    left: -250px;
  }
  .tem2-titletwo {
    padding: 60px 30px;
  }
  .tem2-titletwo i.tem2-right {
    top: unset;
    bottom: 0;
    right: -110px;
    transform: rotate(-90deg);
  }
  .tem2-titletwo .tem2-desc::after {
    top: 28px;
  }
}
html {
  scroll-behavior: smooth;
}
.right {
  direction: rtl !important;
}
.left {
  direction: ltr !important;
}
.hidden {
  display: none !important;
}
.header__item-big {
  font-size: 16px !important;
}
.header__item-medium {
  font-size: 15px !important;
}
.header__item-small {
  font-size: 14px !important;
}
.title__title-big {
  font-size: 35px !important;
}
.title__title-medium {
  font-size: 30px !important;
}
.title__title-small {
  font-size: 25px !important;
}
.title__subtitle-big {
  font-size: 20px !important;
}
.title__subtitle-medium {
  font-size: 18px !important;
}
.title__subtitle-small {
  font-size: 16px !important;
}
.secondtitle__title-big {
  font-size: 30px !important;
}
.secondtitle__title-medium {
  font-size: 28px !important;
}
.secondtitle__title-small {
  font-size: 26px !important;
}
.secondtitle__subtitle-big {
  font-size: 18px !important;
}
.secondtitle__subtitle-medium {
  font-size: 16px !important;
}
.secondtitle__subtitle-small {
  font-size: 14px !important;
}
.text__title-big {
  font-size: 22px !important;
}
.text__title-medium {
  font-size: 20px !important;
}
.text__title-small {
  font-size: 18px !important;
}
.text__desc-big {
  font-size: 16px !important;
}
.text__desc-medium {
  font-size: 15px !important;
}
.text__desc-small {
  font-size: 14px !important;
}
.text__button-big {
  font-size: 17px !important;
}
.text__button-medium {
  font-size: 16px !important;
}
.text__button-small {
  font-size: 15px !important;
}
.secondtext__title-big {
  font-size: 24px !important;
}
.secondtext__title-medium {
  font-size: 22px !important;
}
.secondtext__title-small {
  font-size: 20px !important;
}
.stepbystep__title-big {
  font-size: 22px !important;
}
.stepbystep__title-medium {
  font-size: 20px !important;
}
.stepbystep__title-small {
  font-size: 18px !important;
}
.stepbystep__steptitle-big {
  font-size: 16px !important;
}
.stepbystep__steptitle-medium {
  font-size: 15px !important;
}
.stepbystep__steptitle-small {
  font-size: 14px !important;
}
.stepbystep__desc-big {
  font-size: 15px !important;
}
.stepbystep__desc-medium {
  font-size: 14px !important;
}
.stepbystep__desc-small {
  font-size: 13px !important;
}
.features__title-big {
  font-size: 22px !important;
}
.features__title-medium {
  font-size: 20px !important;
}
.features__title-small {
  font-size: 18px !important;
}
.features__sectiontitle-big {
  font-size: 16px !important;
}
.features__sectiontitle-medium {
  font-size: 15px !important;
}
.features__sectiontitle-small {
  font-size: 14px !important;
}
.features__desc-big {
  font-size: 15px !important;
}
.features__desc-medium {
  font-size: 14px !important;
}
.features__desc-small {
  font-size: 13px !important;
}
.secondfeatures__title-big {
  font-size: 30px !important;
}
.secondfeatures__title-medium {
  font-size: 28px !important;
}
.secondfeatures__title-small {
  font-size: 26px !important;
}
.secondfeatures__sectiontitle-big {
  font-size: 18px !important;
}
.secondfeatures__sectiontitle-medium {
  font-size: 17px !important;
}
.secondfeatures__sectiontitle-small {
  font-size: 16px !important;
}
.secondfeatures__maindesc-big {
  font-size: 17px !important;
}
.secondfeatures__maindesc-medium {
  font-size: 16px !important;
}
.secondfeatures__maindesc-small {
  font-size: 15px !important;
}
.pricing__title-big {
  font-size: 22px !important;
}
.pricing__title-medium {
  font-size: 20px !important;
}
.pricing__title-small {
  font-size: 18px !important;
}
.pricing__packagetitle-big {
  font-size: 19px !important;
}
.pricing__packagetitle-medium {
  font-size: 18px !important;
}
.pricing__packagetitle-small {
  font-size: 17px !important;
}
.pricing__packagesubtitle-big {
  font-size: 13px !important;
}
.pricing__packagesubtitle-medium {
  font-size: 12px !important;
}
.pricing__packagesubtitle-small {
  font-size: 11px !important;
}
.pricing__packageprice-big {
  font-size: 24px !important;
}
.pricing__packageprice-medium {
  font-size: 23px !important;
}
.pricing__packageprice-small {
  font-size: 22px !important;
}
.pricing__featuretitle-big {
  font-size: 13px !important;
}
.pricing__featuretitle-medium {
  font-size: 12px !important;
}
.pricing__featuretitle-small {
  font-size: 11px !important;
}
.testimonials__title-big {
  font-size: 22px !important;
}
.testimonials__title-medium {
  font-size: 20px !important;
}
.testimonials__title-small {
  font-size: 18px !important;
}
.testimonials__commenttitle-big {
  font-size: 17px !important;
}
.testimonials__commenttitle-medium {
  font-size: 16px !important;
}
.testimonials__commenttitle-small {
  font-size: 15px !important;
}
.testimonials__comment-big {
  font-size: 16px !important;
}
.testimonials__comment-medium {
  font-size: 15px !important;
}
.testimonials__comment-small {
  font-size: 14px !important;
}
.presslogo__title-big {
  font-size: 24px !important;
}
.presslogo__title-medium {
  font-size: 22px !important;
}
.presslogo__title-small {
  font-size: 20px !important;
}
.presslogo__logotitle-big {
  font-size: 14px !important;
}
.presslogo__logotitle-medium {
  font-size: 13px !important;
}
.presslogo__logotitle-small {
  font-size: 12px !important;
}
.ctabox__title-big {
  font-size: 24px !important;
}
.ctabox__title-medium {
  font-size: 22px !important;
}
.ctabox__title-small {
  font-size: 20px !important;
}
.ctabox__buttontitle-big {
  font-size: 16px !important;
}
.ctabox__buttontitle-medium {
  font-size: 15px !important;
}
.ctabox__buttontitle-small {
  font-size: 14px !important;
}
.leadcapture__title-big {
  font-size: 33px !important;
}
.leadcapture__title-medium {
  font-size: 30px !important;
}
.leadcapture__title-small {
  font-size: 28px !important;
}
.leadcapture__desc-big {
  font-size: 18px !important;
}
.leadcapture__desc-medium {
  font-size: 16px !important;
}
.leadcapture__desc-small {
  font-size: 14px !important;
}
.leadcapture__buttontitle-big {
  font-size: 16px !important;
}
.leadcapture__buttontitle-medium {
  font-size: 15px !important;
}
.leadcapture__buttontitle-small {
  font-size: 14px !important;
}
.leadcapture__fieldtitle-big {
  font-size: 16px !important;
}
.leadcapture__fieldtitle-medium {
  font-size: 15px !important;
}
.leadcapture__fieldtitle-small {
  font-size: 14px !important;
}
.leadcapture__popuptitle-big {
  font-size: 22px !important;
}
.leadcapture__popuptitle-medium {
  font-size: 20px !important;
}
.leadcapture__popuptitle-small {
  font-size: 18px !important;
}
.leadcapture__popupdesc-big {
  font-size: 15px !important;
}
.leadcapture__popupdesc-medium {
  font-size: 14px !important;
}
.leadcapture__popupdesc-small {
  font-size: 13px !important;
}
.leadcapture__successbtn-big {
  font-size: 15px !important;
}
.leadcapture__successbtn-medium {
  font-size: 14px !important;
}
.leadcapture__successbtn-small {
  font-size: 13px !important;
}
.gallery__title-big {
  font-size: 22px !important;
}
.gallery__title-medium {
  font-size: 20px !important;
}
.gallery__title-small {
  font-size: 18px !important;
}
.movie__title-big {
  font-size: 22px !important;
}
.movie__title-medium {
  font-size: 20px !important;
}
.movie__title-small {
  font-size: 18px !important;
}
.movie__desc-big {
  font-size: 16px !important;
}
.movie__desc-medium {
  font-size: 15px !important;
}
.movie__desc-small {
  font-size: 14px !important;
}
.faq__title-big {
  font-size: 22px !important;
}
.faq__title-medium {
  font-size: 20px !important;
}
.faq__title-small {
  font-size: 18px !important;
}
.faq__question-big {
  font-size: 18px !important;
}
.faq__question-medium {
  font-size: 17px !important;
}
.faq__question-small {
  font-size: 16px !important;
}
.faq__answer-big {
  font-size: 16px !important;
}
.faq__answer-medium {
  font-size: 15px !important;
}
.faq__answer-small {
  font-size: 14px !important;
}
.team__title-big {
  font-size: 22px !important;
}
.team__title-medium {
  font-size: 20px !important;
}
.team__title-small {
  font-size: 18px !important;
}
.team__name-big {
  font-size: 16px !important;
}
.team__name-medium {
  font-size: 15px !important;
}
.team__name-small {
  font-size: 14px !important;
}
.team__role-big {
  font-size: 15px !important;
}
.team__role-medium {
  font-size: 14px !important;
}
.team__role-small {
  font-size: 13px !important;
}
.footer__title-big {
  font-size: 15px !important;
}
.footer__title-medium {
  font-size: 14px !important;
}
.footer__title-small {
  font-size: 13px !important;
}
.footer__desc-big {
  font-size: 13px !important;
}
.footer__desc-medium {
  font-size: 12px !important;
}
.footer__desc-small {
  font-size: 11px !important;
}
.footer__address-big {
  font-size: 13px !important;
}
.footer__address-medium {
  font-size: 12px !important;
}
.footer__address-small {
  font-size: 11px !important;
}
.footer__email-big {
  font-size: 13px !important;
}
.footer__email-medium {
  font-size: 12px !important;
}
.footer__email-small {
  font-size: 11px !important;
}
.footer__phone-big {
  font-size: 13px !important;
}
.footer__phone-medium {
  font-size: 12px !important;
}
.footer__phone-small {
  font-size: 11px !important;
}
.special-tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--fourth));
  text-decoration: none;
  font-size: 12px;
}
.special-tag a .heart {
  margin: 0 5px;
  color: rgb(var(--second));
}
.textimg__align-left {
  margin-right: 4rem !important;
}
.textimg__align-right {
  margin-left: 4rem !important;
}
.color-links a {
  color: rgb(var(--second));
  text-decoration: none;
  cursor: pointer !important;
}
.color-links ul {
  list-style-type: none;
}
.color-links li::before {
  content: "";
  background: #4c485e;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.16em;
  display: inline-block;
  text-align: center;
  margin-inline-end: 6.5px;
}
.nav-right {
  margin-right: auto;
}
.nav-left {
  margin-left: auto;
}
section {
  transition: margin 0.3s;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.section-icon {
  fill: rgb(var(--first)) !important;
}
.section-icon2 {
  fill: rgb(var(--third)) !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: flex;
  width: 40px;
  height: 40px;
}
.owl-theme .owl-nav .disabled {
  display: none !important;
}
.owl-nav .owl-next {
  left: -43px;
}
.owl-nav .owl-prev {
  right: -43px;
}
