/*#region ----------------- X) General */
@import url(../css/fontiran.css);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: IRANYEKAN !important;
  font-weight: 300;
  direction: rtl;
  margin: 0;
  background-color: #f2f3f4;
  text-align: right;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p {
  font-family: IRANYEKAN !important;
}

h1 {
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
}

b,
strong {
  font-weight: bolder;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav {
  display: block;
}

a {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background-color: #42a7fb;
  color: #ffffff;
}

::selection {
  background-color: #42a7fb;
  color: #ffffff;
}

::-moz-selection {
  background-color: #42a7fb;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #42a7fb;
  color: #ffffff;
}

@media (max-width: 992px) {
  .container {
    max-width: 95%;
  }
}

.my-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

/*#endregion -------------- X) General */
/*#region ----------------- Navbar */
.navbar {
  background-color: #ffffff;
  padding: 0;
}

.navbar .navbar-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 125px auto 150px;
      grid-template-columns: 125px auto 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.navbar .navbar-inner .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
}

.navbar .navbar-inner .logo a img {
  width: 50px;
}

.navbar .navbar-inner .logo a h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  margin-right: 10px;
  color: #666768;
}

.navbar .navbar-inner .links .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 100px;
}

.navbar .navbar-inner .links .list .item {
  margin-left: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar .navbar-inner .links .list .item:hover .item-link {
  color: #42a7fb;
}

.navbar .navbar-inner .links .list .item:hover .sub-list {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .navbar-inner .links .list .item .item-link {
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  display: block;
  padding: 20px 0;
}

.navbar .navbar-inner .links .list .item .item-link .mdi {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.navbar .navbar-inner .links .list .item .sub-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 65px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 180px;
  padding: 5px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 500;
}

.navbar .navbar-inner .links .list .item .sub-list::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.navbar .navbar-inner .links .list .item .sub-list .sub-item {
  padding: 0 5px;
}

.navbar .navbar-inner .links .list .item .sub-list .sub-item a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  color: #666768;
  padding: 7px 10px;
}

.navbar .navbar-inner .links .list .item .sub-list .sub-item a:hover {
  background-color: #42a7fb;
  color: white;
  border-radius: 5px;
}

.navbar .navbar-inner .login-status .login,
.navbar .navbar-inner .login-status .signin {
  display: none;
}

.navbar .navbar-inner .login-status .login.active,
.navbar .navbar-inner .login-status .signin.active {
  display: block;
  text-align: left;
}

.navbar .navbar-inner .login-status .signin .signin-inner {
  position: relative;
}

.navbar .navbar-inner .login-status .signin .signin-inner:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .navbar-inner .login-status .signin .signin-inner .show-menu {
  display: block;
  padding: 20px 0;
}

.navbar .navbar-inner .login-status .signin .signin-inner .show-menu .text {
  font-size: 14px;
  font-weight: 500;
  color: #333435;
}

.navbar .navbar-inner .login-status .signin .signin-inner .show-menu .icon-arrow {
  font-size: 14px;
  color: #666768;
  position: relative;
  top: 2px;
}

.navbar .navbar-inner .login-status .signin .signin-inner ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 65px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 150px;
  padding: 5px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 500;
  text-align: right;
}

.navbar .navbar-inner .login-status .signin .signin-inner ul::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.navbar .navbar-inner .login-status .signin .signin-inner ul li {
  padding: 0 5px;
}

.navbar .navbar-inner .login-status .signin .signin-inner ul li a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  color: #666768;
  padding: 7px 10px;
}

.navbar .navbar-inner .login-status .signin .signin-inner ul li a:hover {
  background-color: #42a7fb;
  color: white;
  border-radius: 5px;
}

