/*
    01. common
*/
:root {
  scroll-behavior: inherit;
  --pn-font-1: "Urbanist", sans-serif;
  --pn-clr-pr-1: #3A5BA0;
  --pn-clr-sd-1: #FF6B6B;
  --pn-clr-black-1: #121212;
  --pn-clr-black-2: #1B1B1B;
  --pn-clr-black-3: #2E3033;
  --pn-clr-black-4: #171719;
  --pn-clr-tp-1: #FFC857;
  --pn-clr-gd-1: linear-gradient(90deg, #7755FF 10%, #40A4DB 44%, #0CD2B3 100%);
  --pn-cube-1: all .4s cubic-bezier(.18,.82,.41,1);
}

body {
  font-family: var(--pn-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #000;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-feature-settings: "liga" off, "clig" off;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  line-height: inherit;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input, textarea {
  outline: none;
}
input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--pn-clr-pr-1);
    border-radius: 6px;
  }
}
.swiper-notification {
  display: none;
}

/*
    global-css-end
*/
/*
    02. utility
*/
/*
    margin-&-padding_variable-start
*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*
    margin-&-padding_variable-end
*/
.wa-fix {
  overflow: hidden;
}

.wa-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-video-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wa-bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.wa-z-index-3 {
  position: relative;
  z-index: 3;
}

.wa-p-absolute {
  position: absolute;
}

.wa-p-relative {
  position: relative;
  z-index: 1;
}

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

.wa-fw-400 {
  font-weight: 400;
}

.wa-fw-500 {
  font-weight: 500;
}

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-change {
  will-change: transform, opacity;
}

.wa-no-ani-tf {
  transform: none !important;
}

.text-right {
  text-align: right;
}

.wa-parallax-img {
  will-change: object-position;
}

.wa-parallax-bg {
  will-change: background-position;
}

.wa-origin-center {
  transform-origin: center;
}

/*
    components
*/
/*
    custom-container-start
*/
@media (min-width: 1600px) {
  .container.as-container-1 {
    max-width: 1584px;
  }
}
/*
    custom-container-end
*/
/*
    03. typography
*/
/*
    typography-start
*/
.pn-p-1 {
  font-family: var(--pn-font-1);
  font-weight: 400;
  font-size: 18px;
  color: var(--pn-clr-black-3);
  line-height: 140%;
  opacity: 80%;
  margin-bottom: 0;
}

.pn-h-1 {
  font-family: var(--pn-font-1);
  font-weight: 500;
  color: var(--pn-clr-black-4);
  line-height: 140%;
  margin-bottom: 0;
}

.pn-h-2 {
  font-family: var(--pn-font-1);
  font-weight: 700;
  color: var(--pn-clr-black-1);
  line-height: 120%;
  margin-bottom: 0;
}

.pn-subtitle-1 {
  font-family: var(--pn-font-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: var(--pn-clr-pr-1);
  margin-bottom: 16px;
}

.pn-sec-title-1 {
  font-family: var(--pn-font-1);
  font-weight: 500;
  line-height: 110%;
  font-size: 48px;
  color: var(--pn-clr-black-1);
  margin-bottom: 0;
}
.pn-sec-title-1 .has-clr {
  display: inline-block;
  font-weight: 700;
  color: var(--pn-clr-sd-1);
  border-bottom: 2px solid;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-sec-title-1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-sec-title-1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-sec-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pn-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-sec-title-1 {
    font-size: 33px;
  }
}

/*
    typography-end
*/
/*
    05. button
*/
/*
    button-start
*/
.pn-offcanvas-btn-1 {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--pn-clr-pr-1);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  transition: var(--pn-cube-1);
}
.pn-offcanvas-btn-1 i {
  transition: var(--pn-cube-1);
}
.pn-offcanvas-btn-1:hover {
  background: var(--pn-clr-sd-1);
}

.pn-pr-btn-1 {
  font-family: var(--pn-font-1);
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  background: var(--pn-clr-gd-1);
  color: #fff;
  border-radius: 100px;
  padding: 16px 32px;
  position: relative;
  display: inline-flex;
  transition: var(--pn-cube-1);
}
.pn-pr-btn-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -6px;
  bottom: -6px;
  border-radius: 100px;
  padding: 2px;
  background: var(--pn-clr-gd-1);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  transition: var(--pn-cube-1);
}
.pn-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pn-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--pn-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.pn-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--pn-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.pn-pr-btn-1:hover {
  color: #fff;
}
.pn-pr-btn-1:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.pn-pr-btn-1:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}
.pn-pr-btn-1:hover::before {
  right: 0px;
  bottom: 0px;
}
.pn-pr-btn-1:is(.has-v2) {
  background: var(--pn-clr-black-1);
}
.pn-pr-btn-1:is(.has-v2)::before {
  background: var(--pn-clr-black-1);
}
.pn-pr-btn-1:is(.has-v2):hover {
  background: var(--pn-clr-gd-1);
}
.pn-pr-btn-1:is(.has-v2):hover::before {
  background: var(--pn-clr-gd-1);
}

/*
    button-end
*/
/*
    06. offcanvas
*/
/*
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/*
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--pn-font-1);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--pn-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--pn-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/*
    header-menu-customization-start
*/
/*
    offcanvas-end
*/
/*
    08. search
*/
/*
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/*
    search-box-css-end
*/
/*
    09. preloader
*/
/*
	preloader-css-start
*/
#pn-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: 0.3s;
}
#pn-loader-wrapper #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--pn-clr-pr-1);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transition: 0.3s;
}
#pn-loader-wrapper #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--pn-clr-sd-1);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#pn-loader-wrapper #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--pn-clr-black-1);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
#pn-loader-wrapper:is(.loaded) {
  opacity: 0;
}
#pn-loader-wrapper:is(.loaded) #loader {
  transform: scale(0.5);
  opacity: 0;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
	preloader-css-end
*/
/*
    11. wow-plus
*/
/*
    wow-plus-start
*/
@keyframes wa-rotated {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wa-rotated-minus {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: blur(0px);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 400ms;
  animation-timing-function: var(--pn-cube-1);
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  animation-duration: 400ms;
  animation-timing-function: var(--pn-cube-1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  animation-duration: 800ms;
  animation-timing-function: var(--pn-cube-1);
}

@keyframes slideInUp2 {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
  animation-name: slideInUp2;
  animation-duration: 500ms;
  animation-timing-function: var(--pg-cube-1);
}

@keyframes jackInTheBox2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox2 {
  -webkit-animation-name: jackInTheBox2;
  animation-name: jackInTheBox2;
  animation-duration: 800ms;
  animation-timing-function: var(--pn-cube-1);
}

@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  animation-duration: 800ms;
  animation-timing-function: var(--pn-cube-1);
}

@-webkit-keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
.animate__shakeY2 {
  -webkit-animation-name: shakeY2;
  animation-name: shakeY2;
  animation-duration: 800ms;
  animation-timing-function: var(--pn-cube-1);
}

@-webkit-keyframes backInUp2 {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp2 {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp2 {
  -webkit-animation-name: backInUp2;
  animation-name: backInUp2;
  animation-duration: 800ms;
  animation-timing-function: var(--pn-cube-1);
}

@-webkit-keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight2 {
  -webkit-animation-name: slideInRight2;
  animation-name: slideInRight2;
}

@keyframes rotateInDown {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg) translateY(-100%);
    -ms-transform: rotate(-200deg) translateY(-100%);
    transform: rotate(-200deg) translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0) translateY(0%);
    -ms-transform: rotate(0) translateY(0%);
    transform: rotate(0) translateY(0%);
    opacity: 1;
  }
}
.rotateInDown {
  -webkit-animation-name: rotateInDown;
  animation-name: rotateInDown;
}

@-webkit-keyframes jello2 {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello2 {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello2 {
  -webkit-animation-name: jello2;
  animation-name: jello2;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown2 {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown2 {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown2 {
  -webkit-animation-name: backInDown2;
  animation-name: backInDown2;
}

@-webkit-keyframes shakeX2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes shakeX2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
.animate__shakeX2 {
  -webkit-animation-name: shakeX2;
  animation-name: shakeX2;
}

/*
    wow-plus-end
*/
/*
    elements-start
*/
/*
    elements-end
*/
.pn-author-img-1 {
  display: inline-flex;
}
.pn-author-img-1-single {
  width: 63px;
  height: 63px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 3px solid #fff;
}
.pn-author-img-1-single:not(:first-child) {
  margin-left: -20px;
}
.pn-author-img-1-single:nth-child(1) {
  position: relative;
  z-index: -2;
}
.pn-author-img-1-single:nth-child(2) {
  position: relative;
  z-index: -1;
}

.pn-play-btn-1 {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  font-size: 20px;
  transition: var(--pn-cube-1);
}
.pn-play-btn-1 .icon {
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--pn-clr-sd-1);
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.pn-play-btn-1 .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--pn-clr-sd-1);
  border-radius: 50%;
  animation: pnPlayBtn1 3s ease-in-out infinite;
}
.pn-play-btn-1:hover {
  color: var(--pn-clr-sd-1);
}

@keyframes pnPlayBtn1 {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
  }
}
.pn-slider-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border: 1px solid var(--pn-clr-pr-1);
  border-radius: 50%;
  font-size: 22px;
  color: var(--pn-clr-pr-1);
  position: relative;
  z-index: 1;
  transition: var(--pn-cube-1);
}
.pn-slider-btn-1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--pn-clr-gd-1);
  border-radius: 50%;
  transition: var(--pn-cube-1);
  opacity: 0;
}
.pn-slider-btn-1:hover {
  border-color: transparent;
  color: #fff;
}
.pn-slider-btn-1:hover::after {
  opacity: 1;
}

.pn-slider-pagi-line {
  background: rgba(58, 91, 160, 0.5);
  height: 2px;
  width: 100%;
}
.pn-slider-pagi-line .swiper-scrollbar-drag {
  background: var(--pn-clr-pr-1);
  border-radius: 0;
  margin-top: -2px;
  width: 100%;
  height: 6px;
}

.pn-play-btn-2 {
  display: inline-flex;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  background: var(--pn-clr-sd-1);
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  transition: var(--pn-cube-1);
}
.pn-play-btn-2 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
}
.pn-play-btn-2 .bg-shape:nth-child(2) {
  transform: scale(1.2);
  background: linear-gradient(138.84deg, rgba(255, 255, 255, 0.67) -6.39%, rgba(255, 255, 255, 0.21) 112.17%);
  opacity: 0.3;
  backdrop-filter: blur(5px);
  animation: pnPlayBtn2 6s linear infinite;
}
.pn-play-btn-2 .bg-shape:nth-child(3) {
  transform: scale(1.4);
  background: linear-gradient(138.84deg, rgba(255, 255, 255, 0.67) -6.39%, rgba(255, 255, 255, 0.21) 112.17%);
  opacity: 0.3;
  backdrop-filter: blur(5px);
  z-index: -2;
  animation: pnPlayBtn2 6s linear infinite;
  animation-delay: 2s;
}
.pn-play-btn-2 .bg-shape:nth-child(4) {
  transform: scale(1.6);
  background: linear-gradient(138.84deg, rgba(255, 255, 255, 0.67) -6.39%, rgba(255, 255, 255, 0.21) 112.17%);
  opacity: 0.6;
  backdrop-filter: blur(5px);
  z-index: -3;
  animation: pnPlayBtn2 6s linear infinite;
  animation-delay: 4s;
}
.pn-play-btn-2:hover {
  background-color: var(--pn-clr-pr-1);
  color: #fff;
}

