@charset "utf-8";

/* ---------------------- main styles ---------------------------- */

:root {
  --sys-white: #ffffff;
  --sys-black: #292b2c; /*#392E40;*/
  --sys-dark-gray: #666666;
  --sys-medium-gray: #9F9F9F;
  --sys-light-gray: #EAEAEA;
  --sys-purple: #9c4495;
  --sys-dark-purple: #913d8b;
  --sys-medium-purple: #A05EA5;
  --sys-light-purple: #FAF8FF;
  --sys-light-blue: #DFDFFD;
  --sys-yellow: #FFBA21;
  --sys-dark-blue: #4A09F4;
  --sys-blue: #0D6EFD;
  --bs-light: #f9f9f9;
  --sys-red: #E02B4C;
  --sys-green: #2B690D;
  --border-color: #dddddd;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--sys-purple);
}
::selection {
  color: white;
  background: var(--sys-purple);
}
.btn-outline-purple {
  color: var(--sys-purple);
  border-color: var(--sys-purple);
  padding:.85rem .95rem; border-radius:.5rem;
}
.btn-outline-purple:hover{
  color:#fff;
  background-color:var(--sys-purple);
  border-color:var(--sys-purple);
}
html {
  scroll-behavior: smooth;
  font-family: IRANSans;
}

body {
  overflow-x: hidden;
  width: 100%;
  color: #392E40 !important;
  line-height: 1.7;
  font-family: IRANSans;
}
body > div{
  width: 100%;
}

