/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/
/* --------------------
    why Css
-------------------- */
.title-site2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--3, rgba(52, 53, 54, 0.6));
  margin-bottom: 40px;
}
.title-en2 {
  font-size: 20px;
  line-height: 32px;
  font-family: MoonDance-Regular;
  letter-spacing: 1px;
  border-top: 1px solid rgba(102, 104, 105, 0.2);
  color: var(--5, rgba(102, 104, 105, 0.2));
}
.section-feature .title-en2 {
  margin-bottom: 16px;
}
.faqs__wrapper .title-site2 {
  margin-bottom: 15px;
}
.faqs-item.active .faqs-question p {
  color: #4091a0;
}
.item-feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 76px;
  transition: linear 400ms;
}
.item-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}
.item-feature::before {
  content: "";
  width: 41px;
  height: 43px;
  background: #d1e8eb;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
}
.item-feature p {
  text-align: justify;
  line-height: 28px;
  color: #34353699;
}
.item-feature h3 {
  font-size: 16px;
  color: #2e2e2fcc;
}
.image-feature img {
  mix-blend-mode: luminosity;
  transition: 500ms;
}
.item-feature-wrap:nth-child(even) {
  flex-direction: column-reverse;
  margin-top: 0;
  margin-bottom: 76px;
}
.item-feature img {
  position: relative;
  padding: 12px 24px 0 0;
}
.item-feature img:after {
  content: "";
  width: 50px;
  height: 50px;
  background: red;
  color: red;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.item-feature-wrap .item-feature img {
  transition: linear 500ms;
}
.item-feature-wrap:hover .item-feature img {
  transform: scaleX(-1);
}
.image-feature {
  position: relative;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  overflow: hidden;
}
.blog-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagination-blog {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}
.pagination-blog .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #b6b6b6;
}
.pagination-blog .swiper-pagination-bullet-active {
  height: 6px;
  border-radius: 4px;
  width: 28px;
  background: var(--color1);
}
.post-item-image img {
  width: 100%;
  display: block;
  transition: 500ms ease-in-out;
}
.post-item h2::before {
  height: 23px;
  width: 1px;
  content: "";
  background: var(--color1);
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 7px;
}
.blog-carousel .swiper-slide:nth-child(odd) {
  margin-top: 47px;
  transition: 500ms;
}
.post-item-image {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 500ms;
}
.post-item-image:before {
  content: "";
  width: 31px;
  height: 6px;
  background: white;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 28px;
  transition: 400ms;
}
.post-item-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #6f2c9142;
  opacity: 0;
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: 500ms;
}
.post-item:hover .post-item-image:after {
  opacity: 1;
}
.blog-date {
  position: absolute;
  left: 0px;
  top: 30px;
  background: var(--color1);
  padding: 0 10px 0 16px;
  color: #fff;
  border-radius: 0px 2px 2px 0px;
  transition: 500ms;
  font-size: 12px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-button-card {
  display: flex;
  direction: ltr;
  flex-direction: row-reverse;
}
.blog-button-card a {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: rgba(46, 46, 47, 0.8);
  padding: 8px 0 8px 8px;
}
.blog-button-card i {
  font-size: 10px;
  transition: 400ms;
}
.post-item:hover .blog-button-card a {
  color: rgba(111, 44, 145, 0.71);
}
.post-item:hover .blog-button-card i {
  transform: translate3d(-3px, -7px, 10px);
}
.post-item:hover .blog-date {
  background-color: #fff;
  color: var(--color1);
}
.post-item:hover .post-item-image:before {
  height: 15px;
  bottom: 0;
}
.post-item:hover .blog-image i {
  bottom: 25px;
}
.post-item:hover .post-item-image img {
  rotate: -7.05deg;
  transform: scale(1.15);
}
.blog-image {
  position: relative;
}
.blog-image i {
  position: absolute;
  bottom: 17px;
  left: 27px;
  font-size: 18px;
  transition: 400ms;
  color: #fff;
  width: 100px;
  height: 17px;
}
.blog-image i:before {
  content: "";
  background: url("assets/img/logo-article.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.product-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: right;
}
.on-new {
  position: absolute;
  left: 0;
  top: 27px;
  background: var(--color1);
  color: #fff;
  padding: 10px;
  border-radius: 0px 2px 2px 0px;
  z-index: 2;
}
.about-title-wrap .title-site {
  color: #fff;
  text-align: right;
  margin-bottom: 18px;
}
.section-agent .about-title-wrap .title-site {
  text-align: center !important;
}
.section-about .about-title-wrap .title-site {
  text-align: center !important;
}
.title-agent h4 {
  color: rgba(255, 255, 255, 0.8);
}
.title-agent span {
  color: rgba(255, 255, 255, 0.4);
}
.desc-about {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  line-height: 36px;
  margin-bottom: 30px;
}
.button2 {
  background-color: #fff;
  color: var(--color1);
}
.section-about {
  background-size: 100% 75% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}
.about_circle2 {
  position: absolute;
  bottom: 15%;
  right: -2%;
  width: 9% !important;
}
.about_circle3 {
  position: absolute;
  width: 14%;
  left: 15%;
  bottom: -57%;
}
.wrap_about {
  position: relative;
}
.wrap_about .about-title-wrap .title-heading {
  margin-top: 30px;
}
.wrap_about .about-title-wrap .about-btn {
  margin-bottom: 30px;
}
@-webkit-keyframes Circle {
  0%,
  100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(20deg);
  }
}
@keyframes Circle {
  0%,
  100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(20deg);
  }
}
.button-about {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid #fff;
}
.button2 {
  background: #fff;
  color: var(--color1);
}
.button2::before {
  content: "";
  background-color: var(--color1) !important;
}
.button2::after {
  content: "";
  background-color: var(--color1) !important;
}
.button2:hover:before {
  height: 24px;
}
.button2:hover:after {
  height: 24px;
}
.button-about::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.button-about::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.button-about:hover:before {
  height: 24px;
}
.button-about:hover:after {
  height: 24px;
}
.agent-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #7cbcc5;
  color: #272829;
  font-family: inherit;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.agent-button::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #272829;
  position: absolute;
  left: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.agent-button::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #272829;
  position: absolute;
  right: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.agent-button:hover:before {
  height: 24px;
}
.agent-button:hover:after {
  height: 24px;
}
.svg-agent {
  max-width: 100%;
  height: auto;
}
.swiper-video-thumb {
  padding-right: 32px;
}
.swiper-video-thumb .swiper-video-img {
  max-width: 35%;
  flex: 0 0 35%;
}
.swiper-video-thumb .swiper-video-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-video {
  display: flex;
  gap: 10px;
  align-items: center;
}
.video-content {
  display: flex;
  flex-direction: column;
}
.video-content h2 {
  font-size: 14px;
  line-height: 34px;
}
.video-content p {
  color: var(--3, rgba(52, 53, 54, 0.6));
  font-size: 13px;
  line-height: 22px;
}
.video-button-card {
  text-align: left;
}
.video-image-card img {
  border-radius: 4px;
}
.video-image-card img {
  border-radius: 4px;
}
.video-button-card {
  color: var(--3, rgba(52, 53, 54, 0.6));
  font-size: 10px;
  line-height: 32px; /* 320% */
}
.video-button-card i {
  font-size: 8px;
}
.video-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 33px;
}
.socials i {
  font-size: 30px;
  transition: 500ms;
}
.left-box-wrap {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 12px 12px 0px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}
.video__item__img video {
  width: 170px;
  border-radius: 5px;
}
.video-item .video__item__img {
  position: relative;
  display: flex;
}
.intro-header-back::before {
  content: "";
  background-image: url(assets/img/shape-blog-left.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
.intro-header-back::after {
  content: "";
  background-image: url(assets/img/shape-blog-right.webp);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 0;
}
.video_play_icon {
  position: absolute;
  right: 50%;
  transform: translate(50%);
}
.video__items p {
  line-height: 25px;
  font-size: 14px;
  color: #24262999 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.video__items h2 {
  font-size: 14px;
  line-height: 28px;
  color: #2e2e2fcc;
  min-height: 50px;
}
.left-box {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 202px);
  max-height: calc(100% - 160px);
}
.video____btn {
  text-align: left;
  margin-top: 1rem;
}
.video__items {
  flex: 1;
}
.video____btn a {
  font-size: 12px;
  color: #24262999 !important;
  transition: 500ms;
  margin-top: 8px;
}
.mainvideo-title-wrap .title-icon {
  position: absolute;
  bottom: 19px;
  right: -20px;
}
.video____btn i {
  font-size: 8px;
  margin-right: 8px;
}
.pagination-video {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 20px;
  align-items: center;
  margin-top: 8px;
}

.pagination-video.pagination-category .swiper-pagination-bullet {
  width: 10px !important;
  height: 28px;
  background: transparent;
}
.pagination-video.pagination-category .swiper-pagination-bullet-active {
  height: 36px;
  width: 6px !important;
  border-radius: 4px !important;
  background: var(--color1) !important;
}
.pagination-video.pagination-category .swiper-pagination-bullet::before {
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: #000;
  inset: 0;
  margin: auto;
  opacity: 1;
}
.pagination-video.pagination-category .swiper-pagination-bullet-active:before {
  opacity: 0;
}
.left-box {
  position: relative;
  z-index: 2;
}
.back-play-left {
  position: absolute;
  display: flex;
  width: 67px;
  height: 68px;
  background: rgba(111, 44, 145, 0.48);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  cursor: pointer;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  -webkit-animation: play 3s infinite;
  animation: play 3s infinite;
}
.video-item:hover .video____btn a {
  color: var(--color1);
}
.video-item:hover .swiper-video .swiper-slide {
  border: 1px solid var(--color1);
}
.video-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid rgba(102, 104, 105, 0.17);
  background: #fff;
  padding: 14px;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.video-archive-item {
  border-radius: 4px;
  border: 1px solid rgba(102, 104, 105, 0.17);
  background: #fff;
  padding: 14px;
  transition: 0.4s;
  width: 100%;
  position: relative;
}
.video-item:hover {
  border: 1px solid var(--color1);
}
.video_play_icon {
  color: white;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 19;
  opacity: 0;
  transition: 0.4s;
}
.video_play_icon::before {
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 1px;
  background: rgba(111, 44, 145, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  z-index: -2;
}
.video_play_icon::after {
  content: "";
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 1px;
  background: rgba(111, 44, 145, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: -2;
}
.video-item:hover .video_play_icon {
  opacity: 1;
}
.video-archive-slide {
  position: relative;
  margin-bottom: 20px;
  transition: 500ms;
}
.video-item-image {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  transition: 500ms;
}
.video-item-image img {
  border-radius: 4px;
  width: 100%;
}
.video-archive-item:hover .video-item-image:before {
  opacity: 1;
}
.video-item-image:before {
  content: "";
  background-color: #6f2c917d;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: 0.4s;
}
.video-archive-item:hover .video__items__archive h2 a {
  color: var(--color1);
}
.video_row {
  row-gap: 20px;
  margin-bottom: 50px;
}
.desc-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  min-height: 20px;
}
.desc-video a {
  color: var(--2, rgba(46, 46, 47, 0.8));
  font-size: 12px;
  display: flex;
  gap: 6px;
  margin-right: auto;
}
.video_category h2 {
  transition: 0.4s;
  background: var(--color1);
  border-radius: 4px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 18px;
}
.video-time::before {
  content: "";
  width: 2px;
  height: 23px;
  background-color: var(--color1);
  position: absolute;
  right: -1px;
  bottom: 14px;
  border-radius: 1px;
}
.video-time {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: flex-end;
  color: var(--Primary1, #6f2c91);
  font-size: 14px;
}
.video-time i {
  font-size: 18px;
}
.video-item-image:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 23px;
  opacity: 0;
  transition: 0.4s;
  background: url(assets/img/white-logo.png);
  width: 100px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-archive-item:hover .video-item-image:after {
  opacity: 1;
}
.video-archive-item:hover .video__items h2 {
  color: var(--color1);
}
.video_category {
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
}
.desc-video a i {
  color: var(--2, rgba(46, 46, 47, 0.8));
  font-size: 8px;
}
.video_archive_icon {
  position: absolute;
  background: #6f2c9199;
  width: 30px;
  height: 30px;
  top: 12px;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
}
.video_archive_icon span {
  color: #fff;
}
.quik-icon {
  font-size: 30px;
  background: #fff;
  margin: -24px;
  padding: 10px 10px 25px 10px;
}
.quick-item:hover .quik-icon {
  color: var(--color1);
}
.video-item:hover .video__item__img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(111, 44, 145, 0.49);
  position: absolute;
  top: 0;
  z-index: 9;
  border-radius: 4px;
}
.video_play_icon .icon-play {
  position: absolute;
  left: -6px;
  bottom: -10px;
}
.pagination-category .swiper-pagination-bullet-active {
  width: 6px !important;
  border-radius: 4px !important;
  height: 36px;
  background: var(--color1) !important;
}
.pagination-category .swiper-pagination-bullet {
  height: 36px;
  width: 2px;
  border-radius: 2px;
  background: #b6b6b6;
}
.item-categories:hover .title-en-cat {
  color: #f7fcff;
}
.title-en3 {
  font-size: 20px;
  line-height: 32px;
  font-family: MoonDance-Regular;
  letter-spacing: 1px;
  border-top: 1px solid rgba(102, 104, 105, 0.2);
  color: var(--5, rgba(102, 104, 105, 0.2));
  position: relative;
}
.socials i:hover {
  color: var(--color3);
}
@-webkit-keyframes play {
  50% {
    width: 72px;
    height: 72px;
  }
}
@keyframes play {
  50% {
    width: 72px;
    height: 72px;
  }
}
.play__icon .icon-play {
  font-size: 24px;
  z-index: 2;
}
.play__icon::after {
  content: "";
  width: 60px;
  height: 61px;
  border-radius: 1px;
  background: rgb(114 47 149 / 48%);
  position: absolute;
  z-index: -1;
  background: rgba(111, 44, 145, 0.48);
  -webkit-animation: play2 3s infinite;
  animation: play2 3s infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play__icon::before {
  content: "";
  width: 51px;
  height: 52px;
  border-radius: 1px;
  background: rgba(111, 44, 145, 0.68);
  position: absolute;
  -webkit-animation: play3 3s infinite;
  animation: play3 3s infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play__icon .icon-play {
  position: absolute;
  z-index: 0;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes play2 {
  50% {
    width: 65px;
    height: 65px;
  }
}
@keyframes play2 {
  50% {
    width: 65px;
    height: 65px;
  }
}
@-webkit-keyframes play3 {
  50% {
    width: 55px;
    height: 55px;
  }
}
@keyframes play3 {
  50% {
    width: 55px;
    height: 55px;
  }
}
.video-image-card {
  position: relative;
  height: 100%;
  max-height: 100%;
  transition: linear 600ms;
}
.back-play-right {
  position: absolute;
}
.video____btn:hover a {
  color: var(--color1) !important;
}
.video-image-card a:hover:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(111, 44, 145, 0.49) 0%,
    rgba(111, 44, 145, 0.49) 100%
  );
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.video-image-card a:hover .back-play-right {
  position: absolute;
  display: flex;
  width: 27px;
  height: 28px;
  background: rgba(111, 44, 145, 0.48);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  cursor: pointer;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
}
.video-image-card a:hover .back-play-right:before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 1px;
  background: rgba(111, 44, 145, 0.68);
  position: absolute;
}
.video-image-card a:hover .back-play-right:after {
  content: "";
  width: 7px;
  height: 8px;
  border-radius: 1px;
  background: rgb(114 47 149 / 48%);
  position: absolute;
  z-index: -1;
  background: rgba(111, 44, 145, 0.48);
}
.back-play-right i {
  font-size: 10px;
  z-index: 2;
}
.video-image-card a {
  display: flex;
  transition: 500ms;
}
.video-image-card a .back-play-right {
  display: none;
}
.footer1-top-wrap p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 30px;
}
.footer1-top-wrap .footer-logo {
  margin-bottom: 10px;
  display: block;
}
.footer-sub-menu {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 36px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer-mouse {
  width: 32px;
  height: 48px;
  background: #fff;
  display: flex;
  position: absolute;
  top: -10px;
  right: 39px;
  border: 2px solid rgba(44, 49, 55, 1);
  border-radius: 12px;
  -webkit-animation: moveUpDownAlternate 2s infinite;
  animation: moveUpDownAlternate 2s infinite;
  z-index: 2;
}
.footer-mouse::before {
  content: "";
  width: 2px;
  height: 10px;
  background: rgba(44, 49, 55, 1);
  border-radius: 1px;
  position: absolute;
  left: 13px;
  top: 5px;
  -webkit-animation: myCustomAnimation 2s infinite;
  animation: myCustomAnimation 2s infinite;
}
.product-image img {
  transition: 500ms ease-in-out;
}
.product-item {
  transition: 500ms;
}
.product-item:hover {
  transform: translateY(-20px);
}
.swiper-product {
  padding-top: 40px;
}
.product-item:hover img {
  transform: scale(1.1);
}
.item-feature-wrap .image-feature::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #7cbcc5;
  position: absolute;
}
.item-feature-wrap:hover .image-feature::before {
  background: transparent;
}
.item-feature-wrap:hover .image-feature img {
  mix-blend-mode: normal;
}
#email-error {
  position: absolute;
  bottom: -5px;
  background: #2a2f33;
  right: 9px;
  padding: 0px 6px;
}
.image-about {
  position: relative;
  text-align: left;
}
.about_circle {
  position: absolute;
  width: 8% !important;
  right: 5%;
  top: 4%;
}
.red {
  color: red;
  background-color: red;
}
.circle6 {
  -webkit-animation: pulse-animation6 2s infinite;
  animation: pulse-animation6 2s infinite;
}
.circle5 {
  -webkit-animation: pulse-animation5 2s infinite;
  animation: pulse-animation5 2s infinite;
}
.circle4 {
  -webkit-animation: pulse-animation4 2s infinite;
  animation: pulse-animation4 2s infinite;
}
.circle3 {
  -webkit-animation: pulse-animation3 2s infinite;
  animation: pulse-animation3 2s infinite;
}
.circle2 {
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}
.circle1 {
  -webkit-animation: pulse-animation2 2s infinite;
  animation: pulse-animation2 2s infinite;
}
.agent-img svg {
  max-width: 100%;
}
.agent-img img {
  width: 100%;
  padding: 50px 30px;
}
.item-categories:hover img {
  transform: rotate(-5deg) scale(1.05);
}
.item-categories img {
  transition: 500ms;
}
@-webkit-keyframes pulse-animation6 {
  0% {
    r: 4;
  }
  50% {
    r: 2;
  }
  100% {
    r: 4;
  }
}
@keyframes pulse-animation6 {
  0% {
    r: 4;
  }
  50% {
    r: 2;
  }
  100% {
    r: 4;
  }
}
@-webkit-keyframes pulse-animation5 {
  0% {
    r: 10;
  }
  50% {
    r: 20;
  }
  100% {
    r: 10;
  }
}
@keyframes pulse-animation5 {
  0% {
    r: 10;
  }
  50% {
    r: 20;
  }
  100% {
    r: 10;
  }
}
@-webkit-keyframes pulse-animation4 {
  0% {
    r: 5;
  }
  50% {
    r: 2;
  }
  100% {
    r: 5;
  }
}
@keyframes pulse-animation4 {
  0% {
    r: 5;
  }
  50% {
    r: 2;
  }
  100% {
    r: 5;
  }
}
@-webkit-keyframes pulse-animation3 {
  0% {
    r: 25;
  }
  50% {
    r: 15;
  }
  100% {
    r: 25;
  }
}
@keyframes pulse-animation3 {
  0% {
    r: 25;
  }
  50% {
    r: 15;
  }
  100% {
    r: 25;
  }
}
@-webkit-keyframes pulse-animation2 {
  0% {
    r: 8.0366;
  }
  50% {
    r: 4;
  }
  100% {
    r: 8.0366;
  }
}
@keyframes pulse-animation2 {
  0% {
    r: 8.0366;
  }
  50% {
    r: 4;
  }
  100% {
    r: 8.0366;
  }
}
@-webkit-keyframes pulse-animation {
  0% {
    r: 30.0366;
  }
  50% {
    r: 13;
  }
  100% {
    r: 30.0366;
  }
}
@keyframes pulse-animation {
  0% {
    r: 30.0366;
  }
  50% {
    r: 13;
  }
  100% {
    r: 30.0366;
  }
}
@-webkit-keyframes moveUpDownAlternate {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes moveUpDownAlternate {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes myCustomAnimation {
  0%,
  100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes myCustomAnimation {
  0%,
  100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(0);
  }
}

.section-about {
  overflow: hidden;
}
.section-video {
  margin-block: 100px;
  overflow: hidden;
  padding-top: 50px;
}
.videobox___bg .category-button {
  text-align: center;
}
.boxes__wrapper {
  grid-gap: 20px;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(43px, auto);
}
.box__one {
  grid-column: 1 / 2;
  grid-row: 2;
  display: grid;
  align-items: end;
  grid-gap: 30px;
}
.box__one_design {
  display: flex;
  flex: 0 0 40%;
  max-width: 40%;
  flex-direction: column;
}
.box__two_design {
  display: flex;
  flex: 0 0 60%;
  max-width: 60%;
  flex-direction: column;
}
.video___wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 90%;
}
.mainvideo-title-wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: relative;
}
.video____items::before {
  content: "";
  background: #f9f9f9;
  width: 48%;
  height: 590px;
  display: flex;
  position: absolute;
  right: 0;
}
.agent-wrap .category-button {
  margin-top: 36px;
}
.swiper-video-wrap {
  width: 90%;
}
.swiper-video_wrap {
  width: 90%;
  margin: 30px auto 0;
}
.section-about {
  margin: 110px 0;
}
.btn-2 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--color1);
  font-family: inherit;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
}
.box__two {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}
.box__two .swiper-slide {
  position: relative;
}
.play__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
  color: #fff;
}
.video_per_item::before {
  content: "";
  width: 900%;
  height: 550px;
  display: flex;
  top: -50px;
  position: absolute;
  left: -100%;
  right: -80px;
  z-index: -1;
  background: linear-gradient(270deg, #50136d 1.4%, #6f2c91 99.76%);
}
.video_per_item::after {
  content: url(assets/img/video_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: inherit;
  display: flex;
  position: absolute;
  top: 0;
}
.video_per_item {
  position: relative !important;
}
/* .video_per_item video{
    border-radius: 8px;
    display: block;
    position: relative;
    width:auto;
} */
.mapp-container img {
  max-block-size: unset;
  vertical-align: middle;
}

.swiper-video {
  height: 350px;
  margin-top: 35px;
}

.video_per_item video {
  border-radius: 8px;
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  background: #000;
}

.agent_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.m_video_per_item .category-button {
  text-align: center;
}
.title-agent-res {
  display: none;
}
.videobox___bg {
  background-color: #f9f9f9;
  height: auto;
  padding: 45px 16px;
}
.swiper-product-gallery-wrapper {
  position: relative;
}
#single-product-thumbnail {
  margin: 0 60px;
}
.header-product-wrap {
  position: relative;
}
.product-header-back {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  background-size: 100% 99%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 243px;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  overflow: hidden;
}
.product-header-back::before {
  content: "";
  background-image: url(assets/img/shape-blog-left.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
.product-header-back::after {
  content: "";
  background-image: url(assets/img/shape-blog-right.webp);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .video__items h2 {
    font-size: 15px;
    line-height: 1.75;
  }
  #header {
    padding: 15px 0;
  }
  .about-title-wrap .title-site {
    margin-bottom: 14px;
  }
  .about-title-wrap .title-site h4 {
    font-size: 20px;
  }
  .about-title-wrap .title-site span {
    font-size: 18px;
  }
  .section-about {
    background-size: 100% 68% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
  }
  .tab-wrap li {
    flex: 0 0 21%;
  }
  .header-menu {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .box__one {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .box__two .title-site {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainvideo-title-wrap {
    display: none;
  }
  .section-blog .title-site {
    display: none;
  }
  .boxes__wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 42px;
    gap: 20px;
  }
  .section-video {
    background: #f9f9f9;
  }
  .box__two {
    padding: 0 16px;
  }
  .section-about {
    margin: 72px 0 0 0;
  }
  .box_video_one {
    margin-top: 30px;
  }
  .swiper-video-main {
    transform: unset;
  }
  .about-title-wrap {
    display: flex;
    padding: 38px 0;
    flex-direction: column;
    align-items: center;
  }
  .image-about {
    margin-bottom: 30px;
  }
  .about-title-wrap .title-site {
    margin-bottom: 8px;
  }
  .about-title-wrap .title-site h4 {
    font-size: 18px;
  }
  .about-title-wrap .title-site span {
    font-size: 16px;
  }
  .header-menu > li > a {
    font-size: 14px;
  }
  .header-menu {
    gap: 20px;
  }
  .header-button {
    font-size: 12px;
    gap: 8px;
  }
  .header-mm {
    margin-left: 8px;
  }
  .slider-txt {
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
    min-width: 330px;
  }
  .slider-txt h2 {
    font-size: 24px;
  }
  .slider-btn {
    font-size: 12px;
  }
  .slider-mouse {
    display: none;
  }
  .slider-pagination {
    right: 30px;
    bottom: 72px;
  }
  .section-base {
    margin: 72px 0;
  }
  .categories-button {
    display: flex;
    justify-content: center;
  }
  .cat-title-wrap {
    margin-bottom: 24px;
  }
  .blog-button {
    display: flex;
    justify-content: center;
  }
  .item-feature p {
    text-align: center;
    color: var(--3, rgba(52, 53, 54, 0.6));
  }
  .back-footer {
    padding: 24px;
  }
  .footer1-top-wrap {
    text-align: center;
  }
  .footer1-top-wrap .footer-logo {
    margin-bottom: 24px;
  }
  .newsletter {
    text-align: center;
  }
  .footer-mouse {
    top: 0%;
    right: 45%;
    z-index: 2;
  }
  .title-site h4,
  .title-site h2,
  .title-site2 h2,
  .title-site2 h4 {
    font-size: 20px;
  }
  .title-en {
    font-size: 16px;
  }
  .product-item h2 a {
    font-size: 14px;
  }
  .gallery-button-prev,
  .gallery-button-next {
    display: none !important;
  }
  .section-gallery {
    margin: 30px 0 0px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .about-title-wrap .title-icon i {
    color: #fff;
  }
  .about-title-wrap {
    padding: 0 0 38px 0;
    margin-top: 0;
  }
  .section-agent .about-title-wrap {
    margin-bottom: 0 !important;
    margin-top: 62px !important;
    padding-top: 0 !important;
  }
  .agent-img {
    height: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
  }
  .content-img.agent-img {
    max-height: unset;
  }
  .product-top {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .section-agent .about-title-wrap .title-agent h4 {
    display: none;
  }
  .title-agent-res {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
  .section-agent .col-xl-5 .title-site {
    display: none !important;
  }
  .section-agent .title-agent h4 .title-icon {
    right: -13px !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-wrapper {
    flex-direction: column;
    gap: 40px;
    max-width: 330px;
    margin: auto;
  }
  .image-feature {
    display: none;
  }
  .item-feature-wrap:nth-child(even) {
    max-width: 100%;
    margin: 0px;
  }
  .item-feature-wrap {
    margin-top: 0px;
  }
  .item-feature {
    align-items: center;
  }
  .item-feature::before {
    right: 45%;
  }
  .feature-wrap {
    line-height: 28px;
  }
  .title-agent h4 .title-icon {
    right: 23%;
  }
  .about-title-wrap .title-site {
    margin-bottom: 16px;
    text-align: center;
  }
  .about-title-wrap .title-site h4 {
    font-size: 24px;
  }
  .about-title-wrap .title-site span {
    font-size: 20px;
  }
  .desc-about {
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .button-about {
    font-size: 12px;
  }
  .parent_item_cart {
    display: none;
  }
  .section-about {
    background-size: 100% 90% !important;
    background-position: bottom !important;
  }
}
@media screen and (max-width: 576px) {
  .footer-contact {
    margin-bottom: 24px;
  }
  .video__items h2 {
    font-size: 12px;
  }
  .about-title-wrap .title-site h4 {
    font-size: 20px;
  }
  .about-title-wrap .title-site span {
    font-size: 16px;
  }
  .desc-about {
    text-align: center;
    font-size: 13px;
  }
  .slider-txt h2 {
    font-size: 18px;
  }
  .slider-desc {
    font-size: 12px;
  }
  .slider-desc {
    line-height: 30px;
  }
  .blog-title-wrap {
    margin-bottom: 24px;
  }
  .blog-title-wrap .title-blog {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 576px) {
  .blog-carousel .swiper-slide:nth-child(odd) {
    margin-top: 0;
  }
  .video-item .video__item__img {
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .about-animation-2 {
    display: none;
  }
  .about_circle3 {
    right: -31px;
    bottom: -19px;
    width: 29%;
  }
  .about-animation-3 {
    bottom: -19px;
  }
  .about_circle {
    right: 0;
  }
  .title-agent h4 .title-icon {
    right: 14%;
  }
}
@media screen and (max-width: 380px) {
  .responsive-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }
}
/* --------------------
    404 Css
-------------------- */

.error-wrap h3 {
  font-size: 24px;
  color: var(--color1);
  margin-bottom: 24px;
}

.error-wrap p {
  font-size: 20px;
  margin-bottom: 40px;
  color: rgba(64, 145, 160, 1);
}

.contact_circle_main {
  width: 80px;
  position: absolute;
  right: -42px;
  bottom: 25px;
}
/* --------------------
    contact Css
-------------------- */
.title-contact {
  margin-bottom: 60px !important;
}
.title-general {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.contact-header {
  position: relative;
  overflow: hidden;
}
.breadcrumb_last {
  color: var(--A5D2D8, #a5d2d8);
  font-size: 12px;
}
.single-breadcrumbs span a {
  color: #34353699 !important;
}
#breadcrumbs span a {
  color: var(--W, #fff);
  font-size: 12px;
}
#breadcrumbs span a:hover {
  color: var(--color2) !important;
}
.title-general h1 {
  text-align: center;
  font-size: 24px;
}
.general-content p {
  text-align: center !important;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
}
.contact-map {
  margin-top: -20px;
}
.mapp-container .mapp-footer .triggers.right,
.mapp-container .mapp-footer .triggers.left {
  display: none !important;
}
.contact-dir-button {
  position: absolute;
  left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  bottom: 16px;
  z-index: 888;
}
.mapp-logo {
  display: none !important;
}
div#websima-map-1 {
  position: relative;
}
.leaflet-container .leaflet-marker-pane img {
  width: 63px !important;
  height: 97px !important;
  z-index: 9999 !important;
}
#websima-map-1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 888;
  background: linear-gradient(
    180deg,
    rgba(111, 44, 145, 0) 12.78%,
    rgba(111, 44, 145, 0.48) 85.74%
  );
  pointer-events: none;
}
.contact-dir-button .waze .icon-waze {
  background-image: url(assets/img/waze.svg);
  min-width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}
.product-content-wrap {
  position: relative;
  border: 1px dashed rgba(77, 78, 80, 0.4);
}
.product-content-wrap
  > .single-product-content.main-content.editor-content.single-content {
  border: 0;
}
.read-more.toggle {
  display: flex;
}
.read-more {
  display: none;
  /* display: flex; */
  flex-direction: column-reverse;
  align-items: center;
  color: var(--4091A0, #4091a0);
  font-size: 16px;
  font-weight: 300;
  position: static;
  left: 50%;
  transform: translateY(25%);
  /* bottom: -14px; */
  z-index: 1;
  cursor: pointer;
}
.read-more i {
  background: #f1f1f2;
  width: 30px;
  height: 30px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.contact-dir-button .google-map .icon-google-map {
  background-image: url(assets/img/google-map.svg);
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}
.contact-dir-button a {
  border-radius: 4px;
  border: 1px solid var(--Primary1, #fff);
  background: var(--W, #fff);
  padding: 8px;
}
.contact-dir-button a:hover {
  border: 1px solid var(--Primary1, #6f2c91);
}
.contact-info {
  border-radius: 4px;
  border: 1px dashed var(--5, rgba(102, 104, 105, 0.2));
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px;
}
.social-links {
  display: flex;
  background: linear-gradient(90deg, #702d93 23.99%, #9633c8 99.96%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 242px;
  gap: 32px;
  margin-top: 16px;
  border-radius: 12px;
  position: relative;
}
.social-links span {
  color: #fff;
}
.social-wrap {
  display: flex;
  gap: 8px;
}
.social-wrap a {
  font-size: 30px;
}
.social-wrap a.linkedin {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.social-wrap a.linkedin:hover {
  background: var(--color2);
}
.social-wrap .linkedin i.icon-linkedin:before {
  content: "";
  position: absolute;
  background: url("assets/img/linkedin.svg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  inset: 0;
  z-index: 1;
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(46%)
    saturate(3331%) hue-rotate(264deg) brightness(89%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(20%) sepia(46%) saturate(3331%)
    hue-rotate(264deg) brightness(89%) contrast(90%);
}
.social-wrap i {
  color: #fff;
  cursor: pointer;
  transition: 500ms;
}
.social-wrap i:hover {
  color: var(--color2);
}
.websima-contact-form form {
  background: #ffff;
  padding: 30px;
  border: 1px dashed var(--5, rgba(102, 104, 105, 0.2));
  border-radius: 4px;
}
.websima-contact-form .title-site {
  border-radius: 4px;
  background: #f1f1f2;
  line-height: 36px;
  padding: 16px 0;
  color: var(--2, rgba(46, 46, 47, 0.8));
}
.websima-contact-form .title-heading {
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
.contact-header-wrap {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  background-size: 100% 99%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}
.contact-header-wrap::before {
  content: "";
  background-image: url(assets/img/shape-blog-left.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
.contact-header-wrap::after {
  content: "";
  background-image: url(assets/img/shape-blog-right.webp);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 0;
}
.acf-notice.-error.acf-error-message.-dismiss {
  display: none !important;
}
.acf-field textarea {
  min-height: 79px;
}
.acf-field .acf-notice.-error {
  background: unset !important;
  border: unset !important;
  position: absolute;
  bottom: -47px;
  padding: 0 !important;
}
.acf-button {
  background: #6f2c91;
  color: #fff;
  padding: 0 30px;
  border-radius: 2px;
  position: relative;
}
.more-content.editor-content blockquote {
  background: #fff;
}
.more-content.editor-content blockquote:after {
  opacity: 0.5;
}
.acf-button::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.acf-button:hover:before {
  height: 24px;
  top: 8px;
}
.acf-button:hover:after {
  height: 24px;
  top: 8px;
}
.acf-button::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.contact_circle2 {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 21px;
  right: -38px;
}
.contact_circle {
  position: absolute;
  width: 47px;
  height: 47px;
  left: 0;
  top: -23px;
}
.map-info-title .title-heading {
  border-radius: 4px;
  background: #f1f1f2;
  line-height: 36px;
  padding: 16px 0;
  color: var(--2, rgba(46, 46, 47, 0.8));
  margin-bottom: 1rem;
  text-align: center;
  font-size: 18px;
}
.map-data-wrapper {
  margin: 30px 0 15px;
}
.social-links::before {
  content: "";
  height: 89%;
  width: 95%;
  position: absolute;
  border: 1px dashed #ffff;
  border-radius: 12px;
  pointer-events: none;
}
.main-general {
  margin-bottom: 110px;
}
.contact-info li.address {
  line-height: 1.75;
}
.address a {
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .slider-content {
    gap: 10px;
  }
  .general-content p {
    font-size: 14px;
    line-height: 36px;
  }
  .contact_circle {
    display: none;
  }
  .contact_circle2 {
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 62px;
    right: 94%;
    left: 0;
  }
  .title-general {
    gap: 20px;
  }
  .contact-info {
    padding: 20px;
  }
}

/* --------------------
    archive blog Css
-------------------- */
.intro-header-back {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  background-size: 100% 99%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  overflow: hidden;
}
.blog-header-back {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  overflow: hidden;
  min-height: min(194px, 36vw);
}

.header-blog-wrap {
  position: relative;
}
.widget_media_image {
  width: 100%;
}
.blog-header-back::before {
  content: "";
  background-image: url(assets/img/shape-blog-left.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
.intrp-header-back::before {
  content: "";
  background-image: url(assets/img/shape-blog-left.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
.caticon.active::before {
  transform: rotate(226deg) translateY(-50%);
}
.blog-header-back::after {
  content: "";
  background-image: url(assets/img/shape-blog-right.webp);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 0;
}
.widget-title h4 {
  text-align: center;
  color: var(--W, #fff);
  font-size: 18px;
  line-height: 36px;
}
.widget-title {
  transition: 0.4s;
  background: var(--color1);
  border-radius: 4px;
  margin-bottom: 16px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.widget-side > ul > li {
  color: var(--Primary1, #6f2c91);
  font-size: 16px;
  line-height: 36px;
}
.children .cat-item a {
  color: var(--3, rgba(52, 53, 54, 0.6));
  font-size: 14px;
  line-height: 28px;
}
.video_category .children .cat-item a::before {
  content: "";
  display: inline-block;
  margin-left: 12px;
  border-radius: 1px;
  background: var(--3, rgba(52, 53, 54, 0.6));
  width: 7px;
  height: 7px;
}
.video_category a:hover {
  color: var(--color1);
}
.video_category > ul li a {
  color: #2e2e2fcc;
}
.children .cat-item a:hover {
  color: var(--color1);
}
#categories-2 ul:not(.children) {
  border-radius: 4px;
  border: 1px dashed var(--5, rgba(102, 104, 105, 0.2));
  background: #fff;
  padding-top: 20px;
  padding-bottom: 35px;
}
.widget-side ul li .children .cat-item::before {
  content: "";
  display: inline-block;
  margin-left: 12px;
  border-radius: 1px;
  background: var(--3, rgba(52, 53, 54, 0.6));
  width: 7px;
  height: 7px;
}
.blog_row {
  row-gap: 40px;
  margin-bottom: 50px;
}
.general-main {
  margin-bottom: 110px;
}
.blog-header {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  position: relative;
  overflow: hidden;
  text-align: right !important;
}
.title-blog {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 74px;
}
.title-blog h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 36px;
}

.header-blog-wrap .title-blog::after {
  content: "";
  background: url(./assets/img/Union.svg);
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  bottom: -54px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.general-blog {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 36px;
}
.blog-header::after {
  content: "";
  background-image: url(assets/img/shape-blog-left.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
.blog-header::before {
  content: "";
  background-image: url(assets/img/shape-blog-right.webp);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 0;
}
.contact_circle4 {
  width: 47px;
  position: absolute;
  left: 42px;
  top: -16px;
  z-index: 1;
}
.contact_circle5 {
  width: 80px;
  position: absolute;
  right: -36px;
  bottom: -17px;
}
.contact_circle6 {
  width: 80px;
  position: absolute;
  left: 41%;
  bottom: -42px;
}
.more-content {
  border-radius: 8px;
  background: #f1f1f2;
  padding: 64px;
}
.more-content span {
  color: var(--1, #272829);
  font-size: 18px;
  line-height: 36px;
}
.blog-shape-down {
  margin-top: -60px;
  margin-left: 70px;
  z-index: 4;
  position: relative;
  width: 140px;
}
.blog-wrapper {
  text-align: left;
  margin-bottom: 50px;
  position: relative;
}
.blog-more {
  margin-bottom: -26px;
}
.faqs-question i {
  margin-right: auto;
  font-size: 6px;
  background: rgba(241, 241, 242, 1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  color: rgba(64, 145, 160, 1);
}
.faqs-content .faqs-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(102, 104, 105, 0.2);
}
.faqs-item.active .faqs-item:not(:last-of-type) {
  border-bottom: 1px solid transparent !important;
}
.faqs-item.active .faqs-question {
  color: rgba(64, 145, 160, 1);
}
.faqs-item.active .faqs-question i {
  background: rgba(64, 145, 160, 1);
  color: #fff;
  transition: 500ms;
}
.faqs-item .faqs-question i::before {
  transition: 300ms;
}
.faqs-item.active .faqs-question i::before {
  transform: rotate(180deg);
}
.faqs-item.active .faqs-question .faq-num {
  border-bottom: 1px solid rgba(64, 145, 160, 1);
  border-left: 1px solid rgba(64, 145, 160, 1);
  color: rgba(64, 145, 160, 1);
}
.faqs-question p {
  line-height: 28px;
  font-size: 18px;
  color: rgba(46, 46, 47, 0.8);
}
@media screen and (max-width: 992px) {
  .blog-more {
    margin-bottom: -18px;
  }
}
@media screen and (max-width: 576px) {
  .blog-shape-down {
    margin-left: 29px;
  }
  .contact_circle6 {
    display: none;
  }
  .contact_circle4 {
    left: 0;
    top: 0;
    transform: translate(-22px, 200px);
  }
  .blog-more {
    margin-bottom: -12px;
  }
}

/* --------------------
    404 Css
-------------------- */
.product-404 {
  display: flex;
  justify-content: center;
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  min-height: 363px;
  border-radius: 12px;
  padding: 60px;
  position: relative;
}
.section-404 .swiper-product {
  margin-top: -250px;
}
.product-404 .title-site {
  color: #fff;
  text-align: center;
}
.product-404 .title-en {
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.product-404 .title-site h4 span i {
  color: #fff;
}
.digi-button {
  background: #f41d00 !important;
}
.button-agent {
  border: 1px solid var(--color1) !important;
}
/* --------------------
    faq cat Css
-------------------- */
.faq__cat {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f1f1f2;
  width: 100%;
  height: 65px;
  font-size: 17px;
  transition: 500ms;
}
.faq__cat:hover {
  background: var(--color1);
  color: #fff;
}
.pagination-faq {
  margin-top: 50px;
  position: relative;
}
.swiper-faq .swiper-slide.active .faq__cat {
  background: var(--color1);
  color: #fff;
}
.swiper-faq {
  margin-bottom: 20px;
}
.pagination-faq .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(#666869);
  transition: 500ms;
}
.pagination-faq .swiper-pagination-bullet-active {
  background: var(--color1) !important;
  width: 28px !important;
  height: 6px !important;
  border-radius: 4px !important;
}
.faqs__null {
  text-align: center;
  color: #ffffff;
  background: var(--color1);
  padding: 20px;
  border-radius: 8px;
  line-height: 1.5;
}
.widget-title i {
  display: none;
}
@media screen and (max-width: 992px) {
  .faqs-question {
    padding: 8px;
    font-size: 14.5px;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .widget-title h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .widget-title {
    padding: 15px 30px;
  }
  .widget-title i {
    display: block;
    font-size: 8px;
  }
  .faqs-question .faq-num {
    min-height: auto;
  }
  .faqs-question .faq-num {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-header::after,
  .intro-header::after {
    display: none;
  }
  .section-intro #breadcrumbs::before {
    display: none;
  }
  .faqs-item .faqs-answer {
    padding: 0px 10px 30px 0;
  }
}
@media screen and (max-width: 576px) {
  #email-error {
    background: #22262a;
  }
  .section-more .editor-content::before {
    background-size: 150%;
  }
  .editor-content .alignright {
    width: 100%;
  }
  .editor-content .alignleft {
    width: 100% !important;
    height: auto !important;
  }
  .blog_row {
    row-gap: 24px;
  }
  #breadcrumbs {
    margin-bottom: 25px;
    overflow-y: scroll;
  }
  .title-blog {
    margin-bottom: 40px;
  }
  .faq__cat {
    font-size: 15px;
  }
  .list__wrap .blog-content p {
    display: none;
  }
}
/* --------------------
   archive blog Css
-------------------- */
.date-blog {
  display: inline-flex;
  background: rgba(64, 145, 160, 1);
  padding: 7px 8px;
  border-radius: 2px;
  color: #fff;
  gap: 6px;
  font-size: 14px;
  align-items: center;
  flex-direction: row;
}
.single-title .title-heading-single {
  color: var(--1, #272829);
  text-align: right;
  font-size: 24px;
  line-height: 36px;
}
.single-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(102, 104, 105, 0.2);
}
.date-blog i {
  margin-bottom: 2px;
  font-size: 16px;
}
.single-share {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.share-box {
  background: var(--color1);
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  font-size: 20px;
  flex-shrink: 0;
  border-radius: 2px 0px 0px 2px;
  overflow: auto;
}
.share-wrap {
  border: 1px solid var(--color1);
  padding: 11px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 2px;
  height: 38px;
  transition: all 1s ease-out;
  /* width: 295px; */
  width: 63px;
  border-radius: 0px 2px 2px 0px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.share-wrap.active {
  width: 295px;
}
.share-right i.icon-mobile {
  width: 22px;
  height: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b8b8b9;
  transition: 0.3s;
}
.share-right a:hover i.icon-mobile {
  background: var(--color1);
}
.share-right i.icon-mobile:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDJIN0M0LjI0IDIgMiA0LjIzIDIgNi45OFYxMi45NlYxMy45NkMyIDE2LjcxIDQuMjQgMTguOTQgNyAxOC45NEg4LjVDOC43NyAxOC45NCA5LjEzIDE5LjEyIDkuMyAxOS4zNEwxMC44IDIxLjMzQzExLjQ2IDIyLjIxIDEyLjU0IDIyLjIxIDEzLjIgMjEuMzNMMTQuNyAxOS4zNEMxNC44OSAxOS4wOSAxNS4xOSAxOC45NCAxNS41IDE4Ljk0SDE3QzE5Ljc2IDE4Ljk0IDIyIDE2LjcxIDIyIDEzLjk2VjYuOThDMjIgNC4yMyAxOS43NiAyIDE3IDJaTTEzIDEzLjc1SDdDNi41OSAxMy43NSA2LjI1IDEzLjQxIDYuMjUgMTNDNi4yNSAxMi41OSA2LjU5IDEyLjI1IDcgMTIuMjVIMTNDMTMuNDEgMTIuMjUgMTMuNzUgMTIuNTkgMTMuNzUgMTNDMTMuNzUgMTMuNDEgMTMuNDEgMTMuNzUgMTMgMTMuNzVaTTE3IDguNzVIN0M2LjU5IDguNzUgNi4yNSA4LjQxIDYuMjUgOEM2LjI1IDcuNTkgNi41OSA3LjI1IDcgNy4yNUgxN0MxNy40MSA3LjI1IDE3Ljc1IDcuNTkgMTcuNzUgOEMxNy43NSA4LjQxIDE3LjQxIDguNzUgMTcgOC43NVoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==);
  width: 100%;
  height: 100%;
  display: block;
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: 4px 4px;
}
.catalog-blog a:hover {
  color: #fff;
}

.share-left {
  font-size: 14px;
  color: var(--color1);
  margin-right: 88px;
}
.share-right a {
  color: rgba(77, 78, 80, 0.4);
}
/* .share-wrap.active .share-right{
    display: none!important;
} */
.share-right {
  display: flex !important;
  gap: 10px;
  margin-left: auto;
}
.share-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.share-right a:hover {
  color: var(--color1);
}
.catalog-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category_post {
  display: flex;
  gap: 10px;
  color: rgba(46, 46, 47, 0.8);
}
.category_post i {
  font-size: 16px;
}
.category_post a {
  color: rgba(46, 46, 47, 0.8);
  position: relative;
}
.category_post a:last-child {
  color: var(--color1);
}
.category_post a:hover {
  color: var(--color1);
}
.category_post a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 5px;
  height: 1px;
  background: rgba(46, 46, 47, 0.8);
}
.single-content {
  border: 1px dashed rgba(77, 78, 80, 0.4);
  border-radius: 8px;
  margin-top: 24px;
  padding: 30px 40px 30px;
  overflow: hidden;
  transition: height 0.5s ease;
}
.content_about {
  border: 1px dashed rgba(77, 78, 80, 0.4);
  border-radius: 8px;
  margin-top: 24px;
  padding: 40px 30px;
}
.single-content:nth-child(:first-child) {
  font-size: 18px;
}
.tags_post a {
  position: relative;
}
.tags_post a:hover {
  color: var(--color1);
}
.tags_post a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 5px;
  height: 1px;
  background: rgba(46, 46, 47, 0.8);
}
.single-content:first-child {
  font-size: 16px !important;
}
.thumbnail-post-img {
  margin-bottom: 16px;
}
.thumbnail-post-img img {
  width: 100%;
  border-radius: 8px;
}
.access-post > a:hover {
  background: var(--color1);
  color: #fff;
}
.title-single-blog {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  min-height: 363px;
  color: #ffff;
  padding-top: 60px;
  position: relative;
}
.tab-wrap li a {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on-sale-single {
  display: inline-flex;
  align-items: center;
  background: var(--color1);
  height: 44px;
  width: 44px;
  justify-content: center;
  font-size: 19px;
  vertical-align: text-top;
  color: #ffff;
  border-radius: 2px;
  margin-right: 10px;
}
.wc-tabs-wrapper {
  margin-top: 40px;
}
.title-single-blog::before {
  content: "\e91e";
  font-family: "icomoon";
  font-size: 353px;
  position: absolute;
  color: rgba(255, 255, 255, 0.03);
  left: 0;
  top: 0;
}
.swiper-single {
  margin-top: -200px;
}

.title-site3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: #fff;
}
.title-site3 .title-heading-single {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  position: relative;
}
.title-site3 .title-en {
  border-top: 1px solid #fff !important;
}
.title-site3 .title-heading-single i {
  color: rgba(255, 255, 255, 0.8);
}
.single-share-mobile {
  margin-bottom: 20px;
}
.swiper-pagination-bullet {
  position: relative;
  transition: 300ms;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 37px;
  background: #ff000000;
  top: -9px;
  left: 0px;
}
.circle___one {
  background: var(--color1) url(assets/img/bg_about.svg);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  margin: 3rem auto 6rem;
  overflow: hidden;
}

.section-agent {
  position: relative;
}
.bg-agent {
  background: linear-gradient(
    90deg,
    rgba(43, 48, 52, 1) 0%,
    rgb(49 55 61) 35%,
    rgb(51 56 63) 100%
  );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .help-heading ul li {
    font-size: 15px;
  }
  .help-heading ul {
    padding: 20px;
    display: none;
  }
  .single-content {
    padding: 0 20px;
  }
  .section-gallery {
    margin: 20px 0 !important;
  }
  .head-comment > span {
    font-size: 14px;
  }
  .head-comment .time_comment {
    font-size: 14px;
  }
  .comment_container .editor-content p {
    padding: 0 16px;
    font-size: 15px;
  }
  .editor-content a.comment-reply-link {
    margin: 17px;
    font-size: 14px;
  }
  .commentlist .cat-parent .children .comment_container p {
    font-size: 15px;
  }
}
.header-menu li {
  display: block !important;
}
.header-menu li {
  position: relative;
}
.header-menu > li > .sub-menu {
  padding: 10px 0;
}
.header-menu .sub-menu li {
  width: 100%;
  padding: 0 10px 0 24px;
}
.sub-menu li a {
  line-height: 28px;
  display: block;
  padding: 5px 0;
}
.header-menu li ul > li.menu-item-has-children:before {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  left: 8px;
  transform: rotate(90deg);
  font-size: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  font-weight: bold;
}
.sub-menu li a:hover {
  color: var(--color1) !important;
}
.header-menu .sub-menu {
  position: absolute;
  z-index: 99;
  font-size: 15px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  width: 100%;
  min-width: 250px;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  right: 0;
  top: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  /* transform-origin: 50% 0; */
  transition: all.3s;
  /* transform: scale(0); */
  clip: auto;
}
.header-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu ul.sub-menu ul.sub-menu {
  right: 100%;
  top: 0;
}
.header-menu > .menu-item-has-children::after {
  content: "\e902";
  font-family: "icomoon";
  display: inline-block;
  font-size: 5px;
  font-weight: bold;
  margin-right: 5px;
}
.catalog-blog a {
  gap: 8px;
}
.byadmin .head-comment .name_comment a {
  font-size: 8px;
  margin-left: 15px;
  position: relative;
  display: flex;
  width: 42px;
  height: 42px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.byadmin > .comment_container .head-comment span .comment-logo::after {
  content: "\e900";
  font-family: icomoon;
  color: var(--color1);
  font-size: 9px;
}
.cat-parent > ul > li .comment_container .comment-logo::after {
  content: "\e91c";
  font-size: 20px;
  font-family: icomoon;
  color: var(--color1);
}
.head-comment > span a::after {
  content: "\e91c";
  font-size: 20px;
  font-family: icomoon;
  color: var(--color1);
}
.head-comment .name_comment a {
  font-size: 20px;
  margin-left: 15px;
  position: relative;
  display: flex;
  width: 42px;
  height: 42px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
/* --------------------
   modular Css
-------------------- */
.quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  border: 1px dashed var(--5, rgba(102, 104, 105, 0.2));
  background: #ffff;
  padding: 0 15px 26px 15px;
  min-height: 156px;
  transition: 500ms;
}
.acf-required {
  color: var(--color1) !important;
}
.quick-item:hover {
  border: 1px dashed var(--color1);
}
.quick-item:hover span:nth-child(2) {
  color: var(--color1);
}
.quick-item .quick-img {
  margin-top: -20px;
  background: #fff;
  position: relative;
}
.swiper-quick {
  padding-top: 20px;
}
.quick-item .quick-img::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  left: 0px;
  right: -12px;
  top: 0;
}
.quick-item .quick-img img {
  z-index: 6;
  position: relative;
  max-width: 32px;
  max-height: 32px;
}
.quick-item span:nth-child(3) {
  text-align: center;
  line-height: 28px;
}
.tab__btn {
  border-radius: 4px;
  background: #f1f1f2;
  padding: 10px 20px;
  max-width: 171px;
  min-width: 114px;
  display: inline-flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: var(--2, rgba(46, 46, 47, 0.8));
  text-align: center;
  font-size: 18px;
}
.list__sidebar__wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 40px;
  border-radius: 4px;
  background: #f1f1f2;
  margin-top: 20px;
  transition: 500ms;
}
.list_sidebar_img {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_sidebar_img::after {
  content: "";
  width: 1px;
  height: 68px;
  background: #ffffff;
  position: absolute;
  top: -23px;
  left: -15px;
}
.list__sidebar__wrap.center-align {
  justify-content: center;
}
.sidebar__image {
  display: block;
  margin-bottom: 20px;
}
.sidebar__image img {
  width: 100%;
}
.list__wrap .post-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.list__wrap .blog-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list__sidebar__btn {
  color: var(--2, rgba(46, 46, 47, 0.8));
  font-size: 18px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 65px;
  padding: 0 18px;
}
.list__sidebar__wrap:hover {
  background: var(--color1);
}
.list__sidebar__wrap:hover .list__sidebar__btn {
  color: #fff;
}
.list__sidebar__wrap:hover .list_sidebar_img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/*.list__wrap .blog-image img{
    max-width: 305px;
}*/
.tab__btn.active {
  background: rgba(111, 44, 145, 1);
  color: #fff;
}
.tab__btns {
  margin-bottom: 40px;
}
.modular-img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 100%, 48% 71%, 0 71%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 100%, 48% 71%, 0 71%);
}
.section-intro .blog-shape-down {
  margin-left: 264px !important;
}
.section-intro .title-blog h1 {
  position: relative;
}
.section-intro .title-blog span {
  color: var(--A5D2D8, #a5d2d8);
  text-align: justify;
  line-height: 36px;
}
.section-intro .title-blog h1::before {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(165, 210, 216, 1);
  position: absolute;
  bottom: -10px;
}
.section-intro .title-blog {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-intro .title-blog p {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 15px;
}
.about-btn {
  display: flex;
  gap: 10px;
}
.teams-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-teams {
  position: relative;
  padding-top: 150px;
}
.top-property {
  background: #f1f1f2;
  background-size: 180% 180%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 78%;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}
.team-img-a {
  min-height: 376px;
  max-height: 420px;
  background: #e7e7e7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.team-content .name {
  color: var(--2, rgba(46, 46, 47, 0.8));
  font-size: 16px;
  line-height: 36px;
  position: relative;
  padding-right: 8px;
}
.team-content .name::before {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 10px;
  background: var(--color1);
}
.team-content .post,
.email {
  font-size: 14px;
  line-height: 32px;
  color: var(--3, rgba(52, 53, 54, 0.6));
}
.teams-social {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 20px;
  background: #fff;
  padding: 8px;
  gap: 6px;
  border-radius: 2px 2px 0px 0px;
}
.teams-social a {
  font-size: 20px;
  color: #4d4e5066;
  transition: 500ms;
}
.teams-social a:hover {
  color: var(--color1);
}
.team-img {
  position: relative;
}
.team-img-a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(111, 44, 145, 0) 0%,
    rgba(111, 44, 145, 0.49) 100%
  );
  position: absolute;
  border-radius: 8px;
  transition: 500ms;
}
.team-item {
  transition: 500ms;
}
.team-item:hover .team-content .name {
  color: var(--color1);
}
.team-item:hover .team-img-a::before {
  opacity: 0;
}
.help-heading i {
  display: none;
}
.top-property::before {
  content: "";
  background-image: url(./assets/img/about-shape.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.section-hero_aboout img {
  width: 100%;
}
.item-honors span {
  border: 1px solid #4d4e5066;
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 500ms;
}
.item-honors span img {
  border-radius: 4px;
}
.item-honors h3 {
  color: var(--2, rgba(46, 46, 47, 0.8));
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  line-height: 36px;
  transition: 500ms;
}
.item-honors:hover span {
  border: 1px solid var(--color1);
}
.item-honors:hover h3 {
  color: var(--color1);
}
.honors-title-wrap {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.about-header {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  min-height: min(194px, 36vw);
}
.section-intro {
  position: relative;
}
.intro-header {
  background: linear-gradient(
    91deg,
    #6f2d91 0.47%,
    #43145b 60.81%,
    #6d2b8e 111.63%
  );
  background-size: 100% 99%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}
.title-about {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
}
.title-about .hero_about_title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.title-about span {
  color: var(--A5D2D8, #a5d2d8);
  text-align: justify;
  font-size: 14px;
  line-height: 36px;
}
.title-about p {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-size: 16px;
  line-height: 36px; /* 225% */
  margin-bottom: 30px;
}
.about-header .contact_circle5 {
  width: 80px;
  position: absolute;
  right: -36px;
  bottom: 50%;
  transform: translateY(100%);
}
.title-about span::before {
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  display: block;
  background: #ffffff66;
}
.pagination-teams {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pagination-teams .swiper-pagination-bullet-active {
  height: 6px !important;
  border-radius: 4px !important;
  width: 28px !important;
  background: var(--color1) !important;
}
.pagination-teams .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #b6b6b6;
}
.about-header::before,
.intro-header::before {
  content: "";
  background-image: url(assets/img/shape-blog-left.webp);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
.about-header::after,
.intro-header::after {
  content: "";
  background-image: url(assets/img/shape-blog-right.webp);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 0;
}
.circle_about {
  width: 47px;
  position: absolute;
  left: 42px;
  top: -16px;
  z-index: 1;
}
.pagination-gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.pagination-gallery .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #b6b6b6;
}
.pagination-gallery .swiper-pagination-bullet-active {
  height: 6px !important;
  border-radius: 4px !important;
  width: 28px !important;
  background: var(--color1) !important;
}
.intro_circle {
  width: 80px;
  position: absolute;
  right: -36px;
  bottom: 20px;
}
.modular-img-wrap::before {
  content: "";
  background: url(./assets/img/Union.svg);
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-51%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-intro #breadcrumbs {
  position: relative;
}

.section-hero_aboout {
  position: relative;
}
.widget-side > ul > li a:hover {
  color: var(--color1);
}
.phone-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-info .email i {
  font-size: 16px;
}
.list__wrap .blog-image {
  flex: 0 0 30%;
}
.list__wrap .post-item h2 {
  margin: 0;
}
.quick-title {
  font-size: 16px;
  color: #2e2e2fcc;
}
.quick-item p {
  text-align: center;
  line-height: 30px;
  color: #34353699;
  transition: 500ms;
}
.quick-item:hover p {
  color: #2e2e2f;
}
.cat-video ul:not(.children) {
  border-radius: 4px;
  border: 1px dashed var(--5, rgba(102, 104, 105, 0.2));
  background: #fff;
  padding-top: 20px;
  padding-bottom: 35px;
}
.single-video-wrapper {
  position: relative;
  display: table;
  border-radius: 8px;
  overflow: hidden;
  margin: auto;
}
.single-video-wrapper .wp-post-image {
  display: block;
}
.title-single-video {
  color: #fff !important;
}
.cat-video ul li {
  color: var(--Primary1, #6f2c91);
  font-size: 16px;
  line-height: 36px;
  padding: 6px 30px;
}
.single-video-time {
  display: flex;
  color: #fff;
  justify-content: space-between;
  margin-bottom: 12px;
}
.single-video-wrapper video {
  border-radius: 8px;
}
.category_single-video {
  display: flex;
  gap: 3px;
  align-items: center;
  flex-wrap: wrap;
}
.video-time-single {
  border-left: 1px solid;
}
.video-time-single i {
  margin-left: 10px;
  font-size: 18px;
}
.acf-input {
  border-radius: 2px;
}
.category_single-video a {
  color: #fff;
  padding: 2px;
}
.category_single-video a:hover {
  color: var(--color2);
}
.category_single-video a:nth-child(2):before {
  content: none;
}
.category_single-video i.icon-category {
  margin-left: 10px;
  font-size: 18px;
}
.video-time-single {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 10px;
}
.category_single-video a::before {
  content: "-";
  margin-left: 6px;
}
.acf-fields > .acf-field {
  border: none !important;
}
.acf-label {
  color: var(--3, rgba(52, 53, 54, 0.6));
}
.acf-input textarea {
  color: var(--4, rgba(77, 78, 80, 0.4));
  line-height: 36px !important;
}
.editor-content .acf-fields > .acf-field {
  padding: 10px !important;
}
.af-success p {
  text-align: center;
  font-size: 20px;
  color: var(--color1);
  z-index: -1;
}
/*     .product-top .title-site{
        text-align:right;
    } */
@media screen and (max-width: 1200px) {
  .product_meta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .rating-number {
    margin-right: 0 !important;
  }
  .video__items p {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .list__wrap .blog-image {
    flex: 0 0 40%;
  }
  .more-content {
    padding: 30px;
  }
  .intro-header-back {
    background: linear-gradient(
      91deg,
      #6f2d91 0.47%,
      #43145b 60.81%,
      #6d2b8e 111.63%
    );
    background-size: 100% 99%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 84%;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    overflow: hidden;
  }
  .header-menu {
    gap: 18px;
  }
  .title-about {
    position: absolute;
    transform: translateY(0);
    margin-top: 24px;
    top: 50%;
    transform: translateY(-82%);
    margin-bottom: 32px;
  }
  .title-about .hero_about_title {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .title-about span {
    font-size: 13px;
  }
  .title-about p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .about-header {
    height: 83%;
  }
  .modular-img-wrap {
    position: relative;
  }
  .modular-img-wrap img {
    -webkit-clip-path: polygon(
      50% 0%,
      100% 1%,
      100% 100%,
      52% 100%,
      52% 55%,
      0 55%,
      0 0
    );
    clip-path: polygon(
      50% 0%,
      100% 1%,
      100% 100%,
      52% 100%,
      52% 55%,
      0 55%,
      0 0
    );
  }
  .modular-img-wrap::before {
    content: "";
    background: url(./assets/img/shape-down.webp);
    width: 140px;
    height: 140px;
    display: inline-block;
    position: absolute;
    bottom: 37%;
    left: 50%;
    transform: translate(-50%, 50%);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .modular-img-wrap {
    display: block;
    text-align: center;
  }
  .intro-header {
    height: 83% !important;
  }
  .modular-img-wrap::after {
    display: none;
  }

  .catalog-blog {
    margin-bottom: 20px;
  }
  /* .share-wrap{
        width: 100%;
    } */
  .help-heading i {
    display: block;
    font-size: 8px;
  }
  .help-heading > span {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 26px 30px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .swiper-single {
    margin-top: -230px;
  }
  .product-404 {
    padding: 55px;
  }
  .widget_media_image {
    display: none;
  }
  .intro-header-back {
    background: linear-gradient(
      91deg,
      #6f2d91 0.47%,
      #43145b 60.81%,
      #6d2b8e 111.63%
    );
    background-size: 100% 99%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 86%;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    overflow: hidden;
  }
  .header-blog-wrap #breadcrumbs::before {
    display: none;
  }
  .intro-header-back::after {
    display: none;
  }
  .blog-header-back::after {
    display: none;
  }
  .header-blog-wrap .title-blog::before {
    display: none;
  }
  .help-heading i {
    display: block;
    transition: 500ms;
  }
  .help-heading.openFilter i {
    transform: rotate(180deg);
    transition: 500ms;
  }
  #categories-2 ul {
    display: none;
  }
  #categories-2 i {
    transition: 500ms;
  }
  #categories-2.openFilter .widget-title i {
    transform: rotate(180deg);
    transition: 500ms;
  }
  .contact_circle_main {
    width: 56px;
    position: absolute;
    bottom: 41%;
    right: 93%;
  }
  .contact-header #breadcrumbs::before {
    display: none;
  }
  .footer-mouse {
    right: 48%;
  }
  .contact-header-wrap::after {
    display: none;
  }
  .contact-header-wrap::before {
    display: none;
  }
  .copy-right {
    line-height: 18px;
    font-size: 13px;
  }
  #footer2 {
    padding: 12px 0;
  }
  .title-about {
    position: static;
    transform: translateY(0);
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .about-header .contact_circle5 {
    width: 63px;
    position: absolute;
    right: -31px;
    bottom: 20%;
    transform: translateY(100%);
  }
  .circle_about {
    left: 0;
    top: 33% !important;
    opacity: 50% !important;
    transform: translate(-22px, 200px);
    width: 56px;
  }
  .about-header {
    height: 87%;
  }
  .about-header::before {
    display: none;
  }
  .about-header::after {
    display: none;
  }
  .top-property::before {
    display: none;
  }
  .section-teams {
    padding-top: 70px;
  }
  .top-property {
    height: 63%;
  }
  .gallery-button-next {
    display: none !important;
  }
  .gallery-button-prev {
    display: none !important;
  }
  .more-content {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .video_category > ul {
    display: block !important;
  }
}
.bg-white #breadcrumbs a {
  color: rgba(52, 53, 54, 0.6);
}
.bg-white #breadcrumbs a:hover {
  color: rgba(165, 210, 216, 1);
}
.bg-white #breadcrumbs a:after {
  background: rgba(52, 53, 54, 0.6);
}
.slider__hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: calc(100% - 42px);
  padding: 0.5em;
  line-height: 1;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  margin-right: 16px;
  z-index: 9;
}
.header .menu-item-has-children > .sub-menu > li > ul {
  position: absolute;
  top: 0;
  right: 100%;
}
.slider____dash {
  content: "";
  background-image: repeating-linear-gradient(
      0deg,
      #fff,
      #fff 8px,
      transparent 8px,
      transparent 14px
    ),
    repeating-linear-gradient(
      90deg,
      #fff,
      #fff 8px,
      transparent 8px,
      transparent 14px
    ),
    repeating-linear-gradient(
      180deg,
      #fff,
      #fff 8px,
      transparent 8px,
      transparent 14px
    ),
    repeating-linear-gradient(
      270deg,
      #fff,
      #fff 8px,
      transparent 8px,
      transparent 14px
    );
  background-size: 0, 0, 1px calc(100% + 20px), calc(100% + 20px) 1px;
  -webkit-animation: boxBorderAnimation2 2s infinite linear forwards;
  animation: boxBorderAnimation2 2s infinite linear forwards;
}

@-webkit-keyframes boxBorderAnimation2 {
  0% {
    background-position: 0 -20px, -20px 0, 100% -20px, 0 100%;
  }
  100% {
    background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
  }
}

@keyframes boxBorderAnimation2 {
  0% {
    background-position: 0 -20px, -20px 0, 100% -20px, 0 100%;
  }
  100% {
    background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .bg-agent {
    height: 73%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-agent.section-base {
    margin: 0 !important;
  }
  .home .section-feature.section-base {
    margin: 0 !important;
  }
  .home .section-banners.section-base {
    margin: 0 !important;
  }
  .wrap_about::before {
    top: 26px;
  }
  .image-about::before {
    right: 26px;
  }
  .image-about::after {
    width: 92px;
    height: 92px;
    bottom: 45px;
  }
}
@media screen and (max-width: 992px) {
  .section-slider {
    height: unset;
  }
  .video____items::before {
    content: unset;
  }
  .video_per_item::before {
    content: unset;
  }
  .video_per_item::after {
    content: unset;
  }
  .parent_item_cart {
    display: none;
  }
  .slider__hero {
    height: calc(100% - 62px);
  }
  .single-video-title {
    border: none;
    padding-bottom: 0;
  }
  .single-video-time {
    border-top: 1px solid var(--5, rgba(102, 104, 105, 0.2));
    padding-top: 16px;
    margin-top: 14px;
  }
  .video-time-single {
    color: var(--color1);
    min-width: 110px;
  }
  .category_single-video {
    color: #2e2e2fcc;
  }
  .category_single-video a {
    color: #2e2e2fcc;
  }
  .single-share {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  .product_meta {
    height: auto !important;
  }
  .single-video-title {
    justify-content: center;
    margin-top: 0px;
  }
}
/**! template product **/

.sidebar-shop .widget-side ul:not(.children) {
  border: 1px dashed #66686933;
  border-radius: 4px;
  padding-top: 24px;
  padding-bottom: 34px;
}
.video__items__archive h2 a {
  font-size: 16px;
  line-height: 28px;
  color: #2e2e2fcc;
  min-height: 56px;
  display: block;
}
@media screen and (max-width: 410px) {
  .woocommerce__order__stock {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .swiper-video-thumb .swiper-video-img {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .section-agent .about-title-wrap {
    margin-top: 0 !important;
  }
  .section-slider video {
    width: 100%;
    aspect-ratio: 0.5;
    background: rebeccapurple;
  }
  .editor-content .comment-form-author,
  .editor-content .comment-form-email {
    flex: 0 0 100%;
  }
  .video__items h2 {
    min-height: 56px;
  }
  .video_category h2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .video_category h2::before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 8px;
    transition: 0.4s;
  }
  .video_category h2.active::before {
    transform: rotate(180deg);
  }
  .product-item .on-new {
    font-size: 12px;
    top: 20px;
    padding: 8px;
  }
  .comment-form-rating {
    display: block;
  }
  .video_category {
    margin-bottom: 20px;
  }
}
/* --------------------
   Afsane Ticket
-------------------- */
/* fix menu */
.fix-menu {
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
  right: 0;
  left: 0;
  display: flex;
  z-index: 999;
  background-size: 100% 100%;
  gap: min(19vw, 25rem);
  background-repeat: no-repeat;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  background-color: #322935;
}
.fix-menu .menu--item {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #fff;
  box-shadow: 0 -17px 10px -12px #00000017;
  padding-block: 10px;
  align-items: center;
}
.fix-menu i {
  font-size: 20px;
  display: block;
  text-align: center;
}
.fix-menu span {
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin-top: 6px;
  margin-right: 0;
  /* max-width: 77px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fix-menu__home {
  position: absolute;
  left: 50%;
  /* transform: translateX(-50%); */
  top: -50%;
  width: 60px;
  height: 60px;
  background: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border: 2px solid #fff;
  transform: rotate(45deg) translateX(-50%);
  transform-origin: center left;
}
.icon-home {
  background-image: url(assets/img/icon-home.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  background-size: contain;
  transform: rotate(-45deg);
}
.sidebar-btn {
  bottom: 80px;
}