@keyframes pnPlayBtn2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
.wa_img_ani_1 {
  position: relative;
  z-index: 1;
}
.wa_img_ani_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(#868686, #fff 6.25%), -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(0, grey), color-stop(66.7%, #fff)) 0/100% 305%;
  background: -o-repeating-linear-gradient(#868686, #fff 6.25%), -o-linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
  background: repeating-linear-gradient(#868686, #fff 6.25%), linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
  background-blend-mode: multiply;
  background-position: 0 0;
  -webkit-filter: contrast(999);
  filter: contrast(999);
  mix-blend-mode: screen;
}
.wa_img_ani_1:is(.active)::after {
  animation: wa_img_ani_1 1s linear alternate;
}

@keyframes wa_img_ani_1 {
  0%, 25% {
    background-position: 0 100%;
  }
  75%, 100% {
    background-position: 0 0;
  }
}
/*
    13. back-to-top
*/
/*
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 1px solid var(--pn-clr-pr-1);
  background-color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--pn-clr-pr-1);
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top:hover {
  background: var(--pn-clr-sd-1);
  color: #fff;
  border-color: transparent;
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}

/*
    start-back-to-end
*/
/*
    layout
*/
/*
    15. header
*/
/*
    header-1-start
*/
.pn-header-1-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.pn-header-1-top {
  background: var(--pn-clr-gd-1);
  position: relative;
  z-index: 1;
  padding: 8px 0;
  margin-bottom: 32px;
}
.pn-header-1-top-bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 50%;
  mix-blend-mode: soft-light;
}
.pn-header-1-top-text {
  text-align: center;
  color: #fff;
}
.pn-header-1-main-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.pn-header-1-main-flex .search-x-menu {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.pn-header-1-logo {
  flex: 0 0 auto;
}
.pn-header-1-action-link {
  display: flex;
  align-items: start;
  gap: 15px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-header-1-action-link .pn-offcanvas-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .pn-header-1-action-link .pn-header-1-action-btn {
    display: none;
  }
}
.pn-header-1-action-btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--pn-clr-black-4);
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: var(--pn-cube-1);
}

.pn-header-1-action-btn .tx-cartCount,
.pn-header-1-action-btn .count {
  width: 24px;
  height: 24px;
  background: var(--pn-clr-pr-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0px;
  right: -11px;
  opacity: 1;
}
.pn-header-1-action-btn:hover {
  background: var(--pn-clr-sd-1);
  color: #fff;
}
.pn-header-1-search-form {
  max-width: 636px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .pn-header-1-search-form {
    display: none;
  }
}
.pn-header-1-search-form .form-input {
  width: 100%;
  background: rgba(101, 65, 255, 0.03);
  border: 1px solid #F4F4F6;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 50px;
  height: 48px;
}
.pn-header-1-search-form .form-btn {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pn-clr-sd-1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: var(--pn-cube-1);
}
.pn-header-1-search-form .form-btn:hover {
  background: var(--pn-clr-pr-1);
}

.pn-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}
.pn-main-navigation .navbar-nav li {
  flex: 0 0 auto;
}
.pn-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--pn-font-1);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: var(--as-clr-black-3);
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  transition: var(--pn-cube-1);
  opacity: 80%;
}
.pn-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.pn-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pn-main-navigation .navbar-nav li:hover > a {
  color: var(--pn-clr-pr-1);
  opacity: 1;
}
.pn-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.pn-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 0px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border-radius: 8px;
  position: absolute;
  background: #fff;
  border-color: var(--pn-clr-pr-1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transform-origin: top;
  transition: var(--pn-cube-1);
}
.pn-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  transition: var(--pn-cube-1);
}
.pn-main-navigation .navbar-nav li .dropdown-menu li::after {
  display: none;
}
.pn-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
  font-size: 16px;
  color: var(--pn-clr-pr-1);
  opacity: 1;
}
.pn-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.pn-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 11px;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  opacity: 42%;
}
.pn-main-navigation .navbar-nav li .dropdown-menu li:hover {
  background: var(--pn-clr-pr-1);
}
.pn-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
  color: #fff;
}
.pn-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.pn-header-1-area:is(.has-header-2) .pn-header-1-search-form .form-input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}
.pn-header-1-area:is(.has-header-2) .pn-header-1-search-form .form-btn {
  color: var(--pn-clr-black-4);
  background-color: #fff;
}
.pn-header-1-area:is(.has-header-2) .pn-header-1-search-form .form-btn:hover {
  background: var(--pn-clr-sd-1);
  color: #fff;
}
.pn-header-1-area:is(.has-header-2) .pn-header-1-action-btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pn-header-1-area:is(.has-header-2) .pn-header-1-action-btn .tx-cartCount,
.pn-header-1-area:is(.has-header-2) .pn-header-1-action-btn .count {
  background: var(--pn-clr-sd-1);
}
.pn-header-1-area:is(.has-header-2) .pn-header-1-action-btn:hover {
  background: var(--pn-clr-sd-1);
}
.pn-header-1-area:is(.has-header-2) .pn-header-1-action-btn:hover .tx-cartCount,
.pn-header-1-area:is(.has-header-2) .pn-header-1-action-btn:hover .count {
  background: var(--pn-clr-pr-1);
}

.pn-main-navigation:is(.has-header-2) .navbar-nav li a {
  color: #F4F4F6;
}

/*
    header-2-end
*/
/*
    header-3-start
*/
.pn-header-1-area:is(.has-header-3) .pn-header-1-top {
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%);
}
@media (min-width: 1800px) {
  .pn-header-1-area:is(.has-header-3) .pn-header-1-main-flex {
    margin-left: -132px;
    margin-right: -132px;
  }
}
.pn-header-1-area:is(.has-header-3) .pn-header-1-action-btn {
  background: linear-gradient(115.47deg, rgba(255, 255, 255, 0.5) -76.83%, rgba(255, 255, 255, 0.2) 98.12%);
  color: #fff;
}
.pn-header-1-area:is(.has-header-3) .pn-header-1-action-btn .tx-cartCount,
.pn-header-1-area:is(.has-header-3) .pn-header-1-action-btn .count {
  background: #fff;
  color: #000;
  border: 2px solid #7755FF;
}
.pn-header-1-area:is(.has-header-3) .pn-header-1-action-btn:hover {
  background-color: var(--pn-clr-sd-1);
}

/*
    header-3-end
*/
/*
    sticky-header-css-start
*/
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.sr-header-1-area) {
  top: 24px;
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show) .sr-header-1-wrap {
  background-color: #fff;
  box-shadow: 1px 10px 11px rgba(0, 0, 0, 0.04);
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show):is(.has-header-2) .sr-header-1-wrap {
  background-color: #000;
  box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
}

