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

1. Global Area 
2. Header Section



=====================================================================*/
/*=========
Font load
===========*/
@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
:root {
  --ptx-heading: "iranyekan";
  --ptx-heading-2: "iranyekan";
  --ptx-body-font: "iranyekan";
  --ptx-body-font-2: "Roboto";
  --ptx-cursive-font: "Arizonia", cursive;
  --ptx-body-color: #666666;
  --ptx-body-color-2: #4D515F;
  --ptx-title-color: #111010;
  --ptx-gradient-1: linear-gradient(90deg, #1c825b 0%, hsla(44, 81%, 55%, 1) 100%);
  --ptx-gradient-2: linear-gradient(90deg, hsla(157, 64%, 31%, 1) 0%, hsla(44, 81%, 55%, 1) 100%);
  --ptx-gradient-3: linear-gradient(90deg, #8F73FF 0%, #5347FF 45.27%, #4471FE 57.66%, #21D3FD 100%);
  --ptx-gradient-4: linear-gradient(90deg, #6cc43a 0%, #1D835C 48.53%, #E9B72F 100%);
  --ptx-gradient-5: linear-gradient(90deg, #0ABBD7 0%, #423fe2 20.83%, #66a513 39.58%, #d7e931 56.77%, #e9a36e 71.87%, #FF9000 85.42%, #FFB502 100%);
}

.txr-text-slide-item:is(.style-1), .ptx-lan-tutorial-img .play-btn i:before, .ptx-lan-video-tab-btn .nav-tabs .nav-link,
.ptx-lan-video-tab-btn .nav-tabs .nav-link.active, .revolution-wrap .text span, .ptx-lan-banner-text .ptx-lan-btn-grp a, .ptx-section-title .ptx-subtitle span,
.ptx-section-title-2 .ptx-subtitle span,
.ptx-section-title-3 .ptx-subtitle span,
.ptx-section-title-4 .ptx-subtitle span, .cart_item .remove_btn, .ptx-mobile-nav .ptx-mobile-menu .close-ptx-mobile-menu, .ptx-header-section.header-style-one .header-cta .inner-text span, .ptx-header-section.header-style-one .header-cta .inner-icon i, .gradient-text {
  background: var(--ptx-gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ptx-section-title-2 .ptx-subtitle span {
  background: var(--ptx-gradient-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ptx-header-section.type_four .header-top-content .top-cta .inner-icon i {
  background: var(--ptx-gradient-3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ptx-section-title-4.ver_2 .ptx-subtitle span, .ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li:after, .ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li, .ptx-header-section.type_five .header-top-content .top-info-cta li i {
  background: var(--ptx-gradient-4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ptx-section-title-4.ver_3 .ptx-subtitle span {
  background: var(--ptx-gradient-5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
.ptx-lan-footer-content .thm-buy-btn, .ptx-lan-ded-support-section .ptx-section-title .ptx-lan-btn, .ptx-btn-1 a,
.ptx-btn-2 a,
.ptx-btn-3 a, .ptx-header-section.header-style-landing .ptx-buy-btn a {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.ptx-lan-footer-content .thm-buy-btn:after, .ptx-lan-ded-support-section .ptx-section-title .ptx-lan-btn:after, .ptx-btn-1 a:after,
.ptx-btn-2 a:after,
.ptx-btn-3 a:after, .ptx-header-section.header-style-landing .ptx-buy-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.ptx-lan-footer-content .thm-buy-btn:hover:after, .ptx-lan-ded-support-section .ptx-section-title .ptx-lan-btn:hover:after, .ptx-btn-1 a:hover:after,
.ptx-btn-2 a:hover:after,
.ptx-btn-3 a:hover:after, .ptx-header-section.header-style-landing .ptx-buy-btn a:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 #35c35c;
    box-shadow: 0 0 0 0 #35c35c;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #35c35c;
    box-shadow: 0 0 0 10px #35c35c;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #35c35c;
    box-shadow: 0 0 0 0 #35c35c;
    opacity: 0;
  }
}

@keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 #35c35c;
    box-shadow: 0 0 0 0 #35c35c;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #35c35c;
    box-shadow: 0 0 0 10px #35c35c;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #35c35c;
    box-shadow: 0 0 0 0 #35c35c;
    opacity: 0;
  }
}
.ptx-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  direction:rtl;
}
.ptx-header-section .navbar-nav {
  display: inherit;
}
.ptx-header-section .ptx-navbar_options button {
  padding: 0;
  border: none;
  font-size: 20px;
  background-color: transparent;
}
.ptx-header-section .dropdown.has-mega-menu {
  position: static !important;
}
.ptx-header-section .dropdown.has-mega-menu .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1230px;
  max-height: 700px;
  overflow: hidden;
  overflow-y: scroll;
}
.ptx-header-section .dropdown.has-mega-menu .dropdown-menu::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(24%, rgb(73, 81, 254)), color-stop(38%, rgb(73, 81, 254)), color-stop(62%, rgb(148, 69, 211)), to(rgb(223, 57, 167)));
  background: linear-gradient(0deg, rgb(73, 81, 254) 24%, rgb(73, 81, 254) 38%, rgb(148, 69, 211) 62%, rgb(223, 57, 167) 100%);
}
.ptx-header-section .dropdown.has-mega-menu .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.ptx-header-section .dropdown.has-mega-menu .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.ptx-header-section .dropdown.has-mega-menu .dropdown-menu::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(24%, rgb(154, 254, 73)), color-stop(38%, rgb(12, 163, 12)), color-stop(62%, rgb(158, 185, 4)), to(rgb(223, 57, 167)));
  background: linear-gradient(0deg, rgb(13, 85, 55) 24%, rgb(20, 150, 26) 38%, rgb(228, 206, 11) 62%, rgb(223, 193, 57) 100%);
}
.ptx-header-section .dropdown.has-mega-menu .ptx-megamenu-item {
  margin-bottom: 25px;
}
.ptx-header-section .dropdown.has-mega-menu .ptx-megamenu-item-btn {
  border-radius: 5px;
  overflow: hidden;
  border-radius: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
}
.ptx-header-section .dropdown.has-mega-menu .ptx-megamenu-item-btn:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.ptx-header-section .dropdown.has-mega-menu .ptx-menu-btn-grp {
  left: 0;
  top: 60%;
  right: 0;
  opacity: 0;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ptx-header-section .dropdown.has-mega-menu .ptx-menu-btn-grp a {
  color: #fff !important;
  width: 100px;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 8px;
  border-radius: 5px;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  background: #4951fe;
}
.ptx-header-section .dropdown.has-mega-menu .ptx-menu-btn-grp a:hover {
  background: #9445d3;
}
.ptx-header-section .dropdown.has-mega-menu .ptx-megamenu-item h3 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.ptx-header-section .dropdown.has-mega-menu .ptx-megamenu-item:hover .ptx-megamenu-item-btn::before {
  opacity: 1;
}
.ptx-header-section .dropdown.has-mega-menu .ptx-megamenu-item:hover .ptx-menu-btn-grp {
  top: 50%;
  opacity: 1;
}
.ptx-header-section .dropdown a {
  position: relative;
}
.ptx-header-section .dropdown a:after {
  top: 0px;
  color: #ffc73f;
  left: -15px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ptx-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.ptx-header-section .dropdown:hover a:after {
  color: #4951fe !important;
}
.ptx-header-section .dropdown-menu {
  left: 0;
  top: 65px;
  z-index: 100;
  margin: 0px;
  height: auto;
  min-width: 230px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}
.ptx-header-section .dropdown-menu .dropdown a:after {
  top: 13px;
  right: 20px;
  display: block;
}
.ptx-header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.ptx-header-section .dropdown-menu .dropdown-menu a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.ptx-header-section .dropdown-menu .dropdown-menu a:before, .ptx-header-section .dropdown-menu .dropdown-menu a:after {
  display: none;
}
.ptx-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ptx-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.ptx-header-section .dropdown-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ptx-header-section .dropdown-menu li a:after {
  display: none;
}
.ptx-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.ptx-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.ptx-header-section .dropdown-menu a:before {
  display: none;
}
.ptx-header-section .dropdown-menu a:hover {
  padding-left: 40px !important;
  color: #4951fe !important;
}
.ptx-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ptx-header-section.sticky-on .dropdown.has-mega-menu .dropdown-menu {
  top: 100%;
}
.ptx-header-section.header-style-one.sticky-on {
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
}
.ptx-header-section.header-style-one.sticky-on .ptx-header-top-section {
  display: none;
}
.ptx-header-section.header-style-one.sticky-on .ptx-header-main-menu-area {
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 18px 0px;
}
.ptx-header-section.header-style-one.sticky-on .dropdown-menu {
  top: 60px;
}
.ptx-header-section.header-style-one .ptx-header-top-section {
  padding: 7px 0px 10px;
  background: var(--ptx-gradient-1);
}
.ptx-header-section.header-style-one .ptx-header-top-section li {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 60px;
}
.ptx-header-section.header-style-one .ptx-header-top-section li i {
  margin-right: 5px;
}
.ptx-header-section.header-style-one .ptx-header-top-section li:last-child {
  margin-right: 0;
}
.ptx-header-section.header-style-one .ptx-header-top-section .top-location {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
}
.ptx-header-section.header-style-one .ptx-header-main-menu-area {
  padding: 24px 35px;
  margin-top: -5px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
}
.ptx-header-section.header-style-one .ptx-header-main-menu-area .brand-logo {
  max-width: 160px;
}
.ptx-header-section.header-style-one .ptx-header-main-menu-area .main-navigation li {
  margin: 0px 25px;
}
.ptx-header-section.header-style-one .ptx-header-main-menu-area .main-navigation li a {
  color: #111010;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 40px;
}
.ptx-header-section.header-style-one .ptx-header-main-menu-area .main-navigation li:hover a {
  color: #4951fe;
}
.ptx-header-section.header-style-one .header-action a {
  color: #111010;
  font-size: 17px;
  margin-right: 23px;
}
.ptx-header-section.header-style-one .header-action .shopping-cart {
  position: relative;
}
.ptx-header-section.header-style-one .header-action .shopping-cart span {
  left: 5px;
  top: -15px;
  width: 16px;
  color: #fff;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--ptx-gradient-1);
}
.ptx-header-section.header-style-one .header-cta .inner-icon {
  margin-right: 10px;
}
.ptx-header-section.header-style-one .header-cta .inner-icon i {
  font-size: 30px;
}
.ptx-header-section.header-style-one .header-cta .inner-text a, .ptx-header-section.header-style-one .header-cta .inner-text span {
  display: block;
}
.ptx-header-section.header-style-one .header-cta .inner-text span {
  font-size: 16px;
  font-weight: 700;
}
.ptx-header-section.header-style-one .header-cta .inner-text a {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
.ptx-header-section.header-style-one .header-cta .inner-text a:before, .ptx-header-section.header-style-one .header-cta .inner-text a:after {
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #35c35c;
}
.ptx-header-section.header-style-one .header-cta .inner-text a:after {
  -webkit-animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
          animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
.ptx-header-section.type_two {
  top: 20px;
}
.ptx-header-section.type_two .dropdown-menu {
  top: 58px;
}
.ptx-header-section.type_two.sticky-on {
  top: 0;
}
.ptx-header-section.type_two .ptx-header-top-section {
  padding: 10px 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: var(--ptx-gradient-2);
}
.ptx-header-section.type_two .ptx-header-top-section .top-info-social li {
  margin: 0px 15px;
}
.ptx-header-section.type_two .ptx-header-top-section .top-info-social .top-location {
  margin-left: 30px;
}
.ptx-header-section.type_two .ptx-header-main-menu-area {
  margin-top: 0;
}
.ptx-header-section.type_two .ptx-header-main-menu-area {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 21px 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ptx-header-section.type_three {
  z-index: 100;
}
.ptx-header-section.type_three.sticky-on {
  background-color: #242425;
}
.ptx-header-section.type_three.sticky-on .ptx-header-main-menu-area {
  padding: 18px 90px;
}
.ptx-header-section.type_three .ptx-header-top-section {
  background: #fff;
  position: relative;
  padding: 10px 90px 12px;
}
.ptx-header-section.type_three .ptx-header-top-section .ptx-top-line {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.ptx-header-section.type_three .ptx-header-top-section .top-follower {
  font-size: 16px;
  font-weight: 700;
  color: var(--ptx-title-color);
}
.ptx-header-section.type_three .ptx-header-top-section li {
  margin-right: 30px;
  color: var(--ptx-title-color);
}
.ptx-header-section.type_three .ptx-header-main-menu-area {
  padding: 26px 90px;
  background: transparent;
}
.ptx-header-section.type_three .ptx-header-main-menu-area .main-navigation li a {
  color: #fff;
}
.ptx-header-section.type_three .dropdown a:after {
  color: #fff;
}
.ptx-header-section.type_three .dropdown-menu .dropdown a:after {
  color: #000;
}
.ptx-header-section.type_three .header-action a {
  color: #fff;
}
.ptx-header-section.type_three .header-cta .inner-text a {
  color: #fff;
}
.ptx-header-section.type_four {
  background-color: #fff;
}
.ptx-header-section.type_four .header-top-content .top-cta .inner-icon {
  margin-right: 10px;
}
.ptx-header-section.type_four .header-top-content .top-cta .inner-icon i {
  font-size: 45px;
}
.ptx-header-section.type_four .header-top-content .top-cta .inner-text span, .ptx-header-section.type_four .header-top-content .top-cta .inner-text a {
  display: block;
}
.ptx-header-section.type_four .header-top-content .top-cta .inner-text span {
  line-height: 1;
  font-size: 15px;
  padding-bottom: 5px;
}
.ptx-header-section.type_four .header-top-content .top-cta .inner-text a {
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  color: var(--ptx-title-color);
  font-family: var(--ptx-heading);
}
.ptx-header-section.type_four .header-top-content .brand-logo {
  padding: 20px 0px;
  width: 365px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.ptx-header-section.type_four .header-top-content .brand-logo:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  opacity: 0.1;
  height: 100%;
  position: absolute;
  background: var(--ptx-gradient-3);
}
.ptx-header-section.type_four .header-top-content .ptx-btn-4 a {
  padding: 16px 30px;
}
.ptx-header-section.type_four .ptx-header-menu-social-area {
  padding: 20px 0px;
  background: var(--ptx-gradient-3);
}
.ptx-header-section.type_four .ptx-header-menu-social .brand-logo {
  display: none;
}
.ptx-header-section.type_four .ptx-header-menu-social .brand-logo a {
  display: inline-block;
}
.ptx-header-section.type_four .main-navigation li {
  margin-right: 50px;
}
.ptx-header-section.type_four .main-navigation li a {
  z-index: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  font-family: var(--ptx-heading-2);
}
.ptx-header-section.type_four .main-navigation li a:before {
  top: -3px;
  left: 5px;
  opacity: 0;
  z-index: -1;
  width: 28px;
  content: "";
  height: 28px;
  border-radius: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ptx-gradient-3);
}
.ptx-header-section.type_four .main-navigation li.dropdown a {
  font-size: 17px !important;
}
.ptx-header-section.type_four .main-navigation li.dropdown a:after {
  color: #fff;
}
.ptx-header-section.type_four .main-navigation li.dropdown:hover a:after {
  color: #fff !important;
}
.ptx-header-section.type_four .main-navigation li .dropdown-menu {
  top: 58px;
}
.ptx-header-section.type_four .main-navigation li:hover a:before {
  opacity: 1;
  left: -12px;
}
.ptx-header-section.type_four .header-action button {
  color: #fff;
  width: 42px;
  height: 42px;
  margin-left: 18px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ptx-header-section.type_four .header-action button:hover {
  color: #8F73FF;
  background-color: #fff;
}
.ptx-header-section.type_four.sticky-on .header-top-content {
  display: none !important;
}
.ptx-header-section.type_four.sticky-on .ptx-header-menu-social .brand-logo {
  display: block;
}
.ptx-header-section.type_five .ptx-header-menu-social-area {
  padding-top: 20px;
}
.ptx-header-section.type_five .header-top-content {
  padding: 3px 50px;
  background-color: #fff;
  border-bottom: 1px solid #7512A2;
}
.ptx-header-section.type_five .header-top-content .top-info-cta li {
  font-size: 16px;
  margin-right: 40px;
}
.ptx-header-section.type_five .header-top-content .top-info-cta li:last-child {
  margin-right: 0;
}
.ptx-header-section.type_five .header-top-content .top-info-cta li i {
  margin-right: 8px;
}
.ptx-header-section.type_five .top-countdown-area .inner-text {
  font-weight: 700;
  margin-right: 40px;
  display: inline-block;
  color: var(--ptx-title-color);
  font-family: var(--ptx-heading-2);
}
.ptx-header-section.type_five .top-countdown-area .top-countdown {
  margin-right: 40px;
}
.ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li {
  font-size: 30px;
  font-weight: 600;
  margin-right: 30px;
  position: relative;
  font-family: var(--ptx-heading-2);
}
.ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li span {
  display: none;
}
.ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li:last-child {
  margin-right: 0;
}
.ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li:last-child:after {
  display: none;
}
.ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li:after {
  top: 0;
  right: -18px;
  content: ":";
  font-size: 30px;
  font-weight: 600;
  position: absolute;
}
.ptx-header-section.type_five .top_shop_btn {
  font-size: 12px;
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 28px;
  display: inline-block;
  background: rgba(0, 7, 26, 0.05);
}
.ptx-header-section.type_five .top_shop_btn:hover {
  color: #fff;
  background-color: #a81bcb;
}
.ptx-header-section.type_five .header-social li {
  margin-left: 14px;
}
.ptx-header-section.type_five .header-social a {
  width: 34px;
  height: 34px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #4D515F;
}
.ptx-header-section.type_five .header-social a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ptx-gradient-4);
}
.ptx-header-section.type_five .header-social a:hover {
  color: #fff;
}
.ptx-header-section.type_five .header-social a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ptx-header-section.type_five .main-navigation li {
  margin-right: 50px;
}
.ptx-header-section.type_five .main-navigation li a {
  z-index: 1;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  color: rgb(0, 7, 26);
  font-family: var(--ptx-heading-2);
}
.ptx-header-section.type_five .main-navigation li a:before {
  top: -3px;
  left: -12px;
  z-index: -1;
  width: 28px;
  content: "";
  height: 28px;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ptx-gradient-4);
}
.ptx-header-section.type_five .main-navigation li:hover a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ptx-header-section.type_five .dropdown-menu {
  top: 55px;
}
.ptx-header-section.type_five .ptx-btn-5 a {
  padding: 13px 35px;
}
.ptx-header-section.type_five .ptx-navbar-btn .ptx-navbar_options {
  margin-left: 20px;
}
.ptx-header-section.type_five.sticky-on {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.ptx-header-section.type_five.sticky-on .header-top-content {
  display: none !important;
}
.ptx-header-section.type_five.sticky-on .ptx-header-menu-social-area {
  padding: 15px 0px;
}
.ptx-header-section.type_six.sticky-on .header-top-content {
  display: none !important;
}
.ptx-header-section.type_six .ptx-navbar_options button {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}
.ptx-header-section.type_six .header-top-content {
  padding: 20px 0px;
}
.ptx-header-section.type_six .header-top-content .top-search {
  width: 100%;
  max-width: 470px;
  position: relative;
}
.ptx-header-section.type_six .header-top-content .top-search input {
  width: 100%;
  height: 50px;
  border: none;
  font-size: 16px;
  padding-left: 25px;
  border-radius: 100px;
  background-color: #fff;
}
.ptx-header-section.type_six .header-top-content .top-search input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(77, 81, 95, 0.6);
}
.ptx-header-section.type_six .header-top-content .top-search input::-moz-placeholder {
  font-size: 16px;
  color: rgba(77, 81, 95, 0.6);
}
.ptx-header-section.type_six .header-top-content .top-search input:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(77, 81, 95, 0.6);
}
.ptx-header-section.type_six .header-top-content .top-search input::-ms-input-placeholder {
  font-size: 16px;
  color: rgba(77, 81, 95, 0.6);
}
.ptx-header-section.type_six .header-top-content .top-search input::placeholder {
  font-size: 16px;
  color: rgba(77, 81, 95, 0.6);
}
.ptx-header-section.type_six .header-top-content .top-search button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  border-radius: 100%;
  background: var(--ptx-gradient-5);
}
.ptx-header-section.type_six .header-top-content .top-action-btn button {
  padding: 0;
  border: none;
  margin-left: 18px;
  background: transparent;
}
.ptx-header-section.type_six .header-menu-cta-area {
  padding: 15px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#0ABBD7), color-stop(28.52%, #4442B5), color-stop(77.71%, #E93189), color-stop(98.38%, #FE6E00), color-stop(116.92%, #FF9000), color-stop(136.88%, #FFB502));
  background: linear-gradient(90deg, #0ABBD7 0%, #4442B5 28.52%, #E93189 77.71%, #FE6E00 98.38%, #FF9000 116.92%, #FFB502 136.88%);
}
.ptx-header-section.type_six .header-menu-cta-area .ptx-btn-6 {
  margin-left: 40px;
}
.ptx-header-section.type_six .header-menu-cta-area .ptx-btn-6 a {
  background: #fff;
  padding: 14px 25px 11px;
}
.ptx-header-section.type_six .header-menu-cta-area .ptx-btn-6 a span, .ptx-header-section.type_six .header-menu-cta-area .ptx-btn-6 a i {
  color: #4442B5;
}
.ptx-header-section.type_six .header-menu-cta-area .ptx-btn-6 a span:after, .ptx-header-section.type_six .header-menu-cta-area .ptx-btn-6 a i:after {
  background: #4442B5;
}
.ptx-header-section.type_six .header-menu-cta-content .main-navigation li {
  margin-right: 50px;
}
.ptx-header-section.type_six .header-menu-cta-content .main-navigation li a {
  z-index: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 35px;
  font-family: var(--ptx-heading-2);
}
.ptx-header-section.type_six .header-menu-cta-content .main-navigation li a:before {
  top: -3px;
  left: -12px;
  z-index: -1;
  width: 28px;
  content: "";
  height: 28px;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #000;
}
.ptx-header-section.type_six .header-menu-cta-content .main-navigation li:hover a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ptx-header-section.type_six .header-menu-cta-content .header-cta-btn .top-cta .inner-icon {
  margin-right: 10px;
}
.ptx-header-section.type_six .header-menu-cta-content .header-cta-btn .top-cta .inner-icon i {
  color: #fff;
  font-size: 45px;
}
.ptx-header-section.type_six .header-menu-cta-content .header-cta-btn .top-cta .inner-text span, .ptx-header-section.type_six .header-menu-cta-content .header-cta-btn .top-cta .inner-text a {
  display: block;
}
.ptx-header-section.type_six .header-menu-cta-content .header-cta-btn .top-cta .inner-text span {
  color: #fff;
  line-height: 1;
  font-size: 15px;
  padding-bottom: 5px;
}
.ptx-header-section.type_six .header-menu-cta-content .header-cta-btn .top-cta .inner-text a {
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--ptx-heading);
}
.ptx-header-section.type_six .dropdown a:after {
  color: #fff;
}
.ptx-header-section.type_six .dropdown-menu {
  top: 58px;
}
.ptx-header-section.header-style-landing.sticky-on {
  background-color: #fff;
}
.ptx-header-section.header-style-landing .ptx-header-content {
  padding: 20px 0px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.ptx-header-section.header-style-landing .main-navigation li {
  margin: 0px 25px;
}
.ptx-header-section.header-style-landing .main-navigation li a {
  z-index: 1;
  color: #ffc73f;
  font-weight: 600;
  position: relative;
  background: var(--ptx-gradient-1);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.ptx-header-section.header-style-landing .main-navigation li a:before {
  top: 0;
  left: 5px;
  opacity: 0;
  z-index: -1;
  content: "";
  width: 22px;
  height: 22px;
  visibility: hidden;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ptx-header-section.header-style-landing .main-navigation li a:hover {
  color: rgba(0, 0, 0, 0);
}
.ptx-header-section.header-style-landing .main-navigation li a:hover:before {
  opacity: 1;
  left: -5px;
  visibility: visible;
}
.ptx-header-section.header-style-landing .ptx-buy-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 35px;
  display: inline-block;
  background: var(--ptx-gradient-1);
}

.ptx-navbar_options {
  display: none;
}

@-webkit-keyframes ptx_nav_bar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes ptx_nav_bar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes nav_item_anim {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nav_item_anim {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.navbar-active {
  background-color: #000;
  -webkit-animation: ptx_nav_bar 0.9s ease-in-out;
          animation: ptx_nav_bar 0.9s ease-in-out;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  border-bottom: 1px solid #414141;
}

.ptx-mobile-nav .ptx-mobile-menu {
  position: fixed;
  inset: 0px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 500ms ease;
  z-index: 9999;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  background-color: #000;
  
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ptx-mobile-nav .ptx-mobile-menu .close-ptx-mobile-menu {
  padding: 0;
  border: none;
  font-size: 36px;
  background-color: transparent;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__wrapper {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9999;
  padding: 60px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  gap: 60px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1;
  visibility: visible;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__wrapper::-webkit-scrollbar {
  width: 0px;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item a,
.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item button {
  color: #fff;
  padding: 0;
  width: 100%;
  border: none;
  display: block;
  line-height: 1.5;
  font-size: 28px;
  text-align: right;
  text-transform: capitalize;
  background-color: transparent;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item a:hover,
.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item button:hover {
  color: #4951fe;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item a::after,
.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item button::after {
  -webkit-transition: none;
  transition: none;
}

.ptx-mobile-nav .ptx-mobile-menu .nav-fade {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item--has-children .ptx-navbar_dropdown-label {
  position: relative;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item--has-children .ptx-navbar_dropdown-label::after {
  content: "+";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item--has-children:hover .ptx-navbar_dropdown-label::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item-active {
  color: #4951fe !important;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item-active::after {
  content: "\f068" !important;
  font-family: "Font Awesome 5 Pro" !important;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  width: 100%;
  max-width: 100%;
  padding: 0px;
  display: none;
  -webkit-transition: none;
  transition: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  padding-left: 10px;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_sub-menu::before {
  content: none;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_sub-menu a,
.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_sub-menu button {
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_sub-menu a::before,
.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_sub-menu button::before {
  content: none;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__options {
  padding: 0px 20px;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__social {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0px 20px;
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__social a {
  font-size: 20px;
  margin: 0px 15px;
  color: #fff;
}
.ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__social a i {
  margin-right: 8px;
}

.ptx-mobile-nav .ptx-mobile-menu__list,
.ptx-mobile-nav .ptx-mobile-menu__options,
.ptx-mobile-nav .ptx-mobile-menu__social {
  max-width: 100%;
}

.ptx-mobile-nav .show-ptx-mobile-menu {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.ptx-mobile-nav .show-ptx-mobile-menu .ptx-mobile-menu__wrapper {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.ptx-mobile-nav .show-ptx-mobile-menu .nav-fade {
  -webkit-animation: nav_item_anim 0.5s ease forwards;
          animation: nav_item_anim 0.5s ease forwards;
  -webkit-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}

.ptx-mobile-nav .nav-fade-active {
  animation: nav_item_anim 1s ease reverse !important;
}

.ptx-mobile-menu__search form {
  position: relative;
}
.ptx-mobile-menu__search input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #1a1a1a;
  text-align: right;
}
.ptx-mobile-menu__search button {
  top: 0;
  left: 0;
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  background-color: transparent;
  background: var(--ptx-gradient-1);
}

.ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item .ptx-navbar_item {
  padding-bottom: 0;
  margin-bottom: 5px;
}

/* cart sidebar */
.cart_sidebar {
  padding: 30px;
  padding-bottom: 50px;
}

.cart_sidebar_top {
  background-color: #0e0f11;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}

.cart_item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0e0f11;
}

.cart_item .item_image {
  display: block;
  min-width: 70px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  width: 60px;
  padding: 5px;
}

.cart_item .item_title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.cart_item .item_price {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
}

.cart_item .remove_btn {
  top: 0px;
  right: 0px;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
}

.cart_sidebar {
  top: 0;
  width: 300px;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  scrollbar-width: none;
  background-color: #000;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.cart_sidebar.active {
  right: 0px;
}

.cart_sidebar .tx-close {
  right: -11px;
  border: none;
  position: relative;
  background-color: transparent;
}

.tx-close::before, .tx-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

.tx-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tx-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_sidebar .tx-close:before,
.cart_sidebar .tx-close:after {
  background-color: #fff;
}

.tx-close:hover::before, .tx-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  transform: rotate(0);
}

.cart_sidebar_bottom {
  padding: 30px 30px 55px;
}

.cart_sidebar_button a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 25px 12px;
}
.cart_sidebar_button a:not(:last-child) {
  color: #fff;
  margin-bottom: 10px;
  background: var(--ptx-gradient-1);
}
.cart_sidebar_button a:nth-child(2) {
  color: #fff;
  background: var(--ptx-gradient-1);
}

.cart_sidebar .total_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-top: 1px solid #0e0f11;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*// Search style*/
/*----------------------------------------------------*/
.search-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  background-color: rgba(0, 0, 0, 0.85);
}
.search-body.search-open {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.search-body .search-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-body .search-form .search-form-area {
  width: 100%;
  z-index: 9991;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.search-body .search-form input {
  width: 100%;
  color: #000;
  height: 60px;
  border: none;
  padding: 0px 30px;
  background-color: #fff;
}
.search-body .search-form input::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input:-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  width: 120px;
  height: 60px;
  position: absolute;
  background: var(--ptx-gradient-1);
}
.search-body .outer-close {
  top: 40px;
  right: 55px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  border-radius: 3px;
  position: absolute;
  background-color: var(--ptx-gradient-1);
}
.search-body .outer-close i {
  color: #fff;
}

.search-open {
  opacity: 1;
  visibility: visible;
}

.dropdown.has-mega-menu .ptx-featured-order-content {
  margin: 0;
}
.dropdown.has-mega-menu .ptx-featured-order-item {
  max-width: 100%;
  margin: 0;
  padding: 40px 40px 30px;
  margin-bottom: 20px;
}
.dropdown.has-mega-menu .ptx-featured-order-item .order-title {
  font-size: 30px;
}
.dropdown.has-mega-menu .ptx-featured-order-item .featured-order-text .order_btn {
  color: #000 !important;
  width: auto;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  background: #fff;
}
.dropdown.has-mega-menu .ptx-featured-order-item .featured-order-text .order_btn:hover {
  color: #fff !important;
  padding-left: 0;
  background-color: #4951fe;
}

.ptx-header-section .ptx-shop-megamenu h3 {
  color: var(--ptx-title-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.ptx-header-section .ptx-shop-megamenu ul li a {
  width: auto;
  position: relative;
  display: inline-block !important;
  padding: 8px 15px 8px 0px !important;
  border: none;
}
.ptx-header-section .ptx-shop-megamenu ul li a:hover {
  padding-left: 15px !important;
}
.ptx-header-section .ptx-shop-megamenu ul li span {
  top: 11px;
  right: -38px;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #4951fe;
  position: absolute;
  text-transform: uppercase;
}
.ptx-header-section .ptx-shop-megamenu .ptx-feature-shop-item-6 {
  padding: 40px 30px;
}
.ptx-header-section .ptx-shop-megamenu .ptx-feature-shop-item-6 .shop-text .shop-title {
  font-size: 26px;
}
.ptx-header-section .ptx-shop-megamenu .ptx-feature-shop-item-6 .shop-text .shop_more {
  width: auto;
  padding: 8px 30px 5px !important;
  display: inline-block !important;
}
.ptx-header-section .ptx-shop-megamenu .ptx-feature-shop-item-6 .shop-text .shop_more:hover {
  color: #fff !important;
  background-color: #4951fe;
}

@media screen and (max-width: 1250px) {
  .ptx-header-section.type_three .ptx-header-main-menu-area {
    padding: 26px 25px;
  }
  .ptx-header-section.type_three .ptx-header-top-section {
    padding: 10px 25px 12px;
  }
  .ptx-header-section.type_three.sticky-on .ptx-header-main-menu-area {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 1130px) {
  .ptx-header-section.header-style-one .ptx-header-main-menu-area .main-navigation li {
    margin: 0px 20px;
  }
  .ptx-header-section.header-style-one .header-action a {
    margin-right: 15px;
  }
  .ptx-header-section.type_four .main-navigation li {
    margin-right: 35px;
  }
  .ptx-header-section.type_four .header-action button {
    margin-left: 13px;
  }
}
@media screen and (max-width: 1050px) {
  .ptx-header-section.header-style-one .ptx-header-main-menu-area {
    padding: 26px 20px;
  }
  .ptx-header-section.header-style-one .ptx-header-main-menu-area .main-navigation li {
    margin: 0px 15px;
  }
  .ptx-header-section.type_four .main-navigation li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .ptx-header-section.header-style-one .ptx-header-main-menu-area .main-navigation {
    display: none;
  }
  .ptx-header-section.header-style-one .header-cta {
    display: none !important;
  }
  .mobile_menu_button {
    display: block;
  }
  .ptx-header-section.header-style-one .header-action .header-search-btn {
    display: none;
  }
  .ptx-header-section.header-style-one .ptx-header-main-menu-area {
    margin-top: 0;
  }
  .ptx-navbar_options {
    display: block;
  }
  .ptx-header-section.header-style-one .ptx-header-main-menu-area {
    padding: 15px 30px;
  }
  .ptx-header-section.header-style-one .ptx-header-top-section {
    padding: 5px 0px;
  }
  .ptx-header-section.header-style-one .ptx-header-top-section li {
    font-weight: 500;
  }
  .ptx-header-section.header-style-one .ptx-header-top-section .top-location {
    font-size: 14px;
    font-weight: 500;
  }
  .ptx-header-section.header-style-one .header-action a {
    margin-right: 0;
  }
  .ptx-header-section.type_two {
    top: 0;
  }
  .ptx-header-section.type_two .ptx-header-top-section {
    padding: 5px 30px;
  }
  .ptx-header-section.type_three .ptx-header-main-menu-area {
    padding: 15px;
  }
  .ptx-header-section.type_three .ptx-header-top-section {
    padding: 5px 15px;
  }
  .ptx-header-section.type_three .ptx-navbar_options button {
    color: #fff;
  }
  .ptx-header-section.type_three .ptx-header-top-section .top-follower {
    display: none;
  }
  .ptx-header-section.type_three .ptx-header-top-section li {
    margin-right: 15px;
  }
  .ptx-header-section.type_three .ptx-header-top-section .top-info-action {
    display: none !important;
  }
  .ptx-header-section.type_three .ptx-header-top-section .top-info-cta-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ptx-header-section.type_four .header-top-content {
    display: none !important;
  }
  .ptx-header-section.type_four .main-navigation {
    display: none;
  }
  .ptx-header-section.type_four .ptx-header-menu-social .brand-logo {
    display: block;
  }
  .ptx-header-section.type_four .header-action .ptx-wish,
  .ptx-header-section.type_four .header-action .ptx-search,
  .ptx-header-section.type_four .header-action .ptx-account {
    display: none;
  }
  .ptx-header-section.type_four .ptx-navbar_options button {
    color: #fff;
    font-size: 24px;
  }
  .ptx-header-section.type_four .ptx-header-menu-social-area {
    padding: 15px 0px;
  }
  .ptx-header-section.type_five .main-navigation {
    display: none;
  }
  .ptx-header-section.type_five .header-top-content {
    padding: 3px 15px;
  }
  .ptx-header-section.type_five .top-countdown-area .inner-text {
    font-size: 16px;
  }
  .ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li {
    font-size: 18px;
  }
  .ptx-header-section.type_five .top-countdown-area .top-countdown .countdown_timer li:after {
    font-size: 18px;
  }
  .ptx-header-section.type_six .header-menu-cta-content .main-navigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ptx-header-section.type_two .ptx-header-top-section .top-info-social li {
    margin: 0px 5px;
  }
  .ptx-header-section.type_three .ptx-header-top-section li {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .ptx-header-section.header-style-one .ptx-header-top-section li {
    margin-right: 15px;
  }
  .ptx-header-section.type_two .ptx-header-top-section .top-info-social {
    display: none !important;
  }
  .ptx-header-section.type_two .top-info-cta-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ptx-header-section.type_six .header-menu-cta-content .header-cta-btn .top-cta {
    display: none !important;
  }
  .ptx-header-section.type_six .header-top-content .top-action-btn button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ptx-header-section {
    position: static;
  }
  .ptx-header-section.header-style-one {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
  }
  .ptx-header-section.header-style-one .ptx-header-main-menu-area {
    border-radius: 0;
  }
  .ptx-header-section.header-style-one .ptx-header-main-menu-area {
    padding: 15px 0px;
  }
  .ptx-header-section.header-style-one .ptx-header-top-section li {
    width: 100%;
    line-height: 1;
    text-align: center;
    margin-right: 0px;
  }
  .ptx-header-section.header-style-one .ptx-header-top-section .top-info-cta-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ptx-header-section.header-style-one .ptx-header-top-section .top-location {
    display: none;
  }
  .ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__wrapper {
    padding: 40px 30px;
  }
  .ptx-mobile-nav .ptx-mobile-menu .ptx-navbar_item a {
    font-size: 22px;
  }
  .ptx-mobile-nav .ptx-mobile-menu .logo {
    max-width: 150px;
  }
  .ptx-mobile-nav .ptx-mobile-menu .ptx-mobile-menu__social a {
    font-size: 16px;
    margin: 0px 10px;
  }
  .ptx-header-section.header-style-one .ptx-header-main-menu-area .brand-logo {
    max-width: 140px;
  }
  .ptx-header-section.type_two .ptx-header-top-section {
    background: #fff;
  }
  .ptx-header-section.type_two .ptx-header-top-section .top-info-cta-content li {
    color: #000;
  }
  .ptx-header-section.type_three .ptx-header-main-menu-area {
    padding: 15px;
    background: #242425;
  }
  .ptx-header-section.type_four .ptx-header-menu-social .brand-logo {
    max-width: 150px;
  }
}
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 1.667;
  position: relative;
  overflow-x: hidden;
  color: var(--ptx-body-color);
  font-family: var(--ptx-body-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1310px;
}
body .ptx_text {
  overflow: hidden;
}
body .tx-split-text {
  overflow: hidden;
}

.home-4 .container {
  max-width: 1320px;
  color: var(--ptx-body-color-2);
  font-family: var(--ptx-body-font-2);
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(24%, rgb(73, 81, 254)), color-stop(38%, rgb(73, 81, 254)), color-stop(62%, rgb(148, 69, 211)), to(rgb(223, 57, 167)));
  background: linear-gradient(0deg, rgb(73, 81, 254) 24%, rgb(73, 81, 254) 38%, rgb(148, 69, 211) 62%, rgb(223, 57, 167) 100%);
}

#ScrollSmoother-wrapper {
  z-index: -1;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(--ptx-heading);
}

.headline-2 h1,
.headline-2 h2,
.headline-2 h3,
.headline-2 h4,
.headline-2 h5,
.headline-2 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(--ptx-heading-2);
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  display: flex;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#preloader:after {
  bottom: 0;
  top: unset;
  right: 0;
}

#preloader .loader_line {
  margin: auto;
  width: 250px;
  height: 2px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0%;
  height: 2cqb;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}
.preloaded .loader_line:after {
  opacity: 0;
}

.preloaded .loader_line {
  opacity: 0;
  width: 100% !important;
}

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}


.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: var(--ptx-gradient-1);
}
.scrollup i {
  color: #fff;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.cursor {
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: rgba(122, 122, 122, 0.3);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 1011;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.ptx-img-animation {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.ptx-img-animation.active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.ptx-section-title .ptx-subtitle,
.ptx-section-title-2 .ptx-subtitle,
.ptx-section-title-3 .ptx-subtitle,
.ptx-section-title-4 .ptx-subtitle {
  font-size: 12px;
  font-weight: 600;
  padding: 9px 25px;
  border-radius: 30px;
  margin-bottom: 15px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(24%, rgba(73, 81, 254, 0.112)), color-stop(38%, rgba(73, 81, 254, 0.112)), color-stop(62%, rgba(148, 69, 211, 0.112)), to(rgba(223, 57, 167, 0.112)));
  background: linear-gradient(90deg, rgba(73, 81, 254, 0.112) 24%, rgba(73, 81, 254, 0.112) 38%, rgba(148, 69, 211, 0.112) 62%, rgba(223, 57, 167, 0.112) 100%);
}
.ptx-section-title .ptx-sec-title,
.ptx-section-title-2 .ptx-sec-title,
.ptx-section-title-3 .ptx-sec-title,
.ptx-section-title-4 .ptx-sec-title {
  font-size: 52px;
  font-weight: 700;
  color: var(--ptx-title-color);
}
.ptx-section-title p,
.ptx-section-title-2 p,
.ptx-section-title-3 p,
.ptx-section-title-4 p {
  padding-top: 12px;
}

.ptx-section-title-2 .ptx-subtitle {
  background: #ebf5ff;
}
.ptx-section-title-3 .ptx-sec-title {
  font-size: 55px;
  font-weight: 800;
}
.ptx-section-title-3 .ptx-subtitle {
  padding: 0;
  margin-bottom: 5px;
  background: transparent;
}
.ptx-section-title-3 .ptx-subtitle span {
  line-height: 1;
  font-size: 27px;
  font-family: var(--ptx-cursive-font);
}

.ptx-section-title-4 .ptx-subtitle {
  padding: 0;
  padding-left: 65px;
  position: relative;
  background: transparent;
}
.ptx-section-title-4 .ptx-subtitle span {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4.8px;
  font-family: var(--ptx-heading-2);
}
.ptx-section-title-4 .ptx-subtitle:before, .ptx-section-title-4 .ptx-subtitle:after {
  top: 10px;
  width: 52px;
  height: 2px;
  content: "";
  position: absolute;
  background: var(--ptx-gradient-3);
}
.ptx-section-title-4 .ptx-subtitle:before {
  left: 0px;
}
.ptx-section-title-4 .ptx-subtitle:after {
  right: -64px;
  display: none;
}
.ptx-section-title-4.text-center {
  margin: 0 auto;
  max-width: 740px;
}
.ptx-section-title-4.text-center p {
  margin: 0 auto;
  max-width: 650px;
}
.ptx-section-title-4.text-center .ptx-subtitle {
  padding: 0;
}
.ptx-section-title-4.text-center .ptx-subtitle:before {
  left: -64px;
}
.ptx-section-title-4.text-center .ptx-subtitle:after {
  display: block;
}
.ptx-section-title-4.ver_2 .ptx-subtitle:before, .ptx-section-title-4.ver_2 .ptx-subtitle:after {
  background: var(--ptx-gradient-4);
}
.ptx-section-title-4.ver_3 .ptx-subtitle {
  padding-left: 0;
}
.ptx-section-title-4.ver_3 .ptx-subtitle:before, .ptx-section-title-4.ver_3 .ptx-subtitle:after {
  display: none;
}

.ptx-btn-1 a,
.ptx-btn-2 a,
.ptx-btn-3 a {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  border-radius: 8px;
  padding: 18px 25px;
  display: inline-block;
  white-space: nowrap;
  background: var(--ptx-gradient-1);
}
.ptx-btn-1 a i,
.ptx-btn-2 a i,
.ptx-btn-3 a i {
  margin-left: 8px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ptx-btn-1 a:hover .btn-text .letter,
.ptx-btn-2 a:hover .btn-text .letter,
.ptx-btn-3 a:hover .btn-text .letter {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.ptx-btn-1 a:hover i,
.ptx-btn-2 a:hover i,
.ptx-btn-3 a:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.btn-text {
  display: inline-block;
  overflow: hidden;
  line-height: 14px;
  height: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.ptx-btn-2 a {
  border-radius: 40px;
  padding: 18px 25px 15px;
  background: var(--ptx-gradient-2);
}
.ptx-btn-2 a i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ptx-btn-2 a .btn-text {
  line-height: 18px;
  height: 18px;
}

.ptx-btn-3 a {
  border-radius: 40px;
}
.ptx-btn-3 a i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.ptx-tab-btn .nav-tabs .nav-item.show .nav-link,
.ptx-tab-btn .nav-tabs .nav-link.active,
.ptx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.ptx-tab-btn .nav-tabs {
  border: none;
}

.ptx-arrow-next-prev .ptx-slider-arrow {
  color: #fff;
  width: 60px;
  height: 60px;
  z-index: 1;
  overflow: hidden;
  border-radius: 100%;
  background-color: #000000;
}
.ptx-arrow-next-prev .ptx-slider-arrow:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ptx-gradient-2);
}
.ptx-arrow-next-prev .ptx-slider-arrow:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ptx-btn-4 a,
.ptx-btn-5 a,
.ptx-btn-6 a {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 20px 30px 17px;
  font-family: var(--ptx-heading-2);
  background: var(--ptx-gradient-3);
}
.ptx-btn-4 a .btn-text,
.ptx-btn-5 a .btn-text,
.ptx-btn-6 a .btn-text {
  height: 16px;
  line-height: 24px;
}
.ptx-btn-4 a i,
.ptx-btn-5 a i,
.ptx-btn-6 a i {
  margin-left: 8px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ptx-btn-4 a:before, .ptx-btn-4 a:after,
.ptx-btn-5 a:before,
.ptx-btn-5 a:after,
.ptx-btn-6 a:before,
.ptx-btn-6 a:after {
  left: 0;
  top: 50%;
  width: 5px;
  height: 80%;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0px 13px 21px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ptx-btn-4 a:after,
.ptx-btn-5 a:after,
.ptx-btn-6 a:after {
  right: 0;
  left: auto;
  border-radius: 16px 0px 0px 13px;
}
.ptx-btn-4 a:hover i,
.ptx-btn-5 a:hover i,
.ptx-btn-6 a:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ptx-btn-4 a:hover:before, .ptx-btn-4 a:hover:after,
.ptx-btn-5 a:hover:before,
.ptx-btn-5 a:hover:after,
.ptx-btn-6 a:hover:before,
.ptx-btn-6 a:hover:after {
  width: 10px;
}
.ptx-btn-4 a:hover .btn-text .letter,
.ptx-btn-5 a:hover .btn-text .letter,
.ptx-btn-6 a:hover .btn-text .letter {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.ptx-btn-5 a {
  padding: 16px 35px;
  border-radius: 40px;
  background: var(--ptx-gradient-4);
}
.ptx-btn-5 a:before, .ptx-btn-5 a:after {
  display: none;
}

.ptx-btn-6 a {
  border-radius: 50px;
  background: var(--ptx-gradient-5);
}
.ptx-btn-6 a i {
  margin-left: 22px;
  position: relative;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ptx-btn-6 a i:after {
  top: 1px;
  left: -13px;
  width: 1px;
  content: "";
  height: 16px;
  position: absolute;
  background-color: #fff;
}
.ptx-btn-6 a:before, .ptx-btn-6 a:after {
  display: none;
}

.inner-section-padding {
  padding: 120px 0px;
}

@media screen and (max-width: 570px) {
  .ptx-section-title-2 .ptx-sec-title {
    font-size: 30px;
  }
  .ptx-section-title-3 .ptx-sec-title {
    font-size: 30px;
  }
  .inner-section-padding {
    padding: 70px 0px;
  }
}
.split-line {
  overflow: hidden;
}

.split-parent {
  overflow: hidden;
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--ptx-gradient-1);
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  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-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  font-weight: 700;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: var(--ptx-heading-1);
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: var(--ptx-gradient-1);
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  -webkit-transform: scale(0.15);
  transform: scale(0.15);
}

.cb-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pt-120 {
  padding-top: 120px;
}

.ptx-pagination {
  margin-top: 30px;
}
.ptx-pagination li {
  margin: 0px 3px;
}
.ptx-pagination li a {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(21, 24, 24, 0.1);
}
.ptx-pagination li a:before {
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 10px;
  position: absolute;
  background: var(--ptx-gradient-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ptx-pagination li a:hover, .ptx-pagination li a.active {
  color: #fff;
}
.ptx-pagination li a:hover:before, .ptx-pagination li a.active:before {
  height: 100%;
}

@media screen and (max-width: 1150px) {
  .ptx-section-title-2 .ptx-sec-title,
  .ptx-section-title-3 .ptx-sec-title,
  .ptx-section-title-4 .ptx-sec-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .ptx-section-title-2 .ptx-sec-title,
  .ptx-section-title-3 .ptx-sec-title,
  .ptx-section-title-4 .ptx-sec-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 680px) {
  .ptx-section-title-2 .ptx-sec-title,
  .ptx-section-title-3 .ptx-sec-title,
  .ptx-section-title-4 .ptx-sec-title {
    font-size: 34px;
  }
  .ptx-section-title-4 .ptx-subtitle:before,
  .ptx-section-title-4 .ptx-subtitle:after {
    display: none !important;
  }
  .ptx-section-title-4 .ptx-subtitle {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .ptx-section-title-2 .ptx-sec-title,
  .ptx-section-title-3 .ptx-sec-title,
  .ptx-section-title-4 .ptx-sec-title {
    font-size: 30px;
  }
  .ptx-btn-1 a,
  .ptx-btn-2 a,
  .ptx-btn-3 a {
    font-size: 14px;
    padding: 14px 20px;
  }
  .ptx-btn-4 a,
  .ptx-btn-5 a,
  .ptx-btn-6 a {
    padding: 14px 20px;
  }
}
/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slidedown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.ptx-lan-banner-section {
  z-index: 1;
  overflow: hidden;
  padding: 220px 0px 0px;
  direction: rtl;
}
.ptx-lan-banner-section:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 244px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.ptx-lan-banner-section .ptx-lan-banner-img1 {
  top: 220px;
  left: 100px;
}
.ptx-lan-banner-section .ptx-lan-banner-img2 {
  left: 40%;
  bottom: 17%;
}
.ptx-lan-banner-section .ptx-lan-banner-img3 {
  top: 58%;
  right: 0;
}

.ptx-hero-bg-wrapper {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-14.37deg);
          transform: rotate(-14.37deg);
}
.ptx-hero-bg-content {
  height: 100%;
}
.ptx-hero-bg-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.ptx-hero-bg-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  width: 300px;
  height: 100%;
}
.ptx-hero-bg-item .img-wrap {
  width: 296px;
  overflow: hidden;
  height: 274px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ptx-hero-bg-item .img-wrap img {
  width: 100%;
}

.ptx-hero-bg-item.item-1 {
  -webkit-animation: slideup 20s linear infinite;
          animation: slideup 20s linear infinite;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ptx-hero-bg-item.item-2 {
  -webkit-animation: slidedown 20s linear infinite;
          animation: slidedown 20s linear infinite;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ptx-lan-banner-text {
  margin: 0 auto;
  max-width: 730px;
  padding-bottom: 45px;
}
.ptx-lan-banner-text .banner-logo {
  margin-bottom: 30px;
}
.ptx-lan-banner-text h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  padding-bottom: 30px;
}
.ptx-lan-banner-text .ptx-lan-btn-grp {
  gap: 35px;
}
.ptx-lan-banner-text .ptx-lan-btn-grp a {
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  padding: 24px 45px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
}
.ptx-lan-banner-text .ptx-lan-btn-grp a:before {
  top: 0;
  right: 0;
  width: 0%;
  left: auto;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ptx-gradient-1);
}
.ptx-lan-banner-text .ptx-lan-btn-grp a:first-child {
  color: #fff;
}
.ptx-lan-banner-text .ptx-lan-btn-grp a.active {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  border: 2px solid transparent;
}
.ptx-lan-banner-text .ptx-lan-btn-grp a.active:before {
  left: 0;
  right: auto;
  width: 100%;
}

.ptx-lan-banner-mockup {
  z-index: 2;
  position: relative;
}

.ptx-lan-banner-scroller {
  overflow: hidden;
  display: flow-root;
}
.ptx-lan-banner-scroller h3 {
  opacity: 0.3;
  color: #FF31AB;
  line-height: 1;
  font-size: 160px;
  padding: 0px 10px;
  font-weight: 800;
  display: inline-block;
  font-family:inherit;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FF31AB;
}

/*---------------------------------------------------- */
/*Demo Page area*/
/*----------------------------------------------------*/
.ptx-lan-demo-page-section {
  padding-top: 100px;
  direction: rtl;
}

.ptx-demo-counter-title .demo-counter {
  left: 0;
  right: 0;
  top: -110px;
  position: absolute;
}
.ptx-demo-counter-title .demo-counter h3 {
  opacity: 0.15;
  line-height: 1;
  font-weight: 900;
  font-size: 260px;
  display: inline-block;
  
  background: linear-gradient(90deg, hsla(157, 64%, 31%, 1) 0%, hsla(44, 81%, 55%, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ptx-demo-counter-title h2 {
  color: #00071A;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 700;
  max-width: 950px;
  padding-bottom: 20px;
}
.ptx-demo-counter-title li {
  color: #00071A;
  font-size: 20px;
  margin: 0px 20px;
  font-weight: 500;
  padding-left: 45px;
  position: relative;
}
.ptx-demo-counter-title li:before {
  top: 0;
  right: 0;
  width: 34px;
  content: "";
  height: 34px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/check-mark.png);
  margin-right: -40px;
}

.ptx-lan-demo-page-content {
  padding: 0px 90px;
}

.ptx-lan-demo-item-area {
  padding-top: 70px;
}

.ptx-demo-item {
  padding: 15px;
  margin: 0px 10px;
  background: #FFF;
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15) inset;
}
.ptx-demo-item .inner-img-text {
  overflow: hidden;
  border-radius: 10px;
}
.ptx-demo-item .inner-img-text:before {
  top: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.4);
}
.ptx-demo-item .page-title {
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 18px;
  position: relative;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 60px 60px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#3ba212), color-stop(48.53%, #c9e26c), to(#FF6F05));
  background: linear-gradient(90deg, #08bb53 0%, #025a18 48.53%, #e1f812 100%);
}
.ptx-demo-item .demo-btn-grp {
  left: 0;
  right: 0;
  top: 50%;
  gap: 20px;
  z-index: 3;
  position: absolute;
}
.ptx-demo-item .demo-btn-grp a {
  z-index: 1;
  opacity: 0;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 15px 35px;
  visibility: hidden;
  border-radius: 5px;
  position: relative;
  background: #4D515F;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ptx-demo-item .demo-btn-grp a:before {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ptx-gradient-1);
}
.ptx-demo-item .demo-btn-grp a i {
  margin-right: 10px;
}
.ptx-demo-item .demo-btn-grp a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.ptx-demo-item:hover .demo-btn-grp a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.ptx-demo-item:hover .demo-btn-grp a:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ptx-demo-item:hover .demo-btn-grp a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ptx-demo-item:hover .inner-img-text:before {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Plugin area*/
/*----------------------------------------------------*/
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes mover_2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@keyframes mover_2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.ptx-lan-rev-plugin-section {
  overflow: hidden;
  padding: 90px 0px;
  direction: rtl;
}
.ptx-lan-rev-plugin-section .container {
  max-width: 1550px;
}

.revolution-wrap {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 50px 1.5fr 50px 1fr;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.revolution-wrap .left-content {
  max-width: 430px;
}
.revolution-wrap .free-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: var(--ptx-gradient-2);
  border-radius: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.revolution-wrap .title {
  color: #00071A;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.28;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(14, 25, 30, 0.5);
}
.revolution-wrap .text {
  color: #0E191E;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
}
.revolution-wrap .text b {
  color: #0E191E;
  font-size: 24px;
  font-weight: 700;
}
.revolution-wrap .text span {
  font-weight: 600;
  margin-right: 8px;
}
.revolution-wrap .pera {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  max-width: 390px;
  margin-bottom: 0;
}
.revolution-wrap .icon {
  width: 140px;
  height: 140px;
  border: 5px solid var(--pr-color);
  border-radius: 50%;
  text-align: center;
  line-height: 135px;
  font-size: 50px;
  color: var(--pr-color);
}

.ptx-lan-plugin-circle {
  z-index: 1;
  width: 387px;
  height: 387px;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) inset;
  background: -webkit-gradient(linear, left top, right top, from(rgba(149, 182, 5, 0.15)), color-stop(48.53%, rgba(144, 182, 8, 0.15)), to(rgba(4, 68, 31, 0.15)));
  background: linear-gradient(90deg, rgba(94, 168, 71, 0.15) 0%, rgba(191, 204, 3, 0.15) 48.53%, rgba(238, 255, 5, 0.15) 100%);
}
.ptx-lan-plugin-circle:before {
  top: 50px;
  left: 50px;
  z-index: -1;
  width: 280px;
  content: "";
  height: 280px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
}
.ptx-lan-plugin-circle .ptx-lan-plug-item {
  gap: 10px;
}
.ptx-lan-plugin-circle .ptx-lan-plug-item .inner-icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.ptx-lan-plugin-circle .ptx-lan-plug-item .inner-text {
  color: #0E191E;
  line-height: 1.2;
  font-size: 22px;
  max-width: 175px;
  font-weight: 600;
  font-family: var(--ptx-heading-2);
}
.ptx-lan-plugin-circle .ptx-lan-plug-item.ver_1 {
  left: 65px;
  top: -10px;
  -webkit-animation: mover 2s infinite alternate;
          animation: mover 2s infinite alternate;
}
.ptx-lan-plugin-circle .ptx-lan-plug-item.ver_2 {
  left: 65px;
  bottom: -10px;
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
}
.ptx-lan-plugin-circle .ptx-lan-plug-item.ver_3 .inner-icon, .ptx-lan-plugin-circle .ptx-lan-plug-item.ver_4 .inner-icon {
  margin: 0 auto;
}
.ptx-lan-plugin-circle .ptx-lan-plug-item.ver_3 {
  top: 150px;
  left: -80px;
  -webkit-animation: mover_2 3s infinite alternate;
          animation: mover_2 3s infinite alternate;
}
.ptx-lan-plugin-circle .ptx-lan-plug-item.ver_4 {
  top: 150px;
  right: -75px;
  -webkit-animation: mover_2 2s infinite alternate;
          animation: mover_2 2s infinite alternate;
}

/*---------------------------------------------------- */
/*Core Feature area*/
/*----------------------------------------------------*/
.ptx-lan-core-feature-section {
  padding: 130px 30px;
}
.ptx-lan-core-feature-section .ptx-section-title {
  max-width: 700px;
  margin: 0 auto;
}

.ptx-lan-core-feature-content {
  padding-top: 50px;
}
.ptx-lan-core-feature-content .col-lg-3:last-child .ptx-lan-core-feature-item:before {
  display: none;
}

.ptx-lan-core-feature-item {
  position: relative;
}
.ptx-lan-core-feature-item:before {
  top: 0;
  width: 1px;
  content: "";
  right: -15px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#7512A2), color-stop(48.53%, #FF31AB), to(#FF6F05));
  background: linear-gradient(90deg, #7512A2 0%, #FF31AB 48.53%, #FF6F05 100%);
}
.ptx-lan-core-feature-item h3 {
  color: #00071A;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 12px;
}
.ptx-lan-core-feature-item p {
  margin: 0 auto;
  max-width: 315px;
  padding-bottom: 30px;
}

/*---------------------------------------------------- */
/*Video Learn area*/
/*----------------------------------------------------*/
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.ptx-lan-video-tutorial-section {
  z-index: 1;
  margin: 0px 85px;
  padding: 110px 0px;
  margin-top: 100px;
}
.ptx-lan-video-tutorial-section .pxt-lan-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 78%;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(90deg, hsla(157, 64%, 31%, 1) 0%, hsla(44, 81%, 55%, 1) 100%);
}
.ptx-lan-video-tutorial-section .ptx-section-title {
  margin: 0 auto;
  max-width: 805px;
  margin-bottom: 30px;
}

.ptx-lan-video-tab-btn {
  margin-bottom: 50px;
}
.ptx-lan-video-tab-btn .nav {
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ptx-lan-video-tab-btn .nav-tabs .nav-link,
.ptx-lan-video-tab-btn .nav-tabs .nav-link.active {
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 35px;
  border-radius: 5px;
  position: relative;
  border: 1.5px solid #4951FE;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.ptx-lan-video-tab-btn .nav-tabs .nav-link:before,
.ptx-lan-video-tab-btn .nav-tabs .nav-link.active:before {
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ptx-gradient-1);
}
.ptx-lan-video-tab-btn .nav-tabs .nav-link.active {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.ptx-lan-video-tab-btn .nav-tabs .nav-link.active:before {
  height: 100%;
}

.ptx-lan-tutorial-img .play-btn {
  top: 50%;
  left: 0;
  right: 0;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(22, 126, 163, 0.4);
}
.ptx-lan-tutorial-img .play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid rgba(22, 126, 163, 0.4);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.ptx-lan-tutorial-img .play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.ptx-lan-tutorial-img .play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.ptx-lan-tutorial-img .play-btn i {
  width: 100px;
  height: 100px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
/*---------------------------------------------------- */
/*Awesome Feature area*/
/*----------------------------------------------------*/
.ptx-lan-awesome-feature-section {
  z-index: 1;
  padding-bottom: 80px;
}
.ptx-lan-awesome-feature-section:before {
  top: -100px;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 85%;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(90deg, hsla(157, 64%, 31%, 1) 0%, hsla(44, 81%, 55%, 1) 100%);
}
.ptx-lan-awesome-feature-section .ptx-section-title {
  margin: 0 auto;
  max-width: 810px;
  margin-bottom: 50px;
}

.awesome-ft-item {
  width: 20%;
  margin-bottom: 60px;
}
.awesome-ft-item .inner-img {
  width: 226px;
  height: 226px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.awesome-ft-item .inner-text {
  width: 226px;
  color: #00071A;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.awesome-ft-item:hover .inner-img {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

/*---------------------------------------------------- */
/* Element area*/
/*----------------------------------------------------*/
.ptx-lan-elementor-section {
  overflow: hidden;
  padding: 180px 0px 230px;
  direction: rtl;
}

.feature-list-area {
  margin-top: 30px;
}
.feature-list-area .feature-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}
.feature-list-area .feature-list li {
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
}
.feature-list-area .feature-list li .icon {
  margin-right: 5px;
}
.feature-list-area .feature-list li .icon::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #B7BABC;
  left: -4px;
  top: 7px;
  z-index: -1;
}

.elmt-img-wrap {
  top: -30px;
  left: -17%;
  position: absolute;
}
.elmt-img-wrap .elmt-icon2 {
  top: -70px;
  right: -30px;
}
.elmt-img-wrap .elmt-icon1 {
  left: 0;
  bottom: 30px;
}

/*---------------------------------------------------- */
/*header footer area*/
/*----------------------------------------------------*/
.ptx-header-footer-style-section {
  padding: 135px 100px 50px;
  direction: rtl;
}

.header-footer-style-item {
  margin: 0 auto;
  max-width: 830px;
  padding-top: 30px;
  border-radius: 55px;
  background: linear-gradient(90deg, hsla(157, 64%, 31%, 1) 0%, hsla(44, 81%, 55%, 1) 100%);
}
.header-footer-style-item .ptx-section-title {
  padding-bottom: 60px;
}
.header-footer-style-item .ptx-section-title .ptx-sec-title {
  font-size: 50px;
}

/*---------------------------------------------------- */
/*Blog Element area*/
/*----------------------------------------------------*/
.ptx-blog-element-section {
  margin: 0px 80px;
  overflow: hidden;
  padding: 120px 0px 90px;
  direction: rtl;
}

.ptx-blog-el-text ul {
  margin-top: 30px;
}
.ptx-blog-el-text li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.ptx-blog-el-text li svg {
  margin-right: 8px;
}

.ptx-blog-element-img-area .inner-img {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}
.ptx-blog-element-img-area .inner-img1 {
  top: -25%;
  right: -25%;
}
.ptx-blog-element-img-area .inner-img2 {
  left: 10px;
  bottom: 30px;
}

/*---------------------------------------------------- */
/*Inner pages area*/
/*----------------------------------------------------*/
.ptx-lan-inner-page-section {
  padding: 150px 0px 90px;
}
.ptx-lan-inner-page-section .ptx-demo-counter-title {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 40px;
}

.inner-page-area {
  position: relative;
  padding-top: 240px;
  padding-bottom: 120px;
}
.inner-page-overflow {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.inner-page-overflow::after {
  content: "";
  width: 300px;
  height: 120%;
  top: -50px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 248, 203, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 248, 203, 0) 100%);
  position: absolute;
}
.inner-page-overflow::before {
  content: "";
  width: 300px;
  height: 120%;
  top: -50px;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 248, 203, 0)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 20%, rgba(255, 248, 203, 0) 100%);
  position: absolute;
  z-index: 1;
}
.inner-page-wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  -webkit-animation: inner-page-slider-left 40s linear infinite;
          animation: inner-page-slider-left 40s linear infinite;
}
.inner-page-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: inner-page-slider-right 40s linear infinite;
          animation: inner-page-slider-right 40s linear infinite;
}
.inner-page-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 550px;
  height: 410px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 0px 30px 2px rgba(4, 1, 17, 0.08);
          box-shadow: 0px 0px 30px 2px rgba(4, 1, 17, 0.08);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

@-webkit-keyframes inner-page-slider-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes inner-page-slider-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes inner-page-slider-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes inner-page-slider-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/*---------------------------------------------------- */
/*Woo Commerce area*/
/*----------------------------------------------------*/
.ptx-lan-responsive-section {
  padding: 120px 0px;
}
.ptx-lan-responsive-section .ptx-section-title {
  margin: 0 auto;
  max-width: 900px;
}
.ptx-lan-responsive-section .ptx-section-title .ptx-sec-title {
  margin: 0 auto;
  max-width: 780px;
}
.ptx-lan-responsive-section .ptx-section-title ul {
  margin-top: 30px;
}
.ptx-lan-responsive-section .ptx-section-title ul li {
  color: #00071A;
  font-size: 20px;
  margin: 0px 15px;
}
.ptx-lan-responsive-section .ptx-section-title ul li img {
  margin-right: 5px;
}

.ptx-lan-responsive-img {
  margin-top: 50px;
}

/*---------------------------------------------------- */
/*Responsive Friendly area*/
/*----------------------------------------------------*/
.ptx-lan-woo-commerce-section {
  padding: 140px 0px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgba(143, 115, 255, 0.1)), color-stop(45.27%, rgba(83, 71, 255, 0.1)), color-stop(57.66%, rgba(68, 113, 254, 0.1)), to(rgba(33, 211, 253, 0.1)));
  background: linear-gradient(90deg, rgba(143, 115, 255, 0.1) 0%, rgba(83, 71, 255, 0.1) 45.27%, rgba(68, 113, 254, 0.1) 57.66%, rgba(33, 211, 253, 0.1) 100%);
}

.woocom-left .feature-list {
  margin-top: 30px;
}
.woocom-left .feature-list li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.woocom-left .feature-list li svg {
  margin-right: 10px;
}

.woocom-img-wrap {
  margin-right: -190px;
  position: relative;
}
.woocom-img-wrap .bg-shape {
  display: block;
  position: absolute;
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  opacity: 0.12;
  right: 0;
  top: -60px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#8F73FF), color-stop(45.27%, #5347FF), color-stop(57.66%, #4471FE), to(#21D3FD));
  background: linear-gradient(90deg, #8F73FF 0%, #5347FF 45.27%, #4471FE 57.66%, #21D3FD 100%);
}
.woocom-img-wrap .popup-1 {
  left: -80px;
  bottom: -20px;
  position: absolute;
}
.woocom-img-wrap .popup-3 {
  top: -30px;
  left: 30px;
  position: absolute;
}
.woocom-img-wrap .popup-2 {
  top: -60px;
  right: 75px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Support area*/
/*----------------------------------------------------*/
.ptx-lan-ded-support-section {
  overflow: hidden;
  margin: 0px 80px;
  border-radius: 30px;
  padding: 130px 0px 150px;
}
.ptx-lan-ded-support-section .ptx-lan-ded-support-img {
  right: 50px;
  bottom: -10px;
}
.ptx-lan-ded-support-section .ptx-section-title {
  max-width: 100%;
  text-align: center;
}
.ptx-lan-ded-support-section .ptx-section-title p {
  font-size: 20px;
  padding-bottom: 45px;
}
.ptx-lan-ded-support-section .ptx-section-title .ptx-lan-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 17px 35px;
  display: inline-block;
  background: var(--ptx-gradient-1);
  margin-top: 50px;
}

.ptx-lan-support-section {
  z-index: 1;
  margin: 0px 90px;
  padding: 110px 0px;
}
.ptx-lan-support-section .ptx-lan-sp-shape1 {
  top: 0;
  left: 0;
  z-index: -1;
}
.ptx-lan-support-section .ptx-lan-sp-shape2 {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ptx-lan-support-item .inner-text {
  margin-top: 20px;
}
.ptx-lan-support-item .inner-text h3 {
  color: #111010;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ptx-lan-support-item .inner-text p {
  opacity: 0.7;
  color: #111010;
  font-size: 20px;
}

.txr-text-slide-area {
  position: relative;
  overflow: hidden;
}
.txr-text-slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  -webkit-animation: inner-page-slider-right 20s linear infinite;
          animation: inner-page-slider-right 20s linear infinite;
  padding: 60px 0;
}
.txr-text-slide-item {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 180px;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: var(--ptx-body-font-2);
}
.txr-text-slide-item:is(.style-2) {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5347FF;
  color: #fff;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.testimonial-area {
  position: relative;
  background-color: #fff;
}
.testimonial-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.testimonial-title-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1290px;
  margin: auto;
  margin-bottom: 30px;
}
.testimonial-wrap {
  gap: 20px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1020px;
  padding: 50px;
  overflow: hidden;
  max-width: 1370px;
}
.testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.testimonial-content:is(.t-content-4) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: slideup 20s linear infinite;
          animation: slideup 20s linear infinite;
}
.testimonial-content:is(.t-content-3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-animation: slidedown 20s linear infinite;
          animation: slidedown 20s linear infinite;
}
.testimonial-content:is(.t-content-2) {
  -webkit-animation: slideup 20s linear infinite;
          animation: slideup 20s linear infinite;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.testimonial-content:is(.t-content-1) {
  -webkit-animation: slidedown 20s linear infinite;
          animation: slidedown 20s linear infinite;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.testimonial-item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 7, 26, 0.08);
          box-shadow: 0px 5px 30px 0px rgba(0, 7, 26, 0.08);
  padding: 25px;
  margin-bottom: 20px;
}
.testimonial-item .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;
  margin-bottom: 20px;
}
.testimonial-item .header .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.testimonial-item .header .name {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #00071A;
  text-transform: capitalize;
  line-height: 1;
}
.testimonial-item .header .name span {
  display: inline-block;
  font-weight: 400;
  color: #4D515F;
}
.testimonial-item .text {
  font-size: 19px;
  line-height: 160%;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.testimonial-item .ratting-wrap i {
  font-size: 16px;
  color: #FFB820;
}

.testimonial-pera {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--para-color);
  margin-bottom: 0;
}

@keyframes slideup {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slidedown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.ptx-lan-footer-content {
  padding: 100px 0px 90px;
}
.ptx-lan-footer-content .elite-author-logo {
  margin-bottom: 30px;
}
.ptx-lan-footer-content h3 {
  color: #01062E;
  margin: 0 auto;
  font-size: 70px;
  font-weight: 700;
  max-width: 625px;
  padding-bottom: 20px;
}
.ptx-lan-footer-content p {
  font-size: 24px;
}
.ptx-lan-footer-content .thm-buy-btn {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
  padding: 15px 40px;
  border-radius: 5px;
  display: inline-block;
  background: var(--ptx-gradient-1);
}
.ptx-lan-footer-content .thm-buy-btn img {
  margin-right: 6px;
}

.ptx-lan-footer-copyright {
  padding: 30px 0px;
  border-top: 1px solid #01062E;
}
.ptx-lan-footer-copyright .copyright-text {
  color: var(--ptx-title-color-1);
}
.ptx-lan-footer-copyright .copyright-text i {
  color: #C62828;
}
.ptx-lan-footer-copyright .copyright-social {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ptx-lan-footer-copyright .copyright-social a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #8F73FF;
  color: var(--ptx-title-color);
}
.ptx-lan-footer-copyright .copyright-social a:hover {
  color: #fff;
  background-color: #8F73FF;
}

@media screen and (max-width: 1700px) {
  .ptx-lan-demo-page-content {
    padding: 0px 40px;
  }
  .revolution-wrap {
    max-width: 100%;
  }
  .ptx-lan-awesome-feature-section:before {
    width: 100%;
    border-radius: 0;
  }
  .ptx-header-footer-style-section {
    padding: 135px 15px 50px;
  }
  .ptx-blog-element-section,
  .ptx-lan-ded-support-section,
  .ptx-lan-support-section {
    margin: 0;
  }
}
@media screen and (max-width: 1600px) {
  .ptx-lan-banner-section .ptx-lan-banner-img2 {
    display: none;
  }
  .revolution-wrap {
    -ms-grid-columns: 1.5fr 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
  }
  .ptx-lan-core-feature-item:before {
    display: none;
  }
  .ptx-lan-video-tutorial-section {
    margin: 0;
  }
  .ptx-lan-demo-page-content {
    padding: 0px 15px;
  }
  .ptx-demo-item {
    margin-left: 0;
    margin-right: 0;
  }
  .ptx-demo-item .demo-btn-grp a {
    padding: 10px 20px;
  }
  .ptx-demo-item .demo-btn-grp a i {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .ptx-hero-bg-item-wrap {
    display: none;
  }
  .revolution-wrap .pera {
    display: none;
  }
  .revolution-wrap {
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
  }
  .awesome-ft-item .inner-img {
    width: 180px;
    padding: 20px;
    height: 180px;
  }
  .ptx-lan-ded-support-section .ptx-lan-ded-support-img {
    right: -15%;
  }
  .ptx-lan-core-feature-item h3 {
    font-size: 24px;
  }
  .awesome-ft-item {
    width: 25%;
  }
  .elmt-img-wrap {
    right: -35%;
  }
}
@media screen and (max-width: 1024px) {
  .ptx-header-section.header-style-landing .main-navigation li {
    margin: 0px 15px;
  }
  .ptx-header-section.header-style-landing .ptx-buy-btn a {
    padding: 12px 20px;
  }
  .ptx-header-section.header-style-landing .brand-logo {
    max-width: 180px;
  }
  .ptx-demo-item .demo-btn-grp {
    gap: 10px;
  }
  .ptx-demo-item .demo-btn-grp a {
    padding: 8px 15px;
  }
  .ptx-demo-item .demo-btn-grp a i {
    display: none;
  }
  .elmt-img-wrap {
    right: -40%;
  }
  .header-footer-style-item .ptx-section-title .ptx-sec-title {
    font-size: 30px;
  }
  .header-footer-style-item .ptx-section-title {
    padding-bottom: 30px;
  }
  .ptx-section-title .ptx-sec-title,
  .ptx-demo-counter-title h2 {
    font-size: 40px;
  }
  .ptx-demo-counter-title li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 991px) {
  .ptx-header-section.header-style-landing .main-navigation {
    display: none;
  }
  .ptx-lan-banner-text .ptx-lan-btn-grp a {
    padding: 18px 25px;
  }
  .elmt-img-wrap {
    right: 0;
    margin-top: 80px;
    position: relative;
    display: inline-block;
  }
  .header-footer-style-item {
    margin-top: 40px;
  }
  .ptx-blog-element-img-area .inner-img {
    text-align: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .ptx-blog-element-img-area .inner-img2,
  .ptx-blog-element-img-area .inner-img1 {
    display: none;
  }
  .woocom-img-wrap .popup-1,
  .woocom-img-wrap .popup-2,
  .woocom-img-wrap .popup-3 {
    display: none;
  }
  .testimonial-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ptx-lan-banner-section .ptx-lan-banner-img1 {
    display: none;
  }
  .ptx-lan-banner-scroller h3 {
    font-size: 80px;
  }
  .ptx-demo-counter-title .demo-counter h3 {
    font-size: 180px;
  }
  .revolution-wrap {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }
  .ptx-lan-plugin-circle {
    margin: 0 auto;
  }
  .awesome-ft-item {
    width: 33.33%;
  }
  .ptx-lan-ded-support-section .ptx-lan-ded-support-img {
    right: -65%;
  }
  .ptx-lan-footer-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ptx-lan-footer-copyright .copyright-text {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }
  .ptx-lan-core-feature-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ptx-lan-banner-text h1 {
    font-size: 50px;
  }
  .ptx-demo-item {
    margin: 0 auto;
    max-width: 540px;
    margin-bottom: 30px;
  }
  .ptx-lan-ded-support-section .ptx-lan-ded-support-img {
    display: none;
  }
  .ptx-lan-footer-content h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .ptx-lan-banner-text h1 {
    font-size: 40px;
  }
  .ptx-lan-banner-section .ptx-lan-banner-img3 {
    display: none;
  }
  .awesome-ft-item {
    width: 50%;
  }
  .testimonial-title-wrap .testimonial-pera {
    display: none;
  }
  .ptx-lan-banner-text .ptx-lan-btn-grp a {
    padding: 15px 20px;
    white-space: nowrap;
  }
  .ptx-lan-banner-text .ptx-lan-btn-grp {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .ptx-lan-banner-text .ptx-lan-btn-grp a {
    font-size: 16px;
  }
  .ptx-section-title .ptx-sec-title, .ptx-demo-counter-title h2 {
    font-size: 30px;
  }
  .ptx-header-section.header-style-landing .brand-logo {
    max-width: 130px;
  }
  .ptx-header-section.header-style-landing .ptx-buy-btn a {
    padding: 10px 15px;
  }
  .ptx-lan-plugin-circle .ptx-lan-plug-item {
    position: static !important;
  }
  .ptx-lan-plugin-circle {
    height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ptx-lan-plugin-circle .ptx-lan-plug-item.ver_1,
  .ptx-lan-plugin-circle .ptx-lan-plug-item.ver_2,
  .ptx-lan-plugin-circle .ptx-lan-plug-item.ver_3,
  .ptx-lan-plugin-circle .ptx-lan-plug-item.ver_4 {
    margin: 0 auto;
    -webkit-animation: none;
            animation: none;
    text-align: left;
    text-align: center;
    margin-bottom: 15px;
    display: block !important;
  }
  .revolution-wrap .icon {
    display: none;
  }
  .ptx-lan-plugin-circle {
    display: block !important;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ptx-lan-plugin-circle .ptx-lan-plug-item .inner-icon,
  .ptx-lan-plugin-circle .ptx-lan-plug-item .inner-text {
    margin: 0 auto;
  }
  .ptx-lan-plugin-circle .ptx-lan-plug-item .inner-text {
    margin-top: 10px;
  }
  .ptx-lan-plugin-circle:before {
    display: none;
  }
  .awesome-ft-item {
    width: 100%;
  }
  .feature-list-area .feature-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .elmt-img-wrap .elmt-icon2,
  .elmt-img-wrap .elmt-icon1 {
    display: none;
  }
  .inner-page-overflow::before,
  .inner-page-overflow::after {
    display: none;
  }
  .ptx-lan-support-item {
    margin-bottom: 30px;
  }
  .ptx-lan-support-item .inner-text h3 {
    font-size: 20px;
  }
  .txr-text-slide-item {
    font-size: 80px;
  }
  .ptx-lan-footer-content h3 {
    font-size: 40px;
  }
}

.ptx-lan-ded-support-section .pxt-lan-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(90deg, hsla(157, 64%, 31%, 1) 0%, hsla(44, 81%, 55%, 1) 100%);
}
/*---------------------------------------------------- */