.hedd1 img, .hedd2 img, .hedd3 img {margin-top: 10px;}
.float-right {float: right !important;}
.float-left {float: left !important;}
.t1 {font-weight: bold !important;}
.t1 {padding-right: 20px;padding-top: 5px;}
.h3, h3 {font-size: 1.75rem;}
.alink span{font-size:16px !important;font-weight:normal !important;}
.alink strong{font-weight:normal !important;font-size:16px;}
.alink b{font-weight:normal !important}
.alink p{line-height:32px !important;font-size:16px;  font-weight: normal !important;}
.alink a{font-size:17px}
.alink ul li{line-height:40px !important}
.alink ol li{line-height:40px !important}
.alink h1{  padding-top: 8px;line-height: 32px;font-family:IRANSans !important; margin-bottom: 20px}
.alink h2{font-size:18px !important;margin:20px 0px;line-height:35px;font-weight:bold;position:relative;font-family:IRANSans !important;color:black !important}
.alink h3{font-size:17.5px !important;margin:20px 0px;line-height:35px;font-weight:bold;position:relative;font-family:IRANSans !important;color:black !important}
.alink h4{font-size:17px !important;margin:20px  0px;line-height:35px;font-weight:bold;position:relative;font-family:IRANSans !important;color:black !important}
.alink h5{font-size:16.5px !important;margin:20px 0px;line-height:35px;font-weight:bold;position:relative;font-family:IRANSans !important;color:black !important}
.alink h6{font-size:16px !important;margin:20px 0px;line-height:35px;font-weight:bold;position:relative;font-family:IRANSans !important;color:black !important}
.alink h3 span{font-size:16px !important;}
.alink h3 span strong{font-family:IRANSans !important}
.green-bg{background: rgba(119, 204, 109, 0.13)}
.orange-bg{background: rgba(240, 83, 35, 0.13)}
.blue-bg {background: #3d619b;}
.purple-bg {background: var(--sys-dark-purple);}
.violet-bg{background:#515e7b!important}
.red-bg{background:#e20000!important}
.bull1 > i{font-size: 38px; margin-left: 10px;float: right}
.violet-icon{color: #515e7b!important;}
.green-icon{color: #63aa00!important}
.yellow-icon{color: #ffd43b!important}
.blue-icon{color: #3d619b!important}
.red-icon{color: #e20000!important}
.list-number {
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #fff !important;
  float: right;
  margin-left: 5px;
  border-radius: 50px;
  text-align: center;
}
.maso-related {
  border-right: 3px solid var(--sys-purple);
  background: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}


h1 {
  font-family: IRANSans;
  font-size: 25px;
  line-height: 1.7;
}
h2 {
  font-family: IRANSans;
  font-size: 22px;
  margin-bottom: 48px;
  line-height: 1.7;
}
h4 , .h4 {
  font-family: IRANSans;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.7;
}
.h5 {
  font-family: IRANSans;
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
  line-height: 1.7;
}
h6 , .h6 {
  font-family: IRANSans;
  font-size: 14px;
  display: block;
  line-height: 1.7;
}
p {
  font-family: IRANSans;
  font-size: 14px;
  color: var(--sys-dark-gray);
  text-align: justify;
  line-height: 1.7;
}
#top {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.terms-container h1 {
  font-family: IRANSans;
  margin-top: 16px;
  font-size: 19px;
  margin-bottom: 16px;
}
.terms-container h3 {
  font-family: IRANSans;
  font-size: 14px;
  margin-bottom: 16px;
}
.terms-container h1, h2, h3, h4, .h5, h6, p {
  line-height: 32px;
}
.terms-container p {
  font-family: IRANSans;
  font-size: 17px;
  color: var(--sys-black);
  text-align: justify;
  margin-bottom: 16px;
  line-height: 40px !important;
}

/* ------------------------ pagination ---------------------------*/

.ast-pagination .next.page-numbers{display:inherit;float:none;}
.ast-pagination a{color:#7e1975;}
.ast-pagination a:hover,.ast-pagination a:focus,.ast-pagination > span:hover:not(.dots2),.ast-pagination > span.current{color:rgba(0,0,0,0.76);}
.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}
.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}
.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);}
.ast-pagination .nav-links {display: inline-block;width: 100%;}
.ast-pagination .page-numbers, .ast-pagination .page-navigation {
  font-size: 14px;
  font-size: 0.93333333333333rem;
  text-transform: capitalize;
}
.ast-pagination .page-numbers.current, .ast-pagination .page-numbers:focus, .ast-pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #7e1975;
  border-color: #7e1975;
}
.ast-pagination .page-numbers{color:#000000;border-color:#7e1975;}
 .ast-pagination .page-numbers {
  border-radius: 50%;
}
.ast-pagination .next.page-numbers, .ast-pagination .prev.page-numbers {
  border-radius: 30px;
}
 .ast-pagination .page-numbers, .ast-pagination-square .ast-pagination .page-numbers {
  border-style: solid;
  border-width: 1px;
  line-height: 2.33333em;
}
@media (max-width: 420px) {
  .ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}
   .ast-pagination .next.page-numbers{margin-top: 10px;}
   .ast-pagination .prev.page-numbers{margin-bottom: 10px;}
}
.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}
.ast-page-builder-template .ast-pagination {padding: 2em;}
.ast-pagination .prev.page-numbers.dots2,.ast-pagination .prev.page-numbers.dots2:hover,.ast-pagination .prev.page-numbers.dots2:focus,.ast-pagination .prev.page-numbers:visited.dots2,.ast-pagination .prev.page-numbers:visited.dots2:hover,.ast-pagination .prev.page-numbers:visited.dots2:focus,.ast-pagination .prev.page-numbers:focus.dots2,.ast-pagination .prev.page-numbers:focus.dots2:hover,.ast-pagination .prev.page-numbers:focus.dots2:focus,.ast-pagination .next.page-numbers.dots2,.ast-pagination .next.page-numbers.dots2:hover,.ast-pagination .next.page-numbers.dots2:focus,.ast-pagination .next.page-numbers:visited.dots2,.ast-pagination .next.page-numbers:visited.dots2:hover,.ast-pagination .next.page-numbers:visited.dots2:focus,.ast-pagination .next.page-numbers:focus.dots2,.ast-pagination .next.page-numbers:focus.dots2:hover,.ast-pagination .next.page-numbers:focus.dots2:focus {border: 2px solid #eaeaea;background: transparent;}
.ast-pagination .prev.page-numbers.dots2,.ast-pagination .prev.page-numbers:visited.dots2,.ast-pagination .prev.page-numbers:focus.dots2,.ast-pagination .next.page-numbers.dots2,.ast-pagination .next.page-numbers:visited.dots2,.ast-pagination .next.page-numbers:focus.dots2 {cursor: default;}
@media (min-width: 993px) {
  .ast-pagination {
    padding-right: 3.33333em;
    padding-left: 3.33333em;
  }

  .ast-pagination .prev.page-numbers {
    float: right;
  }

  .ast-pagination .next.page-numbers {
    float: left;
    text-align: left;
  }
}
  @media (max-width: 768px) {
    .ast-pagination .next.page-numbers .page-navigation {padding-left: 0;}
  }
@media (min-width: 769px) {
  .ast-pagination .prev.page-numbers.next,.ast-pagination .prev.page-numbers:visited.next,.ast-pagination .prev.page-numbers:focus.next,.ast-pagination .next.page-numbers.next,.ast-pagination .next.page-numbers:visited.next,.ast-pagination .next.page-numbers:focus.next {margin-left: 0;}
}

/* ------------------------ buttons ---------------------------*/

.btn:focus, a, a:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.maso-btn {
  font-size: 14px;
  border-radius: 2px !important;
  padding: 14px 30px;
  min-height: 48px;

  font-family: IRANSans;
  border: none;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: transparent;
  text-transform: capitalize;
  width: 150px;
  overflow: hidden;
  transition: all 0.2s linear 0s, background-color 0s;
}
.maso-btn:after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border: 2px solid white;
  transform: rotate(135deg);
  border-left: none;
  border-top: none;
  position: absolute;
  opacity: 0;
  top: 20px;
  left: 30px;
  transition: 0.2s;
}
.maso-btn.btn-white:after {
  border: 2px solid var(--sys-dark-purple);
  border-left: none;
  border-top: none;
}
.maso-btn:hover {
  text-indent: -25px;
}
.maso-btn:hover:after {
  opacity: 1;
  left: 25px;
}
.maso-btn:before {
  opacity: 1;
  text-indent: 0;
}
.form-btn {
  width: 100%;
}
.form-btn:after {
  content: none;
}
.form-btn:hover:after {
  content: none;
}
.form-btn:hover {
  text-indent: 0;
}
.maso-btn-lg {
  width: 242px;
  font-size: 19px !important;
  padding: 19px 37px !important;
}
.maso-btn.btn-light-purple {
  background-color: var(--sys-light-purple);
  color: var(--sys-purple);
  text-indent: -25px;
  width: 125px;
}
.maso-btn.btn-light-purple:after {
  opacity: 1;
  border: 2px solid var(--sys-purple);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  left: 25px;
}
.maso-btn.btn-light-purple:hover:after {
  left: 25px;
}

/* ----------------------- colors ------------------------ */
.bg-white { background-color: var(--sys-white); }
.bg-light-purple { background-color: var(--sys-light-purple); }
.bg-purple { background-color: var(--sys-purple); }
.bg-dark-purple { background-color: var(--sys-dark-purple); }

.text-gray { color: var(--sys-dark-gray); }
.text-dark { color: var(--sys-black); }
.text-purple { color: #811879; }
.text-black{
  --mdb-text-opacity: 1;
  color: #392E40 !important;
}

.text-red{color: var(--sys-red) }
.text-green{color: var(--sys-green) }
.a-f-purple {
  color: var(--sys-purple);
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.a-f-purple:hover {
  color: var(--sys-dark-blue);
}

.a-purple {
  text-align: right;
  color: var(--sys-dark-blue);
  outline: none;
  font-size: 14px;
  text-decoration: none;
}
.a-purple:hover, .maso-footer .footer-links a:hover {
  color: var(--sys-purple);
}

.btn-purple {
  background-color: var(--sys-purple);
  color: white;
}
.btn-purple:hover {
  background-color: var(--sys-dark-purple);
  color: white;
}

.btn-white {
  background-color: white;
  color: var(--sys-purple);
}
.btn-white:hover {
  color: var(--sys-dark-purple);
}

.btn-custom-yellow {
  background-color: #FFBA21;
  color: #585858;
  margin-right: 10px;
  border: 1px solid var(--sys-light-gray);
}
.btn-custom-yellow i {
  font-size: 15px;
}
.btn-custom-yellow:hover {
  box-shadow: 0 0 0 1px var(--sys-light-gray);
}


/* ----------------- Agents -------------------  */
.table-rounded thead th {
  border: 0.1rem solid var(--sys-purple);
}
.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1%;
}


.agents-list {
  padding-top: 40px;
  padding-bottom: 128px;
  width: 100%;
}
.agents-list .table {
  border-radius: 4px !important;
  font-size: 14px;
}
.agents-list .a-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.agents-list a {
  font-size: 20px;
}
.agents-list a:hover {
  color: var(--sys-purple);
  cursor: pointer;
}
.agents-list .panel-header {
  background-color: var(--sys-purple);
  padding: 17px 16px;
  color: white;
  border-radius: 4px;
  font-size: 14px;
}
.agents-list .panel .item{
  border: none;
  border-radius: 4px;
}
.agents-list .panel .item h2{
  margin-bottom: 0;
}
.agents-list .panel .panel-button{
  font-size: 12px;
  font-family: IRANSans;
  color: var(--sys-black);
  box-shadow: none;
  outline: none;
  padding: 30px 16px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: right;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.agents-list .panel .panel-button.active{
  color: var(--sys-purple);
}
.agents-list  .panel-button span{
  position: relative;
}
.agents-list  .panel-button i{
  position: absolute;
  top: -10px;
  left: 3px;
  font-size: 17px;
  margin-bottom: -3px;
  transition: all .2s ease-in-out;
}
.agents-list .item:nth-child(2n+2) {
  background-color: var(--sys-light-gray); !important;
}
.agents-list .accordion-body{
  padding: 0 16px 30px 16px;
}
.agents-list .accordion-body p{
  font-family: IRANSans;
  font-size: 12px;
  color: var(--sys-black);
}
.agents-list .accordion-body label{
  font-family: IRANSans;
  font-size: 12px;
  color: var(--sys-medium-gray);
}


h3, h1.mainTitle {
  font-family: IRANSans;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 48px;
}
/* ---------------------------------- Pricing ----------------------------------*/


.Tarefe-container h3{
  margin: 65px 0 52px 0;
}
.Tarefe-container .one-feature{
  margin-bottom: 24px;
}
.Tarefe-container .feature-label{
  font-size: 16px;
  font-family: IRANSans;
  margin-bottom: 16px;
  display: flex;
}
.Tarefe-container .feature-label span{
  color: var(--sys-purple);
  margin-left: 5px;
  font-size: 22px;
}
.Tarefe-container .feature{
  font-size: 14px;
  margin-bottom: 16px;
}
.Tarefe-container .desc-section p{
  color: var(--sys-black);

}
.Tarefe-container {
  padding-bottom: 48px;
}
.Tarefe-container .tab {
  width: 100%;
  padding: 4px;
  background-color: var(--sys-purple);
  border-radius: 50px;
  display: flex;
  margin-bottom: 60px;
  list-style-type: none;
}
.Tarefe-container .tab li a{
  padding: 7px 15px;
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-family: IRANSans;
  cursor: pointer;
}
.Tarefe-container .tab li a.active{
  background-color: white;
  color: var(--sys-black);
}
.Tarefe-container .tab-content .tab-pane{
  display: none;
}
.Tarefe-container .tab-content .tab-pane.active{
  display: block;
}

.Tarefe-section {
  padding-top: 40px;
  padding-bottom: 60px;
}
.Tarefe-section .tab-pane > .row {
  align-items: end;
}
.Tarefe-section ul {
  padding-right: 1rem;
  margin-bottom: 0;
}
.Tarefe-section .post-card {
  background-color: white;
  box-shadow: 0 3px 16px #00000029;
  border-radius: 4px;
}
.Tarefe-section .post-card .duration-div {
  padding: 24px 0 16px 0;
  text-align: center;
}
.Tarefe-section .post-card .duration-div p {
  text-align: center;
}
.Tarefe-section .post-card .price-div {
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #EAEAEA;;
  border-top: 1px solid #EAEAEA;;

}
.Tarefe-section .post-card .price-div label {
  font-size: 14px;
}
.Tarefe-section .post-card .price-div p {
  text-align: center;
  text-align-last: unset;
}
.Tarefe-section .post-card .price-div p span{
  font-family: IRANSans;
}
.Tarefe-section .post-card .price-div span.price {
  font-family: IRANSans;
  font-size: 20px;
}
.Tarefe-section .post-card .tags-div {
  padding: 24px;
}
.Tarefe-section .post-card .tags-div i ,
.Tarefe-section .post-card .tags-div span {
  margin-left: 10px;
  color: var(--sys-purple);
}
.Tarefe-section .post-card .tags-div p {
  margin-bottom: 7px;
}
.Tarefe-section .post-card .tags-div .maso-btn {
  align-self: end;
  display: flex;
  justify-content: center;
  margin-top: 9px;
  margin-top: 9px;
  padding: 13px 0;
  text-align: center;
}
.Tarefe-section .post-card .tags-div .maso-btn:after {
  left: 35%;
}
.Tarefe-section .post-card .tags-div .maso-btn:hover:after {
  opacity: 1;
  left: 32%;
}
.Tarefe-section .post-card .tags-div .maso-btn:hover {
  text-indent: -25px;
}
.Tarefe-section .post-card .tags-div .maso-btn:before {
  opacity: 1;
  text-indent: 0;
}
.Tarefe-section .discount-card {
  box-shadow: 0 3px 16px #00000080;
  position: relative;
}
.Tarefe-section .discount-card h6 {
  color: var(--sys-red);
  text-decoration: line-through;
  margin-bottom: 0;
}
.Tarefe-section .discount-card .badge {
  padding: 0.4em 0.65em 0.2em 0.65em;
  background-color: var(--sys-red);
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: white;
  margin-right: 8px;
}
.Tarefe-section .discount-card .bi-bookmark-fill {
  color: var(--sys-purple);
  position: absolute;
  top: -10px;
  right: 10px;
}
.Tarefe-section .discount-card .price-div span.price {
  color: #2B690D;
}


/* -------------------------- Header ----------------------------- */

.navbar-container {
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out !important;
  position: fixed;
  top: 0;
  z-index: 10;
  min-height: 87px;
  width: 100%;
}
.navbar-container.nav-up {
  top: -63px;
}

.navbar-container .navbar-offcanvas{
  background-color: #F9F9F9;
}
.offcanvas-start{
  max-width: 400px;
  width: 90vw;
}
.offcanvas-header .btn-close{
  outline: none;
  box-shadow: none;
  padding: .75rem .75rem
}
.navbar-offcanvas ul {
  list-style-type: none;
}
.navbar-offcanvas .nav-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 52px;
  font-size: 12px;
  border-radius: 0;
}
.navbar-offcanvas .nav-item.btn.active{
  color: var(--sys-purple) !important;
}
.navbar-offcanvas .drp-items{
  background-color: var(--sys-light-gray);
}
.navbar-offcanvas .navbar-nav > li{
  border-bottom: 1px solid var(--sys-light-gray);
}
.navbar-offcanvas .btn{
  text-align: start;
}
.navbar-light .navbar-toggler{
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-light .navbar-toggler-icon{
  background: none;
}
.maso-header {
  background-color: var(--sys-white);
  padding: 15px 180px;
  max-width: 1400px;
  z-index: 10;
  width: 100%;
  min-height: 87px;
  box-shadow: none !important;
}
.maso-header .maso-btn{
  width: 150px;
}
.add-shadow {
  box-shadow: 0 3px 6px #00000029;
  transition: box-shadow 0.5s;
}
.navbar-container .nav-item {
  padding: 0 16px;
}
.navbar-container .nav-link {
  position: relative;
  color: #392E40 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  transition: .3s all .1s ease-in-out;
}
.navbar-container .nav-link.sub-link {
  padding-left: 16px !important;
}
.navbar-container .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  bottom: 0;
  background-color: white;
  transition: .3s all .1s ease-in-out;
  border-bottom: 0.156rem solid var(--sys-dark-purple);
}
.navbar-container .nav-item:hover .nav-link::before {
  height: 2px;
  opacity: 1;
}
.navbar-container .nav-item:hover .nav-link {
  color: var(--sys-purple) !important;
  transition: .3s all .1s ease-in-out, .3s all .1s ease-in-out;
}
.navbar-container .dropdown-toggle::after {
  margin: 0 5px -0.15rem 0 !important;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.094rem solid #392E40;
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  opacity: 1;
}
.navbar-container .dropdown-menu .dropdown-item span {
  margin-right: 23px;
}
.navbar-container .dropdown-menu li {
  padding: 0 9px;
}
.navbar-container .dropdown-menu .dropdown-item {
  border-radius: 4px !important;
  padding: 5px 9px;
  color: var(--sys-dark-gray);
  font-size: 14px !important;
}
.navbar-container .dropdown-menu .dropdown-item:hover {
  background-color: var(--sys-light-purple);
  color: var(--sys-purple);
}
.navbar-container .dropdown-menu .dropdown-item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

/* dropdown hover's arrow animation */
.navbar-container .dropdown-item:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border: 0.094rem solid var(--sys-purple);
  transform: rotate(135deg);
  border-left: none;
  border-top: none;

  position: absolute;
  opacity: 0;
  top: 13px;
  left: 12px;
  transition: .3s all .1s;
}
.navbar-container .dropdown-item:hover:after {
  opacity: 1;
  left: 8px;
}
.navbar-container .products-dropdown .dropdown-item {
  padding: 10px;
}
.navbar-container .products-dropdown .dropdown-item:after {
  top: 25px;
  left: 19px
}
.navbar-container .products-dropdown .dropdown-item:hover:after {
  left: 15px
}
.navbar-container .products-dropdown {
  padding: 16px;
  width: 300px;
}

.navbar .nav-item .dropdown-menu {
  display: none;
  margin-top: 0;
}
.navbar .nav-item:hover > .dropdown-menu {
  display: block;
}

.navbar .sumenu-dropdown{
  z-index: 10;
  min-width: 10rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 !important;
  margin-top: 0.1rem !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 8px #3131314D;
  padding: 9px 0;
}
.navbar .submenu{
  display: none;
  position: absolute;
  top: 0;
  right: 160px;
  padding-right: 3px;
}
.navbar .dropleft:hover .submenu{
  display: block;
}

.dropdown .dropdown-menu {
  border: 0 !important;
  margin-top: 0.1rem !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 8px #3131314D;
  padding: 9px 0;
  position: absolute;
  right: 16px;
  top: calc(100% - 0.25rem);
  transition: .3s all .1s ease-out;
  transform-origin: top center;
  visibility: hidden;
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* dropdown animation */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s all .1s ease-out;
    transform-origin: top center;
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s all .1s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}


/* -------------------------- Footer ------------------------- */

.maso-footer {
  display: flex;
  justify-content: center;
  background-color: #F9F9F9;
}
.footer-top-section {
  background-color: var(--sys-light-gray);
  padding: 32px 0 32px 0;
  display: flex;
  justify-content: center;
}
.footer-top-section .maso-logo {
  margin-bottom: 14px;
}
.footer-top-section .h5 {
  font-size: 24px;
  font-family: IRANSans;
  color: var(--sys-purple);
  margin-bottom: 0;
}
.footer-top-section .button-container {
  display: flex;
  align-items: center;
}
.footer-top-section button {
  padding-top: 4px;
  background-color: transparent;
  outline: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #9F9F9F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top-section button .top-arrow {
  margin: 0.5rem 0 0.5rem 0;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  transform: rotate(-135deg);
  transition: all 0.3s ease-in-out;
  border: 0.094rem solid #9F9F9F;
  border-left: none;
  border-top: none;
}
.footer-bottom-section {
  background-color: var(--sys-light-gray);
  padding: 12px;
  display: flex;
  justify-content: center;
}
.footer-bottom-section .h5 {
  color: #686868;
  font-family: IRANSans;
  margin-bottom: 0;
  font-size: 16px;
}
.maso-footer .footer-desc {
  font-size: 14px;
  padding-left: 20px;
  text-align: justify;
}
.maso-footer .footer-links {
  padding: 32px 0;
  margin-bottom: 16px;
}
.maso-footer .footer-links label {
  font-size: 20px;
  font-family: IRANSans;
  margin-bottom: 30px;
}
.maso-footer .footer-links .a-container {
  margin: 8px 0;
}
.maso-footer .footer-links a {
  font-size: 16px;
  font-family: IRANSans;
  color: var(--sys-black);
  text-decoration: none;
  cursor: pointer;
}
.maso-footer .footer-contact a {
  margin-bottom: 8px;
}
.maso-footer .footer-contact img {
  margin-left: 20px;
  margin-top: 4px;
}
.maso-footer .img-container {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
}
.maso-footer .img-container:hover {
  box-shadow: 0 0 6px #00000030;
}
.maso-footer .logo-container a {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.maso-footer .img-container img {
  margin: 0;
  border-radius: 4px;
}
.maso-footer .footer-credit {
  padding: 32px 0;
  display: flex;
}
.footer-credit .logo-container {
  width: 72px;
  height: 72px;
  box-shadow: 0 0 6px #00000029;
  border-radius: 4px;
  margin: 0 16px;
}
.footer-credit .logo-container:hover {
  box-shadow: 0 0 10px #00000050;
}
.footer-credit .logo-container a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-f_insta {
  width: 28px;
  height: 28px;
  background: url('../images/footer_socials.webp') -10px -10px;
}
.bg-f_linkdin {
  width: 26px;
  height: 26px;
  background: url('../images/footer_socials.webp') -10px -58px;
}
.bg-f_telegram {
  width: 30px;
  height: 25px;
  background: url('../images/footer_socials.webp') -58px -10px;
}
.bg-f_twitter {
  width: 30px;
  height: 26px;
  background: url('../images/footer_socials.webp') -56px -58px;
}

/* ---------------------------------------------------------- */

.mainContent {
  width: 100%;
  margin-top: 87px;
}
.subContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.max-width-1400 {
  max-width: 1400px;
}
.content-section {
  max-width: 1400px;
  width: 100%;
  padding: 0 180px;
}

/* ---------=----------- Main Content -------------------------*/



/* ---------- Intro ----------*/
.intro-section {
  padding-top: 94px;
  padding-bottom: 104px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.intro-section .myrow > div:first-child {
  padding-left: 22px;
  height: auto;
}
.intro-section .myrow > div:last-child {
  padding-right: 22px;
}
.intro-section img {
  border-radius: 4px;
}
.intro-section p {
  text-align: justify;
  font-size: 20px;
  margin-top: 38px;
  padding: 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.intro-section .maso-btn {
  margin-top: 24px;
  width: 190px;
}
.intro-section.product .maso-btn {
  margin-top: 12px;
  width: 190px;
}



/* ------- products --------- */
.products-section {
  padding-top: 100px;
  padding-bottom: 50px;
  min-height: 300px;
}
.products-section h1, .features-section h1{
  font-size: 25px;
}
.custom-nav-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.custom-nav-tab .nav-item {
  padding: 0 15px;
}
.custom-nav-tab .nav-item:first-child {
  padding-right: 0
}
.custom-nav-tab .nav-item:last-child {
  padding-left: 0
}
.custom-nav-tab .product-name {

  font-size: 16px;
}
.custom-nav-tab .nav-link {
  padding: 0;
  background-color: transparent;
  color: var(--sys-dark-gray);
  font-size: 14px;
  text-align: right;
  border: none;
  width: 100%;
  cursor: pointer;
}
.custom-nav-tab .nav-link.active {
  font-family: IRANSans;
  color: var(--sys-purple);
}
.custom-nav-tab .progress {
  height: 7px;
  border-radius: 4px;
}
.custom-nav-tab .progress-bar {
  background-color: var(--sys-purple);
}
.custom-nav-tab .progress .inner {
  height: 7px;
}
.products-section .tab-content {
  margin-top: 40px;
}
.products-section .buttons-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.products-section .buttons-container button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-section .buttons-container button .left-arrow,
.products-section .buttons-container button .right-arrow {
  width: 8px;
  height: 8px;
  border: 2px solid var(--sys-purple);
  border-left: none;
  border-top: none;
  padding-top: 3px;
  font-size: 13px;
  margin: 2px 0 2px 1px;
}
.products-section .buttons-container button .right-arrow {
  margin: 3px 2px 3px 0;
}
.products-section .buttons-container .nav-btn {
  background-color: white;
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 10px #7E197529;
}
.products-section .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-section .img-container img {
  max-width: 373px;
}
.products-section h4 {
  font-family: IRANSans;
}
.products-section p {
  margin: 8px 0 16px 0;
  text-align: justify;
}
.product-image {
  margin-bottom: 0.75rem;
  min-width: 71px;
  min-height: 75px;
}
.product-image:last-child {
  padding-left: 0 !important;
}
.product-image:first-of-type {
  padding-right: 0 !important;
}
.products-section .product-image {
  filter: opacity(0.4);
}
.products-section .active .product-image {
  filter: opacity(1) !important;
}
.progress .inner {
  height: 0.5rem;
  border-radius: 4px;
  animation: progressbar-countdown;
  animation-duration: 15s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  animation-play-state: paused;
  animation-timing-function: linear;
}
.tab-pane.active {
  animation: slide-down 0.5s ease-out;
}
@keyframes slide-down {

  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }

}
@keyframes progressbar-countdown {
  0% {
    width: 0;
    background: var(--sys-purple);
  }
  100% {
    width: 100%;
    background: var(--sys-purple);
  }
}

/* ----------- CTA ------------*/
.register-section {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
}
.register-section .h5 {
  font-family: IRANSans;
  color: white;
}
.register-section .h5 span {
  font-size: 25px;
  color: var(--sys-yellow);
}
.register-section .maso-btn {
  font-family: IRANSans;
  font-size: 14px;
  margin-top: 39px;
}
.register-section .maso-btn:hover {
  background-color: white;
}
.register-section .maso-btn:after {
  left: 82px;
}
.register-section .maso-btn:hover:after {
  left: 79px;
}
.register-section .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-section .text-container .text{
  margin-bottom: 0;
}


.features-section h1,
.comments-section h1,
.companions-section h1,
.posts-section h1 {
  font-size: 25px;
}

/* features */
.features-section {
  padding: 50px 180px 77px 180px;
}
.features-section .feature-image {
  margin-bottom: 0.75rem;
}
.feature-card {
  /*cursor: pointer;*/
  border-radius: 4px;
  padding: 23px 28px;
}
.feature-card:hover {
  background-color: var(--sys-light-purple);
  box-shadow: 0 3px 16px #00000029;
}
.features-section .h6 {
  font-family: IRANSans;
  font-size: 16px;
  color: var(--sys-black);
}
.features-section .feature-card:hover .h6 {
  color: var(--sys-purple);
}
.features-section p.text {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;

  font-size: 14px;
  color: #392E40;
  text-align: justify;
}
.feature-card .more-info,
.posts-section .more-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.feature-card .more-info a ,
.posts-section .more-info a {
  color: transparent;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.feature-card .more-info a .left-arrow ,
.posts-section .more-info a .left-arrow {
  border-color: transparent;
}
.features-section a:hover .left-arrow ,
.posts-section .post-card a:hover .left-arrow {
  border-color: transparent !important;
}

/* Comments */
.comments-section {
  padding: 50px 180px;
  width: 100%;
}
.comment-card .h6 {
  font-size: 16px;
  font-family: IRANSans;
}
.comment-card {
  filter: opacity(0.6);
  border-radius: 4px;
  direction: rtl;
  width: 315px;
  height: 305px;
  padding: 38px 30px 50px 30px;
  margin: 0;
  align-self: self-end;
}
.comment-card .avatar-container {
  width: 62px;
  margin-left: 6px;
}
.comments-section .comment-card .avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #9f9f9f;
}
.comments-section .comment-card .avatar img {
  border-radius: 50%
}
.comment-card .quote-container {
  width: 3px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.comment-card .quote-container img {
  width: 32px !important;
  float: left;
}
.comment-card p {
  font-family: IRANSans;
  font-size: 14px;
  margin-top: 25px;
  font-size: 14px;
  text-align: justify;
  color: #392E40;
  line-height: 1.5;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.comment-card .h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
.comment-card label {
  color: #995A9E;
  font-size: 14px;
}

/* arrows */
.left-arrow, .right-arrow , .top-arrow, .bottom-arrow{
  margin: 0.7rem 0 0 0.6rem;
  width: 0.45rem;
  height: 0.45rem;
  border: 0.094rem solid var(--sys-purple);
  transform: rotate(135deg);
  border-left: none;
  border-top: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.top-arrow {
  margin:0.2rem 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-color: unset;
  transform: rotate(-135deg);
}
.bottom-arrow {
  margin:0 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-color: unset;
  transform: rotate(45deg);
}

.left-arrow.movable {
  animation: left-arrow-move 0.9s infinite;
}
@keyframes left-arrow-move {
  0% {
    margin: 0.7rem 0 0 0.6rem;
  }
  50% {
    margin: 0.7rem 0 0 1rem;
  }
  100% {
    margin: 0.7rem 0 0 0.6rem;
  }
}
.right-arrow {
  margin: 0.7rem 0.6rem 0 0;
  transform: rotate(-45deg);
}
.right-arrow.movable {
  animation: right-arrow-move 0.9s infinite;
}
@keyframes right-arrow-move {
  0% {
    margin: 0.7rem 0.6rem 0 0;
  }
  50% {
    margin: 0.7rem 1rem 0 0;
  }
  100% {
    margin: 0.7rem 0.6rem 0 0;
  }
}
.agents-list a:hover .right-arrow.movable,
a:hover .left-arrow.movable {
  animation-play-state: paused;
}

/* companions */
.companions-section, .posts-section {
  padding: 50px 180px;
}
.posts-section {
  padding: 50px 180px;
}
.companions-section .left-arrow,
.posts-section .left-arrow,
.features-section .left-arrow {
  margin-top: 0.5rem;
  margin-right: 0.6rem;
  border: 0.094rem solid var(--sys-dark-blue);
  border-left: none;
  border-top: none;
  animation: none;
}
.companions-section a:hover .left-arrow,
.posts-section a:hover .left-arrow {
  border-color: var(--sys-purple);
}
.companions-section a:hover .left-arrow,
.posts-section a:hover .left-arrow,
.features-section a:hover .left-arrow {
  margin-right: 0.8rem !important;
}
.companions-section .a-purple,
.posts-section .a-purple,
.features-section .a-purple {
  font-size: 14px;
  width: 138px;
  display: flex;
}
.companions-section .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px #00000029;
  border-radius: 4px;
  /*padding: 0.7rem;*/
  padding: 0.7rem 0;
  margin-bottom: 0.5rem;
}
.companions-section .mb-16 {
  margin-bottom: 16px;
}

/* last posts */
.article-post {
  margin: 10px;
  padding: 10px;
  background-image: none;
  border-bottom: 1px solid var(--border-color);
  background-color: #fff;
}
.article-post .entry-title h2 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.0;
}
.article-post .entry-title h2 a {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.6;
  color: #392E40;
}
.article-post img{
  margin-bottom: 15px;
}
.article-post  .entry-content p {
  margin-bottom: 1em;
  color: #392E40;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

.article-post .entry-content .read-more a {
  color: #7e1975;
}

.posts-section {
  padding: 50px 180px;
  width: 100%;
}
.posts-section .post-card {
  border-radius: 4px;
  position: relative;
  height: 100%;
}
.posts-section .post-card a.title {
  font-size: 16px;
  margin: 20px 0 0 0;
  color: #392E40;
  z-index: 3;
}
.posts-section .post-card a.title:hover {
  color: #4A09F4;
}
.posts-section .post-card:hover {
  background-color: white;
  box-shadow: 0 3px 16px #00000029;
}
.posts-section img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.badge-purple {
  padding: 0.4rem;
  color: #392E40;
  font-family: IRANSans;
  font-size: 12px;
  border-radius: 4px;
  background-color: var(--sys-light-blue);
}






/* ------------------------- media query ---------------------------- */

@media all and (max-width: 1300px) {
  .maso-header, .content-section, .content-container {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media all and (max-width: 992px) {

  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .mainContent {
    margin-top: 115px;
  }
  .navbar-container .navbar-toggler {
    position: absolute;
    right: 0;
  }
  .lg-login {
    padding-top: 15px;
    margin-top: 15px;
  }
  .lg-login span {
    position: absolute;
    right: 50%;
  }
  .navbar-container .nav-item:hover .nav-link {
    color: unset !important;
    transition: none;
  }
  .navbar-container .nav-item:hover .nav-link::before {
    height: 0;
    opacity: 0;
  }


  /* -------------- Pruducts ------------- */
  .intro-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .intro-section img{
    margin-top: 24px;
  }
  .intro-section .myrow h1 {
    font-size: 28px;
    line-height: 1.5;
  }
  .intro-section .myrow p {
    font-size: 14px;
    margin: 32px 0 12px 0;
  }
  .intro-section button {
    font-size: 12px;
    margin: 32px 0;
  }

  .posts-section img {
    width: 100%;
  }

}
@media all and (max-width: 768px) {

  h1{
    font-size: 23px;
  }
  h2 , .h2{
    font-size: 18px ;
    text-align: center;
  }
  p{
    font-size: 14px;
  }

  /* ------ footer and header ----- */
  .download-section .download-section-title {
    font-size: 18px;
    font-weight: 500;
  }
  .btn-download {
    background-color: var(--sys-medium-purple);
    color: #fff !important;
    border: 1px solid var(--sys-dark-purple);
    border-radius: 5px;
    padding: 5px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .maso-header, .content-section{
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-top-section .maso-logo {
    margin-bottom: 4px;
  }
  .footer-top-section .h5 {
    font-size: 16px;
  }
  .maso-footer .footer-links {
    padding: 16px 0 0 0;
    margin-bottom: 0;
  }
  .maso-footer .footer-links .flex-column,
  .maso-footer .footer-links .flex-md-column {
    border-bottom: 0.09rem solid #EAEAEA;
    padding: 32px 0;
  }
  .maso-footer .footer-links label {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .maso-footer .footer-links label.rely-symbols {
    margin-bottom: 0;
  }
  .maso-footer .footer-links a {
    font-size: 14px;
  }
  .maso-footer .img-container,
  .maso-footer .img-container img {
    width: 68px;
    height: 64px;
  }
  .maso-footer .img-container {
    margin: 0 24px 0 0;
  }
  .footer-top-section button {
    width: 38px;
    height: 38px;
  }
  .footer-top-section button .left-arrow {
    margin: 0.3rem 0.5rem 0 0;
  }
  .maso-btn {
    font-family: IRANSans;
    font-size: 12px;
    height: unset;
    min-height: 42px;
    padding: 10px;
  }
  .fl-btn {
    height: unset;
    min-height: 40px;
  }
  .maso-btn:after {
    content: none;
  }
  .maso-btn:hover {
    text-indent: 0 !important;
  }

  /* --------------------------------- */

  .intro-section .myrow div {
    padding: 0 !important;
  }
  .intro-section.product .maso-btn{
    margin-bottom: 32px;
  }
  .register-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .register-section .text-container {
    margin-bottom: 8px;
  }
  .register-section .img-container {
    padding: 0 50px;
  }
  .register-section img {
    margin-bottom: 8px;
  }
  .Tarefe-section {
    padding-top: 32px;
    padding-bottom: 35px;
  }
  .content-section.options-section {
    padding-right: 0;
    padding-left: 0;
  }

  .products-section {
    padding-top: 37px;
    padding-bottom: 32px;
  }
  .products-section .img-container {
    margin-bottom: 65px;
    min-height: 293px;
  }
  .products-section .h4 {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .products-section p {
    font-size: 12px;
    margin-bottom: 24px;
    min-height: 143px;
  }
  .products-section .maso-btn {
    font-size: 12px;
  }
  .products-section .tab-content {
    margin-top: 24px;
  }

  .features-section {
    padding-top: 32px;
    padding-bottom: 8px;
  }
  .feature-card {
    background-color: var(--sys-light-purple);
    box-shadow: 0 3px 16px #00000029;
    margin-bottom: 24px;
  }
  .feature-card:hover {
    cursor: unset;
  }
  .features-section .feature-card:hover .h6 {
    color: var(--sys-black);
  }
  .feature-card .h6, .feature-card p.text {
    font-size: 12px;
  }
  .feature-card .more-info {
    padding-top: 20px;
    position: unset;
  }
  .feature-card .more-info a ,
  .posts-section .more-info a {
    color: var(--sys-dark-blue);
    width: unset;
    height: unset;
  }
  .feature-card .more-info a .left-arrow ,
  .posts-section .more-info a .left-arrow {
    border-color: var(--sys-dark-blue);
  }
  .features-section a:hover .left-arrow ,
  .posts-section .post-card a:hover .left-arrow {
    border-color: var(--sys-dark-blue) !important;
  }

  .comments-section {
    padding: 35px 0 30px 0;
  }
  .comments-section h2{
    padding-right: 50px;
    padding-left: 50px;
  }

  .companions-section .a-purple,
  .posts-section .a-purple,
  .features-section .a-purple {
    width: unset;
    color: var(--sys-dark-blue);
  }

  .posts-section .more-info .left-arrow,
  .features-section .left-arrow {
    width: 0.38rem;
    height: 0.38rem;
    margin-top: 0.38rem;
  }
  .companions-section a:hover .left-arrow,
  .posts-section a:hover .left-arrow,
  .features-section a:hover .left-arrow {
    margin-right: 0.6rem !important;
    border-color: var(--sys-dark-blue);
  }
  .companions-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .companions-section .mb-md-16 {
    margin-bottom: 16px;
  }

  .posts-section {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .posts-section .more-info {
    position: unset;
    margin-top: 0;
  }
  .posts-section .post-card {
    box-shadow: 0 3px 16px #00000029;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 16px;
  }
  .posts-section .text-container {
    padding: 16px 27px 0 27px ;
  }
  .posts-section .post-card p {
    margin: 16px 0 14px 0;
  }
  .posts-section .post-card a.title {
    font-size: 14px;
    margin: 15px 0 5px 0;
  }
  .posts-section a.a-purple {
    margin-top: 5px;
  }
  .posts-section .post-card a.title:hover {
    color: unset
  }

}
@media all and (max-width: 574px) {
  .terms-container img {
    max-width: 400px;
  }
  .maso-header, .content-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .maso-btn {
    height: unset;
    min-height: 42px;
  }

  .register-section .img-container .maso-btn {
    width: 100% !important;
  }
  .register-section img {
    width: 258px;
    height: 262px;
  }

  .comments-section {
    padding: 35px 0 30px 0;
  }
  .comments-section h2{
    padding-right: 25px;
    padding-left: 25px;
  }
  /* -------------- */

  .products-section .nav .nav-link,
  .products-section .nav .progress {
    display: none;
  }
  .products-section .nav .nav-link.active,
  .products-section .nav .nav-link.active .progress {
    display: block;
  }
  .products-section .img-container img {
    width: 312px;
    height: 280px;
  }
  .custom-nav-tab .nav-item {
    padding: 0;
  }

}
@media all and (max-width: 375px) {

  .terms-container img {
    max-width: 300px;
  }
  .intro-section img{
    width: 312px;
    height: 276px;
  }
}


/* ---------------------------------------------------------------------- */

/* KEEN SLIDER */
.navigation-wrapper {
  position: relative;
}
.dots {
  display: flex;
  flex-direction: row-reverse;
  padding: 10px 0;
  justify-content: center;
}
.dot {
  border: none;
  width: 7px;
  height: 7px;
  background: #9f9f9f;
  border-radius: 50%;
  margin: 0 3px;
  padding: 2px;
  cursor: pointer;
}
.dot:focus {
  outline: none;
}
.dot--active {
  background: var(--sys-medium-purple);
  width: 16px;
  border-radius: 10px;
}
.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  display: none;
}
.comment-card.active{
  padding: 50px 30px !important;
  height: 330px !important;
  filter: opacity(1) !important;
  box-shadow: 0 3px 16px #00000029;
}
.comment-card {
  min-width: 315px;
  max-width: 315px;
}

.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
  padding-bottom: 20px;
}
.comments-section .keen-slider:not([data-keen-slider-disabled]) {
  padding-top: 20px;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap
}
[data-keen-slider-moves] * {
  pointer-events: none
}