/*
    sticky-header-css-end
*/
/*
    hero-1-start
*/
.pn-hero-1-area {
  padding-top: 314px;
  background-size: 120% 100%;
  animation: pnHero1 10s ease-in-out infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-area {
    padding-top: 380px;
  }
}
.pn-hero-1-curve-bg {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.pn-hero-1-illus-1 {
  width: 7%;
  position: absolute;
  top: 27%;
  left: 9%;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-illus-1 {
    display: none;
  }
}
.pn-hero-1-illus-2 {
  width: 4%;
  position: absolute;
  bottom: 22%;
  left: 6%;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-illus-2 {
    display: none;
  }
}
.pn-hero-1-illus-3 {
  width: 6%;
  position: absolute;
  right: 8%;
  top: 28%;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-illus-3 {
    display: none;
  }
}
.pn-hero-1-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 25px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.pn-hero-1-author {
  margin-top: -140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-author {
    text-align: center;
  }
}
.pn-hero-1-author .pn-author-img-1 {
  margin-bottom: 21px;
}
.pn-hero-1-author .number {
  font-size: 54px;
  font-weight: 800;
  color: var(--pn-clr-black-1);
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-author .number {
    font-size: 34px;
  }
}
.pn-hero-1-author .disc {
  color: var(--pn-clr-black-1);
  opacity: 1;
}
.pn-hero-1-content {
  text-align: center;
}
.pn-hero-1-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.pn-hero-1-title span {
  color: var(--pn-clr-sd-1);
  border-bottom: 2px solid;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-hero-1-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-hero-1-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-hero-1-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pn-hero-1-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-hero-1-title {
    font-size: 40px;
  }
}
.pn-hero-1-disc {
  color: var(--as-clr-black-1);
  opacity: 1;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.pn-hero-1-btn {
  margin-top: 40px;
}
.pn-hero-1-img {
  margin-top: 85px;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-right: -50px;
}
@media (max-width: 767px) {
  .pn-hero-1-img {
    margin-right: 0px;
  }
}
.pn-hero-1-img-1 {
  margin-right: -190px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pn-hero-1-img-1 {
    display: none;
  }
}
.pn-hero-1-img-2 {
  position: relative;
  z-index: 1;
}
.pn-hero-1-img-3 {
  margin-left: -190px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pn-hero-1-img-3 {
    display: none;
  }
}
.pn-hero-1-counter {
  background: linear-gradient(153.32deg, rgba(255, 255, 255, 0.3) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 35px 40px;
  margin-top: -190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-hero-1-counter {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-counter {
    display: none;
  }
}
.pn-hero-1-counter-item .number {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-counter-item .number {
    font-size: 34px;
  }
}
.pn-hero-1-counter-item .disc {
  color: #fff;
  opacity: 1;
}
.pn-hero-1-scroll-btn {
  outline: 10px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 7%;
  right: 12%;
  z-index: 1;
  background: var(--pn-clr-sd-1);
  padding: 14px;
  transition: var(--pn-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-1-scroll-btn {
    display: none;
  }
}
.pn-hero-1-scroll-btn .icon-btn {
  position: absolute;
  font-size: 20px;
  padding: 14px;
  color: #fff;
  transition: var(--pn-cube-1);
}
.pn-hero-1-scroll-btn .circle-text {
  animation: wa-rotated 10s linear infinite;
}
.pn-hero-1-scroll-btn:hover {
  background: var(--pn-clr-pr-1);
}

@keyframes pnHero1 {
  0% {
    background-position-x: 100%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
/*
    hero-1-end
*/
/*
    hero-2-start
*/
.pn-hero-2-area {
  padding-top: 360px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-area {
    padding-top: 230px;
    background-size: cover;
    background-position: center;
  }
}
.pn-hero-2-wrap {
  gap: 45px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.pn-hero-2-content .pn-hero-1-title {
  color: #fff;
}
.pn-hero-2-content .pn-hero-1-disc {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-content .pn-hero-1-disc {
    margin-left: 0;
  }
}
.pn-hero-2-content .pn-hero-1-author {
  margin-top: 46px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.pn-hero-2-content .pn-hero-1-author .number {
  font-size: 40px;
  color: var(--pn-clr-sd-1);
  line-height: 80%;
  margin-bottom: 6px;
}
.pn-hero-2-content .pn-hero-1-author .disc {
  color: #fff;
}
.pn-hero-2-content .pn-hero-1-author .pn-author-img-1 {
  margin-bottom: 0;
}
.pn-hero-2-content .pn-hero-1-author .pn-author-img-1-single {
  border-width: 2px;
}
.pn-hero-2-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.pn-hero-2-btn .how-work-btn {
  color: #fff;
  font-weight: 500;
  opacity: 1;
  margin-top: 8px;
  border-bottom: 1px solid transparent;
  transition: var(--pn-cube-1);
}
.pn-hero-2-btn .how-work-btn:hover {
  border-color: #fff;
}
.pn-hero-2-right {
  text-align: center;
}
.pn-hero-2-circle-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-circle-svg {
    top: unset;
    bottom: 32%;
    right: 0;
    width: 100%;
  }
}
.pn-hero-2-features {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: var(--pn-clr-sd-1);
  border-radius: 32px;
  padding: 58px 58px;
  display: flex;
  gap: 30px 60px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-features {
    position: unset;
    padding: 58px 25px;
  }
}
.pn-hero-2-features-item {
  max-width: 278px;
}
.pn-hero-2-features-item .icon {
  width: 72px;
  height: 72px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 20px;
}
.pn-hero-2-features-item .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-features-item .title {
    font-size: 20px;
  }
}
.pn-hero-2-features-item .disc {
  color: #fff;
  opacity: 1;
}
.pn-hero-2-features-item:hover .icon img {
  animation: jackInTheBox2 1s forwards;
}
.pn-hero-2-illus-1 {
  position: absolute;
  top: 19%;
  left: 6%;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-illus-1 {
    display: none;
  }
}
.pn-hero-2-illus-1 img {
  animation: wa-rotated 10s cubic-bezier(0.69, -0.96, 0.47, 1.67) infinite;
  transform-origin: 50% 40%;
}
.pn-hero-2-illus-2 {
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-illus-2 {
    display: none;
  }
}
.pn-hero-2-illus-2 img {
  animation: wa-rotated 5s ease-in-out infinite;
}
.pn-hero-2-illus-3 {
  position: absolute;
  top: 25%;
  right: 25%;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-illus-3 {
    display: none;
  }
}
.pn-hero-2-illus-3 img {
  animation: wa-rotated 5s ease-in-out infinite;
}
.pn-hero-2-illus-4 {
  position: absolute;
  top: 17%;
  right: 7%;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-illus-4 {
    display: none;
  }
}
.pn-hero-2-illus-5 {
  position: absolute;
  bottom: 45%;
  right: 11%;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-illus-5 {
    display: none;
  }
}
.pn-hero-2-illus-5 img {
  animation: wa-rotated 5s ease-in-out infinite;
}
.pn-hero-2-illus-6 {
  position: absolute;
  bottom: 24%;
  right: 1%;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-2-illus-6 {
    display: none;
  }
}

/*
    hero-2-end
*/
/*
    hero-3-start
*/
.pn-hero-3-area {
  padding-top: 365px;
  padding-bottom: 124px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-area {
    padding-top: 255px;
    padding-bottom: 100px;
  }
}
.pn-hero-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 50px;
  align-items: center;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pn-hero-3-wrap {
    margin-left: -132px;
    margin-right: -132px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-hero-3-content .pn-hero-1-title {
  line-height: 120%;
}
.pn-hero-3-content .pn-hero-1-title .title-img {
  height: 52px;
  max-width: 148px;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: -12px;
}
.pn-hero-3-content .pn-hero-1-title .has-clr {
  border-bottom: none;
}
.pn-hero-3-content .pn-hero-1-disc {
  margin-left: 0;
}
.pn-hero-3-content .how-work-btn {
  color: var(--pn-clr-black-1);
}
.pn-hero-3-content .how-work-btn:hover {
  border-color: var(--pn-clr-black-1);
}
.pn-hero-3-author {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 570px;
  margin-top: 86px;
}
@media (max-width: 767px) {
  .pn-hero-3-author {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-hero-3-author {
    flex-wrap: nowrap;
  }
}
.pn-hero-3-author .pn-author-img-1 {
  overflow: hidden;
  max-width: 210px;
  width: 100%;
}
.pn-hero-3-author .pn-author-img-1-single {
  width: 100px;
  height: 100px;
}
.pn-hero-3-author .line {
  background: #F4F4F6;
  height: 100px;
  width: 1px;
}
.pn-hero-3-author .author-disc {
  opacity: 1;
}
.pn-hero-3-right {
  margin-right: 79px;
}
.pn-hero-3-right .pn-hero-1-scroll-btn {
  bottom: unset;
  right: unset;
  top: 8%;
  left: 15%;
  outline: none;
}
.pn-hero-3-right-clr-1 {
  width: 341px;
  height: 514px;
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%), #FFC857;
  border-radius: 500px;
  position: absolute;
  right: 0;
  top: 6%;
  z-index: -1;
  transform: rotate(33deg);
}
.pn-hero-3-right-clr-2 {
  width: 364px;
  height: 538px;
  background: transparent;
  border-radius: 500px;
  position: absolute;
  right: -11px;
  top: 4%;
  z-index: -2;
  transform: rotate(33deg);
}
.pn-hero-3-right-clr-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 500px;
  padding: 2px;
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%), #FFC857;
  z-index: -1; /* Place the gradient border behind the button */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: h3bgClrKf 3s linear infinite;
}
.pn-hero-3-img-1 {
  height: 592px;
  max-width: 329px;
  border-radius: 500px;
  margin-left: auto;
}
.pn-hero-3-img-2 {
  max-width: 306px;
  height: 306px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-img-2 {
    display: none;
  }
}
.pn-hero-3-bg-clr {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 422px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #7755FF 10%, #40A4DB 44%, #0CD2B3 100%);
  z-index: -2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-hero-3-bg-clr {
    max-width: 305px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-hero-3-bg-clr {
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-hero-3-bg-clr {
    max-width: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-bg-clr {
    display: none;
  }
}
.pn-hero-3-bg-clr-2 {
  width: 81%;
  position: absolute;
  top: -15%;
  left: -30%;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-bg-clr-2 {
    display: none;
  }
}
.pn-hero-3-bg-clr-2 img {
  animation: shakeX2 10s linear infinite;
}
.pn-hero-3-bg-clr-3 {
  width: 68%;
  position: absolute;
  top: 0;
  right: -13%;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-bg-clr-3 {
    display: none;
  }
}
.pn-hero-3-bg-clr-3 img {
  animation: shakeX2 10s linear infinite;
}
.pn-hero-3-bg-illus-1 {
  position: absolute;
  top: 29%;
  left: 5%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-bg-illus-1 {
    display: none;
  }
}
.pn-hero-3-bg-illus-1 img {
  animation: wa-rotated 3s linear infinite;
}
.pn-hero-3-bg-illus-2 {
  position: absolute;
  right: 76px;
  bottom: 86px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-bg-illus-2 {
    display: none;
  }
}
.pn-hero-3-bg-illus-2 img {
  animation: wa-rotated 3s linear infinite;
}
.pn-hero-3-bg-illus-3 {
  position: absolute;
  right: -120px;
  bottom: -120px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-hero-3-bg-illus-3 {
    display: none;
  }
}
.pn-hero-3-bg-illus-3 img {
  animation: wa-rotated 3s linear infinite;
}

@keyframes h3bgClrKf {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/*
    hero-3-end
*/
/*
    partner-1-start
*/
.pn-partner-1-title {
  text-align: center;
  font-size: 24px;
}
.pn-partner-1-shape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
.pn-partner-1-shape .illus-1 {
  width: 100px;
}
.pn-partner-1-shape .illus-1 path {
  transform-origin: center;
}
.pn-partner-1-shape .line {
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #CCCCCC, transparent);
}
.pn-partner-1-shape .line:nth-child(3) {
  background: linear-gradient(90deg, #CCCCCC, transparent);
}
.pn-partner-1-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .pn-partner-1-logo .single-logo {
    max-width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-partner-1-logo .single-logo {
    max-width: 150px;
  }
}
.pn-partner-1-logo .single-logo:hover img {
  animation: jackInTheBox2 1s forwards;
}

/*
    partner-1-end
*/
/*
    partner-2-start
*/
.pn-partner-2-area {
  background-color: #F6F9FF;
  padding-bottom: 312px;
}
.pn-partner-2-sec-title {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.pn-partner-2-logo {
  display: flex;
  gap: 24px;
  margin-right: 24px;
}
.pn-partner-2-logo .single-logo {
  width: 240px;
  height: 118px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.pn-partner-2-marquee {
  margin-left: -135px;
  margin-right: -135px;
  position: relative;
  z-index: 1;
}
.pn-partner-2-marquee::after {
  content: "";
  background: linear-gradient(90deg, #F6F9FF 0.16%, rgba(246, 249, 255, 0.98) 24.96%, rgba(246, 249, 255, 0.85) 49.25%, rgba(246, 249, 255, 0.2) 98.78%);
  top: 0;
  left: 0;
  height: 100%;
  width: 240px;
  position: absolute;
  z-index: 1;
}
.pn-partner-2-marquee::before {
  content: "";
  background: linear-gradient(-90deg, #F6F9FF 0.16%, rgba(246, 249, 255, 0.98) 24.96%, rgba(246, 249, 255, 0.85) 49.25%, rgba(246, 249, 255, 0.2) 98.78%);
  top: 0;
  right: 0;
  height: 100%;
  width: 240px;
  position: absolute;
  z-index: 1;
}

.pn-categories-1-bg-shape.pn-partner-2-bg-illus {
  left: unset;
  right: 7%;
}

/*
    partner-2-end
*/
/*
    partner-3-start
*/
.pn-partner-3-area {
  background-color: #F6F9FF;
}

/*
    partner-3-end
*/
/*
    about-1-start
*/
.pn-about-1-area {
  background-color: #F6F9FF;
}
.pn-about-1-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-about-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-about-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.pn-about-1-left {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .pn-about-1-left {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-about-1-left {
    grid-template-columns: 1.07fr 1fr;
  }
}
.pn-about-1-left .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pn-about-1-left .bg-illus-1 {
  width: 38%;
  position: absolute;
  bottom: -48px;
  left: -48px;
  z-index: -1;
}
.pn-about-1-img-1 {
  height: 710px;
  border-radius: 160px 160px 0 160px;
}
@media (max-width: 767px) {
  .pn-about-1-img-1 {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-about-1-img-1 {
    height: 710px;
  }
}
.pn-about-1-img-2 {
  height: 330px;
  border-radius: 160px 160px 160px 0;
}
.pn-about-1-img-3 {
  height: 355px;
  border-radius: 160px 160px 0 160px;
}
.pn-about-1-sec-title .sec-disc {
  margin-top: 12px;
}
.pn-about-1-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pn-about-1-features-item {
  display: flex;
  gap: 40px;
}
.pn-about-1-features-item .icon {
  width: 48px;
  height: 48px;
  background: var(--pn-clr-pr-1);
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pn-about-1-features-item .icon svg {
  width: 42%;
}
.pn-about-1-features-item .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.pn-about-1-features-item .line {
  height: 42px;
  width: 2px;
  background: linear-gradient(0deg, transparent, #3A5BA0);
}
.pn-about-1-features-item .title {
  margin-bottom: 8px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .pn-about-1-features-item .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-about-1-features-item .title {
    font-size: 24px;
  }
}
.pn-about-1-bg-shape {
  max-width: 605px;
  width: 100%;
  position: absolute;
  top: -120px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .pn-about-1-bg-shape {
    display: none;
  }
}
.pn-about-1-bg-img {
  width: 17%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*
    about-1-end
*/
/*
    about-2-start
*/
.pn-about-2-area {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-about-2-area {
    background-position: center;
    background-size: cover;
  }
}
.pn-about-2-area .pn-choose-1-bg-shape-2 {
  top: 136px;
}
.pn-about-2-wrap {
  display: grid;
  gap: 130px;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-about-2-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-about-2-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.pn-about-2-sec-title .sec-disc {
  margin-top: 12px;
}
.pn-about-2-left .illus-1 {
  position: absolute;
  right: -20px;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .pn-about-2-left .illus-1 {
    display: none;
  }
}
.pn-about-2-left .illus-2 {
  position: absolute;
  right: -20px;
  bottom: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .pn-about-2-left .illus-2 {
    display: none;
  }
}
.pn-about-2-img-1 {
  border-radius: 24px;
  max-width: 380px;
  height: 600px;
}
@media (max-width: 767px) {
  .pn-about-2-img-1 {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-about-2-img-1 {
    height: 600px;
  }
}
.pn-about-2-img-2 {
  max-width: 307px;
  height: 398px;
  border-radius: 24px;
  border: 6px solid #F6F9FF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pn-about-2-img-2 {
    position: unset;
    transform: unset;
    top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-about-2-img-2 {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
}
.pn-about-2-right .inner-div {
  display: flex;
  align-items: end;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-about-2-right .inner-div {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pn-about-2-right .inner-div {
    flex-wrap: wrap;
  }
}
.pn-about-2-features-single {
  display: flex;
  gap: 24px;
}
.pn-about-2-features-single .icon {
  background: rgba(255, 107, 107, 0.06);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex: 0 0 auto;
}
.pn-about-2-features-single .title {
  font-size: 20px;
  margin-bottom: 6px;
}
.pn-about-2-features-single:hover .icon img {
  animation: jackInTheBox2 1s forwards;
}
.pn-about-2-features-single:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(46, 48, 51, 0.05);
}
.pn-about-2-counter {
  max-width: 160px;
  border-radius: 20px;
  width: 100%;
  padding: 43px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pn-about-2-counter::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #090909;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.pn-about-2-counter .number {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  font-weight: 800;
}
.pn-about-2-counter .disc {
  font-size: 18px;
  color: #fff;
  opacity: 1;
  font-weight: 500;
  text-transform: uppercase;
}

/*
    about-2-end
*/
/*
    categories-1-start
*/
.pn-categories-1-sec-title {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.pn-categories-1-sec-title .left {
  max-width: 540px;
  width: 100%;
}
.pn-categories-1-sec-title .right {
  max-width: 380px;
}
.pn-categories-1-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-categories-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-categories-1-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-categories-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-categories-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.pn-categories-1-item {
  height: 460px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.pn-categories-1-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  border-radius: 20px;
  z-index: -1;
  transition: var(--pn-cube-1);
}
.pn-categories-1-item .item-btn {
  color: var(--pn-clr-black-1);
  text-align: center;
  padding: 16px 15px;
  font-size: 20px;
  width: 100%;
  transition: var(--pn-cube-1);
  z-index: 1;
  justify-content: center;
}
.pn-categories-1-item .item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 101%;
  height: 100%;
  background: #F6F9FF;
  z-index: -1;
  border-radius: 100px;
  transition: var(--pn-cube-1);
}
.pn-categories-1-item .item-btn::before {
  display: none;
}
.pn-categories-1-item:hover .item-img {
  height: calc(100% - 0px);
}
.pn-categories-1-item:hover .item-btn {
  width: 80%;
  transform: translateY(-24px);
}
.pn-categories-1-item:hover .item-btn:hover {
  color: #fff;
}
.pn-categories-1-item:hover .item-btn:hover::after {
  opacity: 0;
}

/*
    categories-1-end
*/
/*
    categories-2-start
*/
.pn-categories-2-sec-title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pn-categories-2-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.pn-categories-2-item {
  position: relative;
  z-index: 1;
}
.pn-categories-2-item .item-content {
  background: var(--pn-clr-gd-1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 240px;
  height: 240px;
  opacity: 0;
  transition: var(--pn-cube-1);
  transform: scale(0.5);
}
.pn-categories-2-item .item-btn {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--pn-clr-black-1);
  margin-bottom: 20px;
  transition: var(--pn-cube-1);
}
.pn-categories-2-item .item-btn:hover {
  transform: rotate(45deg);
}
.pn-categories-2-item .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  opacity: 1;
  transition: var(--pn-cube-1);
}
.pn-categories-2-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-categories-2-item .title:hover {
  color: #fff;
}
.pn-categories-2-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-categories-2-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0.9);
  transition: var(--pn-cube-1);
}
.pn-categories-2-item:hover .item-content {
  opacity: 1;
  transform: scale(1);
}
.pn-categories-2-item:hover .item-img {
  transform: scale(1.2);
}

/*
    categories-2-end
*/
/*
    process-1-start
*/
.pn-process-1-area {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 202px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-area {
    background-size: cover;
    background-position: center;
  }
}
.pn-process-1-sec-title {
  max-width: 750px;
  margin-left: auto;
}
.pn-process-1-item-wrap {
  display: flex;
  gap: 45px 204px;
  flex-wrap: wrap;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-item-wrap {
    gap: 30px;
  }
}
.pn-process-1-item {
  background: linear-gradient(180deg, rgba(238, 235, 253, 0) 0%, #EEEBFD 100%);
  border-radius: 12px;
  text-align: center;
  padding: 40px 32px;
  max-width: 306px;
  position: relative;
}
.pn-process-1-item .icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #B9A2F3;
  border-radius: 50%;
  outline: 10px solid #fff;
  margin-bottom: 48px;
}
.pn-process-1-item .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.pn-process-1-item:hover .icon img {
  animation: shakeY2 1s;
}
.pn-process-1-item:nth-child(1) .arrow {
  position: absolute;
  left: 98%;
  bottom: 60px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-item:nth-child(1) .arrow {
    display: none;
  }
}
.pn-process-1-item:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 237, 243, 0) 0%, #FFEDF3 100%);
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pn-process-1-item:nth-child(2) {
    margin-top: 0px;
  }
}
.pn-process-1-item:nth-child(2) .icon {
  background-color: #FFC7D8;
}
.pn-process-1-item:nth-child(2) .arrow {
  position: absolute;
  top: 99%;
  right: 70%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-item:nth-child(2) .arrow {
    display: none;
  }
}
.pn-process-1-item:nth-child(3) {
  background: linear-gradient(180deg, rgba(231, 242, 255, 0) 0%, #E7F2FF 100%);
  margin-left: 110px;
}
@media (max-width: 767px) {
  .pn-process-1-item:nth-child(3) {
    margin-left: 0px;
  }
}
.pn-process-1-item:nth-child(3) .icon {
  background-color: #A8C6FF;
}
.pn-process-1-content {
  max-width: 680px;
  margin-left: auto;
  margin-top: -210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-content {
    margin-top: 50px;
  }
}
.pn-process-1-content .btn-x-play-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 40px;
}
.pn-process-1-bg-illus-1 {
  width: 12%;
  position: absolute;
  right: 40px;
  top: 40%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-bg-illus-1 {
    display: none;
  }
}
.pn-process-1-bg-illus-1 img {
  animation: wa-rotated 5s ease-in-out infinite;
}
.pn-process-1-bg-illus-2 {
  max-width: 100px;
  position: absolute;
  top: 9%;
  left: 9%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-bg-illus-2 {
    display: none;
  }
}
.pn-process-1-bg-illus-3 {
  max-width: 255px;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-1-bg-illus-3 {
    display: none;
  }
}

/*
    process-1-end
*/
/*
    process-3-start
*/
.pn-process-3-area {
  background-color: #F6F9FF;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-3-area {
    background-size: cover;
    background-position: center;
  }
}
.pn-process-3-sec-title .pn-subtitle-1 {
  color: #fff;
}
.pn-process-3-sec-title .pn-sec-title-1 {
  color: #fff;
}
.pn-process-3-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-process-3-item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-process-3-item-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-process-3-item-wrap .pn-process-1-item {
  max-width: 100%;
  margin: 0;
  background: #25292F;
  padding: 40px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-3-item-wrap .pn-process-1-item {
    padding: 40px 20px;
  }
}
.pn-process-3-item-wrap .pn-process-1-item .icon {
  width: 80px;
  height: 80px;
  outline: none;
  margin-bottom: 40px;
}
.pn-process-3-item-wrap .pn-process-1-item .title {
  color: #fff;
}
.pn-process-3-item-wrap .pn-process-1-item .disc {
  color: #fff;
}
.pn-process-3-item-wrap .pn-process-1-item:nth-child(1) .icon {
  background-color: #58C09C;
}
.pn-process-3-item-wrap .pn-process-1-item:nth-child(2) .icon {
  background-color: #D0B9EF;
}
.pn-process-3-item-wrap .pn-process-1-item:nth-child(3) .icon {
  background-color: #F6D17C;
}
.pn-process-3-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 72px;
}
.pn-process-3-content .pn-play-btn-1 {
  color: #fff;
}
.pn-process-3-content .pn-play-btn-1:hover {
  color: var(--pn-clr-sd-1);
}
.pn-process-3-illus-1 {
  position: absolute;
  right: 3%;
  top: 6%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-process-3-illus-1 {
    display: none;
  }
}
.pn-process-3-illus-1 img {
  animation: wa-rotated 5s ease-in-out infinite;
}

/*
    process-3-end
*/
/*
    products-1-start
*/
.pn-products-1-area {
  padding-top: 320px;
  padding-bottom: 330px;
  position: relative;
  margin-top: -190px;
}
.pn-products-1-bg-clr {
  width: 26.5%;
  height: 100%;
  background-color: var(--pn-clr-sd-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-products-1-bg-clr {
    width: 16.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-1-bg-clr {
    display: none;
  }
}
.pn-products-1-sec-title {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin-left: auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .pn-products-1-sec-title {
    flex-wrap: wrap;
  }
}
.pn-products-1-sec-title .right {
  max-width: 366px;
}
.pn-products-1-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-products-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 134px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-products-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-products-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-1-wrap .right {
    overflow: hidden;
  }
}
.pn-products-1-img {
  height: 680px;
  border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-1-img {
    height: 490px;
    max-width: 370px;
  }
}
.pn-products-1-item {
  border: 1px solid rgba(86, 86, 86, 0.1);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding: 28px 28px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-1-item {
    padding: 28px 20px;
  }
}
.pn-products-1-item .title-x-link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-right: -10px;
  position: relative;
  margin-bottom: -16px;
  z-index: 1;
}
.pn-products-1-item .title {
  font-size: 24px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-1-item .title {
    font-size: 22px;
  }
}
.pn-products-1-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pn-products-1-item .title:hover {
  color: var(--pn-clr-pr-1);
}
.pn-products-1-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-products-1-item .item-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pn-products-1-item .item-link .link-elm {
  flex: 0 0 auto;
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--pn-clr-black-1);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0;
  transition: var(--pn-cube-1);
}
.pn-products-1-item .item-link .link-elm:hover {
  background: var(--pn-clr-pr-1);
  color: #fff;
}
.pn-products-1-item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: var(--pn-cube-1);
  height: 218px;
  margin-top: -26px;
}
.pn-products-1-item .current-price {
  font-size: 20px;
}
.pn-products-1-item .price-x-label {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  transition: var(--pn-cube-1);
}
.pn-products-1-item .item-label {
  color: var(--pn-clr-sd-1);
  border: 1px solid var(--pn-clr-sd-1);
  border-radius: 100px;
  padding: 4px 11px;
  opacity: 1;
  font-size: 16px;
}
.pn-products-1-item .added_to_cart,
.pn-products-1-item .cart-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--pn-clr-gd-1) !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 17px 32px;
  transform: translateY(100%);
  transition: var(--pn-cube-1);
  border-radius: 0px !important;
}
.pn-products-1-item .added_to_cart:hover,
.pn-products-1-item .cart-btn:hover {
  color: var(--pn-clr-sd-1);
}
.pn-products-1-item:hover {
  background: #F6F9FF;
  border-color: transparent;
}
.pn-products-1-item:hover .item-link .link-elm {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.pn-products-1-item:hover .item-link .link-elm:nth-child(2) {
  transition-delay: 0.2s;
}
.pn-products-1-item:hover .item-link .link-elm:nth-child(1) {
  transition-delay: 0.3s;
}
.pn-products-1-item:hover .cart-btn,
.pn-products-1-item:hover .added_to_cart
 {
  transform: translateY(0%);
}
.pn-products-1-item:hover .price-x-label {
  transform: translateY(-52px);
}
.pn-products-1-item:hover .item-img {
  transform: translateY(-22px);
}
.pn-products-1-slider {
  margin-right: -440px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-1-slider {
    margin-right: 0px;
  }
}
.pn-products-1-slider .swiper-wrapper .swiper-slide {
  max-width: 306px;
}
.pn-products-1-slider-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.pn-products-1-slider-btn .btn-wrap {
  display: flex;
}

/*
    products-1-end
*/
/*
    products-2-start
*/
.pn-products-2-area .pn-products-1-sec-title {
  max-width: 100%;
}
.pn-products-2-area .pn-products-1-sec-title .left {
  max-width: 500px;
}
.pn-products-2-wrap .pn-products-1-slider {
  margin-right: 0;
}
.pn-products-2-wrap .pn-products-1-slider .swiper-wrapper .swiper-slide {
  max-width: 100%;
}

.pn-about-1-bg-shape.pn-products-2-bg-shape {
  left: -81px;
}

/*
    products-2-end
*/
/*
    products-3-start
*/
.pn-products-3-area {
  background-color: #fff;
  z-index: 2;
}
.pn-products-3-tabs-btn {
  display: inline-flex;
  background: #F6F9FF;
  padding: 16px 20px;
  border-radius: 100px;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
  .pn-products-3-tabs-btn {
    border-radius: 12px;
  }
}
.pn-products-3-tabs-btn .nav-link {
  opacity: 1;
  background: #fff;
  border-radius: 100px;
  padding: 9px 17px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--pn-cube-1);
}
.pn-products-3-tabs-btn .nav-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--pn-clr-gd-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--pn-cube-1);
}
.pn-products-3-tabs-btn .nav-link:hover {
  color: #fff;
}
.pn-products-3-tabs-btn .nav-link:hover::after {
  opacity: 1;
}
.pn-products-3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-products-3-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-products-3-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-products-3-grid {
    grid-template-columns: 1fr;
  }
}
.pn-products-3-bg-shape-2 {
  position: absolute;
  top: 13%;
  left: 16%;
  z-index: -1;
}
.pn-products-3-bg-shape-2 img {
  animation: wa-rotated 10s linear infinite;
}

.pn-categories-1-bg-shape.pn-products-3-bg-shape-1 {
  left: unset;
  right: 4%;
  transform: scaleX(-1);
}
.pn-blog-2-area .pn-categories-1-bg-shape {
    max-width: 200px;
    position: absolute;
    top: -10px;
    left: 40px;
    z-index: -1;
}

/*
    products-3-end
*/
/*
    projects-4-start
*/
.pn-products-4-wrap {
  display: grid;
  gap: 68px;
  grid-template-columns: 1fr 2.3fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-4-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-products-4-discount .title {
  font-size: 48px;
  margin-bottom: 12px;
  color: var(--pn-clr-sd-1);
  font-weight: 800;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-products-4-discount .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-products-4-discount .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-products-4-discount .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pn-products-4-discount .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-products-4-discount .title {
    font-size: 33px;
  }
}
.pn-products-4-discount .disc {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-products-4-right {
    overflow: hidden;
  }
}
.pn-products-4-slider-x-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.pn-products-4-slider-x-title .title {
  font-weight: 800;
  font-size: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-products-4-slider-x-title .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-products-4-slider-x-title .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-products-4-slider-x-title .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pn-products-4-slider-x-title .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-products-4-slider-x-title .title {
    font-size: 33px;
  }
}
.pn-products-4-slider-x-title .btn-wrap {
  display: inline-flex;
}

/*
    projects-4-end
*/
/*
    choose-1-start
*/
.pn-choose-1-area {
  background-size: 100% 100%;
  margin-top: -190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-1-area {
    background-size: cover;
    background-position: center;
  }
}
.pn-choose-1-bg-shape {
  max-width: 100px;
  position: absolute;
  top: 190px;
  left: 70px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-1-bg-shape {
    display: none;
  }
}
.pn-choose-1-bg-shape-2 {
  max-width: 200px;
  position: absolute;
  right: 50px;
  top: 117px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-1-bg-shape-2 {
    display: none;
  }
}
.pn-choose-1-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pn-choose-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-choose-1-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-choose-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-choose-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.pn-choose-1-item {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 40px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-1-item {
    padding: 40px 22px;
  }
}
.pn-choose-1-item::after {
  content: "";
  width: 468px;
  height: 468px;
  border-radius: 50%;
  background-color: #F2E8FF;
  position: absolute;
  top: -383px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: var(--pn-cube-1);
}
.pn-choose-1-item .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.pn-choose-1-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-choose-1-item .title:hover {
  color: var(--pn-clr-pr-1);
}
.pn-choose-1-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-choose-1-item .icon {
  display: inline-flex;
  width: 80px;
  height: 80px;
  background: #D0B9EF;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 40px;
  outline: 5px solid #fff;
}
.pn-choose-1-item:hover::after {
  top: -400px;
}
.pn-choose-1-item:hover .icon img {
  animation: jackInTheBox2 1s forwards;
}
.pn-choose-1-item:nth-child(2)::after {
  background-color: #DDFFF3;
}
.pn-choose-1-item:nth-child(2) .icon {
  background-color: #58C09C;
}
.pn-choose-1-item:nth-child(3)::after {
  background-color: #FFEBF7;
}
.pn-choose-1-item:nth-child(3) .icon {
  background-color: #FAACDA;
}
.pn-choose-1-item:nth-child(4)::after {
  background-color: #FFF5DF;
}
.pn-choose-1-item:nth-child(4) .icon {
  background-color: #F6D17C;
}

/*
    choose-1-end
*/
/*
    choose-2-start
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-2-area {
    padding-bottom: 100px;
  }
}
.pn-choose-2-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pn-choose-2-sec-title .pn-subtitle-1 {
  color: #fff;
}
.pn-choose-2-sec-title .pn-sec-title-1 {
  color: #fff;
}
.pn-choose-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.9fr 1fr;
  gap: 50px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-choose-2-wrap {
    grid-template-columns: 1fr 1.2fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-choose-2-wrap {
    grid-template-columns: 1fr 0.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-choose-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-choose-2-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pn-choose-2-item-single {
  align-items: center;
  background: linear-gradient(115.47deg, rgba(255, 255, 255, 0.5) -76.83%, rgba(255, 255, 255, 0.2) 98.12%);
  border-radius: 12px;
  padding: 32px 32px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-2-item-single {
    padding: 32px 22px;
  }
}
.pn-choose-2-item-single .icon {
  margin-bottom: 32px;
}
.pn-choose-2-item-single .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.pn-choose-2-item-single .disc {
  opacity: 1;
  color: #fff;
}
.pn-choose-2-item-single:hover .icon img {
  animation: jackInTheBox2 1s forwards;
}
.pn-choose-2-bg-circle {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-2-bg-circle {
    position: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-2-img {
    display: none;
  }
}

/*
    choose-2-end
*/
/*
    choose-3-start
*/
.pn-choose-3-area {
  background: var(--pn-clr-gd-1);
}
.pn-choose-3-wrap {
  margin-left: -172px;
  margin-right: -172px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-3-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.pn-choose-3-sec-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1020px;
}
.pn-choose-3-sec-title .right {
  max-width: 386px;
}
.pn-choose-3-sec-title .sec-disc {
  color: #fff;
  margin-bottom: 30px;
}
.pn-choose-3-sec-title .left {
  max-width: 360px;
}
.pn-choose-3-sec-title .pn-sec-title-1, .pn-choose-3-sec-title .pn-subtitle-1 {
  color: #fff;
}
.pn-choose-3-sec-title .pn-pr-btn-1 {
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%), #FFFFFF;
  color: #fff;
}
.pn-choose-3-sec-title .pn-pr-btn-1::before {
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%), #FFFFFF;
}
.pn-choose-3-slider .pn-features-2-item-inner {
  padding: 48px 32px;
  border-radius: 12px;
  max-width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-3-slider .pn-features-2-item-inner {
    padding: 48px 20px;
  }
}
.pn-choose-3-content {
  position: absolute;
  right: -138px;
  top: -140px;
  z-index: 1;
  max-width: 728px;
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-choose-3-content {
    display: flex;
    position: unset;
    margin-top: 50px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-3-content {
    display: flex;
    position: unset;
    margin-top: 50px;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.pn-choose-3-counter {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .pn-choose-3-counter {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-choose-3-counter {
    grid-template-columns: 1fr 1fr;
  }
}
.pn-choose-3-counter-single {
  background: #FFC857;
  padding: 80px 80px;
  padding-bottom: 135px;
}
@media (max-width: 767px) {
  .pn-choose-3-counter-single {
    padding: 60px 20px;
  }
}
.pn-choose-3-counter-single .number {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .pn-choose-3-counter-single .number {
    font-size: 40px;
  }
}
.pn-choose-3-counter-single .disc {
  opacity: 1;
  font-size: 20px;
  margin-bottom: 22px;
}
.pn-choose-3-counter-single .line {
  width: 48px;
  height: 1px;
  background: var(--pn-clr-black-1);
  margin-bottom: 22px;
}
.pn-choose-3-counter-single .pn-author-img-1 {
  position: relative;
  z-index: 1;
}
.pn-choose-3-counter-single:nth-child(2) {
  background-color: #F6F9FF;
}
.pn-choose-3-bg-img {
  width: 31%;
  position: absolute;
  bottom: 0;
  left: 15%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-choose-3-bg-img {
    display: none;
  }
}

/*
    choose-3-end
*/
/*
    offer-1-start
*/
.pn-offer-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .pn-offer-1-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-offer-1-card {
  background: var(--pn-clr-gd-1);
  border-radius: 32px;
  overflow: hidden;
  padding: 60px 60px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-offer-1-card {
    padding: 60px 25px;
    padding-bottom: 150px;
  }
}
.pn-offer-1-card .subtitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.pn-offer-1-card .title {
  font-size: 40px;
  max-width: 300px;
  color: #fff;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-offer-1-card .title {
    font-size: 30px;
  }
}
.pn-offer-1-card .main-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68%;
  text-align: right;
  z-index: -1;
}
.pn-offer-1-card .illus-1 {
  width: 27%;
  position: absolute;
  right: 8%;
  top: 23%;
  z-index: -2;
}
.pn-offer-1-card .illus-2 {
  position: absolute;
  bottom: -70px;
  left: -70px;
  width: 29%;
  z-index: -2;
}
.pn-offer-1-card .illus-3 {
  width: 9%;
  position: absolute;
  bottom: 17%;
  left: 21%;
  z-index: -1;
}
.pn-offer-1-card .illus-4 {
  width: 14%;
  position: absolute;
  top: 10%;
  left: 52%;
  z-index: -2;
}
.pn-offer-1-card .illus-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -3;
  width: 46%;
  text-align: right;
}
.pn-offer-1-card:nth-child(1) .item-btn {
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%);
}
.pn-offer-1-card:nth-child(1) .item-btn::before {
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%);
}
.pn-offer-1-card.style_2 {
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%);
}
.pn-offer-1-card.style_2 .illus-1 {
  right: 6%;
  top: 9%;
}
.pn-offer-1-card.style_2 .main-img {
  position: absolute;
  bottom: 20px;
  right: -90px;
}
.pn-offer-1-card.style_2 .illus-3 {
  bottom: 11%;
  left: 25%;
}
.pn-offer-1-card.style_2 .illus-4 {
  position: absolute;
  right: -15%;
  bottom: -41%;
  z-index: -3;
  width: 76%;
}
.pn-offer-1-card.style_2 .pn-pr-btn-1::before {
  background: var(--pn-clr-gd-1);
}
.pn-offer-1-card.style_2 .pn-pr-btn-1 {
  background: var(--pn-clr-gd-1);
}

/*
    offer-1-end
*/
/*
    offer-2-start
*/
.pn-offer-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 50px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-offer-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-offer-2-left {
  margin-top: 25px;
}
.pn-offer-2-sec-title .sec-disc {
  margin-top: 12px;
  max-width: 540px;
}
.pn-offer-2-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .pn-offer-2-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-offer-2-list {
    grid-template-columns: 1fr 1fr;
  }
}
.pn-offer-2-list li {
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pn-offer-2-list li i {
  font-size: 22px;
  margin-top: -2px;
  color: var(--pn-clr-sd-1);
}
.pn-offer-2-right .bg-illus-1 {
  position: absolute;
  right: -60px;
  bottom: -70px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-offer-2-right .bg-illus-1 {
    display: none;
  }
}
.pn-offer-2-playbtn {
  position: absolute;
  top: 50px;
  left: 16px;
  width: 148px;
  height: 130px;
  background: var(--pn-clr-pr-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  transition: var(--pn-cube-1);
}
.pn-offer-2-playbtn i {
  margin-left: -21px;
}
.pn-offer-2-playbtn:hover {
  background: var(--pn-clr-sd-1);
  color: #fff;
}
.pn-offer-2-img-1 {
  max-width: 526px;
  height: 430px;
  margin-left: auto;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.pn-offer-2-img-2 {
  max-width: 370px;
  height: 344px;
  padding: 16px;
  background: #fff;
  position: absolute;
  bottom: -125px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: 1;
}
.pn-offer-2-img-2 img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.pn-process-1-bg-illus-2.pn-offer-2-bg-illus {
  top: 11%;
  left: 4%;
}

/*
    offer-2-end
*/
/*
    video-1-start
*/
.pn-video-1-bg-clr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 644px;
  z-index: -2;
  overflow: hidden;
}
.pn-video-1-bg-clr .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pn-video-1-bg-clr .pn-bg-img {
  position: absolute;
  bottom: -54px;
  left: -70px;
}
.pn-video-1-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.pn-video-1-sec-title .left {
  max-width: 430px;
}
.pn-video-1-sec-title .pn-subtitle-1 {
  color: #fff;
}
.pn-video-1-sec-title .pn-sec-title-1 {
  color: #fff;
}
.pn-video-1-sec-title .right {
  max-width: 380px;
}
.pn-video-1-sec-title .sec-disc {
  color: #fff;
  opacity: 1;
  margin-bottom: 30px;
}
.pn-video-1-item {
  border-radius: 32px;
  height: 600px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-video-1-item {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-video-1-item {
    height: 400px;
  }
}
.pn-video-1-item .item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--pn-cube-1);
}
.pn-video-1-item:is(.active) .item-btn {
  opacity: 0;
}

/*
    video-1-end
*/
/*
    price-1-start
*/
/*
    price-3-start
*/
.pn-price-1-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-price-1-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-price-1-content .sec-disc {
  margin-top: 32px;
  max-width: 400px;
}
.pn-price-1-content .btn-elm {
  margin-top: 48px;
}
.pn-price-1-tabs-btn {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.pn-price-1-tabs-btn .nav-link {
  font-size: 18px;
  background: transparent;
  font-weight: 500;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: var(--pn-cube-1);
}
.pn-price-1-tabs-btn .nav-link .button-toggle {
  width: 50px;
  height: 28px;
  border: 1px solid rgba(46, 48, 51, 0.12);
  border-radius: 32px;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  cursor: auto;
  transition: var(--pn-cube-1);
}
.pn-price-1-tabs-btn .nav-link .button-toggle::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 5px;
  background: var(--pn-clr-pr-1);
  border-radius: 50%;
  transition: var(--pn-cube-1);
}
.pn-price-1-tabs-btn .nav-link:not(.active) {
  color: rgba(8, 8, 10, 0.6);
}
.pn-price-1-tabs-btn .nav-link:not(.active) .button-toggle::after {
  left: 23px;
}
.pn-price-1-tabs-btn .nav-link:not(.active):hover {
  color: var(--sr-clr-pr-1);
}
.pn-price-1-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .pn-price-1-table {
    grid-template-columns: 1fr;
  }
}
.pn-price-1-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pn-price-1-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--pn-clr-gd-1);
  z-index: -1;
  opacity: 0;
  transition: var(--pn-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-price-1-card {
    padding: 32px 22px;
  }
}
.pn-price-1-card .icon-x-title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: start;
}
.pn-price-1-card .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(122, 90, 248, 0.08);
  border-radius: 12px;
  font-size: 20px;
  color: var(--sr-clr-pr-1);
}
.pn-price-1-card .limited {
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
  padding: 4px 16px;
  transition: var(--pn-cube-1);
  background-color: var(--pn-clr-black-1);
  display: inline-block;
}
.pn-price-1-card .package-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 32px;
}
.pn-price-1-card .package-price {
  font-size: 60px;
  font-weight: 800;
  margin-top: 30px;
  line-height: 120%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-price-1-card .package-price {
    font-size: 40px;
  }
}
.pn-price-1-card .package-price span {
  color: var(--pn-clr-black-3);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.pn-price-1-card .card-line {
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 28px;
  opacity: 5%;
}
.pn-price-1-card .package-disc {
  margin-top: 20px;
}
.pn-price-1-card .package-btn {
  width: 100%;
  opacity: 1;
  text-align: center;
  color: var(--pn-clr-black-1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: 15px 10px;
  margin-top: 28px;
  transition: var(--pn-cube-1);
  background: transparent;
  justify-content: center;
}
.pn-price-1-card .package-btn::before {
  display: none;
}
.pn-price-1-card .package-features {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 17px;
}
.pn-price-1-card .package-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 1;
}
.pn-price-1-card .package-features li svg {
  width: 16px;
}
.pn-price-1-card .package-features li svg path {
  transition: var(--pn-cube-1);
}
.pn-price-1-card:hover::after {
  opacity: 1;
}
.pn-price-1-card:hover .limited {
  background: #fff;
  color: rgba(23, 23, 25, 0.6);
}
.pn-price-1-card:hover .package-disc {
  color: #fff;
}
.pn-price-1-card:hover .package-price {
  color: #fff;
}
.pn-price-1-card:hover .package-price span {
  color: #fff;
}
.pn-price-1-card:hover .package-btn {
  background: #fff;
  color: var(--pn-clr-black-1);
}
.pn-price-1-card:hover .package-features li {
  color: #fff;
}
.pn-price-1-card:hover .package-features li svg path {
  fill: #fff;
}
.pn-price-1-illus-1 {
  width: 8%;
  position: absolute;
  bottom: 7%;
  left: 5%;
  z-index: -1;
}
@media (max-width: 767px) {
  .pn-price-1-illus-1 {
    display: none;
  }
}
.pn-price-1-illus-1 img {
  animation: wa-rotated 5s ease-in-out infinite;
}

/*
    price-1-end
*/
/*
    testimonial-1-start
*/
.pn-testimonial-1-area {
  background: #F6F9FF;
}
.pn-testimonial-1-sec-title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pn-testimonial-1-item {
  border-radius: 12px;
  background: #fff;
  padding: 40px 40px;
  transition: var(--pn-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-testimonial-1-item {
    padding: 40px 20px;
  }
}
.pn-testimonial-1-item .item-author {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pn-testimonial-1-item .item-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.pn-testimonial-1-item .item-author-content .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.pn-testimonial-1-item .item-author-content .bio {
  opacity: 1;
}
.pn-testimonial-1-item .comment {
  margin-top: 40px;
  font-size: 20px;
  color: var(--pn-clr-black-3);
}
.pn-testimonial-1-item .rating-x-quote {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.pn-testimonial-1-item .item-rating {
  font-size: 22px;
  display: inline-flex;
  gap: 4px;
  color: var(--pn-clr-tp-1);
}
.pn-testimonial-1-item .quote-icon {
  font-size: 50px;
  color: var(--pn-clr-black-3);
}
.pn-testimonial-1-item .quote-icon i {
  line-height: 0.7;
}
.pn-testimonial-1-item:hover {
  background-color: #EDF5FF;
}
.pn-testimonial-1-bg-svg {
  max-width: 260px;
  position: absolute;
  right: -20px;
  top: -10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .pn-testimonial-1-bg-svg {
    display: none;
  }
}

.pn-products-1-slider-btn:is(.has-testimonial-1) {
  margin-top: 60px;
}

/*
    testimonial-1-end
*/
/*
    testimonial-2-start
*/
.pn-testimonial-2-area {
  background-color: #F6F9FF;
}
.pn-testimonial-2-bg-illus-2 {
  width: 29%;
  position: absolute;
  top: -250px;
  left: -250px;
  z-index: -1;
}
.pn-testimonial-2-sec-title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pn-testimonial-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.78fr;
  gap: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-testimonial-2-wrap {
    gap: 55px;
  }
}
@media (max-width: 767px) {
  .pn-testimonial-2-wrap {
    gap: 55px;
    grid-template-columns: 1fr;
  }
}
.pn-testimonial-2-img-single {
  height: 460px;
  border-radius: 400px 0 400px 400px;
}
.pn-testimonial-2-img .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.pn-testimonial-2-img .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
  opacity: 1 !important;
}
.pn-testimonial-2-content-single {
  position: relative;
  padding-top: 25px;
}
.pn-testimonial-2-content-single .icon {
  position: absolute;
  top: -8px;
  left: 0px;
  font-size: 80px;
  line-height: 1;
  color: var(--pn-clr-sd-1);
  opacity: 0.2;
  z-index: -1;
}
.pn-testimonial-2-content-single .comment {
  opacity: 1;
  font-size: 24px;
  margin-bottom: 32px;
}
.pn-testimonial-2-content-single .author-name {
  font-size: 24px;
  margin-bottom: 4px;
}
.pn-testimonial-2-content-single .author-bio {
  opacity: 1;
}
.pn-testimonial-2-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pn-testimonial-2-content-single .comment, .pn-testimonial-2-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pn-testimonial-2-content-single .author-name, .pn-testimonial-2-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pn-testimonial-2-content-single .author-bio {
  animation: fadeInUp2 0.5s backwards;
  animation-delay: 0.4s;
}
.pn-testimonial-2-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pn-testimonial-2-content-single .author-name {
  animation-delay: 0.5s;
}
.pn-testimonial-2-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pn-testimonial-2-content-single .author-bio {
  animation-delay: 0.6s;
}
.pn-testimonial-2-slider-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 48px;
}

/*
    testimonial-2-end
*/
/*
    testimonial-3-start
*/
.pn-testimonial-3-area {
  background-color: #F6F9FF;
}
.pn-testimonial-3-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.pn-testimonial-3-sec-title .left {
  max-width: 480px;
}
.pn-testimonial-3-sec-title .right {
  max-width: 370px;
}
.pn-testimonial-3-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-testimonial-3-wrap {
  display: grid;
  gap: 50px;
  max-width: 1150px;
  grid-template-columns: 1fr 1.8fr;
  margin-left: 35px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-testimonial-3-wrap {
    grid-template-columns: 1fr 1.2fr;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-testimonial-3-wrap {
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
.pn-testimonial-3-tabs-btn {
  display: flex;
  flex-direction: column;
  gap: 98px;
}
.pn-testimonial-3-tabs-btn .bg-shape {
  position: absolute;
  top: 13px;
  left: 29px;
  z-index: -1;
}
.pn-testimonial-3-tabs-btn .nav-link {
  background: transparent;
}
.pn-testimonial-3-tabs-btn .nav-link:is(.active) .author-name {
  color: var(--pn-clr-sd-1);
}
.pn-testimonial-3-tabs-btn-single {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.pn-testimonial-3-tabs-btn-single .item-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.pn-testimonial-3-tabs-btn-single .author-name {
  font-size: 20px;
  margin-bottom: 4px;
  transition: var(--pn-cube-1);
}
.pn-testimonial-3-tabs-btn-single:hover .author-name {
  color: var(--pn-clr-sd-1);
}
.pn-testimonial-3-tabs-btn .nav-item:nth-child(3) {
  margin-left: 112px;
}
.pn-testimonial-3-tabs-pane-single .rating {
  color: var(--pn-clr-tp-1);
  font-size: 20px;
  margin-bottom: 20px;
}
.pn-testimonial-3-tabs-pane-single .comment {
  font-size: 24px;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-testimonial-3-tabs-pane-single .comment {
    font-size: 20px;
  }
}
.pn-testimonial-3-tabs-pane .bg-icon {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 160px;
  z-index: -1;
  color: var(--pn-clr-sd-1);
  opacity: 6%;
}
.pn-testimonial-3-tabs-pane .tab-pane:is(.active) .pn-testimonial-3-tabs-pane-single .rating i {
  animation: fadeIn 0.5s backwards;
}
.pn-testimonial-3-tabs-pane .tab-pane:is(.active) .pn-testimonial-3-tabs-pane-single .rating i:nth-child(1) {
  animation-delay: 0.1s;
}
.pn-testimonial-3-tabs-pane .tab-pane:is(.active) .pn-testimonial-3-tabs-pane-single .rating i:nth-child(2) {
  animation-delay: 0.2s;
}
.pn-testimonial-3-tabs-pane .tab-pane:is(.active) .pn-testimonial-3-tabs-pane-single .rating i:nth-child(3) {
  animation-delay: 0.3s;
}
.pn-testimonial-3-tabs-pane .tab-pane:is(.active) .pn-testimonial-3-tabs-pane-single .rating i:nth-child(4) {
  animation-delay: 0.4s;
}
.pn-testimonial-3-tabs-pane .tab-pane:is(.active) .pn-testimonial-3-tabs-pane-single .rating i:nth-child(5) {
  animation-delay: 0.5s;
}
.pn-testimonial-3-tabs-pane .tab-pane:is(.active) .pn-testimonial-3-tabs-pane-single .comment {
  animation: fadeInUp2 0.5s backwards;
  animation-delay: 0.3s;
}

.pn-price-1-illus-1.pn-testimonial-3-illus-1 {
  left: unset;
  right: 4%;
}

/*
    testimonial-3-end
*/
/*
    services-2-start
*/
.pn-services-2-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.pn-services-2-sec-title .left {
  max-width: 340px;
}
.pn-services-2-sec-title .right {
  max-width: 370px;
}
.pn-services-2-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-services-2-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-services-2-wrap {
    flex-wrap: wrap;
  }
}
.pn-services-2-item {
  max-width: 306px;
  position: relative;
  z-index: 1;
  height: 496px;
  width: 100%;
  overflow: hidden;
  transition: var(--pn-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-services-2-item {
    max-width: 406px;
  }
}
.pn-services-2-item .btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 12px;
  padding-left: 12px;
  background: #fff;
  border-radius: 0 0 0 44px;
  z-index: 1;
  transition: var(--pn-cube-1);
  width: 76px;
  height: 76px;
  transform: translate(100%, -100%);
}
.pn-services-2-item .btn-wrap::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -35px;
  width: 35px;
  height: 21px;
  box-shadow: 19px 0 0 0 #fff;
  border-top-right-radius: 30px;
  z-index: -1;
}
.pn-services-2-item .btn-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -20px;
  right: 0;
  width: 35px;
  height: 21px;
  box-shadow: 19px 0 0 0 #fff;
  border-top-right-radius: 30px;
  z-index: -1;
}
.pn-services-2-item .btn-elm {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: var(--pn-clr-sd-1);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  transition: var(--pn-cube-1);
}
.pn-services-2-item .btn-elm:hover {
  transform: rotate(45deg);
}
.pn-services-2-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 76px);
  border-radius: 20px;
}
.pn-services-2-item .content-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: var(--pn-clr-gd-1);
  text-align: center;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 32px 10px;
  transform: translateX(-50%) translateY(-100px);
  max-width: 556px;
  width: 100%;
  opacity: 0;
  transition: var(--pn-cube-1);
  z-index: 1;
}
.pn-services-2-item .subtitle {
  color: #fff;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
}
.pn-services-2-item .title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-services-2-item .title {
    font-size: 32px;
  }
}
.pn-services-2-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-services-2-item .title:hover {
  color: #fff;
}
.pn-services-2-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-services-2-item:is(.active) {
    max-width: 635px;
  }
  .pn-services-2-item:is(.active) .btn-wrap {
    transform: translate(0%, 0%);
  }
  .pn-services-2-item:is(.active) .btn-elm {
    top: 0;
    right: 0;
    background: var(--pn-clr-gd-1);
  }
  .pn-services-2-item:is(.active) .content-wrap {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-services-2-item .btn-wrap {
    transform: translate(0%, 0%);
  }
  .pn-services-2-item .btn-elm {
    top: 0;
    right: 0;
  }
  .pn-services-2-item .content-wrap {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
}

/*
    services-2-end
*/
/*
    marquee-text-2-start
*/
.pn-marquee-text-2-area {
  background-color: #F6F9FF;
  padding-bottom: 80px;
}
.pn-marquee-text-2-wrap {
  background: linear-gradient(90deg, #FF12DC 0%, #FFB912 100%), linear-gradient(90deg, #7755FF 10%, #40A4DB 44%, #0CD2B3 100%);
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
.pn-marquee-text-2-wrap-2 {
  background: var(--pn-clr-gd-1);
  padding-top: 30px;
  padding-bottom: 25px;
  transform: rotate(-4deg);
  margin-right: -10px;
  margin-left: -10px;
}
.pn-marquee-text-2-text {
  display: flex;
  gap: 20px;
  align-items: center;
}
.pn-marquee-text-2-text .text-elm {
  font-size: 60px;
  line-height: 120%;
  color: #fff;
  opacity: 1;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-marquee-text-2-text .text-elm {
    font-size: 40px;
  }
}
.pn-marquee-text-2-text .icon-elm {
  font-size: 65px;
  line-height: 1;
  color: #fff;
  font-weight: 200;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-marquee-text-2-text .icon-elm {
    font-size: 45px;
  }
}

/*
    marquee-text-2-end
*/
/*
    features-2-start
*/
.pn-features-2-area {
  background-color: #F6F9FF;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-area {
    height: 3000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-2-area {
    padding-bottom: 100px;
  }
}
.pn-features-2-illus-1 {
  position: absolute;
  top: 8%;
  right: 8%;
  z-index: -1;
  overflow: visible;
}
.pn-features-2-illus-1 .path-1 {
  animation: wa-rotated 5s linear infinite;
  transform-origin: 32% 50%;
}
.pn-features-2-illus-1 .path-2 {
  animation: wa-rotated-minus 5s linear infinite;
  transform-origin: 68% 50%;
  animation-delay: 2.5s;
}
.pn-features-2-sec-title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-2-sec-title {
    margin-bottom: 50px;
  }
}
.pn-features-2-item-inner {
  max-width: 280px;
  padding: 38px 26px;
  padding-bottom: 100px;
  border-radius: 16px 16px 0 0;
  background: #fff;
  border: 1px solid #F4F4F6;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-2-item-inner {
    padding: 38px 26px;
  }
}
.pn-features-2-item-inner .icon {
  margin-bottom: 42px;
}
.pn-features-2-item-inner .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.pn-features-2-item-inner .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-features-2-item-inner .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-features-2-item-inner .disc {
  font-size: 16px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-pin {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    justify-content: space-between;
  }
}
.pn-features-2-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-wrap {
    height: 520px;
    padding-top: 390px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-circle {
    width: 1430px;
    height: 1430px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-left: -59px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-2-circle {
    display: inline-flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-item:is(._1) {
    position: absolute;
    bottom: 100%;
    left: 40%;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-item:is(._2) {
    position: absolute;
    bottom: 96%;
    right: 17%;
    transform: rotate(20deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-item:is(._3) {
    position: absolute;
    bottom: 82.5%;
    right: -4%;
    transform: rotate(45deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pn-features-2-item:is(._4) {
    position: absolute;
    bottom: 62%;
    right: -18%;
    transform: rotate(68deg);
  }
}
.pn-features-2-content-posi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-2-content-posi {
    display: none;
  }
}
.pn-features-2-content {
  text-align: center;
  padding-bottom: 40px;
}
.pn-features-2-content .bg-clr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.pn-features-2-card-title {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}
.pn-features-2-card-title-fix {
  height: 35px;
  overflow: hidden;
  margin-bottom: 10px;
}
.pn-features-2-card-title .single-title {
  font-size: 24px;
  color: #fff;
}
.pn-features-2-card-line {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.pn-features-2-card-line .line-bar {
  width: 40px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0%;
  top: -2px;
}

/*
    features-2-end
*/
/*
    features-3-start
*/
.pn-features-3-area {
  background-color: #F6F9FF;
}
.pn-features-3-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.05fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-3-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-features-3-sec-title .sec-disc {
  margin-top: 15px;
  max-width: 530px;
}
.pn-features-3-left .pn-offer-2-list {
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pn-features-3-right {
  position: relative;
  height: 1500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-3-right {
    height: auto;
  }
}

.pn-features-3-item {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
  will-change: margin-top;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-features-3-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-features-3-item {
    grid-template-columns: 1fr 1fr;
  }
}
.pn-features-3-item:nth-child(2) {
  margin-top: -195px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-3-item:nth-child(2) {
    margin-top: 0px;
  }
}
.pn-features-3-item:nth-child(2) .pn-features-3-item-single {
  background-color: #fff;
}
.pn-features-3-item:nth-child(3) {
  margin-top: -195px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-3-item:nth-child(3) {
    margin-top: 0px;
  }
}
.pn-features-3-item-single {
  text-align: center;
  background-color: #E7F2FF;
  border-radius: 12px;
  padding: 40px 20px;
}
.pn-features-3-item-single .icon {
  margin-bottom: 40px;
}
.pn-features-3-item-single .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.pn-features-3-item-single .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pn-features-3-item-single .title:hover {
  color: var(--pn-clr-pr-1);
}
.pn-features-3-item-single .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-features-3-item-single .disc {
  margin-bottom: 32px;
}
.pn-features-3-item-single .item-btn {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: var(--pn-cube-1);
}
.pn-features-3-item-single .item-btn::after {
  content: "";
  width: 0%;
  left: auto;
  right: 0;
  height: 1px;
  background: var(--pn-clr-pr-1);
  position: absolute;
  bottom: 0;
  transition: var(--pn-cube-1);
}
.pn-features-3-item-single .item-btn:hover {
  color: var(--pn-clr-pr-1);
}
.pn-features-3-item-single .item-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pn-features-3-illus-1 {
  position: absolute;
  bottom: 7%;
  left: 6%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-features-3-illus-1 {
    display: none;
  }
}

.pn-features-2-illus-1.pn-features-3-illus-3 {
  top: unset;
  right: unset;
  bottom: 3%;
  left: 33%;
  z-index: -1;
}

/*
    features-3-end
*/
/*
    projects-3-start
*/
.pn-projects-3-area {
  background-color: #F6F9FF;
}
.pn-projects-3-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.pn-projects-3-sec-title .left {
  max-width: 480px;
}
.pn-projects-3-sec-title .right {
  max-width: 340px;
}
.pn-projects-3-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-projects-3-item {
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pn-projects-3-item .item-img {
  width: 100%;
  height: 100%;
}
.pn-projects-3-item .item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: var(--pn-clr-gd-1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 26px;
  color: #fff;
  transition: var(--pn-cube-1);
  opacity: 0;
}
.pn-projects-3-item .item-btn:hover {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pn-projects-3-item .item-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #fff;
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 15px;
  gap: 12px;
  border-radius: 24px;
  opacity: 0;
  transform: translateY(24px);
  transition: var(--pn-cube-1);
  transition-delay: 0s;
}
.pn-projects-3-item .subtitle {
  opacity: 1;
  font-size: 16px;
}
.pn-projects-3-item .title {
  font-size: 24px;
}
.pn-projects-3-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pn-projects-3-item .title:hover {
  color: var(--pn-clr-pr-1);
}
.pn-projects-3-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-projects-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pn-projects-3-item:hover .item-btn {
  top: 45%;
  opacity: 1;
}
.pn-projects-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pn-projects-3-item:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.1s;
}
.pn-projects-3-slider-btn {
  display: flex;
  justify-content: center;
}

/*
    projects-3-end
*/
/*
    blog-1-start
*/
.pn-blog-1-bg-svg {
  position: absolute;
  top: -3px;
  left: 0;
  max-width: 200px;
  z-index: -1;
}
.pn-blog-1-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.pn-blog-1-sec-title .left {
  max-width: 340px;
}
.pn-blog-1-sec-title .right {
  max-width: 340px;
}
.pn-blog-1-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-blog-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-blog-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-blog-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pn-blog-1-item .item-img {
  height: 380px;
  border-radius: 32px;
  margin-bottom: 40px;
}
.pn-blog-1-item .categories {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  background: var(--pn-clr-sd-1);
  color: #fff;
  border-radius: 100px;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
.pn-blog-1-item .btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 12px;
  padding-left: 12px;
  background: #fff;
  border-radius: 0 0 0 44px;
  z-index: 1;
  transform: translate(100%, -100%);
  transition: var(--pn-cube-1);
  z-index: 2;
}
.pn-blog-1-item .btn-wrap::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -35px;
  width: 35px;
  height: 21px;
  box-shadow: 19px 0 0 0 #fff;
  border-top-right-radius: 30px;
  z-index: -1;
}
.pn-blog-1-item .btn-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -20px;
  right: 0;
  width: 35px;
  height: 21px;
  box-shadow: 19px 0 0 0 #fff;
  border-top-right-radius: 30px;
  z-index: -1;
}
.pn-blog-1-item .btn-elm {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: var(--pn-clr-gd-1);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  transition: var(--pn-cube-1);
}
.pn-blog-1-item .btn-elm:hover {
  transform: rotate(45deg);
}
.pn-blog-1-item .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-blog-1-item .title {
    font-size: 22px;
  }
}
.pn-blog-1-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-blog-1-item .title:hover {
  color: var(--pn-clr-pr-1);
}
.pn-blog-1-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-blog-1-item .item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.pn-blog-1-item .item-meta-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.pn-blog-1-item .item-meta-content .author-name {
  font-size: 20px;
  margin-bottom: 7px;
}
.pn-blog-1-item .item-meta-content-date {
  opacity: 1;
}
.pn-blog-1-item .item-meta-content-date span:not(:last-child) {
  position: relative;
  z-index: 1;
  padding-right: 15px;
  margin-right: 15px;
}
.pn-blog-1-item .item-meta-content-date span:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--pn-clr-black-3);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -2px;
}
.pn-blog-1-item:hover .btn-wrap {
  transform: translate(0%, 0%);
}

/*
    blog-1-end
*/
/*
    blog-2-start
*/
.pn-blog-2-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.pn-blog-2-sec-title .left {
  max-width: 350px;
}
.pn-blog-2-sec-title .right {
  max-width: 337px;
}
.pn-blog-2-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-blog-2-wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.4fr 1fr;
}
@media (max-width: 767px) {
  .pn-blog-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pn-blog-2-item .item-img {
  height: 360px;
  border-radius: 24px;
  margin-bottom: 32px;
}
.pn-blog-2-item .content-wrap {
  padding: 0 12px;
}
.pn-blog-2-item .title {
  font-size: 32px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-blog-2-item .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .pn-blog-2-item .title {
    font-size: 22px;
  }
}
.pn-blog-2-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-blog-2-item .title:hover {
  color: var(--pn-clr-pr-1);
}
.pn-blog-2-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-blog-2-item .disc {
  margin-bottom: 40px;
}

.pn-price-1-illus-1.pn-blog-2-bg-illus-1 {
  left: unset;
  right: 2%;
  top: 8%;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-price-1-illus-1.pn-blog-2-bg-illus-1 {
    display: none;
  }
}

/*
    blog-2-end
*/
/*
    blog-3-start
*/
.pn-blog-3-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.pn-blog-3-sec-title .left {
  max-width: 480px;
}
.pn-blog-3-sec-title .right {
  max-width: 370px;
}
.pn-blog-3-sec-title .sec-disc {
  margin-bottom: 30px;
}
.pn-blog-3-wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-blog-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-blog-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-blog-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.pn-blog-3-item .item-img {
  height: 340px;
  border-radius: 24px;
}
.pn-blog-3-item .content-wrap {
  padding: 0 12px;
}
.pn-blog-3-item .meta-item {
  border-bottom: 1px solid rgba(46, 48, 51, 0.1);
  padding: 30px 0;
  opacity: 1;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
.pn-blog-3-item .meta-item .line {
  width: 52px;
  height: 1px;
  background: #121212;
  opacity: 40%;
}
.pn-blog-3-item .title {
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-blog-3-item .title {
    font-size: 20px;
  }
}
.pn-blog-3-item .title a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-blog-3-item .title:hover {
  color: var(--pn-clr-pr-1);
}
.pn-blog-3-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-blog-3-item .item-btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  transition: var(--pn-cube-1);
}
.pn-blog-3-item .item-btn .icon {
  width: 32px;
  height: 32px;
  background: var(--pn-clr-gd-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  transition: var(--pn-cube-1);
}
.pn-blog-3-item .item-btn:hover {
  color: var(--pn-clr-sd-1);
}
.pn-blog-3-item .item-btn:hover .icon {
  background: var(--pn-clr-sd-1);
  transform: translateX(-3px);
}

/*
    blog-3-end
*/
/*
    team-2-start
*/
.pn-team-2-sec-title {
  max-width: 500px;
}
.pn-team-2-sec-title .btn-wrap {
  margin-top: 50px;
}
.pn-team-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: end;
  margin-top: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-team-2-wrap {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-team-2-wrap {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-team-2-wrap {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-team-2-wrap {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
.pn-team-2-member {
  height: 440px;
  border-radius: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pn-team-2-member .member-img {
  width: 100%;
  height: 100%;
}
.pn-team-2-member .member-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  background: linear-gradient(115.47deg, rgba(255, 255, 255, 0.6) -76.83%, rgba(255, 255, 255, 0.3) 98.12%);
  text-align: center;
  border-radius: 0 0 200px 200px;
  padding: 24px 24px;
  z-index: 1;
  overflow: hidden;
}
.pn-team-2-member .member-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--pn-clr-gd-1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: var(--pn-cube-1);
  opacity: 0;
}
.pn-team-2-member .member-name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}
.pn-team-2-member .member-name a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: var(--pn-cube-1);
  transition: var(--pn-cube-1);
}
.pn-team-2-member .member-name:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.pn-team-2-member .bio {
  color: #fff;
  opacity: 1;
  font-weight: 500;
}
.pn-team-2-member:hover .member-content::after {
  opacity: 1;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-team-2-member:nth-child(2) {
    height: 500px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-team-2-member:nth-child(3) {
    height: 560px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pn-team-2-member:nth-child(4) {
    height: 620px;
  }
}

/*
    team-2-end
*/
/*
    counter-2-start
*/
.pn-counter-2-area {
  margin-top: -176px;
}
.pn-counter-2-wrap {
  background: var(--pn-clr-gd-1);
  padding: 48px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  border-radius: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-counter-2-wrap {
    padding: 48px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-counter-2-wrap {
    padding: 48px 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-counter-2-wrap {
    padding: 48px 20px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-counter-2-wrap {
    padding: 48px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.pn-counter-2-item {
  background: linear-gradient(115.47deg, rgba(255, 255, 255, 0.5) -76.83%, rgba(255, 255, 255, 0.2) 98.12%);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
}
.pn-counter-2-item .icon {
  width: 72px;
  height: 72px;
  background: rgba(226, 220, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 24px;
}
.pn-counter-2-item .number {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
.pn-counter-2-item .disc {
  opacity: 1;
  color: #fff;
}
.pn-counter-2-item:hover .icon img {
  animation: jackInTheBox2 1s forwards;
}
.pn-counter-2-illus-1 {
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-counter-2-illus-1 {
    display: none;
  }
}

/*
    counter-2-end
*/
/*
    faqs-3-start
*/
.pn-faqs-3-area {
  background-color: #F6F9FF;
}
.pn-faqs-3-sec-title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pn-faqs-3-wrap {
  display: grid;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  gap: 110px;
  grid-template-columns: 1.93fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-faqs-3-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-faqs-3-wrap {
    gap: 50px;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 767px) {
  .pn-faqs-3-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.pn-faqs-3-tabs-btn .nav-link {
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 30px 0px;
  text-align: left;
  transition: 0.2s;
  border-bottom: 1px solid rgba(46, 48, 51, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-faqs-3-tabs-btn .nav-link {
    padding: 22px 15px;
  }
}
.pn-faqs-3-tabs-btn .nav-link .number {
  color: var(--pn-clr-sd-1);
}
.pn-faqs-3-tabs-btn .nav-link .icon {
  width: 30px;
  height: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
}
.pn-faqs-3-tabs-btn .nav-link .icon .line {
  width: 100%;
  height: 2px;
  background: var(--pn-clr-sd-1);
  transition: all 0.4s ease-in-out;
}
.pn-faqs-3-tabs-btn .nav-link:is(.active) .icon .line:nth-child(1) {
  transform: rotate(45deg) translateY(4px);
}
.pn-faqs-3-tabs-btn .nav-link:is(.active) .icon .line:nth-child(2) {
  transform: rotate(-45deg) translateY(-4px);
}
.pn-faqs-3-tabs-btn .nav-link:hover {
  color: var(--pn-clr-sd-1);
}
.pn-faqs-3-tabs-pane {
  background: var(--pn-clr-pr-1);
  border-radius: 16px;
  padding: 32px 32px;
}
.pn-faqs-3-tabs-pane .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}
.pn-faqs-3-tabs-pane .line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 40px;
}
.pn-faqs-3-tabs-pane .disc {
  font-size: 20px;
  color: #fff;
  opacity: 100%;
}
.pn-faqs-3-bg-illus-2 {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: -1;
  overflow: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-faqs-3-bg-illus-2 {
    display: none;
  }
}
.pn-faqs-3-bg-illus-2 path:nth-child(2) {
  animation: pn-faqs-3-bg-illus-2_kf 6s linear infinite;
}
.pn-faqs-3-bg-illus-3 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: -1;
  overflow: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-faqs-3-bg-illus-3 {
    display: none;
  }
}

@keyframes pn-faqs-3-bg-illus-2_kf {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-50px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*
    faqs-3-end
*/
/*
    cta-1-start
*/
.pn-cta-1-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-cta-1-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-cta-1-wrap {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
}
.pn-cta-1-wrap-bg-clr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 32px;
  height: calc(100% - 94px);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pn-cta-1-wrap-bg-clr {
    height: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-cta-1-wrap-bg-clr {
    height: 100%;
  }
}
.pn-cta-1-content {
  margin-bottom: 60px;
  max-width: 600px;
}
.pn-cta-1-content .title {
  color: #fff;
  margin-bottom: 8px;
  line-height: 110%;
}
.pn-cta-1-content .disc {
  color: #fff;
  opacity: 1;
  margin-bottom: 32px;
}
.pn-cta-1-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pn-cta-1-form .form-input {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 100px;
  height: 65px;
  padding: 0 20px;
  color: #fff;
  opacity: 1;
  max-width: 310px;
  width: 100%;
}
.pn-cta-1-form .form-btn {
  background: var(--pn-clr-sd-1);
  padding: 19px 32px;
}
.pn-cta-1-form .form-btn::before {
  display: none;
}
.pn-cta-1-illus-1 {
  width: 9%;
  position: absolute;
  right: 1%;
  top: 21%;
  z-index: -1;
}

/*
    cta-1-end
*/
/*
    footer-1-start
*/
.pn-footer-1-area {
  padding-top: 345px;
  background-size: 100% 100%;
  margin-top: -220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-footer-1-area {
    background-size: cover;
    background-position: center;
  }
}
.pn-footer-1-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pn-footer-1-widget .widget-title {
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pn-footer-1-widget .widget-title {
    font-size: 22px;
  }
}
.pn-footer-1-widget .widget-title::after {
  content: "";
  width: 72px;
  height: 3px;
  background: var(--pn-clr-sd-1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pn-footer-1-widget .widget-title::before {
  content: "";
  width: 24px;
  height: 3px;
  border-left: 6px solid #1B1B1D;
  border-right: 6px solid #1B1B1D;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 1;
  animation: f1widgetLine 7s linear infinite;
}
.pn-footer-1-widget:nth-child(3) .widget-title::before {
  animation-delay: 1s;
}
.pn-footer-1-widget:nth-child(4) .widget-title::before {
  animation-delay: 3s;
}
.pn-footer-1-widget ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pn-footer-1-widget ul a {
  font-family: var(--pn-font-1);
  font-weight: 400;
  font-size: 18px;
  color: #F4F4F6;
  line-height: 140%;
  transition: var(--pn-cube-1);
  position: relative;
  z-index: 1;
}
.pn-footer-1-widget ul a::after {
  content: "";
  width: 0%;
  left: auto;
  right: 0;
  height: 1px;
  background: var(--pn-clr-sd-1);
  position: absolute;
  bottom: 0;
  transition: var(--pn-cube-1);
}
.pn-footer-1-widget ul a:hover {
  color: var(--pn-clr-sd-1);
}
.pn-footer-1-widget ul a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pn-footer-1-logo {
  margin-bottom: 24px;
}
.pn-footer-1-disc {
  max-width: 240px;
}
.pn-footer-1-disc .disc {
  margin-bottom: 60px;
  color: #fff;
}
.pn-footer-1-social {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.pn-footer-1-social .link-elm {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.pn-footer-1-social .link-elm:hover {
  background: var(--pn-clr-sd-1);
  color: #fff;
  border-color: transparent;
}
.pn-footer-1-contact {
  max-width: 240px;
}
.pn-footer-1-contact .address {
  color: #F4F4F6;
  margin-bottom: 32px;
}
.pn-footer-1-contact .email {
  color: #F4F4F6;
  margin-bottom: 6px;
  transition: var(--pn-cube-1);
}
.pn-footer-1-contact .email:hover {
  color: var(--pn-clr-sd-1);
  opacity: 1;
}
.pn-footer-1-contact .phone {
  color: #fff;
  font-size: 24px;
  transition: var(--pn-cube-1);
}
.pn-footer-1-contact .phone:hover {
  color: var(--pn-clr-sd-1);
}
.pn-footer-1-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 0;
}
.pn-footer-1-copyright {
  color: #fff;
  opacity: 1;
}
.pn-footer-1-copyright a {
  color: var(--sr-clr-pr-1);
  transition: var(--pn-cube-1);
}
.pn-footer-1-copyright a:hover {
  color: var(--pn-clr-sd-1);
}
.pn-footer-1-payment {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pn-footer-1-payment img {
  transition: var(--pn-cube-1);
}
.pn-footer-1-payment img:hover {
  transform: scale(97%);
}

@keyframes f1widgetLine {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
    footer-1-end
*/
/*
    pages
*/
/*
    home-css-start
*/
/*
    home-css-end
*/

/*# sourceMappingURL=main.css.map */