.navbar .navbar-inner .login-status .signin .signin-inner ul li .mdi {
  font-size: 20px;
  line-height: 0;
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.navbar .navbar-inner .mobile-links {
  display: none;
}

.navbar .navbar-inner .mobile-links .btn-mobile-menu {
  background-color: transparent;
  color: #666768;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}

.navbar .navbar-inner .mobile-links .btn-mobile-menu .mdi {
  font-size: 32px;
  position: relative;
  top: -5px;
}

@media (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }
  .navbar .navbar-inner {
    -ms-grid-columns: 80px auto auto;
        grid-template-columns: 80px auto auto;
  }
  .navbar .navbar-inner .mobile-links {
    display: block;
  }
  .navbar .navbar-inner .links {
    display: none;
  }
  .navbar .navbar-inner .logo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar .navbar-inner .login-status .signin .signin-inner ul {
    right: unset;
    left: 0;
  }
  .navbar .navbar-inner .login-status .signin .signin-inner ul::before {
    right: unset;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-inner {
    -ms-grid-columns: 80px auto;
        grid-template-columns: 80px auto;
  }
  .navbar .navbar-inner .logo a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar .navbar-inner .logo a h2 {
    display: none;
  }
  .navbar .navbar-inner .login-status {
    display: none;
  }
}

/*#endregion -------------- Navbar */
/*#region ----------------- Buttons Style */
.btn {
  padding: 0.7rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
}

.btn .mdi {
  font-size: 24px;
  line-height: 0;
  z-index: 4;
}

.icon-right {
  padding-right: 45px;
}

.icon-right .mdi {
  position: absolute;
  right: 10px;
  top: 21px;
}

.icon-left {
  padding-left: 45px;
}

.icon-left .mdi {
  position: absolute;
  left: 10px;
  top: 21px;
}

.btn-default {
  background-color: #42a7fb;
  color: #ffffff;
}

.btn-default::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.btn-default:hover {
  background-color: #00ecbb;
  color: #ffffff;
}

.btn-default-outline {
  background-color: white;
  border: 2px solid #42a7fb;
  color: #42a7fb;
}

.btn-default-outline:hover {
  border-color: #00ecbb;
  color: #00ecbb;
}

.btn-sign {
  padding: 0;
  background-color: #ffffff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #d5d6d8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-sign .mdi {
  font-size: 24px;
  color: #979899;
}

.btn-sign:hover {
  border-color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-sign:hover .mdi {
  color: #42a7fb;
}

.btn-grey {
  background-color: #f2f3f4;
  color: #666768;
}

.btn-grey:hover {
  background-color: #d9dcdf;
}

.btn-circle {
  background: #42a7fb;
  background: linear-gradient(45deg, #42a7fb 0%, #00ecbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A7FB', endColorstr='#00ECBB',GradientType=1 );
  width: 45px;
  height: 45px;
  border: none;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
}

.btn-circle .mdi {
  font-size: 24px;
  color: #ffffff;
}

.btn-circle:hover {
  opacity: 0.7;
}

/*#endregion -------------- Buttons Style */
/*#region ----------------- Gradient Color */
.gradient-1 {
  background: #6b2cf5;
  background: linear-gradient(45deg, #6b2cf5 0%, #d450e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2cf5', endColorstr='#d450e6',GradientType=1 );
}

.gradient-2 {
  background: #db2044;
  background: linear-gradient(45deg, #db2044 0%, #e233b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB2044', endColorstr='#E233B8',GradientType=1 );
}

.gradient-3 {
  background: #2f80ff;
  background: linear-gradient(45deg, #2f80ff 0%, #3ccbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F80FF', endColorstr='#3CCBFF',GradientType=1 );
}

.gradient-4 {
  background: #ff4ba7;
  background: linear-gradient(45deg, #ff4ba7 0%, #ffda64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4BA7', endColorstr='#FFDA64',GradientType=1 );
}

.gradient-5 {
  background: #d450e6;
  background: linear-gradient(45deg, #d450e6 0%, #a1ffd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D450E6', endColorstr='#A1FFD9',GradientType=1 );
}

.gradient-6 {
  background: #42a7fb;
  background: linear-gradient(45deg, #42a7fb 0%, #00ecbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A7FB', endColorstr='#00ECBB',GradientType=1 );
}

.gradient-7 {
  background: #f58529;
  background: linear-gradient(45deg, #f58529 0%, #dd2a7b 40%, #8134af 77%, #515bd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58529', endColorstr='#515bd4',GradientType=1 );
}

.gradient-8 {
  background: #FE3D6E;
  background: linear-gradient(45deg, #FE3D6E 0%, #FC9995 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE3D6E', endColorstr='#FC9995',GradientType=1 );
}

.gradient-9 {
  background: #A1FFD9;
  background: linear-gradient(45deg, #A1FFD9 0%, #F3FF77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1FFD9', endColorstr='#F3FF77',GradientType=1 );
}

.gradient-10 {
  background: #6F085A;
  background: linear-gradient(45deg, #6F085A 0%, #C51C53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F085A', endColorstr='#C51C53',GradientType=1 );
}

/*#endregion -------------- Gradient Color */
/*#region ----------------- Gradient Animation */
.gradient-anim {
  background-size: 300% 300%;
  -webkit-animation: AnimationName 8s ease infinite;
          animation: AnimationName 8s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*#endregion -------------- Gradient Animation */
/*#region ----------------- My Input Group */
.myinputGroup {
  position: relative;
  margin: 20px 0;
}

.myinputGroup .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.myinputGroup .icon .mdi {
  font-size: 24px;
  color: #666768;
}

.myinputGroup .myinput {
  width: 100%;
  height: 45px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: right;
  padding: 0 50px 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.myinputGroup .myinput:hover, .myinputGroup .myinput:focus {
  border-color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.textarea-group {
  margin-top: 20px;
}

.textarea-group .textarea {
  width: 100%;
  border: 1px solid transparent;
  background-color: #f9f9f9;
  border-radius: 10px;
  text-align: right;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.textarea-group .textarea:hover, .textarea-group .textarea:focus {
  border-color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*#endregion -------------- My Input Group */
/*#region ----------------- Sidebar Mobile Menu */
#sidebar-menu {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  z-index: 2002;
  background: #fff;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

#sidebar-menu.active {
  right: 0;
  opacity: 1;
}

#sidebar-menu .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-menu {
  width: 45px;
  height: 45px;
  color: #666768;
  background-color: #f2f3f4;
  border-radius: 50%;
  border: none;
  padding: 0;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-menu .mdi {
  font-size: 30px;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-menu:hover {
  color: #42a7fb;
}

#sidebar-menu .sidebar-header .sidebar-logo a {
  display: block;
}

#sidebar-menu .sidebar-header .sidebar-logo a img {
  width: 60px;
}

#sidebar-menu .category-list {
  display: none;
  margin-top: 20px;
}

#sidebar-menu .category-list .item {
  border-bottom: 1px dashed #d5d6d8;
}

#sidebar-menu .category-list .item:last-child {
  border: none;
}

#sidebar-menu .category-list .item a {
  padding: 15px 20px 15px 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#sidebar-menu .category-list .item a .mdi {
  color: #42a7fb;
  margin-left: 10px;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 4px;
}

#sidebar-menu .category-list .item a:hover {
  color: #42a7fb;
  padding-right: 30px;
  background-color: #f2f3f4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.overlay-back {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2001;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay-back.active {
  display: block;
  opacity: 1;
}

@media (max-width: 992px) {
  #sidebar-menu .category-list {
    display: block;
  }
}

@media (max-width: 400px) {
  #sidebar-menu {
    width: 250px;
  }
}

/*#endregion -------------- Sidebar Mobile Menu */
/*#region ----------------- Mobile Bottom Navbar */
.mobile-bottom-navbar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background-color: white;
  -webkit-box-shadow: 0 -5px 15px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 15px -2px rgba(0, 0, 0, 0.1);
  z-index: 900;
  display: none;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mobile-bottom-navbar .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.mobile-bottom-navbar .inner .item {
  height: 60px;
}

.mobile-bottom-navbar .inner .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-bottom-navbar .inner .item.active .icon,
.mobile-bottom-navbar .inner .item.active .text {
  color: #42a7fb;
}

.mobile-bottom-navbar .inner .item .icon {
  font-size: 24px;
  color: #979899;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-top: 8px;
  position: relative;
}

.mobile-bottom-navbar .inner .item .text {
  font-size: 10px;
  font-weight: 600;
  color: #666768;
}

@media (max-width: 768px) {
  .mobile-bottom-navbar {
    display: block;
    visibility: visible;
  }
  .margin-bottom {
    margin-bottom: 100px;
  }
}

/*#endregion -------------- Mobile Bottom Navbar */
/*#region ----------------- Carousel */
.carousel-index {
  padding: 40px 0;
  position: relative;
}

.carousel-index .item a {
  display: block;
}

.carousel-index .item a img {
  width: 100%;
  border-radius: 15px;
}

.carousel-index .owl-dots {
  top: 20px !important;
}

.story-carousel {
  margin-top: 40px;
}

.story-carousel .owl-stage-outer {
  padding: 20px 0;
}

.story-carousel .item a {
  display: block;
}

.story-carousel .item .img-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
}

.story-carousel .item .img-container .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.story-carousel .item .img-container .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-carousel .item h2 {
  font-size: 14px;
  font-weight: 600;
  color: #666768;
  margin: 20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-carousel {
  margin-top: 40px;
}

.post-carousel .owl-stage-outer {
  padding: 20px 0;
}

.post-carousel .item a {
  display: block;
}

.post-carousel .item .img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
}

.post-carousel .item .img-container .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.post-carousel .item .img-container .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-carousel .item h2 {
  font-size: 14px;
  font-weight: 600;
  color: #666768;
  margin: 20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .post-carousel .item .img-container {
    height: 170px;
  }
}

@media (max-width: 1199px) {
  .post-carousel .item .img-container {
    height: 219px;
  }
}

@media (max-width: 992px) {
  .carousel-index {
    margin-top: 80px;
  }
  .carousel-index .item {
    padding: 0 10px;
  }
  .post-carousel .item .img-container {
    height: 274px;
  }
}

@media (max-width: 768px) {
  .carousel-index {
    margin-top: 60px;
  }
  .carousel-index .item {
    padding: 0;
  }
}

/*#endregion -------------- Carousel */
/*#region ----------------- Default Title */
.default-title {
  text-align: right;
  position: relative;
  z-index: 10;
}

.default-title::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #f2f3f4;
  width: 80px;
  height: 80px;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.default-title .title {
  font-size: 26px;
  font-weight: 800;
  color: #666768;
  margin-bottom: 10px;
  padding-left: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.default-title .link-page {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #666768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.default-title .link-page .icon {
  background: #42a7fb;
  background: linear-gradient(45deg, #42a7fb 0%, #00ecbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A7FB', endColorstr='#00ECBB',GradientType=1 );
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.default-title .link-page .icon .mdi {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.default-title .link-page:hover {
  color: #42a7fb;
}

@media (max-width: 992px) {
  .default-title {
    padding-right: 15px;
  }
  .default-title::before {
    right: 0;
  }
}

@media (max-width: 768px) {
  .default-title .title {
    font-size: 24px;
  }
  .default-title .desc {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .default-title .link-page span {
    display: none;
  }
}

/*#endregion -------------- Default Title */
/*#region ----------------- Products */
.products-content {
  background-color: #ffffff;
  padding: 70px 0 50px 0;
  position: relative;
}

.products-content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/shape/shape-03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 413px;
}

.products-content.have-padding-bottom {
  padding-bottom: 7rem;
}

.products-content .products-list {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.products-content .products-list .card-products {
  padding: 15px;
}

.products-content .products-list .card-products .card-inner {
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-content .products-list .card-products .card-inner:hover {
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-content .products-list .card-products .card-inner a {
  display: block;
}

.products-content .products-list .card-products .card-inner .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-content .products-list .card-products .card-inner .icon img {
  width: 50px;
}

.products-content .products-list .card-products .card-inner .icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50% 15px 50% 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.products-content .products-list .card-products .card-inner .card-b {
  margin-top: 10px;
  padding: 10px;
}

.products-content .products-list .card-products .card-inner .card-b h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-content .products-list .card-products .card-inner .card-b p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}

.free-products {
  background-color: #ffffff;
  padding: 50px 0 70px 0;
  position: relative;
}

.free-products::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/shape/shape-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 218px;
}

.free-products .products-list {
  margin-top: 40px;
}

.free-products .products-list .card-free {
  padding: 15px;
}

.free-products .products-list .card-free .card-inner {
  border-radius: 15px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.free-products .products-list .card-free .card-inner:hover {
  -webkit-box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.free-products .products-list .card-free .card-inner a {
  display: block;
}

.free-products .products-list .card-free .card-inner .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% 15px 50% 50%;
}

.free-products .products-list .card-free .card-inner .icon .mdi {
  font-size: 44px;
  color: white;
}

.free-products .products-list .card-free .card-inner .card-b {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.free-products .products-list .card-free .card-inner .card-b h2 {
  font-size: 18px;
  font-weight: 700;
  color: #666768;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .products-content {
    margin-top: 20px;
  }
  .products-content .products-list .card-products .card-inner .icon {
    width: 60px;
    height: 60px;
  }
  .products-content .products-list .card-products .card-inner .icon::before {
    width: 60px;
    height: 60px;
  }
  .products-content .products-list .card-products .card-inner .icon img {
    width: 40px;
  }
  .products-content .products-list .card-products .card-inner .card-b {
    margin-top: 0;
  }
  .products-content .products-list .card-products .card-inner .card-b h2 {
    font-size: 14px;
  }
  .products-content .products-list .card-products .card-inner .card-b p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .products-content .products-list .card-products {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

/*#endregion -------------- Products */
/*#region ----------------- Other Products */
.other-products {
  padding: 20px 0 50px 0;
  background-color: #ffffff;
  position: relative;
}

.other-products .products-list {
  margin-top: 40px;
}

.other-products .products-list .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.other-products .products-list .list-inner .other-card-products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 15px;
}

.other-products .products-list .list-inner .other-card-products.blue .card-inner a .icon {
  background-color: rgba(66, 167, 251, 0.1);
}

.other-products .products-list .list-inner .other-card-products.blue .card-inner a .icon .mdi {
  color: #42a7fb;
}

.other-products .products-list .list-inner .other-card-products.blue .card-inner a .card-b h2 {
  color: #42a7fb;
}

.other-products .products-list .list-inner .other-card-products.red .card-inner a .icon {
  background-color: rgba(219, 32, 68, 0.1);
}

.other-products .products-list .list-inner .other-card-products.red .card-inner a .icon .mdi {
  color: #db2044;
}

.other-products .products-list .list-inner .other-card-products.red .card-inner a .card-b h2 {
  color: #db2044;
}

.other-products .products-list .list-inner .other-card-products.green .card-inner a .icon {
  background-color: rgba(0, 236, 187, 0.1);
}

.other-products .products-list .list-inner .other-card-products.green .card-inner a .icon .mdi {
  color: #00ecbb;
}

.other-products .products-list .list-inner .other-card-products.green .card-inner a .card-b h2 {
  color: #00ecbb;
}

.other-products .products-list .list-inner .other-card-products .card-inner {
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
}

.other-products .products-list .list-inner .other-card-products .card-inner:hover {
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.other-products .products-list .list-inner .other-card-products .card-inner a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
      grid-template-columns: 60px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-products .products-list .list-inner .other-card-products .card-inner a .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.other-products .products-list .list-inner .other-card-products .card-inner a .icon .mdi {
  font-size: 28px;
  position: relative;
  top: 1px;
}

.other-products .products-list .list-inner .other-card-products .card-inner a .card-b h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.other-products .products-list .list-inner .other-card-products .card-inner a .card-b p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666768;
}

@media (max-width: 992px) {
  .other-products .products-list .list-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other-products .products-list .list-inner .other-card-products {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .other-products .products-list .list-inner .other-card-products {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

/*#endregion -------------- Other Products */
/*#region ----------------- Story Created */
.story-slider {
  background-color: #f2f3f4;
  padding: 70px 0 50px 0;
}

.story-slider .default-title::before {
  background-color: #ffffff;
}

.post-slider {
  background-color: #f2f3f4;
  padding: 30px 0 50px 0;
  position: relative;
}

.post-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/shape-04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 285px;
}

.post-slider .default-title::before {
  background-color: #ffffff;
}

/*#endregion -------------- Story Created */
/*#region ----------------- Footer */
.footer {
  background-color: #232425;
}

.footer .line {
  height: 5px;
}

.footer .top {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #353637;
}

.footer .top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .top .logo a img {
  width: 50px;
}

.footer .top .logo a h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  margin-right: 10px;
  color: #ffffff;
}

.footer .top .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .top .social ul li {
  width: 40px;
  height: 40px;
  background-color: silver;
  margin-right: 10px;
  border-radius: 50%;
}

.footer .top .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.footer .top .social ul li a .mdi {
  font-size: 24px;
  position: relative;
  top: 1px;
}

.footer .bottom {
  margin-top: 20px;
}

.footer .bottom .links h4 {
  font-size: 18px;
  font-weight: 600;
  color: #979899;
}

.footer .bottom .links ul li {
  margin-bottom: 5px;
}

.footer .bottom .links ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .bottom .links ul li a:hover {
  padding-right: 5px;
  color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .copyright {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  background-color: #323335;
}

.footer .copyright span {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer {
    display: none;
    visibility: hidden;
  }
}

/*#endregion -------------- Footer */
/*#region ----------------- Modal Styles */
.modal-content {
  border: none;
  border-radius: 15px;
}

.modal-header {
  border: none;
  border-radius: 15px 15px 0 0;
}

.modal-header .modal-title {
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#42a7fb), to(#00ecbb));
  background: linear-gradient(right, #42a7fb 0%, #00ecbb 100%);
  background: -webkit-linear-gradient(left, #42a7fb 0%, #00ecbb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-body .title {
  font-size: 14px;
  font-weight: 500;
  color: #333435;
  margin-bottom: 1rem;
}

.modal-footer {
  border: none;
}

/*#endregion -------------- Modal Styles */
/*#region ----------------- Blogs Styles */
.blogs-content {
  padding: 70px 0 50px 0;
  background-color: #ffffff;
}

.blogs-content .blogs-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blogs-content .blogs-inner .card-blog {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
  margin-bottom: 10px;
}

.blogs-content .blogs-inner .card-blog:hover .blog-inner .blog-pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-content .blogs-inner .card-blog:hover .blog-inner .blog-info .name {
  color: #00ecbb;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-content .blogs-inner .card-blog .blog-inner a {
  display: block;
}

.blogs-content .blogs-inner .card-blog .blog-inner .blog-pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 0;
}

.blogs-content .blogs-inner .card-blog .blog-inner .blog-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blogs-content .blogs-inner .card-blog .blog-inner .blog-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-content .blogs-inner .card-blog .blog-inner .blog-info {
  text-align: right;
  margin-top: 15px;
}

.blogs-content .blogs-inner .card-blog .blog-inner .blog-info .name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  color: #333435;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-content .blogs-inner .card-blog .blog-inner .blog-info .desc {
  font-size: 13px;
  font-weight: 500;
  color: #666768;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-content .blogs-inner .card-blog .blog-inner .blog-info .date h6 {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: right;
  color: #979899;
}

.blog-grid-content {
  margin: 40px 0;
}

.blog-grid-content .grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30% 20% 20%;
      grid-template-columns: 30% 30% 20% 20%;
      grid-template-areas: "g-bigimage g-bigimage g-width g-width" "g-bigimage g-bigimage g-small-1 g-small-2";
}

.blog-grid-content .grid-layout .grid-item {
  padding: 5px;
}

.blog-grid-content .grid-layout .grid-item .news-content {
  height: 100%;
}

.blog-grid-content .grid-layout .grid-item .news-content a {
  display: block;
}

.blog-grid-content .grid-layout .grid-item .news-content .news-content-pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 15px;
}

.blog-grid-content .grid-layout .grid-item .news-content .news-content-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blog-grid-content .grid-layout .grid-item .news-content .news-content-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
}

.blog-grid-content .grid-layout .grid-item .news-content .blog-data {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  text-align: center;
  width: 100%;
  padding: 12px;
}

.blog-grid-content .grid-layout .grid-item .news-content .blog-data h2 {
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  color: white;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-grid-content .grid-layout .grid-item .news-content .blog-data .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-grid-content .grid-layout .grid-item .news-content .blog-data .info .seen,
.blog-grid-content .grid-layout .grid-item .news-content .blog-data .info .time {
  font-size: 13px;
  font-weight: 400;
  color: #ccc;
}

.blog-grid-content .grid-layout .grid-item .news-content .blog-data .info .seen .mdi,
.blog-grid-content .grid-layout .grid-item .news-content .blog-data .info .time .mdi {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.blog-grid-content .grid-layout .grid-item .news-content .blog-category {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #42a7fb;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 8px;
}

.blog-grid-content .grid-layout .grid-item .news-content .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-grid-content .grid-layout .grid-item .news-content:hover .news-content-pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-grid-content .grid-layout .grid-item .news-content:hover .overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}

.blog-grid-content .grid-layout .grid-item.grid-bigImage {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: g-bigimage;
}

.blog-grid-content .grid-layout .grid-item.grid-bigImage .news-content .news-content-pic {
  height: 430px;
}

.blog-grid-content .grid-layout .grid-item.grid-width {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: g-width;
}

.blog-grid-content .grid-layout .grid-item.grid-small-1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: g-small-1;
}

.blog-grid-content .grid-layout .grid-item.grid-small-2 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: g-small-2;
}

.blog-category-content {
  background-color: white;
  padding: 50px 0;
}

.blog-category-content .category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-category-content .category-inner .item {
  margin: 0 0 15px 15px;
}

.blog-category-content .category-inner .item .inner a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
      grid-template-columns: 60px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.1);
  padding: 5px 5px 5px 20px;
  border-radius: 50px;
}

.blog-category-content .category-inner .item .inner .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.blog-category-content .category-inner .item .inner .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blog-category-content .category-inner .item .inner .text {
  font-size: 14px;
  font-weight: 400;
  color: #333435;
}

.blogs-page-content {
  margin: 50px 0 50px 0;
}

.blogs-page-content .blogs-list-container .blog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 30px 0;
}

.blogs-page-content .blogs-list-container .blog-title h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333435;
}

.blogs-page-content .blogs-list-container .blog-title .sort {
  width: 250px;
}

.blogs-page-content .blogs-list-container .blog-title .sort .form-select {
  margin-top: 0;
  background-color: white;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog:hover .blog-inner .blog-pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog:hover .blog-inner .blog-info .name {
  color: #00ecbb;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner a {
  display: block;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin: 0;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-info {
  text-align: right;
  padding: 15px 15px 10px 15px;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-info .name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333435;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-info .desc {
  font-size: 13px;
  font-weight: 500;
  color: #666768;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-info .date h6 {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  color: #979899;
}

.blogs-page-content .blogs-list-container .blogs-list-inner .card-blog .blog-inner .blog-category {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #42a7fb;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 8px;
}

.blogs-page-content .blogs-side .category-list {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
          box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
}

.blogs-page-content .blogs-side .category-list .title {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  padding: 0 0 10px 10px;
  position: relative;
}

.blogs-page-content .blogs-side .category-list .title .mdi {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 1px;
  color: #979899;
}

.blogs-page-content .blogs-side .category-list .item-link a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto 40px;
      grid-template-columns: 20px auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  border-radius: 5px;
}

.blogs-page-content .blogs-side .category-list .item-link a:hover {
  background-color: #42a7fb;
}

.blogs-page-content .blogs-side .category-list .item-link a:hover .text,
.blogs-page-content .blogs-side .category-list .item-link a:hover .icon {
  color: #ffffff;
}

.blogs-page-content .blogs-side .category-list .item-link .icon {
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #666768;
}

.blogs-page-content .blogs-side .category-list .item-link .text {
  font-size: 13px;
  font-weight: 400;
  color: #333435;
}

.blogs-page-content .blogs-side .last-articles {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
}

.blogs-page-content .blogs-side .last-articles .title {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  padding: 0 0 10px 10px;
}

.blogs-page-content .blogs-side .last-articles .title .mdi {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 1px;
  color: #979899;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item {
  border-bottom: 1px solid #d5d6d8;
  padding: 10px 0;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item:last-child {
  border: none;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item:hover .text {
  color: #00ecbb;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item .article-pic {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin: 0;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item .article-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item .article-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blogs-page-content .blogs-side .last-articles .article-inner .item .text {
  font-size: 12px;
  font-weight: 400;
  color: #666768;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  max-height: 42px;
}

.blogs-page-content .blog-details {
  border-radius: 10px;
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.1);
}

.blogs-page-content .blog-details .blog-card-pic {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin: 0;
}

.blogs-page-content .blog-details .blog-card-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blogs-page-content .blog-details .blog-card-pic .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blogs-page-content .blog-details .blog-card-pic .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
}

.blogs-page-content .blog-details .blog-card-pic .overlay h2 {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.blogs-page-content .blog-details .blog-card-pic .blog-category {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #42a7fb;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 8px;
}

.blogs-page-content .blog-details .blog-info {
  margin: 1rem 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogs-page-content .blog-details .blog-info .mdi {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.blogs-page-content .blog-details .blog-info .date,
.blogs-page-content .blog-details .blog-info .seen {
  font-size: 14px;
  font-weight: 400;
  color: #979899;
}

.blogs-page-content .blog-details .blog-text p {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  text-align: justify;
  line-height: 27px;
}

.blogs-page-content .blog-details .blog-tags {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
      grid-template-columns: 100px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3rem;
}

.blogs-page-content .blog-details .blog-tags .tag-title {
  margin-top: 5px;
}

.blogs-page-content .blog-details .blog-tags .tag-title h6 {
  margin-bottom: 0;
}

.blogs-page-content .blog-details .blog-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blogs-page-content .blog-details .blog-tags ul li {
  margin: 0 0 10px 10px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #666768;
  border: 1px solid #d5d6d8;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blogs-page-content .blog-details .blog-tags ul li:hover {
  border-color: #42a7fb;
  color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blogs-page-content .blog-comments {
  border-radius: 10px;
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.1);
}

.blogs-page-content .blog-comments .send-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogs-page-content .blog-comments .send-comment h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.blogs-page-content .blog-comments .comments-list {
  margin-top: 30px;
}

.blogs-page-content .blog-comments .comments-list .comment-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
      grid-template-columns: 60px auto;
  padding-top: 20px;
}

.blogs-page-content .blog-comments .comments-list .comment-item:last-child .user-info {
  border: none;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-image {
  width: 50px;
  height: 50px;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-info {
  border-bottom: 1px solid #d5d6d8;
  padding-bottom: 20px;
  position: relative;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-info .name {
  font-size: 14px;
  font-weight: 600;
  color: #333435;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-info .date {
  font-size: 12px;
  font-weight: 500;
  color: #979899;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-info .text {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  line-height: 24px;
  margin-top: 0.8rem;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-info .rate {
  position: absolute;
  top: 0;
  left: 0;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-info .rate span {
  font-size: 13px;
  font-weight: 500;
  color: #979899;
}

.blogs-page-content .blog-comments .comments-list .comment-item .user-info .rate .mdi {
  color: #ffd800;
  position: relative;
  top: 1px;
}

.blogs-page-content .my-pagination {
  padding: 20px 0;
}

@media (max-width: 1199px) {
  .blogs-content .blogs-inner .card-blog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 992px) {
  .blogs-content .blogs-inner .card-blog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-grid-content {
    margin-top: 100px;
  }
  .blog-grid-content .grid-layout {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        grid-template-areas: "g-bigimage g-bigimage" "g-width g-width" "g-small-1 g-small-2";
  }
  .blog-grid-content .grid-layout .grid-item.grid-bigImage {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: g-bigimage;
  }
  .blog-grid-content .grid-layout .grid-item.grid-bigImage .news-content .news-content-pic {
    height: 280px;
  }
  .blog-grid-content .grid-layout .grid-item.grid-width .news-content .news-content-pic {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .blog-grid-content .grid-layout .grid-item.grid-bigImage {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: g-bigimage;
  }
  .blog-grid-content .grid-layout .grid-item.grid-bigImage .news-content .news-content-pic {
    height: 250px;
  }
  .blog-grid-content .grid-layout .grid-item.grid-width .news-content .news-content-pic {
    height: 250px;
  }
}

@media (max-width: 650px) {
  .blogs-content .blogs-inner .card-blog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .blogs-page-content .blog-details .blog-card-pic {
    height: 250px;
  }
  .blogs-page-content .blog-comments .send-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blogs-page-content .blog-comments .send-comment h6 {
    margin-bottom: 2rem;
  }
  .blog-grid-content .grid-layout .grid-item.grid-bigImage .news-content .news-content-pic {
    height: 200px;
  }
  .blog-grid-content .grid-layout .grid-item.grid-width .news-content .news-content-pic {
    height: 200px;
  }
  .blog-grid-content .grid-layout .grid-item.grid-small-1 .news-content .news-content-pic, .blog-grid-content .grid-layout .grid-item.grid-small-2 .news-content .news-content-pic {
    height: 200px;
  }
}

/*#endregion -------------- Blogs Styles */
/*#region ----------------- Products all */
.products-all {
  margin: 40px 0 50px 0;
  position: relative;
  z-index: 1;
}

.products-all::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/shape/shape-03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 413px;
  z-index: -1;
}

.products-all .products-panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
}

.products-all .products-panel .title {
  font-size: 18px;
  font-weight: 600;
  color: #333435;
  position: relative;
  z-index: 2;
  padding: 20px 20px 0 0;
}

.products-all .products-panel .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50% 15px 50% 50%;
  background-color: #f2f3f4;
  z-index: -1;
}

.products-all .products-panel .product-inner {
  margin-top: 20px;
  padding: 15px;
}

.products-all .products-panel .product-inner .form-check {
  margin: 10px 0;
}

.products-all .products-panel .product-inner .form-check .form-check-label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #666768;
}

.products-all .products-list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.products-all .products-list .list-inner {
  margin-top: 50px;
}

.products-all .products-list .list-inner .card-product {
  border: 1px solid #d5d6d8;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 25px;
}

.products-all .products-list .list-inner .card-product:hover {
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.products-all .products-list .list-inner .card-product a {
  display: block;
}

.products-all .products-list .list-inner .card-product .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% 15px 50% 50%;
}

.products-all .products-list .list-inner .card-product .icon img {
  width: 50px;
}

.products-all .products-list .list-inner .card-product .title {
  margin-top: 10px;
  padding: 10px;
}

.products-all .products-list .list-inner .card-product .title h2 {
  font-size: 16px;
  font-weight: 700;
  color: #666768;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-all .products-list .list-inner .write-comment-content .title {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  margin-bottom: 1rem;
}

.products-all .products-list .list-inner .write-comment-content .myinputGroup .myinput {
  padding: 0 15px 0 60px;
  border-radius: 50px;
  height: 49px;
}

.products-all .products-list .list-inner .write-comment-content .myinputGroup .myinput:hover, .products-all .products-list .list-inner .write-comment-content .myinputGroup .myinput:focus {
  background-color: #ffffff;
}

.products-all .products-list .list-inner .write-comment-content .myinputGroup .btn-circle {
  position: absolute;
  left: 2px;
  top: 2px;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments {
  margin-top: 30px;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.3rem;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comment-title h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333435;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comment-title .price .number,
.products-all .products-list .list-inner .write-comment-content .list-of-comments .comment-title .price .cost {
  font-size: 16px;
  font-weight: 500;
  color: #666768;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comment-title .price .number {
  margin-left: 5px;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comments-group .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto 45px;
      grid-template-columns: 50px auto 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  margin-bottom: 15px;
  border: 1px solid #d5d6d8;
  padding: 10px 10px 10px 5px;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comments-group .item .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #666768;
  border-radius: 50%;
  background-color: #f2f3f4;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comments-group .item .text {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comments-group .item .btn-circle {
  background: transparent;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comments-group .item .btn-circle .mdi {
  color: #666768;
}

.products-all .products-list .list-inner .write-comment-content .list-of-comments .comments-group .item .btn-circle:hover .mdi {
  color: #db2044;
}

.products-all .products-list .list-inner .products-price-list {
  margin-top: 30px;
}

.products-all .products-list .list-inner .products-price-list .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto 50px;
      grid-template-columns: 60px auto 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #d5d6d8;
  border-radius: 15px;
  margin-bottom: 15px;
}

.products-all .products-list .list-inner .products-price-list .item .icon {
  width: 50px;
  height: 50px;
  background-color: rgba(66, 167, 251, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-all .products-list .list-inner .products-price-list .item .icon .icon-svg {
  width: 35px;
  fill: #42a7fb;
}

.products-all .products-list .list-inner .products-price-list .item .name h4 {
  font-size: 15px;
  font-weight: 500;
  color: #666768;
}

.products-all .products-list .list-inner .products-price-list .item .name h6 {
  font-size: 14px;
  font-weight: 400;
  color: #979899;
  margin-bottom: 0;
}

.products-all .products-list .list-inner .all-pay-list {
  margin-top: 20px;
}

.products-all .products-list .list-inner .all-pay-list .pay-group {
  border: 1px solid #d5d6d8;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 15px;
}

.products-all .products-list .list-inner .all-pay-list .pay-group ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}

.products-all .products-list .list-inner .all-pay-list .pay-group ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  border: 1px dashed #d5d6d8;
  z-index: -1;
}

.products-all .products-list .list-inner .all-pay-list .pay-group ul li .title {
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  background-color: white;
  padding-left: 10px;
}

.products-all .products-list .list-inner .all-pay-list .pay-group ul li .desc {
  font-size: 14px;
  font-weight: 500;
  color: #333435;
  background-color: white;
  padding-right: 10px;
}

.products-all .products-list .list-inner .all-pay-list .pay-group .form-check {
  margin-top: 20px;
}

.products-all .products-list .list-inner .all-pay-list .pay-group .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.products-all .products-list .list-inner .all-pay-list .page-id {
  margin-top: 20px;
  margin-bottom: 30px;
}

.products-all .products-list .list-inner .all-pay-list .page-id .myinputGroup .myinput {
  padding: 0 15px 0 60px;
  border-radius: 50px;
  height: 49px;
}

.products-all .products-list .list-inner .all-pay-list .page-id .myinputGroup .myinput:hover, .products-all .products-list .list-inner .all-pay-list .page-id .myinputGroup .myinput:focus {
  background-color: #ffffff;
}

.products-all .products-list .list-inner .all-pay-list .page-id .myinputGroup .btn-circle {
  position: absolute;
  left: 2px;
  top: 2px;
}

.products-all .products-list .list-inner .all-pay-list .description {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666768;
  margin-bottom: 30px;
}

.products-all .products-list .list-inner .all-pay-list .wallet {
  background-color: rgba(66, 167, 251, 0.1);
  padding: 15px;
  margin-top: 20px;
  border-radius: 15px;
}

.products-all .products-list .list-inner .all-pay-list .wallet ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-all .products-list .list-inner .all-pay-list .wallet ul li .title {
  font-size: 18px;
  font-weight: 500;
  color: #333435;
}

.products-all .products-list .list-inner .all-pay-list .wallet ul li .title .toman {
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  color: #666768;
}

.products-all .products-list .list-inner .all-pay-list .wallet ul li .link {
  font-size: 14px;
  font-weight: 500;
  color: #42a7fb;
}

.products-all .products-list .list-inner .all-pay-list .wallet ul li .link .mdi {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.products-all .products-list .list-inner .all-pay-list .pay-button {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .products-all {
    margin-top: 100px;
  }
  .products-all .products-list {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .products-all .products-list .list-inner .all-pay-list .pay-button .btn {
    width: 100%;
  }
}

/*#endregion -------------- Products all */
/*#region ----------------- Steps Level */
.steps-level .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.steps-level .step-list::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #f2f3f4;
  border-radius: 3px;
}

.steps-level .step-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps-level .step-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.steps-level .step-list li a span {
  font-size: 12px;
  font-weight: 700;
  color: #666768;
  margin-top: 15px;
}

.steps-level .step-list li .circle {
  background-color: #d5d6d8;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 0 0 10px #f2f3f4;
          box-shadow: 0 0 0 10px #f2f3f4;
  z-index: 10;
}

.steps-level .step-list li .circle::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.steps-level .step-list li.active .circle::after {
  background: #42a7fb;
  background: linear-gradient(45deg, #42a7fb 0%, #00ecbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A7FB', endColorstr='#00ECBB',GradientType=1 );
}

.steps-level .step-list li.active a span {
  color: #42a7fb;
}

@media (max-width: 575px) {
  .steps-level .step-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-reset: step;
  }
  .steps-level .step-list::before {
    top: 30px;
  }
  .steps-level .step-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 10px;
    position: relative;
  }
  .steps-level .step-list li::before {
    content: counter(step);
    counter-increment: step;
    font-size: 13px;
    font-weight: 500;
    z-index: 30;
    position: relative;
    top: 20px;
    color: #666768;
  }
  .steps-level .step-list li.active::before {
    color: #ffffff;
  }
  .steps-level .step-list li .circle {
    width: 20px;
    height: 20px;
  }
  .steps-level .step-list li .circle::after {
    width: 20px;
    height: 20px;
  }
}

/*#endregion -------------- Steps Level */
/*#region ----------------- Credit */
.credit-content {
  margin: 50px 0;
}

.credit-content .credit-inner {
  width: 60%;
  margin: 0 auto;
}

.credit-content .credit-inner .credit-title {
  text-align: center;
  margin-bottom: 20px;
}

.credit-content .credit-inner .credit-title h2 {
  font-size: 20px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 1rem;
}

.credit-content .credit-inner .credit-title h6 {
  font-size: 14px;
  color: #666768;
  margin-bottom: 0;
}

.credit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.credit-list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  position: relative;
  padding: 10px;
}

.credit-list .item .radio-inner {
  width: 100%;
  height: 130px;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.08);
}

.radio-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.radio-label .cost {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  color: #42a7fb;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}

.radio-label .cost::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #f2f3f4;
  border-radius: 50% 15px 50% 50%;
  z-index: -1;
}

.radio-label .toman {
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  position: absolute;
  right: 0;
  top: 85px;
  width: 85px;
  padding: 10px 15px 0 0;
}

.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-label input:checked ~ .checkmark-address {
  background-color: #42a7fb;
  border: 2px solid #42a7fb;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-label input:checked ~ .checkmark-address:after {
  display: block;
}

.radio-label input:checked ~ .cost {
  color: white;
}

.radio-label input:checked ~ .cost::before {
  background-color: #42a7fb;
}

.radio-label:hover input ~ .checkmark-address {
  border-color: #42a7fb;
}

.radio-label .checkmark-address:after {
  content: "\F012C";
  font-family: "Material Design Icons";
  font-weight: 900;
  top: -4px;
  left: -1px;
  color: white;
  font-size: 18px;
}

.checkmark-address {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #d5d6d8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: 12px;
  bottom: 12px;
}

.checkmark-address:after {
  content: "";
  position: absolute;
  display: none;
}

.button-group {
  text-align: center;
  padding-top: 35px;
}

@media (max-width: 992px) {
  .credit-content {
    margin-top: 100px;
  }
  .credit-content .credit-inner {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .credit-content .credit-inner {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .credit-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .button-group .btn {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .credit-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 0 20px 0;
  }
}

/*#endregion -------------- Credit */
/*#region ----------------- User Profile */
.user-profile-content {
  margin: 40px 0;
}

.user-profile-content .profile-side {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
}

.user-profile-content .profile-side .profile-header .header-inner {
  border-radius: 15px 15px 50px 0;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-profile-content .profile-side .profile-header .header-inner .title h4 {
  font-size: 17px;
  font-weight: 800;
  color: white;
  margin-bottom: 0;
}

.user-profile-content .profile-side .profile-header .header-inner .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  bottom: -22px;
}

.user-profile-content .profile-side .profile-header .header-inner .icon .mdi {
  font-size: 24px;
  color: white;
}

.user-profile-content .profile-side .profile-link-list {
  padding: 10px 10px 20px 10px;
}

.user-profile-content .profile-side .profile-link-list .list {
  margin-top: 40px;
}

.user-profile-content .profile-side .profile-link-list .list .item {
  margin-bottom: 10px;
}

.user-profile-content .profile-side .profile-link-list .list .item:last-child {
  margin: 0;
}

.user-profile-content .profile-side .profile-link-list .list .item.active a {
  background-color: #f2f3f4;
}

.user-profile-content .profile-side .profile-link-list .list .item.active a .icon {
  background-color: rgba(66, 167, 251, 0.3);
}

.user-profile-content .profile-side .profile-link-list .list .item.active a .arrow {
  background: #42a7fb;
  background: linear-gradient(45deg, #42a7fb 0%, #00ecbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A7FB', endColorstr='#00ECBB',GradientType=1 );
}

.user-profile-content .profile-side .profile-link-list .list .item.active a .arrow .mdi {
  color: #ffffff;
}

.user-profile-content .profile-side .profile-link-list .list .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px auto 30px;
      grid-template-columns: 55px auto 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f2f3f4;
  border-radius: 15px;
  padding: 10px;
}

.user-profile-content .profile-side .profile-link-list .list .item a:hover {
  background-color: #f2f3f4;
}

.user-profile-content .profile-side .profile-link-list .list .item a .icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(66, 167, 251, 0.1);
  border-radius: 50%;
}

.user-profile-content .profile-side .profile-link-list .list .item a .icon .mdi {
  font-size: 24px;
  color: #42a7fb;
}

.user-profile-content .profile-side .profile-link-list .list .item a .text h2 {
  font-size: 14px;
  font-weight: 500;
  color: #333435;
}

.user-profile-content .profile-side .profile-link-list .list .item a .text h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #666768;
}

.user-profile-content .profile-side .profile-link-list .list .item a .text h6 small {
  margin-right: 5px;
}

.user-profile-content .profile-side .profile-link-list .list .item a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.user-profile-content .profile-side .profile-link-list .list .item a .arrow .mdi {
  color: #42a7fb;
}

.user-profile-content .profile-body {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.user-profile-content .profile-body .title {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-profile-content .profile-body .title h4 {
  font-size: 18px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 0;
}

.user-profile-content .profile-body .title .btn-link {
  font-size: 14px;
  font-weight: 400;
  color: #42a7fb;
}

.user-profile-content .profile-body .title .btn-link .mdi {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin: 0 5px;
}

.user-profile-content .profile-body .body-inner {
  padding: 0 20px 20px 20px;
}

.user-profile-content .profile-body .msg {
  font-size: 16px;
  color: #666768;
}

.user-profile-content .profile-body .button-group {
  padding-top: 0;
  text-align: right;
}

.user-profile-content .profile-body .send-ticket {
  margin-top: 20px;
}

.card-transaction {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  border: 1px solid #f2f3f4;
  border-radius: 15px;
  margin-bottom: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-transaction:hover {
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-transaction .icon {
  width: 60px;
  height: 60px;
  background-color: rgba(66, 167, 251, 0.1);
  border-radius: 50% 15px 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-transaction .icon svg {
  fill: #42a7fb;
  width: 40px;
}

.card-transaction .info {
  padding: 10px;
}

.card-transaction .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.card-transaction .info ul li .name {
  font-size: 14px;
  font-weight: 500;
  color: #666768;
}

.card-transaction .info ul li .desc {
  font-size: 14px;
  font-weight: 500;
  color: #333435;
}

.card-transaction .info ul li .desc.status-ready {
  color: #42a7fb;
}

.card-transaction .info ul li .desc.status-block {
  color: #db2044;
}

.card-transaction .info .link-preview {
  background-color: #f2f3f4;
  border-radius: 12px;
  padding: 10px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-transaction .info .link-preview .link {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.card-transaction .info .link-preview .link-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #42a7fb;
}

.card-support {
  background-color: #ffffff;
  border: 1px solid #f2f3f4;
  border-radius: 15px;
  margin-bottom: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-support:hover {
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-support a {
  display: block;
  padding: 15px;
}

.card-support ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.card-support ul li .name {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.card-support ul li .desc {
  font-size: 14px;
  font-weight: 400;
  color: #333435;
}

.card-support ul li .desc.status-answer {
  color: #42a7fb;
}

.card-support ul li .desc.status-block {
  color: #db2044;
}

.card-support .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-support .date span {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.card-support .date .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.message-box {
  border-radius: 10px;
  padding: 0 20px 20px 20px;
}

.message-box .message-header {
  border: 1px solid #f2f3f4;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.message-box .message-header h6 {
  font-size: 16px;
  font-weight: 600;
  color: #42a7fb;
  margin-bottom: 5px;
}

.message-box .message-header .date {
  font-size: 12px;
  font-weight: 400;
  color: #979899;
}

.message-box .message-conversation {
  border: 1px solid #f2f3f4;
  border-top: none;
  overflow-y: auto;
  max-height: 340px;
  min-height: 340px;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: inset 0 0 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 15px -1px rgba(0, 0, 0, 0.1);
}

.message-box .message-conversation .conversation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}

.message-box .message-conversation .conversation-list .conversation {
  text-align: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-box .message-conversation .conversation-list .conversation.in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.message-box .message-conversation .conversation-list .conversation.in .conversation-inner {
  background-color: #42a7fb;
  border-radius: 0 15px 15px 15px;
}

.message-box .message-conversation .conversation-list .conversation.in .conversation-inner .message-text {
  color: #ffffff;
}

.message-box .message-conversation .conversation-list .conversation.in .conversation-inner .send-time {
  color: #555;
}

.message-box .message-conversation .conversation-list .conversation.out .conversation-inner {
  background-color: #f2f3f4;
  border-radius: 15px 0 15px 15px;
}

.message-box .message-conversation .conversation-list .conversation.out .conversation-inner .message-text {
  color: #333435;
}

.message-box .message-conversation .conversation-list .conversation.out .conversation-inner .send-time {
  color: #42a7fb;
}

.message-box .message-conversation .conversation-list .conversation .conversation-inner {
  padding: 10px;
  width: 40%;
}

.message-box .message-conversation .conversation-list .conversation .conversation-inner .message-text {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
}

.message-box .message-conversation .conversation-list .conversation .conversation-inner .send-time {
  font-size: 12px;
  font-weight: 400;
}

.message-box .message-send {
  background-color: #ffffff;
  padding: 15px 0 0 0;
}

.message-box .message-send .send-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 70px;
      grid-template-columns: auto 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-box .message-send .send-inner .textarea-group {
  margin: 0;
}

.message-box .message-send .send-inner .textarea-group .textarea {
  background-color: #f2f3f4;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.message-box .message-send .send-inner .textarea-group .textarea:hover, .message-box .message-send .send-inner .textarea-group .textarea:focus {
  border-color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.message-box .message-send .send-inner .send-group {
  text-align: center;
}

.message-box .message-send .send-inner .send-group .btn-send {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  border: none;
  display: inline-block;
}

@media (max-width: 992px) {
  .user-profile-content {
    margin-top: 100px;
  }
  .user-profile-content .profile-side {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .message-box .message-conversation .conversation-list .conversation {
    margin-bottom: 15px;
  }
  .message-box .message-conversation .conversation-list .conversation .conversation-inner {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .message-box .message-conversation .conversation-list .conversation .conversation-inner {
    width: 90%;
  }
}

/*#endregion -------------- User Profile */
/*#region ----------------- Story Product List */
.story-product-list-content {
  margin: 40px 0;
}

.story-product-list-content .product-side-content .product-side-inner {
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
}

.story-product-list-content .product-side-content .product-side-inner .title {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  margin-bottom: 15px;
}

.story-product-list-content .product-side-content .product-side-inner .form-check {
  margin-bottom: 10px;
}

.story-product-list-content .product-side-content .product-side-inner .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  cursor: pointer;
}

.story-product-list-content .product-side-content .product-side-inner .button-send {
  margin-top: 20px;
}

.story-product-list-content .product-side-content .product-side-inner .button-send .btn {
  width: 100%;
}

.story-product-list-content .product-side-content.stickyTop {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 1020;
}

.story-product-list-content .product-filter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
      grid-template-columns: 150px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.1);
}

.story-product-list-content .product-filter .title {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.story-product-list-content .product-filter .btn-group .btn-category {
  background-color: #f2f3f4;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #666768;
  padding: 5px 10px;
  margin-left: 10px;
}

.story-product-list-content .product-filter .btn-group .btn-category.active {
  background-color: #42a7fb;
  color: white;
}

.story-product-list-content .product-list .list-inner-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story-product-list-content .product-list .list-inner-story .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  margin-bottom: 20px;
}

.story-product-list-content .product-list .list-inner-story .item:hover .img-container {
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.story-product-list-content .product-list .list-inner-story .item a {
  display: block;
  padding: 10px;
}

.story-product-list-content .product-list .list-inner-story .item .img-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.story-product-list-content .product-list .list-inner-story .item .img-container .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.story-product-list-content .product-list .list-inner-story .item .img-container .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-product-list-content .product-list .list-inner-story .item h2 {
  font-size: 14px;
  font-weight: 600;
  color: #666768;
  margin: 20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-product-list-content .product-list .list-inner-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story-product-list-content .product-list .list-inner-post .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  margin-bottom: 20px;
}

.story-product-list-content .product-list .list-inner-post .item:hover .img-container {
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.story-product-list-content .product-list .list-inner-post .item a {
  display: block;
  padding: 10px;
}

.story-product-list-content .product-list .list-inner-post .item .img-container {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
}

.story-product-list-content .product-list .list-inner-post .item .img-container .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.story-product-list-content .product-list .list-inner-post .item .img-container .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-product-list-content .product-list .list-inner-post .item h2 {
  font-size: 14px;
  font-weight: 600;
  color: #666768;
  margin: 20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .story-product-list-content .product-list .list-inner-story .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
  }
  .story-product-list-content .product-list .list-inner-post .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .story-product-list-content {
    margin-top: 100px;
  }
  .story-product-list-content .product-side-content.stickyTop {
    position: unset;
  }
  .story-product-list-content .product-side-content .product-side-inner .side-checkbox {
    max-height: 150px;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .story-product-list-content .product-filter {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .story-product-list-content .product-filter .title {
    margin-bottom: 1rem;
  }
  .story-product-list-content .product-filter .btn-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-product-list-content .product-filter .btn-group .btn-category {
    margin-bottom: 10px;
  }
}

@media (max-width: 650px) {
  .story-product-list-content .product-list .list-inner-story .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .story-product-list-content .product-list .list-inner-post .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 450px) {
  .story-product-list-content .product-list .list-inner-story .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .story-product-list-content .product-list .list-inner-story .item a {
    padding: 0;
  }
  .story-product-list-content .product-list .list-inner-post .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .story-product-list-content .product-list .list-inner-post .item a {
    padding: 0;
  }
}

/*#endregion -------------- Story Product List */
/*#region ----------------- Story Edit */
.show-story-content {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  z-index: 1000;
}

.show-story-content .blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 1;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}

.show-story-content .blur img {
  width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.show-story-content .blur .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.show-story-content .story-content {
  width: 320px;
  height: 100vh;
  margin: 20px auto 0 auto;
}

.show-story-content .story-content .story-body {
  position: relative;
  height: calc(100% - 80px);
  border-radius: 3px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.show-story-content .story-content .story-body .story-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 3px;
  position: relative;
}

.show-story-content .story-content .story-body .story-preview img {
  width: 100%;
  border-radius: 3px;
}

.show-story-content .close-group {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 45px;
  height: 45px;
}

.show-story-content .close-group .close-storyedit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #42a7fb;
}

.show-story-content .close-group .close-storyedit .mdi {
  font-size: 24px;
}

.show-story-content .close-group .close-storyedit:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #42a7fb;
}

.show-story-content .edit-controler {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show-story-content .edit-controler .btnEdit-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.2);
}

.show-story-content .edit-controler .btnEdit-group .btn-edit {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  margin-top: 10px;
}

.show-story-content .edit-controler .btnEdit-group .btn-edit:first-child {
  margin-top: 0;
}

.show-story-content .edit-controler .btnEdit-group .btn-edit .mdi {
  font-size: 24px;
  color: #666768;
}

.show-story-content .edit-controler .btnEdit-group .btn-edit:hover {
  background-color: #f2f3f4;
}

.show-story-content .edit-controler .btnEdit-group .btn-edit.back {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show-story-content.post-edit .story-content {
  width: 450px;
}

#story-moveable {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.drag-text {
  position: absolute;
  padding: 5px;
  border: 2px dashed transparent;
  border-radius: 4px;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.drag-text:hover, .drag-text:focus {
  border-color: #4d4d4d;
}

.drag-text.title {
  font-size: 36px;
  font-weight: 800;
}

.drag-text.desc {
  font-size: 18px;
  font-weight: 600;
  color: red;
}

@media (max-width: 575px) {
  .show-story-content .story-content .story-body {
    height: calc(100% - 120px);
  }
  .show-story-content .close-group .close-storyedit {
    display: none;
  }
  .show-story-content .edit-controler {
    bottom: 0;
    right: 0;
    top: unset;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
  .show-story-content .edit-controler .btnEdit-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px;
    border-radius: 0;
  }
  .show-story-content .edit-controler .btnEdit-group .btn-edit.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .show-story-content.post-edit .story-content {
    width: 100%;
    margin-top: 10px;
  }
  .show-story-content.post-edit .story-content .story-body {
    background-color: transparent;
    border-radius: 0;
  }
  .show-story-content.post-edit .story-content .story-body .story-preview {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0;
  }
  .show-story-content.post-edit .story-content .story-body .story-preview img {
    border-radius: 0;
  }
}

@media (max-width: 350px) {
  .show-story-content .story-content {
    width: 100%;
    margin-top: 10px;
  }
  .show-story-content .story-content .story-body {
    background-color: transparent;
    border-radius: 0;
  }
  .show-story-content .story-content .story-body .story-preview {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0;
  }
  .show-story-content .story-content .story-body .story-preview img {
    border-radius: 0;
  }
}

/*#endregion -------------- Story Edit */
/*#region ----------------- Master Page */
.master-page {
  margin: 40px 0;
}

.master-page .master-inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 50px;
  -webkit-box-shadow: 0 3px 25px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px -3px rgba(0, 0, 0, 0.1);
}

.master-page .master-inner .title {
  font-size: 20px;
  font-weight: 700;
  color: #333435;
  position: relative;
}

.master-page .master-inner .title .mdi {
  font-size: 24px;
  margin-left: 5px;
  position: absolute;
  right: -30px;
  top: -3px;
  color: #42a7fb;
}

.master-page .master-inner .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666768;
  margin-bottom: 20px;
  line-height: 27px;
  text-align: justify;
}

.master-page .master-inner .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.master-page .master-inner .social-list li {
  margin: 0 10px 10px 10px;
}

.master-page .master-inner .social-list li a {
  width: 50px;
  height: 50px;
  background-color: #f2f3f4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #979899;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.master-page .master-inner .social-list li a .mdi {
  font-size: 30px;
  line-height: 0;
  position: relative;
  top: 2px;
}

.master-page .master-inner .social-list li a:hover {
  background-color: #42a7fb;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .master-page {
    margin-top: 100px;
  }
}

/*#endregion -------------- Master Page */
/*#region ----------------- Download Application */
.mobila-download-app {
  background-image: url(../images/bg/download-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 60px 0;
}

.mobila-download-app .mobile-image .image-inner {
  text-align: left;
}

.mobila-download-app .mobile-image .image-inner img {
  width: 280px;
}

.mobila-download-app .property-app {
  margin-top: 40px;
}

.mobila-download-app .property-app .title {
  margin-bottom: 50px;
}

.mobila-download-app .property-app .title h2 {
  font-size: 24px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 20px;
}

.mobila-download-app .property-app .property-list .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  margin-bottom: 30px;
}

.mobila-download-app .property-app .property-list .item .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ebebeb;
  width: 60px;
  height: 60px;
  border-radius: 50% 15px 50% 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mobila-download-app .property-app .property-list .item .icon svg {
  width: 40px;
  fill: #666768;
}

.mobila-download-app .property-app .property-list .item .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  margin-bottom: 5px;
}

.mobila-download-app .property-app .property-list .item .info .desc {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.mobila-download-app .property-app .property-list .item:hover .icon {
  background-color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mobila-download-app .property-app .property-list .item:hover .icon svg {
  fill: #ffffff;
}

.mobila-download-app .dowload-buttons {
  margin-top: 2rem;
}

.mobila-download-app .dowload-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobila-download-app .dowload-buttons ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  margin: 0 15px;
}

.mobila-download-app .dowload-buttons ul li a {
  display: block;
}

.mobila-download-app .dowload-buttons ul li img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mobila-download-app .dowload-buttons ul li:hover img {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .mobila-download-app {
    display: none;
    visibility: hidden;
  }
}

/*#endregion -------------- Download Application */
/*#region ----------------- Match Content */
.circle-shape {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 100% 0;
  background-image: radial-gradient(circle 465px at -15.1% -25%, #1182c1 0%, #43a6ee 49%, #7ecbf4 90.2%);
}

.section-content {
  position: relative;
}

.section-content.bg-white {
  background-color: white;
}

.section-content .shape-1 {
  position: absolute;
  right: 0;
  top: -50px;
  background-image: url(../images/shape/shape-06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 340px;
}

.section-content .section-inner {
  padding: 80px 0;
}

.section-content .section-inner .section-title {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 2rem;
}

.section-content .section-inner .section-title h1 {
  font-size: 24px;
  font-weight: 800;
  color: #333435;
  position: relative;
  display: inline-block;
  z-index: 3;
}

.section-content .section-inner .section-title h1::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #f2f3f4;
  width: 80px;
  height: 80px;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.section-content .section-inner .title-comment {
  text-align: center;
}

.section-content .section-inner .title-comment h2 {
  display: inline-block;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.section-content .section-inner .title-comment h2 {
  color: #333435;
}

.section-content .section-inner .help {
  text-align: right;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 40px;
}

.section-content .section-inner .help h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.section-content .section-inner .help ul li {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  margin-bottom: 10px;
}

.section-content .section-inner .help ul li .mdi {
  color: #42a7fb;
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.section-content .tips-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.section-content .tips-content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/shape/shape-03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 413px;
}

.section-content .tips-content .video-content {
  text-align: center;
  padding: 30px;
}

.section-content .tips-content .video-content video {
  border-radius: 10px;
  width: 100%;
}

.section-content .now-campain {
  text-align: center;
  padding: 30px 30px 0 30px;
  margin: 0 auto;
  position: relative;
}

.section-content .now-campain::before {
  content: "";
}

.section-content .now-campain .title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.section-content .now-campain .title h2::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.section-content .now-campain .desc {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 2rem;
  padding: 20px;
}

.section-content .now-campain .desc h4 {
  font-size: 18px;
  font-weight: 800;
  background-color: #42a7fb;
  color: white;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 0;
}

.section-content .now-campain .desc p {
  margin-top: 2rem;
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.section-content .now-campain .desc .campain-capacity {
  margin-top: 2rem;
  background-color: rgba(66, 167, 251, 0.2);
  border-radius: 10px;
  padding: 20px;
  width: 400px;
  margin: 0 auto;
}

.section-content .now-campain .desc .campain-capacity ul li {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.section-content .now-campain .desc .campain-capacity ul li:last-child {
  margin-bottom: 0;
}

.section-content .now-campain .desc .campain-capacity ul li .info {
  color: #42a7fb;
  font-weight: 600;
}

.section-content .gift-content {
  text-align: center;
  padding: 80px 0;
  position: relative;
  z-index: 10;
}

.section-content .gift-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  background-image: url(../images/shape/shape-05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 285px;
  z-index: -1;
}

.section-content .gift-content .gift-inner .title {
  margin-bottom: 2.5rem;
}

.section-content .gift-content .gift-inner .title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #333435;
}

.section-content .gift-content .gift-inner .gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 950px;
  margin: 0 auto;
}

.section-content .gift-content .gift-inner .gift .box-gift {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 20px;
}

.section-content .gift-content .gift-inner .gift .box-gift .box-inner {
  padding: 20px;
  border-radius: 20px;
  background-color: #f2f3f4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-content .gift-content .gift-inner .gift .box-gift .box-inner .image img {
  width: 100%;
  border-radius: 10px;
}

.section-content .gift-content .gift-inner .gift .box-gift .box-inner .text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 30px;
}

.section-content .gift-content .gift-inner .gift .box-gift .box-inner:hover {
  background-color: rgba(66, 167, 251, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-content .user-comments {
  margin-top: 1.5rem;
}

.section-content .user-comments .title {
  text-align: center;
  margin-bottom: 2rem;
}

.section-content .user-comments .title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.section-content .user-comments .title h2::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.section-content .user-comments .comments-carousel .owl-stage-outer {
  padding: 30px 0;
}

.section-content .user-comments .comments-carousel .owl-stage-outer .owl-item {
  padding: 20px;
}

.section-content .user-comments .card-comments {
  padding: 20px;
  position: relative;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.section-content .user-comments .card-comments::before {
  content: "\F0757";
  font-family: "Material Design Icons";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px;
  color: rgba(51, 52, 53, 0.05);
  line-height: 50px;
}

.section-content .user-comments .card-comments .comment-header {
  text-align: center;
}

.section-content .user-comments .card-comments .comment-header .user-pic {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px auto;
}

.section-content .user-comments .card-comments .comment-header .user-pic img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.section-content .user-comments .card-comments .comment-header .name {
  font-size: 16px;
  font-weight: 600;
  color: #42a7fb;
  margin-bottom: 0;
}

.section-content .user-comments .card-comments .comment-header .date {
  font-size: 13px;
  font-weight: 400;
  color: #979899;
  margin-top: 7px;
}

.section-content .user-comments .card-comments .desc {
  margin-top: 20px;
}

.section-content .user-comments .card-comments .desc p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}

.section-content .invite-group {
  margin-bottom: 120px;
  padding: 80px;
}

.section-content .invite-group .invite-inner {
  border-radius: 15px;
  padding: 40px;
  text-align: center;
}

.section-content .invite-group .invite-inner p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.send-request {
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  background-color: white;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.send-request .reauest-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.send-request .reauest-inner .title h2 {
  font-size: 20px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 15px;
}

.send-request .reauest-inner .title p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #666768;
}

.send-request .reauest-inner .button-group {
  text-align: left;
  padding-top: 0;
}

.send-request .reauest-inner .button-group .btn-default-outline {
  margin-left: 20px;
  -webkit-box-shadow: 0 10px 20px -3px rgba(66, 167, 251, 0.4);
          box-shadow: 0 10px 20px -3px rgba(66, 167, 251, 0.4);
}

.send-request .reauest-inner .button-group .btn-default {
  -webkit-box-shadow: 0 10px 20px -3px rgba(66, 167, 251, 0.4);
          box-shadow: 0 10px 20px -3px rgba(66, 167, 251, 0.4);
}

@media (max-width: 992px) {
  .section-content.padding-top {
    padding-top: 50px;
  }
  .section-content .tips-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-content .tips-content .tips,
  .section-content .tips-content .video-content {
    width: 100%;
  }
  .section-content .send-request .reauest-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .section-content .send-request .reauest-inner .card-request.blue {
    margin-bottom: 40px;
  }
  .section-content .now-campain {
    width: 100%;
  }
  .section-content .gift-content .gift-inner .gift {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-content .gift-content .gift-inner .gift .box-gift {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .section-content .invite-group {
    width: 90%;
  }
}

@media (max-width: 800px) {
  .send-request {
    padding: 20px 0;
  }
  .send-request .reauest-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .send-request .reauest-inner .title h2 {
    font-size: 18px;
  }
  .send-request .reauest-inner .title p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .section-content .invite-group {
    padding: 50px;
    margin-bottom: 90px;
  }
  .section-content .now-campain .desc .campain-capacity {
    width: 100%;
  }
  .send-request .reauest-inner .title,
  .send-request .reauest-inner .button-group {
    text-align: center;
  }
  .send-request .reauest-inner .title {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .section-content .gift-content .gift-inner .gift {
    width: 80%;
  }
  .section-content .gift-content .gift-inner .gift .box-gift {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .send-request .reauest-inner .title h2 {
    font-size: 14px;
  }
  .send-request .reauest-inner .title p {
    font-size: 12px;
  }
  .send-request .reauest-inner .button-group .btn-default-outline {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 450px) {
  .section-content .now-campain .campain-capacity ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-content .now-campain .campain-capacity ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .section-content .gift-content .gift-inner .box-gift {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

/*#endregion -------------- Match Content */
/*#region ----------------- Register Content */
.register-content {
  background-color: white;
}

.register-content .register-inner {
  padding: 80px 0;
}

.register-content .register-inner .title {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 2rem;
}

.register-content .register-inner .title h1 {
  font-size: 24px;
  font-weight: 800;
  color: #333435;
  position: relative;
  display: inline-block;
  z-index: 3;
}

.register-content .register-inner .title h1::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #f2f3f4;
  width: 80px;
  height: 80px;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.register-content .register-inner .form-request {
  width: 500px;
  margin: 3rem auto 0 auto;
  position: relative;
  z-index: 50;
}

.register-content .register-inner .form-request .form-inner {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 15px 30px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -2px rgba(0, 0, 0, 0.1);
}

.register-content .register-inner .form-request .form-check {
  margin-top: 2rem;
}

.register-content .register-inner .form-request .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.register-content .register-inner .form-request .recaptcha {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px auto;
      grid-template-columns: 55px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-content .register-inner .form-request .recaptcha .resend {
  width: 45px;
  height: 45px;
}

.register-content .register-inner .form-request .recaptcha .resend .btn-resend {
  background-color: rgba(66, 167, 251, 0.2);
  border: none;
  border-radius: 10px;
  color: #42a7fb;
  width: 45px;
  height: 45px;
}

.register-content .register-inner .form-request .recaptcha .resend .btn-resend .mdi {
  font-size: 24px;
}

.register-content .register-inner .form-request .recaptcha .resend .btn-resend:hover {
  background-color: #42a7fb;
  color: white;
}

.register-content .register-inner .form-request .recaptcha .input-resend-group .myinput {
  width: 100%;
  height: 45px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #666768;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.register-content .register-inner .form-request .recaptcha .input-resend-group .myinput:hover, .register-content .register-inner .form-request .recaptcha .input-resend-group .myinput:focus {
  border-color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.register-content .register-inner .form-request .msg {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #42a7fb;
  background-color: rgba(66, 167, 251, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.register-content .register-inner .form-request::after {
  content: '';
  background-image: url(../images/shape/shape-05.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -120px;
  bottom: -20px;
  width: 140px;
  height: 180px;
  z-index: -1;
}

.register-content .register-inner .form-request::before {
  content: '';
  background-image: url(../images/shape/shape-06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -80px;
  top: 30px;
  width: 90px;
  height: 210px;
  z-index: -1;
}

@media (max-width: 992px) {
  .register-content .register-inner {
    padding-top: 130px;
  }
}

@media (max-width: 768px) {
  .register-content {
    background-color: white;
  }
  .register-content .register-inner .form-request::after, .register-content .register-inner .form-request::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .register-content .register-inner {
    padding-top: 130px;
  }
  .register-content .register-inner .form-request {
    width: 100%;
  }
}

/*#endregion -------------- Register Content */
/*#region ----------------- Mobile Filter */
#mobile-filter {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  position: fixed;
  top: 5px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  height: 46px;
}

#mobile-filter.is-fixed {
  position: fixed;
  top: -2px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background-color: white;
}

#mobile-filter.is-fixed .navbar-brand {
  color: #d5d6d8;
}

#mobile-filter.is-fixed .dropdown .dropdown-menu {
  margin-top: 108px;
}

#mobile-filter.is-visible {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

#mobile-filter .filter-button {
  margin-left: 15px;
}

#mobile-filter .filter-button:last-child {
  margin-left: 0;
}

#mobile-filter .filter-button .btn-filter {
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #666768;
  padding-right: 10px;
  padding-left: 10px;
}

#mobile-filter .filter-button .btn-filter .mdi {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

#mobile-filter .filter-button .btn-filter:hover {
  background-color: #f2f3f4;
}

.mobile-filter-style,
.mobile-sort-style {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-filter-style.active,
.mobile-sort-style.active {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-filter-style .mob-header,
.mobile-sort-style .mob-header {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.09);
}

.mobile-filter-style .mob-header h2,
.mobile-sort-style .mob-header h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333435;
}

.mobile-filter-style .mob-header h2 .mdi,
.mobile-sort-style .mob-header h2 .mdi {
  margin-left: 5px;
  font-size: 22px;
  position: relative;
  top: 3px;
}

.mobile-filter-style .mob-header .btn-close-sort,
.mobile-filter-style .mob-header .btn-close-filter,
.mobile-sort-style .mob-header .btn-close-sort,
.mobile-sort-style .mob-header .btn-close-filter {
  background-color: #f2f3f4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
}

.mobile-filter-style .mob-header .btn-close-sort .mdi,
.mobile-filter-style .mob-header .btn-close-filter .mdi,
.mobile-sort-style .mob-header .btn-close-sort .mdi,
.mobile-sort-style .mob-header .btn-close-filter .mdi {
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 4px;
  color: #666768;
}

.mobile-filter-style .mob-body,
.mobile-sort-style .mob-body {
  height: calc(100% - 130px);
  overflow-y: auto;
}

.mobile-filter-style .mob-body.p-20,
.mobile-sort-style .mob-body.p-20 {
  padding: 20px;
}

.mobile-filter-style .mob-body .form-check,
.mobile-sort-style .mob-body .form-check {
  margin-top: 0;
  margin-bottom: 1rem;
}

.mobile-filter-style .mob-body .form-check .form-check-label,
.mobile-sort-style .mob-body .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
}

.mobile-filter-style .mob-body .mobile-category-list,
.mobile-sort-style .mob-body .mobile-category-list {
  background-color: #f2f3f4;
  padding: 20px;
}

.mobile-filter-style .mob-body .mobile-category-list .checkbox-group,
.mobile-sort-style .mob-body .mobile-category-list .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.mobile-filter-style .mob-body .mobile-category-list .checkbox-group .form-check,
.mobile-sort-style .mob-body .mobile-category-list .checkbox-group .form-check {
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-filter-style .mob-body .mobile-category-list .checkbox-group .form-check-label,
.mobile-sort-style .mob-body .mobile-category-list .checkbox-group .form-check-label {
  font-size: 13px;
  font-weight: 400;
}

.mobile-filter-style .mob-body .mobile-category-list .checkbox-group .number,
.mobile-sort-style .mob-body .mobile-category-list .checkbox-group .number {
  font-size: 13px;
  font-weight: 500;
  color: #666768;
}

.mobile-filter-style .mob-body .range-price-filter,
.mobile-sort-style .mob-body .range-price-filter {
  background-color: #f2f3f4;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-filter-style .mob-body .range-price-filter .input-price,
.mobile-sort-style .mob-body .range-price-filter .input-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 5px;
}

.mobile-filter-style .mob-body .range-price-filter .input-price label,
.mobile-sort-style .mob-body .range-price-filter .input-price label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #666768;
  margin-bottom: 10px;
}

.mobile-filter-style .mob-body .range-price-filter .input-price .input,
.mobile-sort-style .mob-body .range-price-filter .input-price .input {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #d5d6d8;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}

.mobile-filter-style .mob-footer,
.mobile-sort-style .mob-footer {
  height: 60px;
  padding: 10px;
  border-top: 1px solid #d5d6d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-filter-style .mob-footer .btn,
.mobile-sort-style .mob-footer .btn {
  width: 100%;
}

.mobile-filter-style .collapse-group,
.mobile-sort-style .collapse-group {
  margin-top: 20px;
}

.mobile-filter-style .collapse-group .btn-link-collapse,
.mobile-sort-style .collapse-group .btn-link-collapse {
  border-bottom: 1px solid #e8e8e9;
  padding: 10px;
}

.mobile-filter-style .collapse-group .btn-link-collapse:hover, .mobile-filter-style .collapse-group .btn-link-collapse:focus,
.mobile-sort-style .collapse-group .btn-link-collapse:hover,
.mobile-sort-style .collapse-group .btn-link-collapse:focus {
  background-color: transparent;
}

.mobile-filter-style .collapse-group .btn-link-collapse .title,
.mobile-sort-style .collapse-group .btn-link-collapse .title {
  font-size: 13px;
  color: #666768;
}

.mobile-filter-style .collapse-group .btn-link-collapse .icon,
.mobile-sort-style .collapse-group .btn-link-collapse .icon {
  left: 10px;
}

.mobile-filter-style .collapse-group .link-list,
.mobile-sort-style .collapse-group .link-list {
  background-color: #f2f3f4;
  padding: 20px;
}

.fixedposition {
  overflow: hidden;
}

.btn-link-collapse {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 51px;
  text-align: right;
  padding: 0;
  position: relative;
}

.btn-link-collapse .title {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
}

.btn-link-collapse .title .mdi {
  position: relative;
  top: 6px;
  margin-left: 10px;
  color: #00ecbb;
  font-size: 24px;
  line-height: 0;
}

.btn-link-collapse .icon {
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 10px;
  color: #42a7fb;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-link-collapse:hover {
  color: #00ecbb;
  background-color: #f2f3f4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-link-collapse.collapsed .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 350px) {
  #mobile-filter .filter-button .btn-filter {
    padding: 0 5px;
  }
}

/*#endregion -------------- Mobile Filter */
/*#region ----------------- Social Products List */
.my-container {
  padding: 0 10px;
}

.shop-name {
  background-color: white;
  padding: 13px 0;
  border-bottom: 1px solid #f4f5f6;
  direction: ltr;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 1000;
}

.shop-name .inner .name {
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 0;
}

.shop-name .inner .name .mdi {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.shop-info {
  direction: ltr;
  margin-top: 91px;
  background-color: white;
}

.shop-info .info-inner {
  padding: 15px 20px 15px 15px;
}

.shop-info .info-inner .logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px auto;
      grid-template-columns: 90px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-info .info-inner .logo .pic {
  width: 80px;
  height: 80px;
}

.shop-info .info-inner .logo .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.shop-info .info-inner .logo .number-products {
  text-align: center;
}

.shop-info .info-inner .logo .number-products h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
}

.shop-info .info-inner .logo .number-products h3 {
  font-size: 13px;
  font-weight: 400;
  color: #333435;
  margin-bottom: 0;
}

.shop-info .info-inner .data {
  margin-top: 10px;
  text-align: left;
}

.shop-info .info-inner .data span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
}

.shop-info .info-inner .data .name {
  color: #333435;
}

.shop-info .info-inner .data .type {
  color: #979899;
}

.shop-info .info-inner .data .desc {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333435;
  line-height: 20px;
}

.social-products-list {
  margin: 5px 0 80px 0;
}

.social-products-list .products-list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-products-list .products-list-grid .card-products {
  padding: 2px;
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  width: 33.33%;
}

.social-products-list .products-list-grid .card-products .card-inner a {
  display: block;
}

.social-products-list .products-list-grid .card-products .card-inner img {
  width: 100%;
  height: 100%;
}

/*#endregion -------------- Social Products List */
/*#region ----------------- Landing Page Store */
.create-store-header {
  background: url(https://picsum.photos/1500/350) no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  position: relative;
}

.create-store-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 69, 76, 0.6);
}

.create-store-header .inner h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: white;
}

.store-property .inner {
  background-color: white;
  position: relative;
  top: -50px;
  width: 1000px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 20px rgba(80, 80, 82, 0.1);
          box-shadow: 0 10px 20px rgba(80, 80, 82, 0.1);
}

.store-property .inner .list-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.store-property .inner .list-property li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.store-property .inner .list-property li .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  position: relative;
  color: white;
  background-color: #42a7fb;
  border: 5px solid #a0d3fd;
}

.store-property .inner .list-property li .text {
  font-size: 16px;
  font-weight: 500;
  color: #666768;
  line-height: 26px;
}

.store-property .inner .button-group {
  margin-top: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.store-property .inner .button-group .btn {
  width: 180px;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  margin: 0 10px;
}

.store-property .inner .button-group .btn-default-outline {
  padding: 0.9rem 1.5rem;
}

.about-store-creator {
  margin: 5rem 0;
  position: relative;
  z-index: 10;
}

.about-store-creator::before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  background-image: url(../images/shape/shape-03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 227px;
  height: 240px;
  z-index: -1;
}

.about-store-creator::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -120px;
  background-image: url(../images/shape/shape-05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 187px;
  height: 240px;
  z-index: -1;
}

.about-store-creator .inner .video-preview {
  padding-left: 30px;
}

.about-store-creator .inner .video-preview .full-video {
  width: 100%;
  border-radius: 20px;
}

.about-store-creator .inner .description {
  margin-top: 1rem;
  padding-right: 30px;
}

.about-store-creator .inner .description .default-title {
  margin-bottom: 3rem;
}

.about-store-creator .inner .description p {
  font-size: 16px;
  font-weight: 400;
  color: #666768;
  line-height: 28px;
  text-align: justify;
}

.own-store {
  margin: 9rem 0 6rem 0;
  position: relative;
  z-index: 20;
}

.own-store .store-inner .card-store {
  text-align: center;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 0 10px 20px rgba(80, 80, 82, 0.1);
          box-shadow: 0 10px 20px rgba(80, 80, 82, 0.1);
  border-radius: 20px;
  margin: 10px 0;
}

.own-store .store-inner .card-store .icon img {
  width: 90px;
}

.own-store .store-inner .card-store .text h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 1rem 0 1rem 0;
  color: #333435;
}

.own-store .store-inner .card-store .text .desc {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  line-height: 26px;
}

.store-list {
  background-color: #f2f3f4;
  padding: 7rem 0 5rem 0;
}

.store-list .default-title::before {
  background-color: white;
}

.store-list .list-inner {
  margin-top: 4rem;
}

.store-list .list-inner .createdstore-carousel.owl-theme .owl-dots {
  top: 20px;
}

.store-list .card-created-store .card-inner {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
}

.store-list .card-created-store .card-inner .logo img {
  width: 100%;
}

.store-list .card-created-store .card-inner .info {
  padding-right: 20px;
}

.store-list .card-created-store .card-inner .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
}

.store-list .card-created-store .card-inner .info .store-name {
  font-size: 14px;
  font-weight: 500;
  color: #979899;
}

.store-list .card-created-store .card-inner .info .see-store {
  text-align: left;
  margin-top: 1.5rem;
}

.store-list .card-created-store .card-inner .info .see-store .btn {
  padding: 0.7rem 0.8rem;
  border-radius: 8px 8px 8px 18px;
}

.store-list .card-created-store .card-inner .info .see-store .btn .mdi {
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.more-question {
  padding: 7rem 0;
}

.more-question .inner {
  margin-top: 4rem;
}

.more-question .collapse-item {
  border: 1px solid #d5d6d8;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.more-question .collapse-item:last-child {
  margin-bottom: 0;
}

.more-question .collapse-item .btn-collapse {
  border: none;
  width: 100%;
  text-align: right;
  padding: 20px;
  position: relative;
  background-color: transparent;
}

.more-question .collapse-item .btn-collapse .title {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
}

.more-question .collapse-item .btn-collapse .title .mdi {
  position: relative;
  top: 6px;
  margin-left: 10px;
  color: #00ecbb;
  font-size: 24px;
  line-height: 0;
}

.more-question .collapse-item .btn-collapse .icon {
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 14px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.more-question .collapse-item .btn-collapse:hover {
  color: #42a7fb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.more-question .collapse-item .btn-collapse.collapsed .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.more-question .collapse-item .collapse-inner {
  font-size: 16px;
  font-weight: 400;
  color: #666768;
  padding: 20px;
  line-height: 26px;
  text-align: justify;
}

.more-question .cover-content .cover-inner {
  text-align: center;
}

.more-question .cover-content .cover-inner img {
  width: 80%;
}

.contact-us {
  padding: 3rem 0;
}

.contact-us .inner .title {
  font-size: 26px;
  font-weight: 800;
  color: white;
  text-align: center;
}

.contact-us .inner .call-list {
  margin-top: 3rem;
}

.contact-us .inner .call-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-us .inner .call-list ul li {
  margin: 0 10px;
}

.contact-us .inner .call-list ul li a {
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #42a7fb;
}

.contact-us .inner .call-list ul li a .mdi {
  font-size: 28px;
}

.contact-us .inner .call-list ul li:hover a {
  background-color: #00ecbb;
  color: white;
}

.contact-us .inner .call-list .number {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin-top: 1.5rem;
}

@media (max-width: 1199px) {
  .store-property .inner {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .about-store-creator {
    margin: 3rem 0;
  }
  .about-store-creator .inner .description {
    margin-top: 3rem;
  }
  .own-store {
    margin: 4rem 0 2rem 0;
  }
  .store-list,
  .more-question {
    padding: 4rem 0 3rem 0;
  }
  .more-question .cover-content {
    margin-top: 2rem;
  }
  .more-question .cover-content .cover-inner {
    width: 250px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .store-property .inner .list-property {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .store-property .inner .list-property li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .store-property .inner .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .store-property .inner .button-group .btn {
    margin: 10px 0;
    width: 100%;
  }
}

/*#endregion -------------- Landing Page Store */
/*#region ----------------- Scroll Animation */
.scroll-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scroll-animation .scroll-line {
  position: relative;
  width: 31px;
  height: 45px;
  border-radius: 25px;
  border: 3px solid #979899;
  overflow: hidden;
}

.scroll-animation .scroll-line::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 6px;
  border-radius: 10px;
  background-color: #979899;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: scroll-animate 1.5s linear infinite;
          animation: scroll-animate 1.5s linear infinite;
}

@-webkit-keyframes scroll-animate {
  0% {
    -webkit-transform: translate(-50%, -30px);
            transform: translate(-50%, -30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    opacity: 0;
  }
}

@keyframes scroll-animate {
  0% {
    -webkit-transform: translate(-50%, -30px);
            transform: translate(-50%, -30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    opacity: 0;
  }
}

/*#endregion -------------- Scroll Animation */
/*#region ----------------- Products */
.hashtag-header {
  background: url(https://picsum.photos/1500/350) no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  position: relative;
}

.hashtag-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 69, 76, 0.6);
}

.hashtag-header .inner h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: white;
}

.hashtag-search-content {
  margin-bottom: 80px;
}

.hashtag-search-content .search-inner .search-input-group {
  width: 700px;
  margin: 0 auto;
  position: relative;
  top: -25px;
  background-color: silver;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(102, 103, 104, 0.1);
          box-shadow: 0 5px 20px rgba(102, 103, 104, 0.1);
}

.hashtag-search-content .search-inner .search-input-group::before {
  content: "\F0423";
  font-family: "Material Design Icons";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 20px;
  color: #979899;
  z-index: 5;
}

.hashtag-search-content .search-inner .search-input-group .input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 10px;
  padding: 0 40px 0 60px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #333435;
}

.hashtag-search-content .search-inner .search-input-group .btn-search {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 53px;
  width: 53px;
  background-color: #42a7fb;
  border-radius: 8px;
  border: none;
}

.hashtag-search-content .search-inner .search-input-group .btn-search .mdi {
  font-size: 28px;
  color: white;
}

.hashtag-search-content .search-inner .hastag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 900px;
  margin: 1.5rem auto 0 auto;
}

.hashtag-search-content .search-inner .hastag-list li {
  margin: 10px;
}

.hashtag-search-content .search-inner .hastag-list li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #979899;
  padding: 5px 15px;
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 10px rgba(102, 103, 104, 0.1);
          box-shadow: 0 3px 10px rgba(102, 103, 104, 0.1);
}

.hashtag-search-content .search-inner .hastag-list li:hover a {
  background-color: #42a7fb;
  color: white;
}

.hashtag-about-us {
  margin: 6rem 0 6rem 0;
}

.hashtag-about-us .inner .title {
  text-align: center;
}

.hashtag-about-us .inner .title h2 {
  font-size: 26px;
  font-weight: 800;
  color: #666768;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hashtag-about-us .inner .title h2::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #f2f3f4;
  width: 80px;
  height: 80px;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.hashtag-about-us .inner .description {
  margin-top: 2.5rem;
  font-size: 16px;
  font-weight: 400;
  color: #666768;
  line-height: 28px;
  text-align: justify;
}

.hashtag-download-app {
  background-color: #f2f3f4;
  padding: 5rem 0;
}

.hashtag-download-app .inner .title {
  text-align: center;
}

.hashtag-download-app .inner .title h2 {
  font-size: 26px;
  font-weight: 800;
  color: #666768;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.hashtag-download-app .inner .title h2::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: red;
  width: 80px;
  height: 80px;
  border-radius: 50% 20px 50% 50%;
  z-index: -1;
}

.hashtag-download-app .inner .card-list {
  margin-top: 2.5rem;
}

.hashtag-download-app .inner .card-list .card-property {
  background-color: white;
  border-radius: 15px;
  margin-bottom: 20px;
  height: 230px;
}

.hashtag-download-app .inner .card-list .card-property .icon {
  width: 80px;
  height: 80px;
  border-radius: 50px 15px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hashtag-download-app .inner .card-list .card-property .icon svg {
  width: 50px;
  fill: white;
}

.hashtag-download-app .inner .card-list .card-property .info {
  margin-top: 1rem;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.hashtag-download-app .inner .card-list .card-property .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  margin-bottom: 10px;
}

.hashtag-download-app .inner .card-list .card-property .info .desc {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  line-height: 26px;
}

.hashtag-download-app .inner .card-list .dowload-buttons {
  margin-top: 4rem;
}

.hashtag-download-app .inner .card-list .dowload-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hashtag-download-app .inner .card-list .dowload-buttons ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  margin: 0 15px;
}

.hashtag-download-app .inner .card-list .dowload-buttons ul li a {
  display: block;
}

.hashtag-download-app .inner .card-list .dowload-buttons ul li img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hashtag-download-app .inner .card-list .dowload-buttons ul li:hover img {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .hashtag-search-content .search-inner .search-input-group {
    width: 100%;
  }
  .hashtag-search-content .search-inner .hastag-list {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .hashtag-download-app .inner .card-list .card-property {
    height: auto;
  }
}

/*#endregion -------------- Products */
/*#region ----------------- Landing Follower */
.landing-header {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#42a7fb), color-stop(#5f9bef), color-stop(#738fe1), color-stop(#8183d2), color-stop(#8a77c1), color-stop(#7e7fcc), color-stop(#7086d5), color-stop(#5d8edd), color-stop(#00aaf1), color-stop(#00c4f0), color-stop(#00dadc), to(#00ecbb));
  background-image: linear-gradient(to right top, #42a7fb, #5f9bef, #738fe1, #8183d2, #8a77c1, #7e7fcc, #7086d5, #5d8edd, #00aaf1, #00c4f0, #00dadc, #00ecbb);
}

.landing-header .header-container {
  padding: 0 3rem 10rem 3rem;
}

.landing-header .logo {
  width: 100%;
}

.landing-header .logo .logo-inner {
  width: 90px;
  height: 120px;
  margin: 0 auto;
  background-color: white;
  border-radius: 0 0 50px 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-header .logo img {
  width: 100%;
}

.landing-header .information {
  text-align: center;
  margin: 4rem 0 2rem 0;
}

.landing-header .information h2 {
  font-size: 30px;
  font-weight: 800;
  color: white;
}

.landing-header .information .desc {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 900px;
  margin: 1.5rem 0 2rem 0;
  padding: 40px;
  line-height: 36px;
  border-radius: 20px;
  color: white;
  position: relative;
}

.landing-header .information .desc::before {
  content: "\F04CE";
  position: absolute;
  left: -15px;
  top: -15px;
  font-family: "Material Design Icons";
  font-size: 50px;
  color: #ffd800;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

.landing-header .information .desc span {
  color: #ffd800;
  font-weight: 800;
}

.landing-header .shape-wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.landing-title {
  text-align: center;
  margin-bottom: 3rem;
}

.landing-title h2 {
  font-size: 24px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 20px;
}

.landing-title p {
  font-size: 16px;
  font-weight: 400;
  color: #666768;
  width: 900px;
  margin: 0 auto;
  line-height: 30px;
}

.landing-title.text-right {
  text-align: right;
}

.video-preview {
  text-align: center;
  position: relative;
  top: -150px;
  z-index: 50;
}

.video-preview .video {
  border: 8px solid white;
  width: 730px;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 35px -1px rgba(102, 103, 104, 0.6);
          box-shadow: 0 8px 35px -1px rgba(102, 103, 104, 0.6);
}

.blue-description {
  background-color: rgba(66, 167, 251, 0.1);
  padding: 4rem;
  border-radius: 50px;
  width: 900px;
  margin: 2rem auto 0 auto;
  text-align: center;
}

.blue-description p {
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: #42a7fb;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.price-table-section {
  padding-bottom: 1rem;
  position: relative;
  top: -30px;
}

.price-table-section .grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  padding: 0 5rem;
  position: relative;
}

.price-table-section .card-price {
  padding: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.price-table-section .card-price .card-inner {
  border-radius: 20px;
  padding: 2rem 1rem;
  position: relative;
  overflow: hidden;
}

.price-table-section .card-price .card-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-transform: skewY(-5deg) scale(1.5);
          transform: skewY(-5deg) scale(1.5);
}

.price-table-section .card-price .card-inner.color-1 {
  background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.price-table-section .card-price .card-inner.color-2 {
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
}

.price-table-section .card-price .card-inner.color-3 {
  background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.price-table-section .card-price .icon {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px 20px 100px 100px;
  padding: 20px;
  margin: 0 auto;
}

.price-table-section .card-price .icon svg {
  width: 100%;
  fill: rgba(255, 255, 255, 0.9);
}

.price-table-section .card-price .c-title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin: 1rem 0 2.5rem 0;
  position: relative;
}

.price-table-section .card-price .property {
  text-align: center;
}

.price-table-section .card-price .property li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.8rem;
}

.price-table-section .card-price.top {
  position: relative;
  top: -20px;
}

.price-table-section .card-price:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.price-table-section .card-price .apply-button {
  text-align: center;
  margin-top: 1.5rem;
}

.price-table-section .card-price .apply-button .btn {
  background-color: white;
  color: #666768;
}

.shape-wave {
  position: relative;
  z-index: 10;
}

.shape-wave img {
  width: 100%;
}

.scratche-bg {
  position: relative;
}

.scratche-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: 380px;
  background-position: right top;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA4NyAxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODcgMTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM0MkE3RkI7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02Ni4zLDMuOWwtMC4zLDBjMS4xLTAuMSwyLjMtMC4xLDMuNS0wLjFjLTEuMy0wLjMtMi43LTAuNy00LTAuN2MtMS4zLDAtMi41LDAuNC0zLjQsMS40DQoJCWMtMC4zLTEuMS0yLjctMS40LTIuOC0xLjJjLTAuNSwwLjItMSwwLjQtMS41LDAuNWMwLjQtMC4xLDAuNy0wLjIsMS4xLTAuM2MtMC4zLDAuMS0wLjcsMC4yLTEuMSwwLjNDNTQuNCw0LjgsNTAuNyw0LjUsNDcsNA0KCQljLTIuMS0wLjItNy43LTAuNi05LjgtMC45bC0wLjktMC4xYzAuNSwwLjEsMC41LDAuMSwxLDAuMmMtMS4zLDAuMy0yLjUsMC41LTMuNiwwLjZjMC4yLDAuMiwwLjIsMC4zLDAuNywwLjVsLTAuNi0wLjENCgkJYy0wLjUsMC40LTEuOCwwLjQtMi4zLDAuNWMwLjEtMC4yLTAuMy0wLjMtMC43LTAuM2wwLjIsMC4yYy0xLjUtMC4xLTMuMywwLTQuNi0wLjFjLTAuMiwwLTAuMy0wLjEtMC40LTAuMmwtMS4zLDAuMQ0KCQljMC4xLTAuMy0xLjEtMC4zLTAuNC0wLjVjLTEsMC4zLTIsMC4xLTIuOSwwLjRjLTMuMywwLTYuOSwwLjEtMTAuMywwLjZsMC4xLDAuMUM5LjcsNS4zLDguNiw2LDcuMiw1LjhjLTEsMC41LTIuNSwwLjgtMi44LDEuNQ0KCQljLTEuMiwwLjItMS42LDAuNi0yLjcsMUMyLDguNSwwLjcsOC45LDEuMyw5QzIuMSw5LjMsMiw4LjksMi43LDkuMmwwLTAuMWMyLjksMCw1LjksMC4yLDguOSwwLjRjMi4xLTAuMyw0LjMsMCw2LjUsMA0KCQlDMjAuNSw5LjQsMjMsOS4yLDI1LDljMC41LTAuMSwwLjgsMC4yLDEuMiwwLjRjMS45LTAuMSw0LjIsMC4xLDYuMywwYzAsMC0wLjEsMC0wLjEsMGMxLjEsMCwxLjksMC4zLDMsMC4zYzAtMC4xLDAuMi0wLjEsMC4yLTAuMQ0KCQljMC4yLDAuNCw2LjQtMC43LDYuOC0wLjVjMC4xLDAsMC4yLDAsMC40LDBjMi4zLDAuMiw0LjcsMS4xLDYuNiwxYzAuNC0wLjIsMC45LTAuNCwxLjMtMC42YzAuNCwwLjIsMC40LTAuMiwwLjgtMC4xDQoJCWMxLjEsMC44LDEuNywwLjUsMS4xLDAuMmMwLjktMC4xLDEuOC0wLjEsMi41LTAuMWMwLjQtMC4xLDAuNy0wLjEsMS4xLTAuMmMwLjMtMC4xLDAuNSwwLDAuNiwwLjJjMC44LTAuMSwwLjYsMC4xLDEuNCwwLjENCgkJYzAuMiwwLjMsMi4xLTAuNiwyLjMtMC41bC0wLjEsMGMxLDAsMS42LDAuNiwyLjYsMC41YzEuMywwLDIuNy0wLjEsNC4xLTAuMmMxLjQtMC4xLDIuNy0wLjMsMy45LTAuM2MwLTAuMy0wLjUsMC4xLTAuNi0wLjMNCgkJYzEuNC0wLjEsMi45LDAuMSw0LjQsMGMwLjMsMC4xLDAuNiwwLjIsMC43LDAuM0M3Ni4yLDkuMiw3Niw5LDc2LjQsOWwwLjEsMC4zYzAuNS0wLjMsMC44LDAuMiwxLjIsMGMwLTAuMSwwLjItMC4yLDAuMy0wLjINCgkJYzAuMSwwLjMsMC41LTAuMSwwLjUsMC4ybDAsMGMwLjEsMCwwLjIsMCwwLjMsMGMwLjItMC4xLDEuOC0xLjIsMi0xLjRsMC4xLDBjMC4zLDAsMC4zLTAuMywwLjItMC4zbDAuMywwbDAsMGwwLjMsMA0KCQljMC4xLDAsMC4yLDAuMSwwLjEsMC4zYzAuMi0wLjEsMC40LTAuMiwwLjYtMC4yYy0wLjUtMC4xLTEuMi0wLjItMS44LTAuNGMwLjItMC4xLDAuNiwwLDAuOS0wLjFjMC4zLDAuMSwwLjksMC4yLDEuNCwwLjINCgkJYzAuMSwwLDAuMS0wLjQsMC40LTAuM2MwLjIsMC4yLDAuMy0wLjEsMC41LDAuMWMtMC4yLDAuMi0wLjQsMC4xLTAuNiwwLjJjMC4xLDAuMywwLjYsMC4xLDAuOCwwLjFjMC4xLTAuMSwwLjUtMC4xLDAuOC0wLjINCgkJYy0wLjEsMC4zLDAuMiwwLjEsMC40LDAuMmMwLjIsMCwwLjMtMC4xLDAuMi0wLjJjMC0wLjMtMC43LDAtMC42LTAuNGMwLjEsMC4xLDAuNCwwLDAuNiwwYzAtMC4yLTAuMi0wLjEtMC4xLTAuMw0KCQljMC4yLDAsMC40LTAuMiwwLjYtMC4xYzAsMC0wLjEsMC0wLjIsMGMwLjMsMC0xLjMsMS4zLTEsMS4xYy0wLjEtMC4xLDEuNC0xLjIsMS4yLTEuMmMtMC4yLDAsMC4xLTAuMy0wLjEtMC4zbC0wLjIsMC4yDQoJCWMtMC4yLDAtMC40LTAuMy0wLjMtMC40YzAuNC0wLjEtMC45LDEuMi0wLjYsMWwtMC4yLDBjMC4xLTAuMSwwLjUtMC4zLDAuNy0wLjJjMC0wLjEsMC4yLTAuMiwwLjMtMC4zbDAuMSwwDQoJCWMwLjEtMC4xLDAuNC0wLjEsMC4yLTAuM2MtMSwwLjIsMC4zLTEuNi0wLjYtMS41YzAuNSwwLjMtMC4xLDAuNC0wLjUsMC41Yy0wLjEtMC4xLTAuMy0wLjItMC42LTAuM0M4My44LDUsODMuOSw1LDgzLjksNS4xDQoJCWMtMC4yLDAtMC40LTAuMS0wLjQtMC4yYy0wLjIsMC4yLTAuMy0wLjEtMC42LDBjLTAuMiwwLjEsMCwwLjEtMC4xLDAuMmMtMC4zLDAtMC44LDAuMS0xLDAuMWMtMC4xLTAuMS0wLjUtMC40LTAuMy0wLjcNCgkJYzAuNS0wLjEtMC4xLDAuNCwwLjQsMC4zYy0wLjMtMC4zLDAuNC0wLjIsMC41LTAuNWMtMC4yLTAuMS0wLjUtMC4xLTAuOCwwbDAuMSwwYy0wLjIsMC4xLTAuNywwLjMtMSwwLjFjMC0wLjEtMC4xLTAuMiwwLjEtMC4zDQoJCWwtMC4zLDBjMCwwLTAuMSwwLjEsMCwwLjFjLTAuMSwwLjEtMC4zLDAuMS0wLjQsMGMtMC4xLTAuMS0xLjYsMC44LTEuNiwwLjhjLTAuMiwwLTAuMy0wLjItMC41LDBjMCwwLjEsMi4yLTAuOCwxLjktMC43DQoJCWMtMC4yLTAuMS0yLjUsMS4xLTIuNywwLjljLTAuMiwwLTAuNCwwLjEtMC4zLDAuMmMtMC4zLDAsMC4xLTAuMy0wLjItMC40YzAsMCwwLDAuMSwwLDAuMWwtMC4yLTAuMmMtMC40LDAuMy0xLjEsMC4xLTEuNiwwLjQNCgkJYzAuMS0wLjIsMC4yLTAuNSwwLjUtMC42bDAuMSwwLjFjMCwwLDAuMy0wLjEsMC4zLTAuM2MtMC4zLTAuMS0wLjUsMC0wLjgsMC4yYy0wLjEsMC0wLjEtMC4xLTAuMi0wLjFjMCwwLDAsMCwwLDAuMQ0KCQljLTAuMS0wLjEtMC4xLTAuMS0wLjEtMC4yYzAsMCwwLDAsMCwwYy0wLjItMC40LTEuMSwwLjQtMS43LDAuMmMtMC4xLDAuMSwwLDAuMS0wLjIsMC4yYy0wLjYtMC4xLTAuOS0wLjItMS41LTAuMg0KCQljLTAuMiwwLjItMC4yLDAuMywwLjEsMC40bC0wLjQsMGMwLjMtMC41LTAuOC0wLjQtMC41LTAuOWMtMC4xLTAuMS0wLjQtMC4xLTAuNiwwYzAsMC4xLDAsMC4zLTAuMywwLjNjLTAuNC0wLjEtMC4zLTAuMS0wLjctMC4yDQoJCWMtMC4xLTAuMSwwLTAuMiwwLTAuM2MtMC41LDAuMi0wLjUtMC4zLTEtMC4yQzY3LjMsNCw2Ni43LDQsNjYuNyw0LjNDNjYuMiw0LjMsNjYuMiw0LjEsNjYuMywzLjl6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}

.username-section {
  background-color: rgba(66, 167, 251, 0.15);
  position: relative;
}

.username-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing/blob-scatter-haikei.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}

.username-section.bg-grey {
  background-color: #f2f2f2;
}

.username-section.padding-bottom .section-inner {
  padding-bottom: 7rem;
}

.username-section .section-inner {
  padding: 3rem 0;
}

.username-section .text {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.username-section .text h1 {
  font-size: 24px;
  font-weight: 800;
  color: #42a7fb;
  margin-bottom: 20px;
  display: inline-block;
}

.username-section .text p {
  font-size: 16px;
  font-weight: 400;
  color: #333435;
  line-height: 32px;
}

.username-section h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #42a7fb;
}

.username-section .form {
  margin-top: 2rem;
  text-align: center;
}

.username-section .form .inputgroup {
  width: 600px;
  margin: 0 auto 2rem auto;
}

.username-section .form .inputgroup .input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: white;
  border-radius: 15px;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: 0 5px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px -1px rgba(0, 0, 0, 0.1);
}

.username-section .form .inputgroup .btn-blue {
  margin-top: 3rem;
}

.description-section {
  padding: 4rem 0 2.5rem;
}

.description-section.align-right {
  background-position: 100% 50%;
}

.description-section.align-left {
  background-position: 0% 50%;
}

.description-section .image-cover {
  position: relative;
}

.description-section .image-cover .img-inner {
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.description-section .image-cover .img-inner img {
  width: 100%;
}

.description-section .description {
  margin-top: 2rem;
}

.description-section .description .text {
  font-size: 16px;
  font-weight: 400;
  color: #666768;
  line-height: 32px;
  text-align: justify;
}

.description-section .description .text ul {
  list-style: disc;
  padding-right: 2rem;
  margin-bottom: 2rem;
}

.description-section .description .text h4 {
  font-size: 17px;
  font-weight: 800;
  color: #333435;
  margin: 2rem 0 0.5rem 0;
}

.sell-follower {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.sell-follower .cards-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}

.sell-follower .card-free {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  padding: 15px;
}

.sell-follower .card-free .card-inner {
  border-radius: 15px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sell-follower .card-free .card-inner:hover {
  -webkit-box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sell-follower .card-free .card-inner a {
  display: block;
}

.sell-follower .card-free .card-inner .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% 15px 50% 50%;
}

.sell-follower .card-free .card-inner .icon .mdi {
  font-size: 44px;
  color: white;
}

.sell-follower .card-free .card-inner .card-b {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.sell-follower .card-free .card-inner .card-b h2 {
  font-size: 16px;
  font-weight: 700;
  color: #666768;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.property-section .card-property {
  padding: 3rem;
  position: relative;
}

.property-section .card-property::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  border-left: 1px solid #d5d6d8;
}

.property-section .card-property.border-none::before {
  display: none;
}

.property-section .card-property .card-inner .icon {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #42a7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.property-section .card-property .card-inner .icon .mdi {
  color: white;
  font-size: 30px;
}

.property-section .card-property .card-inner .text {
  margin-top: 1rem;
  text-align: center;
}

.property-section .card-property .card-inner .text h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  margin-bottom: 15px;
}

.property-section .card-property .card-inner .text p {
  font-size: 14px;
  font-weight: 400;
  color: #666768;
  margin-bottom: 0;
}

.half-section {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  margin: 50px 0;
}

.half-section .image-container .background-image {
  background-position: right;
  background-size: cover;
  background-attachment: fixed;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  display: block;
  right: 50%;
  border-radius: 0 50px 50px 0;
}

.half-section .dl-overlay-text {
  background-color: white;
  bottom: -100%;
  left: 50%;
  position: absolute;
  right: -100%;
  top: -100%;
}

.half-section .text {
  position: relative;
  z-index: 50;
}

.half-section .text-inner {
  padding-left: 50px;
}

.half-section .text-inner h2 {
  font-size: 22px;
  font-weight: 800;
  color: #333435;
  margin-bottom: 20px;
  line-height: 34px;
}

.half-section .text-inner ul {
  list-style: disc;
  padding-right: 2rem;
}

.half-section .text-inner ul li {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #666768;
  text-align: justify;
}

.half-section .text-inner p {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #666768;
  text-align: justify;
}

.half-section.right .dl-overlay-text {
  left: -100%;
  right: 50%;
}

.half-section.right .image-container .background-image {
  background-position: left;
  right: 0;
  left: 50%;
  border-radius: 50px 0 0 50px;
}

.half-section.right .text-inner {
  padding-right: 50px;
  padding-left: 0;
}

.message-container .message-inner {
  position: relative;
  top: -80px;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  background-color: #42a7fb;
  -webkit-box-shadow: 0 5px 20px rgba(66, 167, 251, 0.1);
          box-shadow: 0 5px 20px rgba(66, 167, 251, 0.1);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.2rem;
  z-index: 50;
}

.message-container .message-inner h1 {
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin-bottom: 0;
  line-height: 30px;
}

.mini-description {
  position: relative;
  top: -100px;
  z-index: 200;
  width: 900px;
  margin: 0 auto;
}

.mini-description .description-inner {
  background-color: white;
  -webkit-box-shadow: 0 6px 30px rgba(102, 103, 104, 0.2);
          box-shadow: 0 6px 30px rgba(102, 103, 104, 0.2);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
}

.mini-description .description-inner h1 {
  font-size: 22px;
  font-weight: 800;
  color: #00ecbb;
  margin-bottom: 20px;
}

.mini-description .description-inner p {
  font-size: 16px;
  font-weight: 400;
  color: #666768;
  line-height: 32px;
  margin-bottom: 0;
}

.background-image-section {
  background-image: url(../images/landing/blurry-gradient.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 100;
  margin-top: 5rem;
}

.background-image-section .text-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48px auto;
      grid-template-columns: 48px auto;
  width: 900px;
  margin: 0 auto 3rem auto;
}

.background-image-section .text-item .icon {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.background-image-section .text-item .icon .mdi {
  color: #42a7fb;
  font-size: 30px;
  line-height: 0;
}

.background-image-section .text-item .text {
  padding-right: 20px;
  padding-top: 10px;
}

.background-image-section .text-item .text h1 {
  font-size: 22px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  line-height: 34px;
}

.background-image-section .text-item .text p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 32px;
  margin-bottom: 0;
  text-align: justify;
}

.faq-section {
  background-color: #f2f2f4;
}

.faq-section .section-inner {
  padding: 0 0 3rem 0;
}

.faq-section .list-of-faqs {
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
}

.faq-section .faq-item {
  border-bottom: 1px solid #f2f3f4;
  border-radius: 0;
  background-color: white;
  margin-bottom: 1rem;
  padding: 22px;
  position: relative;
  z-index: 20;
}

.faq-section .faq-item:last-child {
  border: none;
  margin-bottom: 0;
}

.faq-section .faq-item .item-header {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px;
      grid-template-columns: auto 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-section .faq-item .item-header .link {
  font-size: 15px;
  font-weight: 500;
  color: #333435;
}

.faq-section .faq-item .item-header .link.collapsed .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-section .faq-item .item-header .link .icon {
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f3f4;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-section .faq-item .item-header .link .icon .mdi {
  font-size: 24px;
  color: #42a7fb;
}

.faq-section .faq-item .card-faq {
  background-color: #f2f3f4;
  padding: 15px;
  margin-top: 2rem;
  border-radius: 10px;
  color: #666768;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.check-property-section {
  background-color: #f2f2f4;
  margin: 3rem 0;
}

.check-property-section .section-inner {
  padding: 3rem 0;
}

.check-property-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

.check-property-section ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48px auto;
      grid-template-columns: 48px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.check-property-section ul li .icon {
  width: 40px;
  height: 40px;
  background-color: #42a7fb;
  border: outset 3px solid rgba(66, 167, 251, 0.3);
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check-property-section ul li .text {
  font-size: 16px;
  font-weight: 500;
  color: #666768;
  display: block;
}

.image-section {
  margin-top: 30px;
}

.image-section .img-inner img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .landing-header .information h2 {
    font-size: 26px;
  }
  .landing-header .information .desc {
    width: 100%;
  }
  .price-table-section .grid-layout {
    padding: 0;
  }
  .price-table-section .card-price {
    padding: 1rem;
  }
  .description-section .image-cover .img-inner {
    width: 100%;
  }
  .sell-follower .card-free {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (max-width: 992px) {
  .video-preview .video {
    width: 90%;
  }
  .blue-description {
    width: 90%;
    padding: 3rem;
    border-radius: 40px;
  }
  .blue-description p {
    font-size: 18px;
  }
  .landing-title {
    margin-bottom: 2rem;
  }
  .landing-title h2 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 28px;
  }
  .landing-title p {
    width: 100%;
    font-size: 14px;
  }
  .price-table-section .grid-layout {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    width: 400px;
    margin: 0 auto;
  }
  .price-table-section .grid-layout .card-price {
    margin-bottom: 2rem;
  }
  .username-section .text {
    width: 100%;
  }
  .username-section .text h1 {
    font-size: 20px;
  }
  .username-section .text p {
    font-size: 14px;
    line-height: 28px;
  }
  .username-section h3 {
    font-size: 18px;
  }
  .description-section {
    padding: 3rem 0 1.5rem 0;
  }
  .description-section .image-cover {
    margin: 3rem 0;
  }
  .description-section .image-cover .img-inner {
    width: 300px;
  }
  .description-section .description {
    margin-top: 0;
  }
  .sell-follower .section-inner {
    padding: 2rem 0;
  }
  .sell-follower .card-free {
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .message-container .message-inner {
    width: 100%;
  }
  .property-section .card-property::before {
    border-left: none;
    border-bottom: 1px solid #d5d6d8;
    top: unset;
    bottom: 0;
    height: 1px;
    width: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .half-section {
    padding: 20px 0;
    margin: 20px 0;
  }
  .half-section .dl-overlay-text {
    display: none;
  }
  .half-section .image-container .background-image {
    right: 10%;
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 0 40px 40px 0;
  }
  .half-section .text-inner {
    padding: 0;
    padding: 2rem 0;
  }
  .half-section .text-inner h2 {
    font-size: 20px;
  }
  .half-section.right .image-container .background-image {
    right: -10%;
    border-radius: 40px 0 0 40px;
  }
  .message-container .message-inner {
    top: 0;
    padding: 2.5rem;
  }
  .message-container .message-inner h1 {
    font-size: 16px;
  }
  .mini-description {
    width: 90%;
  }
  .mini-description .description-inner {
    padding: 2rem;
  }
  .mini-description .description-inner h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mini-description .description-inner p {
    font-size: 14px;
    line-height: 29px;
  }
  .mini-description.pos-mobile {
    top: -30px;
  }
  .background-image-section .text-item {
    width: 100%;
    -ms-grid-columns: 38px auto;
        grid-template-columns: 38px auto;
  }
  .background-image-section .text-item .icon {
    width: 38px;
    height: 38px;
  }
  .background-image-section .text-item .icon .mdi {
    font-size: 24px;
  }
  .background-image-section .text-item .text h1 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .background-image-section .text-item .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .faq-section .faq-item {
    padding: 15px;
  }
  .faq-section .list-of-faqs {
    width: 100%;
    padding: 10px;
  }
  .check-property-section ul li {
    -ms-grid-columns: 34px auto;
        grid-template-columns: 34px auto;
  }
  .check-property-section ul li .icon {
    width: 34px;
    height: 34px;
  }
  .check-property-section ul li .text {
    padding-right: 15px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .landing-header .information h2 {
    font-size: 22px;
  }
  .blue-description {
    width: 90%;
    padding: 2rem;
    border-radius: 30px;
  }
  .blue-description p {
    font-size: 16px;
  }
  .username-section .text h1 {
    font-size: 18px;
  }
  .username-section h3 {
    font-size: 16px;
  }
  .username-section .form .inputgroup {
    width: 100%;
  }
  .landing-title {
    margin-bottom: 1.5rem;
  }
  .landing-title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .landing-title p {
    font-size: 13px;
  }
  .sell-follower .card-free {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .property-section .card-property {
    padding: 2rem;
  }
  .mini-description .description-inner {
    padding: 1.5rem;
  }
  .mini-description .description-inner h1 {
    font-size: 18px;
  }
  .mini-description .description-inner p {
    font-size: 13px;
    line-height: 26px;
  }
  .background-image-section .text-item {
    -ms-grid-columns: 34px auto;
        grid-template-columns: 34px auto;
  }
  .background-image-section .text-item .icon {
    width: 34px;
    height: 34px;
  }
  .background-image-section .text-item .icon .mdi {
    font-size: 20px;
  }
  .background-image-section .text-item .text {
    padding-top: 0;
  }
  .background-image-section .text-item .text h1 {
    font-size: 18px;
    line-height: 27px;
  }
  .background-image-section .text-item .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .faq-section .faq-item .card-faq {
    font-size: 14px;
  }
  .check-property-section ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 557px) {
  .price-table-section .grid-layout {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    width: 100%;
  }
  .price-table-section .grid-layout .card-price {
    margin-bottom: 2rem;
  }
  .price-table-section .grid-layout .card-price .icon {
    width: 80px;
    height: 80px;
  }
  .price-table-section .grid-layout .card-price .c-title {
    font-size: 18px;
  }
  .price-table-section .grid-layout .card-price .property li {
    font-size: 12px;
  }
  .sell-follower .card-free {
    padding: 8px;
  }
  .sell-follower .card-free .card-inner .icon {
    width: 50px;
    height: 50px;
  }
  .sell-follower .card-free .card-inner .icon .mdi {
    font-size: 26px;
  }
  .sell-follower .card-free .card-inner .card-b h2 {
    font-size: 13px;
    font-weight: 600;
  }
  .property-section .card-property {
    padding: 1rem;
  }
}

@media (max-width: 450px) {
  .description-section .image-cover .img-inner {
    width: 100%;
  }
}

/*#endregion -------------- Landing Follower */
/*#region ----------------- X - Catch Error */
.bred {
  border: 1px dashed red;
}

.bgreen {
  border: 1px dashed green;
}

.bblue {
  border: 1px dashed blue;
}

/*#endregion -------------- X - Catch Error */
