:root {
  scroll-behavior: inherit;
  --sk-font-1: "Inter", sans-serif;
  --sk-font-2: "Mona Sans", sans-serif;
  --sk-clr-pr-1: #8532F9;
  --sk-clr-pr-2: #59D51D;
  --sk-clr-pr-3: #FE0D3A;
  --sk-clr-pr-4: #E50FF2;
  --sk-clr-pr-5: #3B49E0;
  --sk-clr-pr-6: #DC5729;
  --sk-clr-pr-7: #FF9774;
  --sk-clr-sd-1: #FA9145;
  --sk-clr-sd-4: #6342F5;
  --sk-clr-sd-5: #863AEB;
  --sk-clr-black-1: #050221;
  --sk-clr-black-2: #110F20;
  --sk-clr-black-3: #002101;
  --sk-clr-black-4: #454B45;
  --sk-clr-black-5: #020224;
  --sk-clr-black-6: #000704;
  --sk-clr-black-7: #4C504E;
  --sk-clr-black-8: #04030D;
  --sk-clr-white-1: #EBEBEB;
  --sk-clr-white-2: #E5E5E5;
  --sk-clr-gd-1: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  --sk-clr-gd-2: linear-gradient(180deg, #002101 40.38%, #59D51D 100%);
  --sk-clr-gd-3: linear-gradient(270deg, #620903 0%, #FE0D3A 40.27%, #FE0D3A 60.99%, #620903 100%);
  --sk-clr-gd-4: linear-gradient(94.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  --sk-clr-gd-6: linear-gradient(99.13deg, #1B1107 0%, #0F0402 25.13%, #571709 50.19%, #DC5729 74.98%, #EE9737 100%);
  --sk-clr-gd-7: linear-gradient(90deg, #663CF6 0%, #7C48EB 22.98%, #DF7CB5 52.95%, #FF9774 79.3%, #FEE89C 100%);
  --sk-clr-gd-8: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  --sk-cube-1: all .4s cubic-bezier(.18,.82,.41,1);
  --sk-cube-2: linear(0,.154 3.4%,.994 12.4%,1.141 15.2%,1.206 18%,1.197 21.6%,1.01 31.2%,.957 37.2%,1.009 56.2%,1);
}

body {
  font-family: var(--sk-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(--sk-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
*/
.mb-24 {
  margin-bottom: 24px;
}

.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;
}

.mr-0 {
  margin-right: 0 !important;
}

.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: 1400px) {
  .container.sk-container-1 {
    max-width: 1344px;
  }
  .container.sk-container-2 {
    max-width: 1320px;
  }
}
/*
    custom-container-end
*/
/*
    03. typography
*/
/*
    typography-start
*/
.sk-p-1 {
  font-family: var(--sk-font-1);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.555;
  opacity: 80%;
  margin-bottom: 0;
}

.sk-p-2 {
  font-family: var(--sk-font-1);
  font-weight: 400;
  font-size: 18px;
  color: var(--sk-clr-black-4);
  line-height: 1.555;
  margin-bottom: 0;
}

.sk-p-3 {
  font-family: var(--sk-font-1);
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 1.555;
  opacity: 88%;
  margin-bottom: 0;
}

.sk-p-4 {
  font-family: var(--sk-font-1);
  font-weight: 400;
  font-size: 18px;
  color: var(--sk-clr-black-4);
  line-height: 1.555;
  margin-bottom: 0;
}

.sk-p-5 {
  font-family: var(--sk-font-1);
  line-height: 150%;
  color: var(--sk-clr-black-7);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.sk-p-6 {
  font-family: var(--sk-font-1);
  color: var(--sk-clr-white-2);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.sk-p-7 {
  font-family: var(--sk-font-1);
  color: var(--sk-clr-black-7);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.sk-h-1 {
  font-family: var(--sk-font-2);
  font-weight: 600;
  color: #fff;
  line-height: 1.555;
  margin-bottom: 0;
}

.sk-h-2 {
  font-family: var(--sk-font-1);
  font-weight: 600;
  color: var(--sk-clr-black-3);
  line-height: 1.133;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.sk-h-3 {
  font-family: var(--sk-font-2);
  font-weight: 600;
  color: #fff;
  line-height: 1.083;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.sk-h-4 {
  font-family: var(--sk-font-2);
  font-weight: 600;
  color: var(--sk-clr-black-5);
  line-height: 1.086;
  margin-bottom: 0;
}

.sk-h-5 {
  font-family: var(--sk-font-1);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  color: var(--sk-clr-black-6);
}

.sk-h-6 {
  font-family: var(--sk-font-1);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  color: #fff;
}

.sk-h-7 {
  font-family: var(--sk-font-1);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: var(--sk-clr-black-6);
  margin-bottom: 0;
}

.sk-subtitle-1 {
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  padding: 3px;
  padding-right: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.sk-subtitle-1-text {
  font-family: var(--sk-font-2);
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sk-subtitle-1-text .has-clr {
  background: var(--sk-clr-pr-1);
  box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.88);
  border-radius: 100px;
  padding: 4px 13px;
}
.sk-subtitle-1::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--sk-clr-black-2);
  z-index: -1;
  border-radius: 100px;
}
.sk-subtitle-1::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  animation: sk-subtitle-1 10s ease-in-out infinite;
}

@keyframes sk-subtitle-1 {
  0% {
    left: -20%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -20%;
  }
}
.sk-subtitle-2 {
  font-family: var(--sk-font-1);
  display: inline-block;
  background: linear-gradient(180deg, #FFFFFF 0%, #E9E9E9 100%);
  box-shadow: 1px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  padding: 5px 15px;
}
.sk-subtitle-2-text {
  background: linear-gradient(180deg, #2E6F0F 0%, #59D51D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sk-subtitle-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 1px;
  background: linear-gradient(to bottom, #D9D9D9 0%, #FFFFFF 100%);
  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;
}

.sk-subtitle-4 {
  font-family: var(--sk-font-2);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  display: inline-flex;
  border: 1px solid var(--sk-clr-sd-4);
  border-radius: 100px;
  background: #fff;
  padding: 6px 15px;
  outline: 6px solid rgba(99, 66, 245, 0.12);
  margin-bottom: 17px;
}
.sk-subtitle-4-text {
  background: var(--sk-clr-gd-4);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sk-subtitle-5 {
  font-family: var(--sk-font-1);
  font-size: 15px;
  color: var(--sk-clr-black-6);
  font-weight: 400;
  letter-spacing: -0.02em;
  border: 1px solid #D7D7D7;
  display: inline-block;
  border-radius: 100px;
  padding: 1px;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.sk-subtitle-5::after {
  content: "";
  width: 20%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 8%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--sk-clr-pr-5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: skSubtitle5kf 6s ease-in-out infinite;
}
.sk-subtitle-5::before {
  content: "";
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 8%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--sk-clr-pr-5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: skSubtitle5kf 6s ease-in infinite;
}
.sk-subtitle-5 .elm-border {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  padding: 3px 4px;
  padding-right: 16px;
}
.sk-subtitle-5 .icon-elm {
  width: 35px;
  height: 35px;
  background-color: var(--sk-clr-pr-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-subtitle-5 .icon-elm::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 15px;
  background: #FFFFFF;
  filter: blur(10px);
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@keyframes skSubtitle5kf {
  0% {
    left: 10%;
  }
  50% {
    left: 70%;
  }
  100% {
    left: 10%;
  }
}
.sk-subtitle-6 {
  font-family: var(--sk-font-1);
  color: #fff;
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.1;
  align-items: center;
  margin-bottom: 20px;
}
.sk-subtitle-6 .line {
  width: 40px;
  height: 1px;
  background: linear-gradient(-90deg, var(--sk-clr-pr-6), transparent);
  align-items: center;
  position: relative;
  z-index: 1;
}
.sk-subtitle-6 .line::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--sk-clr-pr-6);
  top: -3px;
  right: 0;
  z-index: 1;
}
.sk-subtitle-6 .line:nth-child(3) {
  background: linear-gradient(90deg, var(--sk-clr-pr-6), transparent);
}
.sk-subtitle-6 .line:nth-child(3)::after {
  right: unset;
  left: 0;
}

.sk-subtitle-7 {
  font-family: var(--sk-font-1);
  font-size: 15px;
  color: var(--sk-clr-black-6);
  font-weight: 400;
  letter-spacing: -0.02em;
  border: 1px solid #D7D7D7;
  display: inline-block;
  border-radius: 100px;
  padding: 1px;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.sk-subtitle-7::after {
  content: "";
  width: 20%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 8%;
  background: linear-gradient(90deg, #FEE89C 0%, #EB355C 50.34%, #FEE89C 100%);
  animation: skSubtitle5kf 6s ease-in-out infinite;
}
.sk-subtitle-7::before {
  content: "";
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 8%;
  background: linear-gradient(90deg, #FEE89C 0%, #EB355C 50.34%, #FEE89C 100%);
  animation: skSubtitle5kf 6s ease-in infinite;
}
.sk-subtitle-7 .elm-border {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  padding: 3px 4px;
  padding-right: 16px;
}
.sk-subtitle-7 .icon-elm {
  width: 35px;
  height: 35px;
  background: var(--sk-clr-gd-7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-subtitle-7 .icon-elm::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 15px;
  background: #FFFFFF;
  filter: blur(10px);
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@keyframes skSubtitle5kf {
  0% {
    left: 10%;
  }
  50% {
    left: 70%;
  }
  100% {
    left: 10%;
  }
}
.sk-sec-title-1 {
  font-family: var(--sk-font-2);
  color: #fff;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  line-height: 1.086;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-sec-title-1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-sec-title-1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .sk-sec-title-1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-sec-title-1 {
    font-size: 36px;
  }
}

.sk-sec-title-2 {
  font-family: var(--sk-font-1);
  line-height: 1.09;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 44px;
  margin-bottom: 0;
  color: var(--sk-clr-black-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-sec-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-sec-title-2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-sec-title-2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-sec-title-2 {
    font-size: 34px;
  }
}

.sk-sec-title-3 {
  font-family: var(--sk-font-2);
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 48px;
  line-height: 1.083;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-sec-title-3 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-sec-title-3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-sec-title-3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-sec-title-3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-sec-title-3 {
    font-size: 34px;
  }
}

.sk-sec-title-4 {
  font-family: var(--sk-font-2);
  font-weight: 600;
  font-size: 46px;
  line-height: 1.086;
  letter-spacing: -0.01em;
  color: var(--sk-clr-black-5);
  margin-bottom: 0;
}
.sk-sec-title-4 img {
  margin-top: -11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-sec-title-4 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-sec-title-4 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-sec-title-4 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-sec-title-4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-sec-title-4 {
    font-size: 34px;
  }
}

.sk-sec-title-5 {
  font-family: var(--sk-font-1);
  font-weight: 600;
  line-height: 120%;
  color: var(--sk-clr-black-6);
  letter-spacing: -0.02em;
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-sec-title-5 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-sec-title-5 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-sec-title-5 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-sec-title-5 {
    font-size: 34px;
  }
}

.sk-sec-title-6 {
  font-family: var(--sk-font-1);
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-size: 40px;
  margin-bottom: 0;
}
.sk-sec-title-6 .has-opacity {
  opacity: 0.6;
  display: inline;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-sec-title-6 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-sec-title-6 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-sec-title-6 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-sec-title-6 {
    font-size: 34px;
  }
}

.sk-sec-title-7 {
  font-family: var(--sk-font-1);
  font-weight: 600;
  line-height: 120%;
  font-size: 40px;
  color: var(--sk-clr-black-6);
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-sec-title-7 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-sec-title-7 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-sec-title-7 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-sec-title-7 {
    font-size: 34px;
  }
}

/*
    typography-end
*/
/*
    05. button
*/
/*
    button-start
*/
.sk-offcanvas-btn-1 {
  width: 48px;
  height: 48px;
  box-shadow: inset 0px 0px 8px #FFFFFF;
  border-radius: 10px;
  font-size: 20px;
  background: var(--sk-clr-pr-1);
  color: #fff;
}

.sk-offcanvas-btn-2 {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  padding: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-offcanvas-btn-2::after {
  content: "";
  width: 140%;
  height: 140%;
  background: var(--sk-clr-gd-6);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  animation: wa-rotated 5s linear infinite;
}
.sk-offcanvas-btn-2 .elm-border {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 6px;
  transition: var(--sk-cube-1);
}
.sk-offcanvas-btn-2 .elm-border svg * {
  transition: var(--sk-cube-1);
}
.sk-offcanvas-btn-2:hover .elm-border {
  background-color: transparent;
}
.sk-offcanvas-btn-2:hover .elm-border svg * {
  fill: #fff;
}

.sk-pr-btn-2 {
  display: inline-flex;
  font-family: var(--sk-font-1);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background: var(--sk-clr-gd-1);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 18px 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-2 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-2 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-2 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-2 .bg-clr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.sk-pr-btn-2 .bg-clr::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--sk-clr-gd-1);
  position: absolute;
  top: -20px;
  left: -20px;
  filter: blur(17px);
  animation: skPrBtn2 5s ease-in-out infinite;
}
.sk-pr-btn-2 .bg-clr::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--sk-clr-sd-1);
  position: absolute;
  top: -20px;
  right: -20px;
  filter: blur(17px);
  animation: skPrBtn2-2 5s linear infinite;
}
.sk-pr-btn-2:hover {
  color: #fff;
}
.sk-pr-btn-2:hover .bg-clr {
  opacity: 1;
}
.sk-pr-btn-2:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-2:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes skPrBtn2 {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(20px, 20px);
  }
  20% {
    transform: translate(30px, -10px);
  }
  30% {
    transform: translate(40px, 0px);
  }
  40% {
    transform: translate(50px, -20px);
  }
  50% {
    transform: translate(70px, -20px);
  }
  60% {
    transform: translate(70px, 10px);
  }
  70% {
    transform: translate(90px, 10px);
  }
  80% {
    transform: translate(110px, 0px);
  }
  90% {
    transform: translate(50px, 19px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes skPrBtn2-2 {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-20px, 20px);
  }
  20% {
    transform: translate(-30px, -10px);
  }
  30% {
    transform: translate(-40px, 0px);
  }
  40% {
    transform: translate(-50px, -20px);
  }
  50% {
    transform: translate(-70px, -20px);
  }
  60% {
    transform: translate(-70px, 10px);
  }
  70% {
    transform: translate(-90px, 10px);
  }
  80% {
    transform: translate(-110px, 0px);
  }
  90% {
    transform: translate(-50px, 19px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.sk-pr-btn-1 {
  font-family: var(--sk-font-1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 18px 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 6px;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: linear-gradient(to right, rgb(10, 7, 69) 0%, rgba(23, 22, 64, 0) 54%, rgb(10, 7, 69) 100%);
  z-index: -1;
  border-radius: 8px;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0) 89%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  opacity: 27%;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1 .icon {
  color: var(--sk-clr-sd-1);
}
.sk-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-1:hover {
  color: #fff;
  background: var(--sk-clr-pr-1);
}
.sk-pr-btn-1:hover .bg-clr {
  opacity: 0;
}
.sk-pr-btn-1:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-1:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

.sk-pr-btn-3 {
  font-family: var(--sk-font-1);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--sk-clr-black-3);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: var(--sk-clr-pr-2);
  box-shadow: 6px 12px 14px rgba(59, 152, 15, 0.32);
  border-radius: 8px;
  padding: 16px 25px;
  border: 1px solid transparent;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-3 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-3 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-3 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-3:hover {
  background: #F0F0F0;
  border-color: #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.03);
}
.sk-pr-btn-3:hover i {
  color: var(--sk-clr-pr-2);
}
.sk-pr-btn-3:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-3:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}
.sk-pr-btn-3:is(.has-border) {
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(0, 33, 1, 0.16);
}
.sk-pr-btn-3:is(.has-border) .icon {
  color: var(--sk-clr-pr-2);
}
.sk-pr-btn-3:is(.has-border):hover {
  background: #F0F0F0;
  border-color: #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.03);
}

.sk-pr-btn-4 {
  font-family: var(--sk-font-2);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-4 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-4 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-4 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-4 .btn-border-2 {
  background: var(--sk-clr-gd-3);
  border-radius: 100px;
  padding: 15px 27px;
  border: 3px solid #2D2020;
}
.sk-pr-btn-4 .btn-border {
  padding: 2px;
  border-radius: 100px;
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-pr-btn-4 .btn-border::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, rgb(254, 13, 58) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: skBtn3kf 3s ease-in-out infinite;
}
.sk-pr-btn-4:hover {
  color: #fff;
}
.sk-pr-btn-4:hover .btn-border::after {
  animation-play-state: paused;
}
.sk-pr-btn-4:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-4:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes skBtn3kf {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sk-pr-btn-5 {
  font-family: var(--sk-font-1);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  transition: var(--sk-cube-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, rgb(229, 15, 242) 100%);
  box-shadow: 0px 42px 107px rgba(80, 48, 224, 0.34), 0px 24.7206px 32.2574px rgba(80, 48, 224, 0.1867), 0px 10.2677px 13.3981px rgba(80, 48, 224, 0.22), 0px 3.71362px 4.84582px rgba(80, 48, 224, 0.153301), inset 0px 1px 18px 2px #363687, inset 0px 1px 4px 2px #363687 !important;
}
.sk-pr-btn-5 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-5 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-5 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, rgb(229, 15, 242) 100%);
  padding: 1px;
  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(--sk-cube-1);
}
.sk-pr-btn-5 .btn-border {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  display: inline-flex;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-5 .btn-border::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(99, 66, 245, 0) 0%, rgb(255, 255, 255) 50%, rgba(99, 66, 245, 0) 100%);
  opacity: 0.7;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-5 .bg-noise {
  padding: 16px 24px;
  border-radius: 10px;
  overflow: hidden;
}
.sk-pr-btn-5:hover {
  color: #fff;
  background: linear-gradient(-90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, rgb(229, 15, 242) 100%);
}
.sk-pr-btn-5:hover::before {
  background: linear-gradient(-90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, rgb(229, 15, 242) 100%);
}
.sk-pr-btn-5:hover .btn-border::after {
  animation-play-state: paused;
}
.sk-pr-btn-5:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-5:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

.sk-pr-btn-6 {
  font-family: var(--sk-font-1);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: var(--sk-cube-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #1F1F3D 0%, #020224 100%);
  padding: 16px 24px;
}
.sk-pr-btn-6 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-6 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-6 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(153deg, rgba(99, 66, 245, 0) 0%, rgba(255, 255, 255, 0) 62%, rgb(229, 15, 242) 100%);
  padding: 2px;
  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(--sk-cube-1);
}
.sk-pr-btn-6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(-32deg, rgba(99, 66, 245, 0) 0%, rgba(255, 255, 255, 0) 62%, rgb(229, 15, 242) 100%);
  padding: 2px;
  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(--sk-cube-1);
  opacity: 0;
}
.sk-pr-btn-6:hover {
  color: #fff;
}
.sk-pr-btn-6:hover::after {
  opacity: 1;
}
.sk-pr-btn-6:hover::before {
  opacity: 0;
}
.sk-pr-btn-6:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-6:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

.sk-pr-btn-7 {
  font-family: var(--sk-font-1);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: inline-block;
  transition: var(--sk-cube-1);
  position: relative;
  background: var(--sk-clr-black-5);
  box-shadow: inset 0px 0px 7px rgba(255, 255, 255, 0.5) !important;
  border-radius: 8px;
  padding: 16px 24px;
}
.sk-pr-btn-7 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-7 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-7 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-7::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  filter: blur(9px);
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-7:hover {
  color: #fff;
}
.sk-pr-btn-7:hover::after {
  opacity: 0;
}
.sk-pr-btn-7:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-7:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

.sk-pr-btn-8 {
  font-family: var(--sk-font-1);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  font-size: 16px;
  letter-spacing: -0.05em;
  background-color: var(--sk-clr-pr-5);
  border-radius: 12px;
  padding: 16px 25px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 1px, transparent 0px, transparent 3px);
}
.sk-pr-btn-8 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-8 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(-100%);
}
.sk-pr-btn-8 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-8::after {
  content: "";
  width: 134px;
  height: 54px;
  background: #FFFFFF;
  filter: blur(30px);
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(to right, rgb(86, 116, 233) 0%, rgba(86, 116, 233, 0.6) 100%);
  padding: 1px;
  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;
}
.sk-pr-btn-8:hover {
  color: #fff;
}
.sk-pr-btn-8:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-8:hover .text::before {
  opacity: 0;
  transform: translateY(100%);
}
.sk-pr-btn-8:hover::after {
  top: 150%;
  opacity: 0;
}

.sk-pr-btn-9 {
  font-family: var(--sk-font-1);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  font-size: 16px;
  letter-spacing: -0.05em;
  background: linear-gradient(286.68deg, #263C85 0%, #0A0A20 100%);
  border-radius: 12px;
  padding: 16px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-pr-btn-9 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-9 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-9 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(-90deg, #1D1C2D 0%, #4A4A60 100%);
  padding: 1px;
  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;
}
.sk-pr-btn-9::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--sk-clr-pr-5);
  filter: blur(21px);
  transform: translate(100%, 100%);
  z-index: -1;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.sk-pr-btn-9:hover {
  color: #fff;
}
.sk-pr-btn-9:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-9:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}
.sk-pr-btn-9:hover::after {
  transform: translate(0, 0);
  opacity: 1;
  filter: blur(10px);
}

.sk-pr-btn-10 {
  font-family: var(--sk-font-1);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  font-size: 16px;
  letter-spacing: -0.05em;
  border-radius: 12px;
  padding: 16px 25px;
  position: relative;
  z-index: 1;
}
.sk-pr-btn-10 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-10 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-10 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(to right, #3B49E0 0%, #182353 50%, #3B49E0 100%);
  padding: 1px;
  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;
}
.sk-pr-btn-10 .line-1 {
  width: 30%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 8%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  animation: skBtn10kf 4s ease-in infinite;
}
.sk-pr-btn-10 .line-2 {
  width: 30%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 8%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  animation: skBtn10kf 4s ease-in-out infinite;
}
.sk-pr-btn-10:hover {
  color: #fff;
  background-color: var(--sk-clr-pr-5);
}
.sk-pr-btn-10:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-10:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes skBtn10kf {
  0% {
    left: 8%;
  }
  50% {
    left: 67%;
  }
  100% {
    left: 8%;
  }
}
.sk-pr-btn-11 {
  font-family: var(--sk-font-1);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 14px 17px;
  overflow: hidden;
  display: inline-flex;
}
.sk-pr-btn-11::after {
  content: "";
  width: 110%;
  height: 320%;
  position: absolute;
  top: -54px;
  left: -5px;
  background: var(--sk-clr-gd-6);
  z-index: -2;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-11::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sk-pr-btn-11:hover {
  color: #fff;
}
.sk-pr-btn-11:hover::after {
  animation: wa-rotated 5s linear infinite;
}
.sk-pr-btn-11:hover .text {
  animation: shakeX2 1s;
}

.sk-pr-btn-12 {
  font-family: var(--sk-font-1);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 1px;
  overflow: hidden;
  display: inline-flex;
}
.sk-pr-btn-12::after {
  content: "";
  width: 110%;
  height: 320%;
  position: absolute;
  top: -54px;
  left: -5px;
  background: var(--sk-clr-gd-6);
  z-index: -2;
  animation: wa-rotated 5s linear infinite;
}
.sk-pr-btn-12 .btn-border {
  padding: 14px 17px;
  background-color: var(--sk-clr-black-6);
  border-radius: 8px;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-12:hover {
  color: #fff;
}
.sk-pr-btn-12:hover .btn-border {
  background-color: transparent;
}
.sk-pr-btn-12:hover .text {
  animation: shakeX2 1s;
}

.sk-pr-btn-13 {
  font-family: var(--sk-font-1);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  font-size: 16px;
  letter-spacing: -0.05em;
  border-radius: 120px;
  padding: 7px 8px;
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-pr-btn-13 .text {
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-13 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--sk-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.sk-pr-btn-13 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--sk-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.sk-pr-btn-13 .icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-13::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, #663CF6 0%, #7C48EB 22.98%, #DF7CB5 52.95%, #FF9774 79.3%, #FEE89C 100%);
  z-index: -1;
  transform: translateY(100%);
  transition: var(--sk-cube-1);
  filter: blur(20px);
  border-radius: 120px;
  opacity: 0;
}
.sk-pr-btn-13::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--sk-clr-gd-7);
  z-index: -1;
  transition: var(--sk-cube-1);
  border-radius: 120px;
  transition: opacity 1s;
}
.sk-pr-btn-13:hover {
  color: #fff;
}
.sk-pr-btn-13:hover::after {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0px);
}
.sk-pr-btn-13:hover::before {
  opacity: 0;
}
.sk-pr-btn-13:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.sk-pr-btn-13:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}
.sk-pr-btn-13:hover .icon {
  transform: rotate(45deg);
}
.sk-pr-btn-13:is(.has-border) {
  background: transparent;
  border: 1px solid #D7D7D7;
  color: var(--sk-clr-black-6);
}
.sk-pr-btn-13:is(.has-border) .icon {
  background-color: var(--sk-clr-black-6);
  color: #fff;
}
.sk-pr-btn-13:is(.has-border)::before {
  opacity: 0;
}
.sk-pr-btn-13:is(.has-border):hover {
  color: #fff;
}
.sk-pr-btn-13:is(.has-v2) {
  padding: 15px 32px;
}
.sk-pr-btn-13:is(.has-v2)::before {
  background: var(--sk-clr-gd-8);
  z-index: -1;
  box-shadow: inset 0px 0px 8px #FFFFFF !important;
}

.sk-pr-btn-14 {
  font-family: var(--sk-font-1);
  background-color: #D7D7D7;
  color: var(--sk-clr-black-6);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  position: relative;
  z-index: 1;
  border-radius: 200px;
  padding: 1px;
  overflow: hidden;
  display: inline-flex;
}
.sk-pr-btn-14::after {
  content: "";
  width: 110%;
  height: 320%;
  position: absolute;
  top: -54px;
  left: -5px;
  background: linear-gradient(90deg, rgba(254, 232, 156, 0) 0%, #FEE89C 30%, #EB355C 50.34%, #FEE89C 70%, rgba(254, 232, 156, 0) 100%);
  z-index: -2;
  animation: wa-rotated 5s linear infinite;
}
.sk-pr-btn-14 .btn-border {
  padding: 14px 17px;
  background-color: #F5F6F8;
  border-radius: 200px;
  transition: var(--sk-cube-1);
  position: relative;
  z-index: 1;
}
.sk-pr-btn-14 .btn-border::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--sk-clr-gd-7);
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-pr-btn-14:hover {
  color: #fff;
}
.sk-pr-btn-14:hover .btn-border::after {
  opacity: 1;
}
.sk-pr-btn-14:hover::after {
  opacity: 0;
}

/*
    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(--sk-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(--sk-clr-sd-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--sk-clr-sd-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
*/
.sk-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: var(--sk-clr-black-2);
  transition: 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 2000px;
}
.sk-loader .item-favicon-border {
  width: 94px;
  height: 94px;
  background: var(--sk-clr-black-2);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-sd-1);
  border-radius: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.sk-loader .item-favicon-border-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-sd-1);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
}
.sk-loader .item-favicon-border-line-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-sd-1);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
  animation-delay: 1s;
}
.sk-loader .item-favicon-border-line-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-sd-1);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
  animation-delay: 2s;
}
@keyframes skf2item-favicon-border-line-3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.sk-loader:is(.loaded) {
  opacity: 0;
}
.sk-loader:is(.loaded) .item-favicon-border {
  transform: scale(1.3);
}
.sk-loader:is(.has-home-2) {
  background-color: #EBEBEB;
}
.sk-loader:is(.has-home-2) .item-favicon-border {
  background-color: #EBEBEB;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-pr-2);
}
.sk-loader:is(.has-home-2) .item-favicon-border-line-1 {
  border-color: var(--sk-clr-pr-2);
}
.sk-loader:is(.has-home-2) .item-favicon-border-line-2 {
  border-color: var(--sk-clr-pr-2);
}
.sk-loader:is(.has-home-2) .item-favicon-border-line-3 {
  border-color: var(--sk-clr-pr-2);
}
.sk-loader:is(.has-home-3) {
  background-color: #120101;
}
.sk-loader:is(.has-home-3) .item-favicon-border {
  background: #120101;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-pr-3);
}
.sk-loader:is(.has-home-3) .item-favicon-border-line-1 {
  border-color: var(--sk-clr-pr-3);
}
.sk-loader:is(.has-home-3) .item-favicon-border-line-2 {
  border-color: var(--sk-clr-pr-3);
}
.sk-loader:is(.has-home-3) .item-favicon-border-line-3 {
  border-color: var(--sk-clr-pr-3);
}
.sk-loader:is(.has-home-4) {
  background-color: var(--sk-clr-black-5);
}
.sk-loader:is(.has-home-4) .item-favicon-border {
  background: var(--sk-clr-black-5);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-pr-4);
}
.sk-loader:is(.has-home-4) .item-favicon-border-line-1 {
  border-color: var(--sk-clr-pr-4);
}
.sk-loader:is(.has-home-4) .item-favicon-border-line-2 {
  border-color: var(--sk-clr-pr-4);
}
.sk-loader:is(.has-home-4) .item-favicon-border-line-3 {
  border-color: var(--sk-clr-pr-4);
}
.sk-loader:is(.has-home-5) {
  background-color: var(--sk-clr-black-6);
}
.sk-loader:is(.has-home-5) .item-favicon-border {
  background: var(--sk-clr-black-6);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-pr-5);
}
.sk-loader:is(.has-home-5) .item-favicon-border-line-1 {
  border-color: var(--sk-clr-pr-5);
}
.sk-loader:is(.has-home-5) .item-favicon-border-line-2 {
  border-color: var(--sk-clr-pr-5);
}
.sk-loader:is(.has-home-5) .item-favicon-border-line-3 {
  border-color: var(--sk-clr-pr-5);
}
.sk-loader:is(.has-home-6) {
  background-color: var(--sk-clr-black-6);
}
.sk-loader:is(.has-home-6) .item-favicon-border {
  background: var(--sk-clr-black-6);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-pr-6);
}
.sk-loader:is(.has-home-6) .item-favicon-border-line-1 {
  border-color: var(--sk-clr-pr-6);
}
.sk-loader:is(.has-home-6) .item-favicon-border-line-2 {
  border-color: var(--sk-clr-pr-6);
}
.sk-loader:is(.has-home-6) .item-favicon-border-line-3 {
  border-color: var(--sk-clr-pr-6);
}
.sk-loader:is(.has-home-7) {
  background-color: #F6F7F9;
}
.sk-loader:is(.has-home-7) .item-favicon-border {
  background-color: #F6F7F9;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px var(--sk-clr-pr-7);
}
.sk-loader:is(.has-home-7) .item-favicon-border-line-1 {
  border-color: var(--sk-clr-pr-7);
}
.sk-loader:is(.has-home-7) .item-favicon-border-line-2 {
  border-color: var(--sk-clr-pr-7);
}
.sk-loader:is(.has-home-7) .item-favicon-border-line-3 {
  border-color: var(--sk-clr-pr-7);
}

@keyframes skPreloaderKf {
  to {
    transform: rotate(360deg);
  }
}
/*
	preloader-css-end
*/
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

  xrotate-1

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

  xtype

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

  xrotate-2

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

  xloading-bar

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

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

  xslide

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* --------------------------------

  xclip

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

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

  xzoom

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* --------------------------------

  xrotate-3

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

  xscale

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

  xpush

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/*
    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 !important;
  animation-timing-function: var(--sk-cube-1);
}

@keyframes fadeInDown2 {
  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);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
  animation-duration: 400ms !important;
  animation-timing-function: var(--sk-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 !important;
  animation-timing-function: var(--sk-cube-1);
}

@-webkit-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);
  }
}
@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);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox2;
  animation-name: jackInTheBox2;
}

@keyframes shakeX2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__shakeX2 {
  -webkit-animation-name: shakeX2;
  animation-name: shakeX2;
}

@-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, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 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, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY2 {
  -webkit-animation-name: shakeY2;
  animation-name: shakeY2;
}

@-webkit-keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -20px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp2 {
  -webkit-animation-name: zoomInUp2;
  animation-name: zoomInUp2;
}

@-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;
  }
}
.animate__backInDown2 {
  -webkit-animation-name: backInDown2;
  animation-name: backInDown2;
}

/*
    wow-plus-end
*/
/*
    elements-start
*/
/*
    elements-end
*/
@keyframes skGlowEffect1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.skGlowEffect1 {
  animation: skGlowEffect1 2s linear infinite;
}

@keyframes skGlowEffect2 {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.4;
  }
}
.skGlowEffect2 {
  animation: skGlowEffect2 2s linear infinite;
}

.sk-playbtn-1 {
  width: 108px;
  height: 108px;
  background: rgba(0, 33, 1, 0.18);
  box-shadow: inset 0px -4px 9px rgba(0, 33, 1, 0.2) !important;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  color: var(--sk-clr-black-3);
  transition: var(--sk-cube-1);
}
.sk-playbtn-1:hover {
  background: var(--sk-clr-pr-2);
}

.sk-img-ani-1 {
  position: relative;
  z-index: 1;
}
.sk-img-ani-1::after {
  content: "";
  width: 100%;
  height: 40px;
  background: #f9f9f9;
  position: absolute;
  top: -130%;
  left: 0;
  transform: rotate(-37deg) scale(1.4) translate(-98px, 130px);
  transition: 1s ease-in-out;
  filter: blur(10px);
}
.sk-img-ani-1:is(.active)::after {
  top: 105%;
}

.wa_split_4 {
  overflow: hidden;
}

.wa_split_clr_1 div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(0, 7, 4) 50%, rgba(104, 104, 104, 0.3) 50%);
}

.wa_split_clr_2 div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(123, 132, 129) 50%, rgba(104, 104, 104, 0.2) 50%);
}

.sk-pagination-1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tz-pagination li,
.sk-pagination-1 .link-elm {
  width: 40px;
  height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sk-font-1);
  font-size: 16px;
  font-weight: 500;
  color: var(--sk-clr-black-6);
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.tx-pagination .current::after,
.tz-pagination li::after,
.sk-pagination-1 .link-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.tx-pagination .current,
.tz-pagination li:hover,
.sk-pagination-1 .link-elm:hover {
  color: #fff;
}
.tx-pagination .current::after,
.tz-pagination li:hover::after,
.sk-pagination-1 .link-elm:hover::after {
  opacity: 1;
}
.tz-pagination li a:is(.prev)::before,
.tz-pagination li a:is(.next)::before,
.sk-pagination-1 .link-elm:is(.has-btn)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--sk-clr-gd-7);
  padding: 1px;
  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;
  pointer-events: none;
  transition: var(--sk-cube-1);
}

/*
    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 rgba(133, 50, 249, 0.4);
  background-color: var(--sk-clr-back-2);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--sk-clr-pr-1);
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top:hover {
  color: var(--sk-clr-sd-1);
  border-color: var(--sk-clr-sd-1);
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}
.wa-back-to-top:is(.has-home-2) {
  border-color: var(--sk-clr-pr-2);
  color: var(--sk-clr-pr-2);
}
.wa-back-to-top:is(.has-home-3) {
  border-color: rgba(254, 13, 58, 0.5);
  color: var(--sk-clr-pr-3);
}
.wa-back-to-top:is(.has-home-3):hover {
  border-color: rgb(254, 13, 58);
}
.wa-back-to-top:is(.has-home-4) {
  border-color: rgba(99, 66, 245, 0.5);
  color: var(--sk-clr-sd-4);
}
.wa-back-to-top:is(.has-home-4):hover {
  border-color: var(--sk-clr-sd-4);
}
.wa-back-to-top:is(.has-home-5) {
  border-color: rgba(59, 73, 224, 0.3);
  color: var(--sk-clr-pr-5);
}
.wa-back-to-top:is(.has-home-5):hover {
  border-color: var(--sk-clr-pr-5);
}
.wa-back-to-top:is(.has-home-6) {
  border-color: rgba(220, 87, 41, 0.5);
  color: var(--sk-clr-pr-6);
}
.wa-back-to-top:is(.has-home-6):hover {
  border-color: var(--sk-clr-pr-6);
}

/*
    start-back-to-end
*/
/*
    layout
*/
/*
    15. header
*/
/*
    header-1-start
*/
.sk-header-1-area {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 3;
}
.sk-header-1-area::after {
  content: "";
  width: 200px;
  height: 200px;
  background: #3619C3;
  position: absolute;
  border-radius: 50%;
  filter: blur(91px);
  transform: translateX(-50%);
  left: 50%;
  top: -180px;
  z-index: 1;
  pointer-events: none;
}
.sk-header-1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: 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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-header-1-menu {
    background: rgba(255, 255, 255, 0.06);
    border: 1.4px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset -4px -1px 8px rgba(134, 58, 235, 0.31);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    padding: 0 28px;
  }
}
.sk-header-1-menu::after {
  content: "";
  width: 150px;
  height: 1.5px;
  background: radial-gradient(50% 2785.71% at 50% 50%, #EA9354 0%, #8D40D7 54.06%, #3E3555 100%);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  animation: skHeader1Line 10s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-header-1-menu::after {
    display: none;
  }
}
.sk-header-1-menu::before {
  content: "";
  width: 150px;
  height: 4px;
  background: radial-gradient(50% 2785.71% at 50% 50%, #EA9354 0%, #8D40D7 54.06%, rgba(62, 53, 85, 0) 100%);
  filter: blur(2px);
  border-radius: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  animation: skHeader1Line 10s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-header-1-menu::before {
    display: none;
  }
}
.sk-header-1-action-link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sk-header-1-action-link .sk-pr-btn-1 {
  padding: 16px 23px;
}
@media (max-width: 767px) {
  .sk-header-1-action-link .sk-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-1-action-link .sk-pr-btn-1 {
    display: inline-flex;
  }
}
.sk-header-1-action-link .sk-pr-btn-2 {
  padding: 16px 23px;
  background: var(--sk-clr-pr-1);
}
@media (max-width: 767px) {
  .sk-header-1-action-link .sk-pr-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-1-action-link .sk-pr-btn-2 {
    display: inline-flex;
  }
}
.sk-header-1-action-link .sk-pr-btn-2 .bg-clr {
  opacity: 0;
}
.sk-header-1-action-link .sk-pr-btn-2:hover .bg-clr {
  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) {
  .sk-header-1-action-link .sk-offcanvas-btn-1 {
    display: none;
  }
}

@keyframes skHeader1Line {
  0% {
    left: 3%;
  }
  50% {
    left: 73%;
  }
  100% {
    left: 3%;
  }
}
.sk-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}
.sk-main-navigation .navbar-nav li {
  flex: 0 0 auto;
}
.sk-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--sk-font-1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  transition: var(--sk-cube-1);
}
.sk-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.sk-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "";
  background-image: url("../img/illus/menu-1-arrow.svg");
  width: 11px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sk-main-navigation .navbar-nav li:hover > a {
  color: var(--sk-clr-pr-1);
  opacity: 1;
}
.sk-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.sk-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 0px 0px;
  height: auto;
  min-width: 200px;
  width: 100%;
  display: block;
  border-radius: 8px;
  position: absolute;
  background: var(--sk-clr-black-1);
  border-color: rgba(255, 255, 255, 0.2117647059);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transform-origin: top;
  transition: var(--sk-cube-1);
}
.sk-main-navigation .navbar-nav li:nth-child(1) ul {
    width: max-content;
}
.sk-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  transition: var(--sk-cube-1);
}
.sk-main-navigation .navbar-nav li .dropdown-menu li::after {
  display: none;
}
.sk-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  opacity: 1;
}
.sk-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.sk-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%;
}
.sk-main-navigation .navbar-nav li .dropdown-menu li:hover {
  background: var(--sk-clr-pr-1);
}
.sk-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: #fff;
}
.sk-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.sk-header-2-area {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sk-header-2-border {
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 12px;
  padding: 8px;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.sk-header-2-wrap {
  background: #F5F5F5;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-header-2-wrap {
    padding: 8px 12px;
  }
}
.sk-header-2-action-link .sk-offcanvas-btn-1 {
  background: var(--sk-clr-pr-2);
  color: #000;
}
@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) {
  .sk-header-2-action-link .sk-offcanvas-btn-1 {
    display: none;
  }
}
.sk-header-2-action-link .sk-pr-btn-3:nth-child(1) {
  box-shadow: inset 0px 0px 12px #FFFFFF;
  background: var(--sk-clr-black-3);
  color: #fff;
  padding: 14px 20px;
  border: none;
}
@media (max-width: 767px) {
  .sk-header-2-action-link .sk-pr-btn-3:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-2-action-link .sk-pr-btn-3:nth-child(1) {
    display: inline-flex;
  }
}
.sk-header-2-action-link .sk-pr-btn-3:nth-child(1):hover {
  background: #F0F0F0;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  color: var(--sk-clr-black-3);
}
.sk-header-2-action-link .sk-pr-btn-3:nth-child(2) {
  box-shadow: 4px 8px 14px rgba(59, 152, 15, 0.6), inset 0px 0px 9px rgba(0, 33, 1, 0.2);
  color: #fff;
  padding: 14px 20px;
}
@media (max-width: 767px) {
  .sk-header-2-action-link .sk-pr-btn-3:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-2-action-link .sk-pr-btn-3:nth-child(2) {
    display: inline-flex;
  }
}
.sk-header-2-action-link .sk-pr-btn-3:nth-child(2):hover {
  background: #F0F0F0;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  color: var(--sk-clr-black-3);
}

.sk-main-navigation:is(.has-header-2) .navbar-nav {
  gap: 28px;
}
.sk-main-navigation:is(.has-header-2) .navbar-nav li a {
  color: var(--sk-clr-black-3);
  padding: 20px 0;
}
.sk-main-navigation:is(.has-header-2) .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.sk-main-navigation:is(.has-header-2) .navbar-nav li:is(.dropdown) > a::before {
  background-image: url("../img/illus/menu-2-arrow.svg");
}
.sk-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu {
  background: #F5F5F5;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.sk-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li a {
  color: var(--sk-clr-black-3);
}
.sk-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li:hover {
  background: var(--sk-clr-pr-2);
}

/*
    header-2-end
*/
/*
    header-3-start
*/
.sk-header-3-area {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sk-header-3-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sk-header-3-action-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sk-header-3-action-link .sk-pr-btn-4 {
  font-size: 15px;
}
.sk-header-3-action-link .sk-pr-btn-4 .btn-border-2 {
  background: linear-gradient(270deg, #920B02 0%, #360000 40.27%, #360000 60.99%, #920B02 100%);
  padding: 8px 17px;
}
@media (max-width: 767px) {
  .sk-header-3-action-link .sk-pr-btn-4 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-3-action-link .sk-pr-btn-4 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .sk-header-3-action-link .sk-header-3-login-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-3-action-link .sk-header-3-login-btn {
    display: inline-block;
  }
}
.sk-header-3-action-link .sk-offcanvas-btn-1 {
  width: 42px;
  height: 42px;
  background: var(--sk-clr-gd-3);
}
@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) {
  .sk-header-3-action-link .sk-offcanvas-btn-1 {
    display: none;
  }
}
.sk-header-3-login-btn {
  color: #fff;
  font-weight: 500;
  transition: var(--sk-cube-1);
}
.sk-header-3-login-btn:hover {
  color: #FE0D3A;
}

.sk-main-navigation:is(.has-header-3) .navbar-nav li a {
  padding: 5px 0;
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li a::after {
  content: "";
  width: 155%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #120101 26.44%, #B12C21 100%);
  z-index: -1;
  border-radius: 100px;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li:is(.dropdown) > a::before {
  background-image: url("../img/illus/menu-3-arrow.svg");
  width: 8px;
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li:hover > a {
  color: #fff;
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li:hover > a::after {
  opacity: 1;
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu {
  background: #120101;
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu li a::after {
  width: 100%;
  border-radius: 6px;
}
.sk-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu li:hover {
  background: transparent;
}

/*
    header-3-end
*/
/*
    header-4-start
*/
.sk-header-4-area {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 3;
}
.sk-header-4-wrap {
  display: flex;
  justify-content: space-between;
  align-items: 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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-header-4-menu {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 0 25px;
  }
}
.sk-header-4-menu .bg-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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) {
  .sk-header-4-menu .bg-line {
    display: none;
  }
}
.sk-header-4-menu::after {
  content: "";
  width: 150px;
  height: 1px;
  background: linear-gradient(94.33deg, rgba(80, 48, 224, 0) 0%, #FFFFFF 50.96%, rgba(80, 48, 224, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  animation: skHeader1Line 10s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-header-4-menu::after {
    display: none;
  }
}
.sk-header-4-menu::before {
  content: "";
  width: 150px;
  height: 1px;
  background: linear-gradient(94.33deg, rgba(80, 48, 224, 0) 0%, #FFFFFF 50.96%, rgba(80, 48, 224, 0) 100%);
  border-radius: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0.5;
  animation: skHeader1Line 10s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-header-4-menu::before {
    display: none;
  }
}
.sk-header-4-action-link {
  display: flex;
  gap: 24px;
  align-items: center;
}
.sk-header-4-action-link .sk-offcanvas-btn-1 {
  box-shadow: inset 0px 0px 8px #FFFFFF;
  background: var(--sk-clr-gd-4);
  transition: var(--sk-cube-1);
}
.sk-header-4-action-link .sk-offcanvas-btn-1:hover {
  background: var(--sk-clr-pr-4);
}
@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) {
  .sk-header-4-action-link .sk-offcanvas-btn-1 {
    display: none;
  }
}
.sk-header-4-action-link .sk-header-3-login-btn {
  color: var(--sk-clr-pr-4);
  border-bottom: 1px solid;
  border-color: transparent;
}
.sk-header-4-action-link .sk-header-3-login-btn:hover {
  border-color: var(--sk-clr-pr-4);
}
@media (max-width: 767px) {
  .sk-header-4-action-link .sk-header-3-login-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .sk-header-4-action-link .sk-pr-btn-7 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-4-action-link .sk-pr-btn-7 {
    display: inline-block;
  }
}

@keyframes skHeader1Line {
  0% {
    left: 3%;
  }
  50% {
    left: 73%;
  }
  100% {
    left: 3%;
  }
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li {
  position: relative;
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li::after {
  content: "";
  background: linear-gradient(180deg, #5030E0 20.2%, rgba(80, 48, 224, 0.84) 42.2%, #E50FF2 76.01%);
  filter: blur(2px);
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li::before {
  content: "";
  background: linear-gradient(180.63deg, #5030E0 20.2%, rgba(80, 48, 224, 0.84) 42.2%, #E50FF2 76.01%);
  filter: blur(2px);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f103";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background-image: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  color: var(--sk-clr-sd-4);
  transition: var(--sk-cube-1);
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li:hover::after {
  opacity: 0.2;
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li:hover::before {
  opacity: 0.2;
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li:hover > a {
  color: var(--sk-clr-pr-4);
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li:hover > a::before {
  color: var(--sk-clr-pr-4);
}
.sk-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu {
  background: rgba(2, 2, 36, 0.9);
  backdrop-filter: blur(6px);
}

/*
    header-4-end
*/
/*
    header-5-start
*/
.sk-header-5-area {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sk-header-5-container {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.sk-header-5-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sk-header-5-menu {
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.sk-header-5-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(to right, #1D1C2D 0%, #4A4A60 100%);
  padding: 1px;
  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;
}
.sk-header-5-action-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-header-5-action-link .sk-offcanvas-btn-1 {
  width: 52px;
  height: 52px;
  background: var(--sk-clr-pr-5);
  transition: var(--sk-cube-1);
}
.sk-header-5-action-link .sk-offcanvas-btn-1:hover {
  color: var(--sk-clr-black-8);
}
@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) {
  .sk-header-5-action-link .sk-offcanvas-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .sk-header-5-action-link .sk-pr-btn-8 {
    display: none;
  }
}
@media (max-width: 767px) {
  .sk-header-5-action-link .sk-pr-btn-9 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-5-action-link .sk-pr-btn-9 {
    display: inline-flex;
  }
}

.sk-main-navigation:is(.has-header-5) .navbar-nav {
  gap: 0;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li {
  border-radius: 12px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(8.68deg, #2A293B 6.62%, rgba(42, 41, 59, 0) 90.92%);
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
  border-radius: 12px;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li a {
  padding: 14px 0;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li:is(.dropdown) > a {
  padding-right: 12px;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background-image: unset;
  width: auto;
  height: auto;
  font-size: 12px;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li:hover::after {
  opacity: 1;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li:hover > a {
  color: var(--sk-clr-pr-5);
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li:hover > a::after {
  opacity: 1;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu {
  background: var(--sk-clr-black-8);
  border-color: rgba(255, 255, 255, 0.1);
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu li {
  padding: 0;
  background: transparent;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu li::after {
  display: block;
}
.sk-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--sk-clr-pr-5);
}

/*
    header-5-end
*/
/*
    header-6-start
*/
.sk-header-6-area {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sk-header-6-container {
  max-width: 1776px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.sk-header-6-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sk-header-6-action-link {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .sk-header-6-action-link .sk-pr-btn-11 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-6-action-link .sk-pr-btn-11 {
    display: inline-flex;
  }
}

/*
    header-6-end
*/
/*
    header-7-start
*/
.sk-header-7-area {
  position: absolute;
  left: 0;
  width: 100%;
  top: 20px;
  z-index: 3;
}
.sk-header-7-container {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.sk-header-7-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@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) {
  .sk-header-7-wrap {
    gap: 20px;
  }
}
@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) {
  .sk-header-7-menu {
    border: 4px solid #fff;
    border-radius: 100px;
    padding: 0 24px;
    margin-right: auto;
  }
}
.sk-header-7-action-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-header-7-action-link .sk-offcanvas-btn-1 {
  border-radius: 50%;
  background: var(--sk-clr-gd-7);
  color: var(--sk-clr-black-6);
}
.sk-header-7-action-link .sk-offcanvas-btn-1:hover {
  color: #fff;
}
@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) {
  .sk-header-7-action-link .sk-offcanvas-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .sk-header-7-action-link .sk-pr-btn-13 {
    display: none;
  }
}
@media (max-width: 767px) {
  .sk-header-7-action-link .sk-pr-btn-14 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-header-7-action-link .sk-pr-btn-14 {
    display: inline-flex;
  }
}

.sk-main-navigation:is(.has-header-7) .navbar-nav {
  gap: 36px;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li {
  position: relative;
  z-index: 1;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li::after {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  background-color: #fff;
  border-radius: 120px;
  position: absolute;
  top: 0;
  left: -25px;
  z-index: -2;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #7745ED;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: -9px;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li a {
  font-weight: 500;
  background: linear-gradient(90deg, #663CF6 0%, #7C48EB 22.98%, #DF7CB5 52.95%, #FF9774 79.3%, #FEE89C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #000;
  text-fill-color: #000;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li:hover::after {
  opacity: 1;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li:hover::before {
  opacity: 1;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li:hover > a {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li .dropdown-menu {
  background-color: #fff;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li .dropdown-menu li {
  background-color: transparent;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li .dropdown-menu li a {
  transition: var(--sk-cube-1);
  font-weight: 400;
  font-size: 15px;
}
.sk-main-navigation:is(.has-header-7) .navbar-nav li .dropdown-menu li::before {
  display: none;
}

/*
    header-7-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
*/
.sk-hero-1-area {
  padding-top: 212px;
  padding-bottom: 130px;
}
.sk-hero-1-bg-line {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sk-hero-1-bg-shape-1 {
  width: 31%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}
.sk-hero-1-bg-shape-2 {
  text-align: right;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -4;
}
.sk-hero-1-bg-noise-1 {
  position: absolute;
  top: 13%;
  left: 1%;
  z-index: -5;
}
.sk-hero-1-bg-noise-2 {
  position: absolute;
  right: 3%;
  top: 28%;
  z-index: -5;
}
.sk-hero-1-content {
  margin-bottom: 200px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.sk-hero-1-content .sk-subtitle-1 {
  margin-bottom: 10px;
}
.sk-hero-1-content .hero-title {
  font-size: 56px;
  line-height: 1.071;
  font-weight: 600;
  margin-bottom: 21px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-1-content .hero-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-1-content .hero-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-1-content .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sk-hero-1-content .hero-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-1-content .hero-title {
    font-size: 38px;
  }
}
.sk-hero-1-content .hero-disc {
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}
.sk-hero-1-content .btn-wrap {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
}
.sk-hero-1-db {
  display: inline-block;
  padding-left: 95px;
  padding-top: 78px;
  padding-right: 44px;
  border-radius: 32px;
  /* outline: 4px solid rgb(44 43 58 / 30%); */
  box-shadow: 0px 0px 3px 6px rgba(44, 43, 58, 0.4);
}
.sk-hero-1-db-img {
  max-width: 990px;
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: start;
}
.sk-hero-1-db-img-single {
  will-change: transform;
}
.sk-hero-1-db-img-single img {
  width: 100%;
}
.sk-hero-1-db-img-single-border {
  border: 1px solid #1E233A;
  border-radius: 12px;
}
.sk-hero-1-db-img .left {
  display: grid;
  gap: 20px;
  align-items: start;
}
.sk-hero-1-db-img .row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.sk-hero-1-db-img .row-2 {
  display: grid;
  gap: 20px;
  align-items: start;
}
.sk-hero-1-db-img .row-3 {
  display: grid;
  gap: 20px;
  align-items: start;
}
.sk-hero-1-bottom-dot {
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}
.sk-hero-1-bottom-glow-1 {
  text-align: center;
  position: absolute;
  top: -62%;
  left: 0;
  width: 100%;
  z-index: -2;
  pointer-events: none;
  animation: sk-hero-1-bottom-glow-1 1s linear infinite;
}
.sk-hero-1-bottom-glow-2 {
  text-align: center;
  position: absolute;
  bottom: -46%;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.sk-hero-1-area:is(.active) .sk-hero-1-db-img-single img {
  width: 100%;
  animation: fadeInUp2 0.4s backwards;
  animation-delay: 1s;
}
.sk-hero-1-area:is(.active) .sk-hero-1-db-img-single:is(.img-2) img {
  animation-delay: 1.4s;
}
.sk-hero-1-area:is(.active) .sk-hero-1-db-img-single:is(.img-6) img {
  animation-delay: 1.2s;
}
.sk-hero-1-area:is(.active) .sk-hero-1-db-img-single:is(.img-4) img {
  animation-delay: 1.2s;
}
.sk-hero-1-area:is(.active) .sk-hero-1-db-img-single:is(.img-7) img {
  animation-delay: 1.4s;
}

@keyframes sk-hero-1-bottom-glow-1 {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.85;
  }
}
/*
    hero-1-end
*/
/*
    hero-2-start
*/
.sk-hero-2-area {
  padding-top: 185px;
}
.sk-hero-2-bg-line {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  z-index: -2;
}
.sk-hero-2-bg-shape-1 {
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sk-hero-2-bg-shape-2 {
  width: 38%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  text-align: right;
}
.sk-hero-2-content .btn-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
  justify-content: center;
}
.sk-hero-2-title {
  font-size: 60px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-2-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-2-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .sk-hero-2-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-2-title {
    font-size: 42px;
  }
}
.sk-hero-2-title .main-text {
  display: inline;
}
.sk-hero-2-title .main-text i {
  color: var(--sk-clr-pr-2);
  font-size: 44px;
  transform: translateY(-12px);
}
.sk-hero-2-title .icon-2 {
  font-size: 40px;
  transform: translateY(25px) translateX(-10px);
}
.sk-hero-2-title-writing {
  position: relative;
  z-index: 1;
  background: #EAEAEA;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 6px 14px;
  padding-right: 0;
  transform: translateY(5px);
  display: inline-block;
}
.sk-hero-2-title-writing .box-shape {
  width: 10px;
  height: 10px;
  position: absolute;
  border: 1px solid #fff;
  z-index: 1;
}
.sk-hero-2-title-writing .box-shape:is(.has-1) {
  top: -10px;
  left: -10px;
}
.sk-hero-2-title-writing .box-shape:is(.has-2) {
  top: -10px;
  right: -10px;
}
.sk-hero-2-title-writing .box-shape:is(.has-3) {
  bottom: -10px;
  left: -10px;
}
.sk-hero-2-title-writing .cd-words-wrapper::after {
  display: none;
}
.sk-hero-2-title-writing .cd-words-wrapper b {
  font-weight: inherit;
  background: var(--sk-clr-gd-2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sk-hero-2-disc {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.sk-hero-2-review {
  display: inline-flex;
  align-items: center;
  background: var(--sk-clr-white-1);
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 140px;
  padding: 8px 8px;
  gap: 8px;
  padding-right: 16px;
  margin-bottom: 20px;
}
.sk-hero-2-review .author-img {
  display: inline-flex;
}
.sk-hero-2-review .author-img-single {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 1px;
  background: var(--sk-clr-white-1);
}
.sk-hero-2-review .author-img-single:not(:first-child) {
  margin-left: -10px;
}
.sk-hero-2-review .author-img-single img {
  border-radius: 50%;
}
.sk-hero-2-review .ratting {
  font-size: 12px;
  color: var(--sk-clr-black-3);
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
  margin-bottom: 5px;
}
.sk-hero-2-review .ratting .text {
  margin-left: 6px;
  font-size: 16px;
}
.sk-hero-2-review .rating-text {
  font-size: 14px;
  line-height: 1;
}
.sk-hero-2-img {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sk-hero-2-img img {
  will-change: transform;
}
.sk-hero-2-img-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sk-hero-2-img-box .img-2 {
  position: absolute;
}

/*
    hero-2-end
*/
/*
    hero-3-start
*/
.sk-hero-3-area {
  padding-top: 180px;
}
.sk-hero-3-area::after {
  content: "";
  background: radial-gradient(93.6% 93.37% at 99.47% 101.33%, #B12C21 24.36%, #9B271D 30.71%, #651913 48.2%, #3A0E0B 64.48%, #120101 79.05%, #120101 91.39%, #120101 100%);
  opacity: 0.6;
  transform: matrix(0, -1, -1, 0, 0, 0);
  width: 515px;
  height: 515px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  animation: skGlowEffect2 1s linear infinite;
}
@media (max-width: 767px) {
  .sk-hero-3-area::after {
    width: 215px;
    height: 215px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-3-area::after {
    width: 315px;
    height: 315px;
  }
}
.sk-hero-3-area::before {
  content: "";
  background: radial-gradient(93.6% 93.37% at 99.47% 101.33%, #B12C21 24.36%, #9B271D 30.71%, #651913 48.2%, #3A0E0B 64.48%, #120101 79.05%, #120101 91.39%, #120101 100%);
  opacity: 0.6;
  transform: rotate(-90deg);
  width: 515px;
  height: 515px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  animation: skGlowEffect2 1s linear infinite;
}
@media (max-width: 767px) {
  .sk-hero-3-area::before {
    width: 215px;
    height: 215px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-3-area::before {
    width: 315px;
    height: 315px;
  }
}
.sk-hero-3-title {
  font-size: 56px;
  line-height: 1.071;
  font-weight: 700;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-3-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-3-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-3-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .sk-hero-3-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-3-title {
    font-size: 42px;
  }
}
.sk-hero-3-title-author {
  background: #271818;
  border-radius: 200px;
  display: inline-flex;
  align-items: center;
  padding: 4px;
}
.sk-hero-3-title-author .author-img {
  display: inline-flex;
  align-items: center;
}
.sk-hero-3-title-author .author-img-single {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #271818;
  display: inline-flex;
}
.sk-hero-3-title-author .author-img-single:not(:first-child) {
  margin-left: -14px;
}
.sk-hero-3-title-author .text {
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #BF2938 0%, #600509 100%);
  border: 2px solid #271818;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 1;
  border-radius: 50%;
  margin-left: -14px;
}
.sk-hero-3-title-author-border {
  display: inline-flex;
  padding: 1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 200px;
}
.sk-hero-3-title-author-border::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, rgb(254, 13, 58) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: skBtn3kf 3s ease-in-out infinite;
}
.sk-hero-3-disc {
  margin-bottom: 32px;
}
.sk-hero-3-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.sk-hero-3-apps {
  display: inline-flex;
  height: 280px;
  align-items: end;
}
.sk-hero-3-apps-single {
  width: 52px;
}
.sk-hero-3-apps-single:not(:first-child) {
  margin-left: -25px;
}
.sk-hero-3-favicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 242px;
  height: 242px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(18, 1, 1, 0.04) 100%);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.sk-hero-3-favicon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(0deg, var(--sk-clr-black-2) 0%, rgba(255, 255, 255, 0.3) 100%);
  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;
}
.sk-hero-3-favicon::after {
  content: "";
  width: 364px;
  height: 336px;
  background: radial-gradient(50% 50% at 50% 50%, #120101 67.07%, rgba(18, 1, 1, 0) 100%);
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sk-hero-3-favicon .favicon-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 184px;
  background: linear-gradient(180deg, #4A0508 0%, rgba(74, 5, 8, 0) 89.72%);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.sk-hero-3-favicon .favicon-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(180deg, var(--sk-clr-pr-3) 0%, rgba(255, 255, 255, 0) 40%);
  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;
}
.sk-hero-3-favicon .logo-elm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 127px;
  height: 127px;
  background: linear-gradient(180deg, #BF2938 0%, #4A0306 100%);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.58);
  border-radius: 50%;
}
.sk-hero-3-video {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 130px;
  width: 100%;
  left: 0;
  z-index: -1;
}
.sk-hero-3-video .video-elm {
  mask-image: url(../img/hero/h3-mask-shape-1.png);
  mask-repeat: no-repeat;
  max-width: 814px;
  height: 455px;
  mask-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.sk-hero-3-video .video-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(110.52deg, #ff0920 12.07%, #ff0e26 86.13%);
  box-shadow: inset 0px -24px 30px #120101, inset 0px 24px 30px #120101;
  mix-blend-mode: multiply;
}
.sk-hero-3-video .video-elm video {
  transform: rotate(27deg) scale(1.2);
}
.sk-hero-3-video .video-elm:nth-child(2) {
  transform: scaleX(-1);
}
.sk-hero-3-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 740px;
}
@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) {
  .sk-hero-3-bg-shape {
    display: none;
  }
}

/*
    hero-3-end
*/
/*
    hero-4-end
*/
.sk-hero-4-area {
  background-color: #020224;
  padding-top: 135px;
  padding-bottom: 90px;
}
.sk-hero-4-bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sk-hero-4-bg-glow-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.sk-hero-4-bg-noise-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.sk-hero-4-bg-noise-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}
.sk-hero-4-img {
  display: inline-block;
}
.sk-hero-4-img-shadow {
  position: absolute;
  width: 354px;
  height: 354px;
  background: #CCC9E4;
  opacity: 0.76;
  border: 31px solid #A942FF;
  filter: blur(76px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.sk-hero-4-img-wrap {
  text-align: center;
  position: relative;
}
.sk-hero-4-img-wrap .bg-illus-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.sk-hero-4-img-wrap .bg-illus-1 img {
  animation: wa-rotated 25s linear infinite;
}
.sk-hero-4-chat-popup {
  max-width: 385px;
  width: 100%;
  display: flex;
  text-align: left;
  justify-content: space-between;
  position: absolute;
  top: 11%;
  left: 5%;
  filter: drop-shadow(0px 40px 60px rgba(1, 35, 255, 0.6));
}
.sk-hero-4-chat-popup:nth-of-type(3) {
  left: unset;
  right: 1%;
  top: 45%;
  justify-content: start;
}
.sk-hero-4-chat-popup:nth-of-type(3) .content-wrap {
  padding: 20px 20px;
  padding-left: 36px;
  filter: drop-shadow(0px 40px 60px rgba(255, 30, 30, 0.5));
}
.sk-hero-4-chat-popup .content-wrap {
  padding: 20px 20px;
  padding-right: 50px;
}
.sk-hero-4-chat-popup .content-wrap .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sk-hero-4-chat-popup .disc {
  font-size: 15px;
  color: #fff;
  opacity: 72%;
}
.sk-hero-4-chat-popup .author-img {
  margin-top: 12px;
}
.sk-hero-4-content {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.sk-hero-4-content .btn-wrap {
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sk-hero-4-title {
  font-size: 56px;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.071;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-4-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-4-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-4-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sk-hero-4-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-4-title {
    font-size: 38px;
  }
}
.sk-hero-4-disc {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 35px;
}
.sk-hero-4-partner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-hero-4-partner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-hero-4-partner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-4-partner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-4-partner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .sk-hero-4-partner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-4-partner {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sk-hero-4-partner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 406px;
  background: linear-gradient(90deg, #020224 0%, rgba(11, 11, 44, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.sk-hero-4-partner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 406px;
  background: linear-gradient(-90deg, #020224 0%, rgba(11, 11, 44, 0) 100%);
  top: 0;
  right: 0;
  z-index: 1;
}
.sk-hero-4-partner-logo {
  display: flex;
  gap: 88px;
  margin-right: 88px;
}
.sk-hero-4-partner-logo .logo-single {
  flex: 0 0 auto;
  opacity: 0.6;
}
.sk-hero-4-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -4;
}
.sk-hero-4-rainbow {
  text-align: center;
  position: absolute;
  bottom: -229px;
  left: 0;
  width: 100%;
  z-index: -3;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-hero-4-rainbow {
    bottom: -320px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-hero-4-rainbow {
    bottom: -320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-4-rainbow {
    bottom: -410px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-4-rainbow {
    bottom: -410px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-4-rainbow {
    bottom: -430px;
  }
}
@media (max-width: 767px) {
  .sk-hero-4-rainbow {
    bottom: -530px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-4-rainbow {
    bottom: -490px;
  }
}
.sk-hero-4-rainbow svg {
  width: 100%;
  perspective: 2000px;
  transform-style: preserve-3d;
  transform-origin: bottom;
}
.sk-hero-4-rainbow svg g {
  transform-origin: 50% 81%;
}

/*
    hero-4-end
*/
/*
    hero-5-start
*/
.sk-hero-5-area {
  background-color: var(--sk-clr-black-5);
  padding-top: 200px;
}
.sk-hero-5-wrap {
  text-align: center;
}
.sk-hero-5-subtitle {
  border-color: #3F3F53;
  color: #fff;
  margin-bottom: 0;
}
.sk-hero-5-subtitle::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.sk-hero-5-subtitle::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.sk-hero-5-subtitle .elm-border {
  padding: 0;
  padding-right: 16px;
  gap: 16px;
}
.sk-hero-5-subtitle .icon-elm {
  width: auto;
  border-radius: 100px;
  padding: 0 12px;
  gap: 4px;
  transform: scale(1.11);
}
.sk-hero-5-title {
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-size: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.sk-hero-5-title img {
  margin-top: -9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-5-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-5-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-5-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .sk-hero-5-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-5-title {
    font-size: 38px;
  }
}
.sk-hero-5-disc {
  font-size: 18px;
  color: #E5E5E5;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  opacity: 80%;
}
.sk-hero-5-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 32px;
}
.sk-hero-5-img-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sk-hero-5-img {
  border-radius: 16px;
  box-shadow: 0px 8px 50px rgba(67, 81, 225, 0.6);
  margin-top: 60px;
}
.sk-hero-5-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sk-hero-5-top {
    margin-bottom: 32px;
  }
}
.sk-hero-5-top-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 20%;
  overflow: hidden;
}
.sk-hero-5-top-line-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  animation: skHero5lineKf2 10s linear infinite;
}
.sk-hero-5-top-line-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 20%;
  overflow: hidden;
}
.sk-hero-5-top-line-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  animation: skHero5lineKf2 10s linear infinite;
}
.sk-hero-5-top .col-elm:is(.has-center) {
  max-width: 900px;
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #020224;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .sk-hero-5-top .col-elm:is(.has-1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .sk-hero-5-top .col-elm:is(.has-3) {
    display: none;
  }
}
.sk-hero-5-middle {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  padding-top: 32px;
}
.sk-hero-5-middle-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  opacity: 20%;
  overflow: hidden;
}
.sk-hero-5-middle-line-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 5%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  transform: translateY(0%);
  animation: skHero5lineKf 10s linear infinite;
}
.sk-hero-5-middle-line-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  opacity: 20%;
  overflow: hidden;
}
.sk-hero-5-middle-line-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 5%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  transform: translateY(0%);
  animation: skHero5lineKf 10s linear infinite;
}
.sk-hero-5-middle-dot-1 {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  background: var(--sk-clr-pr-5);
  border-radius: 50%;
}
.sk-hero-5-middle-dot-2 {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  background: var(--sk-clr-pr-5);
  border-radius: 50%;
}
.sk-hero-5-middle-dot-3 {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--sk-clr-pr-5);
  border-radius: 50%;
}
.sk-hero-5-middle-dot-4 {
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--sk-clr-pr-5);
  border-radius: 50%;
}
.sk-hero-5-dot-shape {
  overflow: visible;
}
.sk-hero-5-dot-shape .bg-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sk-hero-5-dot-shape:is(.has-first) .bg-glow {
  right: 0;
  left: unset;
}
.sk-hero-5-dot-shape-svg {
  overflow: visible;
}
.sk-hero-5-dot-shape-svg-2 {
  transform: scaleX(-1);
  overflow: visible;
}
.sk-hero-5-bg-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-hero-5-bg-glow {
    bottom: -80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-hero-5-bg-glow {
    bottom: -140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-5-bg-glow {
    bottom: -170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-5-bg-glow {
    bottom: -240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-hero-5-bg-glow {
    display: none;
  }
}
.sk-hero-5-bg-glow svg {
  width: 100%;
}
.sk-hero-5-bg-glow svg .glow-1 {
  animation: skHero5bgGlow1 3s linear infinite;
}
.sk-hero-5-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sk-hero-5-bg-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.sk-hero-5-noise-bg {
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  z-index: -4;
}

@keyframes skHero5bgGlow1 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes skHero5lineKf {
  0% {
    transform: translateY(-40%);
  }
  50% {
    transform: translateY(40%);
  }
  100% {
    transform: translateY(-40%);
  }
}
@keyframes skHero5lineKf2 {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(-20%);
  }
}
/*
    hero-5-end
*/
/*
    hero-6-start
*/
.sk-hero-6-area::after {
  content: "";
  width: 100%;
  height: 260px;
  background: linear-gradient(180deg, #050010 0%, #000704 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sk-hero-6-author {
  display: inline-block;
  padding: 3px;
  mask-image: url(../img/hero/h6-author-mask-img.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.sk-hero-6-author::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -10px;
  background: var(--sk-clr-gd-6);
  width: 110%;
  height: 260%;
  z-index: -1;
  animation: wa-rotated 3s linear infinite;
}
.sk-hero-6-author-bg {
  display: inline-flex;
  background-repeat: no-repeat;
  padding: 4px;
  background-size: 100% 100%;
}
.sk-hero-6-author-bg .single-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.sk-hero-6-author-bg .single-img:nth-child(2) {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  z-index: 2;
}
.sk-hero-6-content .btn-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sk-hero-6-title {
  color: #fff;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  font-size: 66px;
}
.sk-hero-6-title .for-stroke {
  color: var(--sk-clr-pr-6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-6-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-6-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-6-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .sk-hero-6-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-6-title {
    font-size: 40px;
  }
}
.sk-hero-6-disc {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  opacity: 80%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.sk-hero-6-dashboard-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sk-hero-6-dashboard {
  background: linear-gradient(99.13deg, #EE9737 0%, #571709 25.13%, #571709 50.19%, #571709 74.98%, #EE9737 100%);
  padding: 8px;
  border-radius: 32px;
  transform-origin: bottom;
  will-change: transform;
}
.sk-hero-6-dashboard-img {
  border-radius: 32px;
  overflow: hidden;
}
.sk-hero-6-dashboard-img-svg {
  position: absolute;
  bottom: 30%;
  left: 16%;
  z-index: 1;
  width: 48%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-6-dashboard-img-svg {
    bottom: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-6-dashboard-img-svg {
    bottom: 13%;
  }
}
@media (max-width: 767px) {
  .sk-hero-6-dashboard-img-svg {
    bottom: -10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-6-dashboard-img-svg {
    bottom: -2%;
  }
}
.sk-hero-6-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.sk-hero-6-bg-video::after {
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #050010, transparent);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.sk-hero-6-bg-video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #050010;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

/*
    hero-6-end
*/
/*
    hero-7-start
*/
.sk-hero-7-area {
  padding-top: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-7-area {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-hero-7-area {
    padding-top: 160px;
  }
}
.sk-hero-7-container {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.sk-hero-7-wrap {
  display: flex;
  align-items: center;
  gap: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-7-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-7-wrap {
    gap: 50px;
    align-items: end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-hero-7-wrap {
    gap: 50px;
    align-items: start;
    flex-direction: column;
  }
}
.sk-hero-7-title {
  font-size: 56px;
  line-height: 120%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-7-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-hero-7-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-hero-7-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sk-hero-7-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-hero-7-title {
    font-size: 38px;
  }
}
.sk-hero-7-title-ani .sk-hero-7-title {
  font-size: 48px;
  font-weight: 500;
  background: var(--sk-clr-gd-7);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 200px;
  padding: 10px 29px;
  animation: skH7text2 5s linear infinite;
}
.sk-hero-7-title-ani-elm {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 200px;
  animation: skH7text 5s linear infinite;
}
.sk-hero-7-title-ani-elm::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 200px;
  background: var(--sk-clr-gd-7);
  padding: 1px;
  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;
}
.sk-hero-7-title-wrap {
  margin-bottom: 20px;
}
.sk-hero-7-title-wrap .row-1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.sk-hero-7-title-wrap .row-1 > .sk-hero-7-title {
  font-weight: 500;
  opacity: 80%;
}
.sk-hero-7-title-wrap .row-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.sk-hero-7-title-wrap .sk-hero-6-author {
  padding: 1px;
  margin-bottom: 0;
}
.sk-hero-7-title-wrap .sk-hero-6-author::after {
  background: var(--sk-clr-gd-7);
}
.sk-hero-7-title-wrap .sk-hero-6-author-bg {
  padding: 2px;
}
.sk-hero-7-title-wrap .sk-hero-6-author-bg .single-img {
  width: 44px;
  height: 44px;
}
.sk-hero-7-disc {
  margin-bottom: 32px;
  color: #011109;
}
.sk-hero-7-content {
  max-width: 660px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-hero-7-content {
    margin-bottom: 70px;
  }
}
.sk-hero-7-content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sk-hero-7-img {
  margin-left: auto;
  margin-right: 165px;
  transform-origin: right bottom;
}
@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) {
  .sk-hero-7-img {
    margin-right: 0px;
  }
}
.sk-hero-7-bg-glow-1 {
  width: 52%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sk-hero-7-bg-glow-2 {
  width: 52%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.sk-hero-7-bg-gd-clr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-hero-7-bg-gd-clr {
    display: flex;
    align-items: center;
  }
}
.sk-hero-7-bg-gd-clr img {
  animation: chaos3D 45s ease-in-out infinite;
  margin-top: -130px;
  margin-right: -140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-hero-7-bg-gd-clr img {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-hero-7-bg-gd-clr img {
    margin-top: 0px;
    margin-right: 0px;
    animation: unset;
  }
}
.sk-hero-7-bg-line {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}
.sk-hero-7-bg-dot {
  position: absolute;
  bottom: -60px;
  right: 70px;
  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) {
  .sk-hero-7-bg-dot {
    width: 100%;
  }
}

@keyframes skH7text {
  0% {
    transform: perspective(1200px) scale(1) rotateY(0deg);
  }
  50% {
    transform: perspective(1200px) scale(1.04) rotateY(28.1965deg);
  }
  100% {
    transform: perspective(1200px) scale(1) rotateY(0deg);
  }
}
@keyframes skH7text2 {
  0% {
    transform: perspective(1200px) scale(1) rotateX(0deg);
  }
  50% {
    transform: perspective(1200px) scale(1.07) rotateX(25deg);
  }
  100% {
    transform: perspective(1200px) scale(1) rotateX(0deg);
  }
}
@keyframes chaos3D {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  5% {
    transform: rotateX(7deg) rotateY(-14deg) rotateZ(12deg) translate3d(15px, -16px, 17px) scale3d(1.11, 0.84, 1.08) skew(-3deg, -4deg);
  }
  10% {
    transform: rotateX(-5deg) rotateY(10deg) rotateZ(-8deg) translate3d(-18px, 20px, -10px) scale3d(0.95, 1.1, 1) skew(2deg, -3deg);
  }
  15% {
    transform: rotateX(12deg) rotateY(-6deg) rotateZ(6deg) translate3d(22px, -10px, 14px) scale3d(1.08, 0.9, 1.12) skew(-4deg, 1deg);
  }
  20% {
    transform: rotateX(-9deg) rotateY(14deg) rotateZ(-12deg) translate3d(-25px, 18px, -16px) scale3d(0.88, 1.15, 0.96) skew(3deg, 4deg);
  }
  25% {
    transform: rotateX(4deg) rotateY(-10deg) rotateZ(14deg) translate3d(18px, -22px, 8px) scale3d(1.14, 0.86, 1.05) skew(-2deg, -5deg);
  }
  30% {
    transform: rotateX(-14deg) rotateY(6deg) rotateZ(-6deg) translate3d(-15px, 12px, 20px) scale3d(0.92, 1.06, 1.1) skew(5deg, -1deg);
  }
  35% {
    transform: rotateX(8deg) rotateY(-12deg) rotateZ(9deg) translate3d(26px, -14px, -12px) scale3d(1.1, 0.9, 0.98) skew(-4deg, 2deg);
  }
  40% {
    transform: rotateX(-6deg) rotateY(15deg) rotateZ(-15deg) translate3d(-28px, 24px, 6px) scale3d(0.85, 1.18, 1.02) skew(4deg, 5deg);
  }
  45% {
    transform: rotateX(10deg) rotateY(-5deg) rotateZ(18deg) translate3d(20px, -26px, 16px) scale3d(1.16, 0.82, 1.09) skew(-5deg, -2deg);
  }
  50% {
    transform: rotateX(-12deg) rotateY(12deg) rotateZ(-10deg) translate3d(-22px, 10px, -20px) scale3d(0.9, 1.12, 0.94) skew(3deg, -4deg);
  }
  55% {
    transform: rotateX(6deg) rotateY(-16deg) rotateZ(8deg) translate3d(30px, -18px, 12px) scale3d(1.12, 0.88, 1.06) skew(-3deg, 3deg);
  }
  60% {
    transform: rotateX(-10deg) rotateY(8deg) rotateZ(-18deg) translate3d(-26px, 28px, -14px) scale3d(0.86, 1.2, 1) skew(6deg, 2deg);
  }
  65% {
    transform: rotateX(14deg) rotateY(-4deg) rotateZ(12deg) translate3d(24px, -12px, 22px) scale3d(1.08, 0.92, 1.14) skew(-2deg, -6deg);
  }
  70% {
    transform: rotateX(-7deg) rotateY(18deg) rotateZ(-6deg) translate3d(-20px, 16px, -24px) scale3d(0.93, 1.1, 0.9) skew(5deg, 4deg);
  }
  75% {
    transform: rotateX(9deg) rotateY(-14deg) rotateZ(16deg) translate3d(28px, -30px, 10px) scale3d(1.18, 0.84, 1.03) skew(-6deg, -1deg);
  }
  80% {
    transform: rotateX(-15deg) rotateY(6deg) rotateZ(-12deg) translate3d(-32px, 26px, 18px) scale3d(0.82, 1.22, 1.08) skew(4deg, 6deg);
  }
  85% {
    transform: rotateX(11deg) rotateY(-18deg) rotateZ(10deg) translate3d(22px, -18px, -16px) scale3d(1.1, 0.9, 0.96) skew(-3deg, 2deg);
  }
  90% {
    transform: rotateX(-8deg) rotateY(10deg) rotateZ(-20deg) translate3d(-24px, 14px, 26px) scale3d(0.94, 1.14, 1.16) skew(6deg, -3deg);
  }
  95% {
    transform: rotateX(16deg) rotateY(-6deg) rotateZ(14deg) translate3d(18px, -28px, -22px) scale3d(1.2, 0.8, 0.92) skew(-5deg, 5deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
/*
    hero-7-end
*/
/*
    partner-1-start
*/
.sk-partner-1-title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  opacity: 80%;
  margin-bottom: 40px;
}
.sk-partner-1-wrap::after {
  content: "";
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, var(--sk-clr-black-2), transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sk-partner-1-wrap::after {
    width: 100px;
  }
}
.sk-partner-1-wrap::before {
  content: "";
  width: 200px;
  height: 100%;
  background: linear-gradient(-90deg, var(--sk-clr-black-2), transparent);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sk-partner-1-wrap::before {
    width: 100px;
  }
}
.sk-partner-1-logo {
  display: flex;
  align-items: center;
  gap: 120px;
  margin-right: 120px;
}
.sk-partner-1-logo .single-logo {
  flex: 0 0 auto;
  transition: var(--sk-cube-1);
}
.sk-partner-1-logo .single-logo:hover {
  filter: invert(63%) sepia(46%) saturate(600%) hue-rotate(343deg);
}

/*
    partner-1-end
*/
/*
    partner-2-start
*/
.sk-partner-2-title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: var(--sk-clr-black-4);
  margin-bottom: 35px;
}
.sk-partner-2-title b {
  font-weight: inherit;
  color: var(--sk-clr-black-3);
}
.sk-partner-2-border .border-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-partner-2-border .border-line-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-partner-2-box {
  z-index: 2;
}
.sk-partner-2-box .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-partner-2-box .line-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-partner-2-box .dot-shape-1 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  top: -7px;
  left: -8px;
}
.sk-partner-2-box .dot-shape-2 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  bottom: -7px;
  left: -8px;
}
.sk-partner-2-box .dot-shape-3 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  bottom: -7px;
  right: -8px;
}
.sk-partner-2-box .dot-shape-4 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  top: -7px;
  right: -8px;
}
.sk-partner-2-wrap {
  padding: 37px 0px;
}
.sk-partner-2-wrap::after {
  content: "";
  width: 200px;
  height: 96%;
  background: linear-gradient(90deg, var(--sk-clr-white-1) 23.25%, rgba(235, 235, 235, 0) 100%);
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sk-partner-2-wrap::after {
    width: 100px;
  }
}
.sk-partner-2-wrap::before {
  content: "";
  width: 200px;
  height: 96%;
  background: linear-gradient(-90deg, var(--sk-clr-white-1) 23.25%, rgba(235, 235, 235, 0) 100%);
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sk-partner-2-wrap::before {
    width: 100px;
  }
}
.sk-partner-2-wrap .single-logo {
  opacity: 0.4;
}
.sk-partner-2-wrap .single-logo:hover {
  filter: invert(1) brightness(0);
  opacity: 1;
}

/*
    partner-2-end
*/
/*
    partner-3-start
*/
.sk-partner-3-wrap {
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
}
.sk-partner-3-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  opacity: 68%;
}
.sk-partner-3-counter {
  font-size: 32px;
}
.sk-partner-3-logo {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: 50px;
}
.sk-partner-3-logo .logo-single {
  flex: 0 0 auto;
  opacity: 0.8;
}
.sk-partner-3-left {
  background: linear-gradient(90deg, rgba(18, 1, 1, 0) 0%, #460209 55.29%);
  position: relative;
  z-index: 1;
  padding: 21px 0;
}
.sk-partner-3-left::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #120101, transparent);
}
.sk-partner-3-left svg {
  position: absolute;
  right: 0px;
  top: -8px;
  z-index: 1;
}
.sk-partner-3-left-padding {
  padding: 8px 0;
}
.sk-partner-3-right {
  background: linear-gradient(-90deg, rgba(18, 1, 1, 0) 0%, #460209 55.29%);
  position: relative;
  z-index: 1;
  padding: 21px 0;
}
.sk-partner-3-right::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, #120101, transparent);
}
.sk-partner-3-right svg {
  position: absolute;
  left: 0px;
  top: -8px;
  z-index: 1;
}
.sk-partner-3-right-padding {
  padding: 8px 0;
}

/*
    partner-3-end
*/
/*
    partner-5-start
*/
.sk-partner-5-area {
  background-color: var(--sk-clr-black-8);
  padding-bottom: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-partner-5-area {
    padding-top: 100px;
  }
}
.sk-partner-5-title {
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
.sk-partner-5-title span {
  color: #3D4BE0;
  font-weight: 700;
  border-bottom: 2px solid #3D4BE0;
  line-height: 1;
}
.sk-partner-5-wrap {
  position: relative;
  z-index: 1;
}
.sk-partner-5-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 406px;
  background: linear-gradient(90deg, var(--sk-clr-black-8) 0%, rgba(11, 11, 44, 0) 100%);
  top: 0;
  left: -2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-partner-5-wrap::after {
    max-width: 100px;
  }
}
.sk-partner-5-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 406px;
  background: linear-gradient(-90deg, var(--sk-clr-black-8) 0%, rgba(11, 11, 44, 0) 100%);
  top: 0;
  right: -2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-partner-5-wrap::before {
    max-width: 100px;
  }
}
.sk-partner-5-wrap-logo {
  display: flex;
  gap: 88px;
  margin-right: 88px;
  align-items: center;
}
.sk-partner-5-wrap-logo .logo-single {
  flex: 0 0 auto;
  opacity: 0.6;
}
.sk-partner-5-logo {
  display: flex;
  gap: 70px;
  margin-right: 70px;
}
.sk-partner-5-logo .single-logo {
  flex: 0 0 auto;
}

/*
    partner-5-end
*/
/*
    partner-6-start
*/
.sk-partner-6-area .sk-partner-5-title span {
  color: #fff;
  border-color: transparent;
}
.sk-partner-6-area .sk-partner-5-wrap::after {
  background: linear-gradient(90deg, var(--sk-clr-black-8) 30%, rgba(11, 11, 44, 0) 100%);
}
.sk-partner-6-area .sk-partner-5-wrap::before {
  background: linear-gradient(-90deg, var(--sk-clr-black-8) 30%, rgba(11, 11, 44, 0) 100%);
}

/*
    partner-6-end
*/
/*
    partner-7-start
*/
.sk-partner-7-area {
  position: relative;
  z-index: 2;
  max-width: 1776px;
  background: var(--sk-clr-gd-7);
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 0;
  overflow: hidden;
}
.sk-partner-7-big-title {
  display: flex;
  gap: 24px;
  margin-right: 24px;
}
.sk-partner-7-big-title .single-title {
  font-size: 100px;
  color: #fff;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  padding-right: 64px;
  line-height: 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) {
  .sk-partner-7-big-title .single-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-partner-7-big-title .single-title {
    font-size: 40px;
  }
}
.sk-partner-7-big-title .single-title::after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 0;
}
.sk-partner-7-marquee {
  margin-bottom: 52px;
}
.sk-partner-7-marquee::after {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #663cf6 30%, transparent);
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-partner-7-marquee::after {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-partner-7-marquee::after {
    width: 150px;
  }
}
.sk-partner-7-marquee::before {
  content: "";
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, #fee69b, #fecf8f, transparent);
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-partner-7-marquee::before {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-partner-7-marquee::before {
    width: 150px;
  }
}
.sk-partner-7-dvr-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12.69%, rgba(255, 255, 255, 0.2) 25.35%, #FFFFFF 50.05%, rgba(255, 255, 255, 0.2) 74.6%, rgba(255, 255, 255, 0) 87.42%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 72px;
}
.sk-partner-7-inner-div {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-partner-7-inner-div {
    padding: 0 30px;
  }
}
.sk-partner-7-logo {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-partner-7-logo {
    gap: 20px 60px;
    flex-wrap: wrap;
  }
}
.sk-partner-7-logo .single-logo:hover img {
  animation: zoomInUp2 0.5s;
}
.sk-partner-7-content {
  font-size: 18px;
  color: #fff;
  max-width: 294px;
}

/*
    partner-7-end
*/
/*
    partner-8-start
*/
.sk-partner-8-area .sk-partner-5-wrap::after {
  background: linear-gradient(90deg, #f6f7f9 0%, rgba(11, 11, 44, 0) 100%);
}
.sk-partner-8-area .sk-partner-5-wrap::before {
  background: linear-gradient(-90deg, #f6f7f9 0%, rgba(11, 11, 44, 0) 100%);
}
.sk-partner-8-area .sk-partner-5-title {
  color: var(--sk-clr-black-6);
}
.sk-partner-8-area .sk-partner-5-title span {
  color: var(--sk-clr-pr-1);
  border-color: var(--sk-clr-pr-1);
}

/*
    partner-8-end
*/
/*
    features-1-start
*/
.sk-features-1-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sk-features-1-sec-title .sec-disc {
  margin-top: 22px;
}
.sk-features-1-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.sk-features-1-wrap .row-1 {
  display: grid;
  grid-template-columns: 1fr 1.44fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-1-wrap .row-1 {
    grid-template-columns: 1fr;
  }
}
.sk-features-1-wrap .row-2 {
  display: grid;
  grid-template-columns: 1.94fr 1fr;
  gap: 20px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-1-wrap .row-2 {
    grid-template-columns: 1fr;
  }
}
.sk-features-1-item-1 {
  border-radius: 14px;
  background: rgba(17, 15, 32, 0.32);
  box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  padding: 32px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-features-1-item-1::after {
  content: "";
  width: 243px;
  height: 243px;
  background: #8532F9;
  opacity: 0.4;
  filter: blur(57px);
  position: absolute;
  top: -120px;
  left: -10px;
  z-index: -3;
}
.sk-features-1-item-1 .title {
  font-size: 24px;
  margin-bottom: 9px;
}
@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) {
  .sk-features-1-item-1 .title {
    font-size: 22px;
  }
}
.sk-features-1-item-1 .disc {
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}
.sk-features-1-item-1 .bg-glow {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}
.sk-features-1-item-1 .bg-glow-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.sk-features-1-item-1 .bg-glow-3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}
.sk-features-1-item-2 {
  border-radius: 14px;
  background: var(--sk-clr-black-2);
  box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  padding: 32px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 473px;
}
@media (max-width: 767px) {
  .sk-features-1-item-2 {
    height: 553px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-1-item-2 {
    height: 473px;
  }
}
.sk-features-1-item-2 .title {
  font-size: 24px;
  margin-bottom: 9px;
}
@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) {
  .sk-features-1-item-2 .title {
    font-size: 22px;
  }
}
.sk-features-1-item-2 .disc {
  margin-bottom: 30px;
}
.sk-features-1-item-2 .main-img {
  position: absolute;
  top: 48%;
  left: 72px;
  width: 100%;
  transform: rotate(-8deg);
  transform-origin: top left;
  z-index: -1;
}
@media (max-width: 767px) {
  .sk-features-1-item-2 .main-img {
    top: 75%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-1-item-2 .main-img {
    top: 48%;
  }
}
.sk-features-1-item-2 .main-img img {
  width: 100%;
  transform: translate(150px, 150px);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-features-1-item-2 .main-img::after {
  content: "";
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
  transform: translate(150px, 150px);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-features-1-item-2 .main-img::before {
  content: "";
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: -2;
  transform: translate(150px, 150px);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-features-1-item-2 .main-img:is(.active)::before {
  transform: translate(0px, 0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.sk-features-1-item-2 .main-img:is(.active)::after {
  transform: translate(0px, 0px);
  opacity: 1;
  transition-delay: 0.6s;
}
.sk-features-1-item-2 .main-img:is(.active) img {
  transform: translate(0px, 0px);
  opacity: 1;
  transition-delay: 0.9s;
}
.sk-features-1-item-2 .dot-svg {
  position: absolute;
  top: 17%;
  left: 0;
  z-index: -1;
}
.sk-features-1-item-2 .favicon-wrap {
  position: absolute;
  top: 170px;
  left: 32px;
  width: 123px;
  height: 123px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(73, 71, 85, 0.04) 100%);
  backdrop-filter: blur(4px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-features-1-item-2 .favicon-wrap {
    top: 270px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-1-item-2 .favicon-wrap {
    top: 170px;
  }
}
.sk-features-1-item-2 .favicon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(0deg, var(--sk-clr-black-2) 0%, rgba(255, 255, 255, 0.3) 100%);
  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;
  animation: wa-rotated 6s ease-in-out infinite;
}
.sk-features-1-item-2 .favicon-wrap-2 {
  width: 93.81px;
  height: 93.81px;
  background: linear-gradient(180deg, #380C72 0%, #1B1929 89.72%);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sk-features-1-item-2 .favicon-wrap-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(0deg, var(--sk-clr-black-2) 0%, rgba(255, 255, 255, 0.5) 100%);
  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;
  animation: wa-rotated 6s ease-in-out infinite;
  animation-delay: 1.5s;
}
.sk-features-1-item-2 .favicon-logo {
  width: 64.63px;
  height: 64.63px;
  background: #FA9145;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.58);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-features-1-item-2 .favicon-logo img {
  margin-top: 10px;
}
.sk-features-1-item-2 .bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sk-features-1-item-2 .bg-glow-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.sk-features-1-item-2 .bg-glow-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.sk-features-1-item-3 {
  border-radius: 14px;
  background: var(--sk-clr-black-2);
  box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  padding: 32px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-features-1-item-3 .title {
  font-size: 24px;
  margin-bottom: 9px;
}
@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) {
  .sk-features-1-item-3 .title {
    font-size: 22px;
  }
}
.sk-features-1-item-3 .bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.sk-features-1-item-3 .bg-glow-1 img {
  width: 100%;
}
.sk-features-1-item-3 .bg-glow-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sk-features-1-item-3-wrap {
  display: grid;
  grid-template-columns: 255px 70px 1fr;
  align-items: center;
  margin-bottom: 24px;
}
.sk-features-1-item-3-img-1 {
  background: rgba(30, 35, 58, 0.52);
  box-shadow: inset 0px 0px 14px rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.sk-features-1-item-3-img-1::after {
  content: "";
  position: absolute;
  width: 148px;
  height: 148px;
  background: var(--sk-clr-pr-1);
  opacity: 0.6;
  filter: blur(62px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sk-features-1-item-3-favicon {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-features-1-item-3-favicon .icon-elm {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 14px #863AEB;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.sk-features-1-item-3-favicon .icon-elm img {
  margin-top: 4px;
}
.sk-features-1-item-4 {
  border-radius: 14px;
  background: var(--sk-clr-black-2);
  box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  padding: 32px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-features-1-item-4 .title {
  font-size: 24px;
  margin-bottom: 9px;
}
@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) {
  .sk-features-1-item-4 .title {
    font-size: 22px;
  }
}
.sk-features-1-item-4-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 52px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-1-item-4-wrap {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sk-features-1-item-4-wrap .img-items {
  display: grid;
  gap: 14px;
}
.sk-features-1-item-4-wrap .img-items-single {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  outline: 3px solid #714A48;
}
.sk-features-1-item-4-wrap .favicon-wrap {
  width: 100px;
  height: 100px;
  background: rgba(5, 2, 33, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.sk-features-1-item-4-wrap .favicon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(0deg, var(--sk-clr-sd-1) 0%, rgba(255, 255, 255, 0) 100%);
  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;
  animation: wa-rotated 6s ease-in-out infinite;
}
.sk-features-1-item-4-wrap .favicon-wrap-2 {
  width: 82.81px;
  height: 82.81px;
  background: linear-gradient(180deg, #380C72 0%, #1B1929 89.72%);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sk-features-1-item-4-wrap .favicon-wrap-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(0deg, var(--sk-clr-black-2) 0%, rgba(255, 255, 255, 0.5) 100%);
  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;
  animation: wa-rotated 6s linear infinite;
  animation-delay: 1s;
}
.sk-features-1-item-4-wrap .favicon-logo {
  width: 71px;
  height: 71px;
  background: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), inset 0px 0px 6px rgba(0, 0, 0, 0.58);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-features-1-item-4-wrap .favicon-logo img {
  margin-top: 10px;
}
.sk-features-1-item-4-line-svg {
  position: absolute;
  left: 12%;
  z-index: -1;
  overflow: visible;
}
.sk-features-1-item-4-line-svg-2 {
  position: absolute;
  right: 12%;
  z-index: -1;
  transform: scaleX(-1);
}
.sk-features-1-item-4-glow {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: -3;
  left: 0;
  width: 100%;
}
.sk-features-1-item-4-glow img {
  margin-left: 27px;
  animation: sk-features-1-item-4-glow 1.4s linear infinite;
}
.sk-features-1-item-4-dot-svg {
  position: absolute;
  top: 0;
  left: 46%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.sk-features-1-bg-clr {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}

.sk-features-1-item-svg-1 {
  width: 100%;
}

.sk-features-1-item-3-img-1 svg {
  width: 100%;
}

.sk-features-1-item-3-img-2 svg {
  width: 100%;
  background: rgba(30, 35, 58, 0.6);
  box-shadow: inset 0px 0px 14px rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(5px);
  border-radius: 12px;
}

@keyframes sk-features-1-item-4-glow {
  0% {
    opacity: 0.82;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.82;
  }
}
/*
    features-1-end
*/
/*
    features-2-start
*/
.sk-features-2-sec-title-posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  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) {
  .sk-features-2-sec-title-posi {
    position: unset;
    margin-bottom: 50px;
  }
}
.sk-features-2-sec-title {
  max-width: 660px;
}
.sk-features-2-sec-title .sec-disc {
  margin-top: 20px;
}
.sk-features-2-container {
  max-width: 1816px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(246, 246, 246, 0.48);
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  padding: 32px 32px;
}
@media (max-width: 767px) {
  .sk-features-2-container {
    padding: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-2-container {
    padding: 32px 32px;
  }
}
.sk-features-2-container .row-1 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1.43fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-2-container .row-1 {
    grid-template-columns: 1fr;
  }
}
.sk-features-2-container .row-2 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1.66fr 1.42fr;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-features-2-container .row-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-2-container .row-2 {
    grid-template-columns: 1fr;
  }
}
.sk-features-2-item-1 {
  background: #F0F0F0;
  border: 1px solid #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 42px 44px;
  height: 422px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@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) {
  .sk-features-2-item-1 {
    padding: 42px 22px;
  }
}
.sk-features-2-item-1 .title {
  font-size: 26px;
  margin-bottom: 15px;
}
@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) {
  .sk-features-2-item-1 .title {
    font-size: 22px;
  }
}
.sk-features-2-item-1 .disc {
  max-width: 595px;
}
.sk-features-2-item-1 .circle-1 {
  width: 552px;
  height: 552px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(240, 240, 240, 0) 55.46%);
  border-radius: 50%;
  border: 2px dashed rgba(89, 213, 29, 0.3);
  position: absolute;
  bottom: -320px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.sk-features-2-item-1 .circle-1-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: wa-rotated 10s linear infinite;
}
.sk-features-2-item-1 .circle-1-line-bar-1 {
  position: absolute;
  top: 37px;
  right: 84px;
}
.sk-features-2-item-1 .circle-1-line-bar-2 {
  position: absolute;
  bottom: 36px;
  left: 86px;
}
.sk-features-2-item-1 .circle-2 {
  width: 433px;
  height: 433px;
  border-radius: 50%;
  border: 2px dashed rgba(89, 213, 29, 0.3);
  position: absolute;
  bottom: -260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.sk-features-2-item-1 .circle-2-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: wa-rotated-minus 10s linear infinite;
}
.sk-features-2-item-1 .circle-2-line-bar-1 {
  position: absolute;
  top: 0px;
  left: 135px;
}
.sk-features-2-item-1 .circle-2-line-bar-2 {
  position: absolute;
  bottom: 0px;
  right: 137px;
  transform: scale(-1);
}
.sk-features-2-item-1 .circle-3 {
  width: 284px;
  height: 284px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(240, 240, 240, 0) 55.46%);
  border-radius: 50%;
  border: 2px dashed rgba(89, 213, 29, 0.3);
  position: absolute;
  bottom: -181px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sk-features-2-item-1 .circle-3-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: wa-rotated 10s linear infinite;
}
.sk-features-2-item-1 .circle-3-line-bar-1 {
  position: absolute;
  top: 1px;
  right: 41px;
}
.sk-features-2-item-1 .circle-3-line-bar-2 {
  position: absolute;
  bottom: 4px;
  left: 39px;
}
.sk-features-2-item-1 .glow-1 {
  width: 67.94px;
  height: 67.94px;
  background: #59D51D;
  filter: blur(32px);
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
}
.sk-features-2-item-1 .glow-2 {
  width: 97.94px;
  height: 97.94px;
  background: #59D51D;
  filter: blur(37px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.sk-features-2-item-1 .favicon-elm {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sk-features-2-item-1 .item-icon {
  line-height: 1;
  background: linear-gradient(to right, #002101 0%, #008704 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}
.sk-features-2-item-1 .item-icon-border {
  width: 52px;
  height: 52px;
  background: linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 100%);
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.sk-features-2-item-1 .item-icon-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(to bottom, #D9D9D9 0%, #FFFFFF 100%);
  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;
}
.sk-features-2-item-1 .item-icon-border:is(.has-5) {
  bottom: 33px;
  right: 230px;
}
.sk-features-2-item-1 .item-icon-border:is(.has-4) {
  bottom: 140px;
  left: 54%;
}
.sk-features-2-item-1 .item-icon-border:is(.has-3) {
  right: 119px;
  bottom: 101px;
}
.sk-features-2-item-1 .item-icon-border:is(.has-2) {
  bottom: 40px;
  left: 144px;
}
.sk-features-2-item-1 .item-icon-border:is(.has-1) {
  bottom: 169px;
  left: 193px;
}
.sk-features-2-item-2 {
  background: #F0F0F0;
  border: 1px solid #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 42px 44px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@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) {
  .sk-features-2-item-2 {
    padding: 42px 22px;
  }
}
.sk-features-2-item-2 .title {
  font-size: 26px;
  margin-bottom: 15px;
}
@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) {
  .sk-features-2-item-2 .title {
    font-size: 22px;
  }
}
.sk-features-2-item-2 .disc {
  max-width: 595px;
}
.sk-features-2-item-2 .content {
  margin-bottom: 30px;
}
.sk-features-2-item-2 .inner-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sk-features-2-item-2 .inner-div::after {
  content: "";
  width: 154px;
  height: 154px;
  background: var(--sk-clr-pr-2);
  filter: blur(122px);
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: -1;
}
.sk-features-2-item-2 .item-features {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: self-start;
}
.sk-features-2-item-2 .item-features-single {
  background: #F0F0F0;
  box-shadow: -4px -4px 12px #FFFFFF, 7px 5px 12px rgba(0, 0, 0, 0.14), inset 0px 2px 4px #AEE195;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--sk-clr-black-1);
  padding: 6px 9px;
}
.sk-features-2-item-2 .item-features-single i {
  color: var(--sk-clr-pr-2);
}
.sk-features-2-item-2 .item-features:nth-child(1) .item-features-single:nth-child(1) {
  margin-left: 33px;
}
.sk-features-2-item-2 .item-features:nth-child(1) .item-features-single:nth-child(3) {
  margin-left: 75px;
  margin-top: 10px;
}
.sk-features-2-item-2 .item-features:nth-child(3) {
  align-items: end;
}
.sk-features-2-item-2 .item-features:nth-child(3) .item-features-single:nth-child(1) {
  margin-right: 33px;
}
.sk-features-2-item-2 .item-features:nth-child(3) .item-features-single:nth-child(3) {
  margin-right: 75px;
  margin-top: 10px;
}
.sk-features-2-item-2 .item-favicon-border {
  width: 94px;
  height: 94px;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 33, 1, 0.3), inset 0px 4px 4px #59D51D;
  border-radius: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sk-features-2-item-2 .item-favicon-border-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-pr-2);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
}
.sk-features-2-item-2 .item-favicon-border-line-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-pr-2);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
  animation-delay: 1s;
}
.sk-features-2-item-2 .item-favicon-border-line-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sk-clr-pr-2);
  border-radius: 50%;
  animation: skf2item-favicon-border-line-3 3s linear infinite;
  animation-delay: 2s;
}
.sk-features-2-item-2-svg-line {
  position: absolute;
  left: 95px;
  bottom: 5px;
  z-index: -1;
}
.sk-features-2-item-2-svg-line-2 {
  position: absolute;
  transform: scaleX(-1);
  right: 95px;
  bottom: 5px;
  z-index: -1;
}
.sk-features-2-item-2 .bg-glow-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sk-features-2-item-3 {
  background: linear-gradient(180deg, #59D51D 0%, #2E6F0F 100%);
  border: 1px solid #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 35px 44px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-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) {
  .sk-features-2-item-3 {
    padding: 35px 22px;
    padding-bottom: 0;
  }
}
.sk-features-2-item-3 .title {
  font-size: 26px;
  margin-bottom: 9px;
  color: #fff;
}
@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) {
  .sk-features-2-item-3 .title {
    font-size: 22px;
  }
}
.sk-features-2-item-3 .disc {
  max-width: 595px;
  color: #fff;
}
.sk-features-2-item-3 .content {
  margin-bottom: 18px;
}
.sk-features-2-item-3 .author {
  text-align: center;
  background: rgba(0, 33, 1, 0.13);
  backdrop-filter: blur(6px);
  border-radius: 16px 16px 0px 0px;
  padding: 12px;
  padding-bottom: 0;
}
.sk-features-2-item-3 .author-img {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 50%;
}
.sk-features-2-item-3 .author-title {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px;
}
.sk-features-2-item-3 .author-inner {
  background: linear-gradient(180deg, rgba(0, 33, 1, 0.5) 0%, rgba(0, 135, 4, 0.5) 100%);
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 1;
  max-width: 236px;
  display: inline-block;
  padding: 10px 12px;
}
.sk-features-2-item-3 .author-inner-text {
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 13px;
  opacity: 40%;
}
.sk-features-2-item-3 .author-inner-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #59D51D 0%, #2E6F0F 86.54%);
  box-shadow: 0px 3px 7px #CFFFCF, inset 0px -4px 6px #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sk-features-2-item-3 .bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sk-features-2-item-3 .glow-line-svg {
  position: absolute;
  bottom: 81px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sk-features-2-item-4 {
  background: #F0F0F0;
  border: 1px solid #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sk-features-2-item-4 .title {
  font-size: 26px;
  margin-bottom: 15px;
}
@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) {
  .sk-features-2-item-4 .title {
    font-size: 22px;
  }
}
.sk-features-2-item-4 .disc {
  max-width: 595px;
}
.sk-features-2-item-4 .content {
  padding: 40px 44px;
  padding-top: 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) {
  .sk-features-2-item-4 .content {
    padding: 40px 22px;
  }
}
.sk-features-2-item-4 .inner-div {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sk-features-2-item-4 .inner-div {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-2-item-4 .inner-div {
    flex-wrap: nowrap;
  }
}
.sk-features-2-item-4 .item-svg-3 {
  position: absolute;
  top: 45px;
  right: 20.4%;
}
@media (max-width: 767px) {
  .sk-features-2-item-4 .item-svg-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-2-item-4 .item-svg-3 {
    display: inline-block;
  }
}
.sk-features-2-item-4 .item-favicon {
  position: absolute;
  top: 24px;
  right: 38%;
  width: 52px;
  height: 52px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4FCF0 29.33%, #5AD41F 100%);
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
}
.sk-features-2-item-4 .item-favicon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(to bottom, var(--sk-clr-pr-2) 0%, #FFFFFF 30%);
  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;
}
.sk-features-2-item-4 .item-svg-2 {
  filter: drop-shadow(5px 6px 20px rgba(0, 0, 0, 0.25));
  margin-top: 70px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .sk-features-2-item-4 .item-svg-2 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-2-item-4 .item-svg-2 {
    margin-top: 70px;
  }
}
.sk-features-2-item-5 {
  background: #F0F0F0;
  border: 1px solid #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 42px 44px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@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) {
  .sk-features-2-item-5 {
    padding: 42px 22px;
    padding-top: 24px;
  }
}
.sk-features-2-item-5 .title {
  font-size: 26px;
  margin-bottom: 9px;
}
@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) {
  .sk-features-2-item-5 .title {
    font-size: 22px;
  }
}
.sk-features-2-item-5 .disc {
  max-width: 595px;
}
.sk-features-2-item-5 .content {
  margin-top: -27px;
}
@media (max-width: 767px) {
  .sk-features-2-item-5 .item-svg {
    width: 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) {
  .sk-features-2-height {
    height: 2000px;
  }
}
.sk-features-2-pin {
  position: sticky;
  top: 0;
}

@keyframes skf2item-favicon-border-line-3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
/*
    features-2-end
*/
/*
    features-3-start
*/
.sk-sec-ani-1 {
  position: relative;
  margin-bottom: -177px;
}
.sk-sec-ani-1-logo {
  margin-top: -80px;
}
.sk-sec-ani-1-glow {
  width: 193px;
  height: 107px;
  background: #FF5D5D;
  opacity: 0.4;
  filter: blur(32px);
  position: absolute;
  top: 60px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sk-sec-ani-1-dot {
  position: relative;
}

.sk-features-3-sec-title {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}
.sk-features-3-sec-title .sec-disc {
  margin-top: 20px;
}
.sk-features-3-wrap {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1.66fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-features-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-features-3-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-features-3-box-1 {
  background-color: #201010;
  border-radius: 12px;
  overflow: hidden;
  padding: 28px 32px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(254, 13, 58, 0.2);
}
@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) {
  .sk-features-3-box-1 {
    padding: 28px 22px;
  }
}
.sk-features-3-box-1 .title {
  font-size: 22px;
  margin-bottom: 5px;
}
.sk-features-3-box-1 .disc {
  font-size: 16px;
}
.sk-features-3-box-1-logo {
  display: flex;
  justify-content: space-between;
  margin-bottom: -39px;
  position: relative;
  z-index: 2;
}
.sk-features-3-box-1-logo .single-logo {
  width: 48px;
  height: 48px;
  background: radial-gradient(50% 50% at 50% 50%, #680A0C 0%, #120101 100%);
  box-shadow: inset 0px 0px 12px #FD1C32;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
}
.sk-features-3-box-1-logo .single-logo:nth-child(1) {
  margin-top: 85px;
}
.sk-features-3-box-1-logo .single-logo:nth-child(2) {
  margin-left: -23px;
}
.sk-features-3-box-1-logo .single-logo:nth-child(3) {
  margin-right: -23px;
}
.sk-features-3-box-1-logo .single-logo:nth-child(4) {
  margin-top: 85px;
}
.sk-features-3-box-1-favicon {
  text-align: center;
}
.sk-features-3-box-1 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.sk-features-3-box-1 .bg-shape img {
  width: 100%;
}
.sk-features-3-box-1 .bg-shape-2 {
  width: 294.71px;
  height: 124.38px;
  background: var(--sk-clr-pr-3);
  opacity: 0.5;
  filter: blur(42px);
  transform: rotate(29.57deg);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.sk-features-3-box-1 .bg-shape-3 {
  position: absolute;
  width: 147px;
  height: 147px;
  background: var(--sk-clr-pr-3);
  opacity: 0.6;
  filter: blur(42px);
  top: -60px;
  left: -60px;
  z-index: -2;
}
.sk-features-3-box-1 .logo-x-favicon {
  max-width: 283px;
  margin-left: auto;
  margin-right: auto;
}
.sk-features-3-box-1-svg-1 {
  position: absolute;
  bottom: 79px;
  left: 20px;
  z-index: 1;
}
.sk-features-3-box-1-svg-2 {
  position: absolute;
  right: 21px;
  bottom: 78px;
  transform: scaleX(-1);
}
.sk-features-3-box-1-svg-3 {
  position: absolute;
  top: 33px;
  left: 91px;
  z-index: 1;
}
.sk-features-3-box-1-svg-4 {
  position: absolute;
  right: 92px;
  top: 34px;
  transform: scaleX(-1);
  z-index: 1;
}
.sk-features-3-box-2 {
  background-color: #201010;
  border-radius: 12px;
  overflow: hidden;
  padding: 28px 32px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(254, 13, 58, 0.2);
}
@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) {
  .sk-features-3-box-2 {
    padding: 28px 22px;
  }
}
.sk-features-3-box-2 .title {
  font-size: 22px;
  margin-bottom: 5px;
}
.sk-features-3-box-2 .disc {
  font-size: 16px;
}
.sk-features-3-box-2 .bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -3;
}
.sk-features-3-box-2 .bg-shape-1 img {
  width: 100%;
}
.sk-features-3-box-2 .bg-shape-2 {
  position: absolute;
  width: 285.18px;
  height: 193.63px;
  background: linear-gradient(180deg, #BF2938 0%, #600509 100%);
  filter: blur(87px);
  border-radius: 240px;
  transform: rotate(31.17deg);
  bottom: -80px;
  right: 130px;
  z-index: -2;
}
.sk-features-3-box-2 .bg-shape-3 {
  position: absolute;
  width: 285.18px;
  height: 193.63px;
  background: #FFFFFF;
  opacity: 0.15;
  filter: blur(27px);
  border-radius: 240px;
  transform: rotate(31.17deg);
  top: -50px;
  left: -40px;
  z-index: -2;
}
.sk-features-3-box-2-svg {
  width: 100%;
}
.sk-features-3-box-3 {
  background-color: #201010;
  border-radius: 12px;
  overflow: hidden;
  padding: 28px 32px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(254, 13, 58, 0.2);
  min-height: 420px;
}
@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) {
  .sk-features-3-box-3 {
    padding: 28px 22px;
  }
}
.sk-features-3-box-3 .title {
  font-size: 22px;
  margin-bottom: 5px;
}
.sk-features-3-box-3 .disc {
  font-size: 16px;
}
.sk-features-3-box-3-earth {
  position: absolute;
  bottom: -180px;
  right: -120px;
  width: 140%;
  z-index: -1;
}
.sk-features-3-box-3-earth img {
  animation: wa-rotated-minus 15s linear infinite;
}
.sk-features-3-box-3 .bg-shape-1 {
  position: absolute;
  width: 302.86px;
  height: 104.22px;
  background: linear-gradient(180deg, #BF2938 0%, #600509 100%);
  opacity: 0.4;
  filter: blur(27px);
  border-radius: 240px;
  transform: rotate(15.36deg);
  z-index: -2;
  top: -40px;
  left: 0;
}
.sk-features-3-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-features-3-wrap-2 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sk-features-3-wrap-2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-3-wrap-2 {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.sk-features-3-card {
  border: 1px solid #4B3E3E;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 32px 28px;
}
@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) {
  .sk-features-3-card {
    padding: 32px 20px;
  }
}
.sk-features-3-card:not(:first-child) {
  margin-left: -1px;
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-features-3-card:first-child {
    border-radius: 0px 20px 0 0;
    border-left: none;
  }
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-features-3-card:last-child {
    border-radius: 20px 0 0 0;
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-3-card {
    border: 1px solid #4B3E3E;
    border-radius: 20px;
  }
}
.sk-features-3-card .item-icon {
  position: relative;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 35px;
}
.sk-features-3-card .item-icon::after {
  content: "";
  width: 130%;
  height: 130%;
  background-image: linear-gradient(to right, #FF5868 0%, #120101 36%, #120101 65%, #A846B1 100%);
  position: absolute;
  top: -10px;
  left: -10px;
  animation: wa-rotated 4s ease-in-out infinite;
}
.sk-features-3-card .item-icon-elm {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #120101;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 1;
}
.sk-features-3-card .item-icon-elm::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FF6776;
  filter: blur(7px);
  z-index: -1;
}
.sk-features-3-card .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.sk-features-3-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-features-3-card .title a:hover {
  color: var(--sk-clr-pr-3);
  background-size: 100% 100%;
}
.sk-features-3-card .disc {
  font-size: 16px;
}
.sk-features-3-all-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sk-features-3-all-btn .sk-pr-btn-4 {
  flex: 0 0 auto;
}
.sk-features-3-all-btn .line-3 {
  position: absolute;
  width: 1px;
  height: 140px;
  background: linear-gradient(180deg, rgba(254, 13, 58, 0) 0%, #FE0D3A 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-3-all-btn .line-3 {
    display: none;
  }
}
.sk-features-3-all-btn .line-1 {
  background: linear-gradient(90deg, #120101 0%, #FFFFFF 100%);
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 1;
  opacity: 24%;
}
.sk-features-3-all-btn .line-1::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -3px;
  border-radius: 50%;
}
.sk-features-3-all-btn .line-2 {
  background: linear-gradient(-90deg, #120101 0%, #FFFFFF 100%);
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 1;
  opacity: 24%;
}
.sk-features-3-all-btn .line-2::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 50%;
}

/*
    features-3-end
*/
/*
    features-4-start
*/
.sk-features-4-area {
  margin-left: 24px;
  margin-right: 24px;
  background-color: var(--sk-clr-black-5);
  border-radius: 28px;
}
@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) {
  .sk-features-4-area {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.sk-features-4-sec-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.sk-features-4-sec-title .sk-subtitle-4 {
  background-color: var(--sk-clr-black-5);
}
.sk-features-4-sec-title .sk-sec-title-4 {
  color: #fff;
}
.sk-features-4-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-features-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-features-4-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-features-4-card {
  background-color: #060633;
  border: 2px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 36px 36px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-4-card {
    padding: 36px 20px;
  }
}
.sk-features-4-card::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background: linear-gradient(94.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  filter: blur(27px);
  top: -20px;
  left: -20px;
  z-index: -1;
}
.sk-features-4-card .item-icon {
  position: relative;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 48px;
}
.sk-features-4-card .item-icon::after {
  content: "";
  width: 130%;
  height: 130%;
  background: linear-gradient(to right, #8367FF 0%, #020224 36%, #020224 65%, #E50FF2 100%);
  position: absolute;
  top: -10px;
  left: -10px;
  animation: wa-rotated 4s ease-in-out infinite;
}
.sk-features-4-card .item-icon-elm {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #120101;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.sk-features-4-card .item-icon-elm::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--sk-clr-gd-4);
  filter: blur(7px);
  z-index: -1;
}
.sk-features-4-card .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.sk-features-4-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-features-4-card .title a:hover {
  color: #fff;
  background-size: 100% 100%;
}
.sk-features-4-card .disc {
  font-size: 16px;
  color: #fff;
  opacity: 80%;
}
.sk-features-4-bg-shape {
  text-align: center;
  position: absolute;
  top: -189px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-features-4-bg-shape {
    top: -269px;
  }
}
@media (max-width: 767px) {
  .sk-features-4-bg-shape {
    top: -359px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-4-bg-shape {
    top: -309px;
  }
}
.sk-features-4-bg-shape svg {
  width: 100%;
}
.sk-features-4-bg-shape svg g {
  filter: blur(15px);
  opacity: 0.7;
}
.sk-features-4-bg-shape svg g g:nth-child(1) {
  opacity: 1;
  filter: blur(0);
}
.sk-features-4-bg-shape svg g g:nth-child(9) {
  opacity: 1;
  filter: blur(0);
}

/*
    features-4-end
*/
/*
    features-5-start
*/
.sk-features-5-area {
  border-radius: 60px 60px 0 0;
  background-color: #FDFDFD;
  margin-top: -70px;
  padding-top: 120px;
  padding-bottom: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-5-area {
    border-radius: 20px 20px 0 0;
  }
}
.sk-features-5-sec-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@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) {
  .sk-features-5-sec-title {
    position: sticky;
    top: 140px;
  }
}
.sk-features-5-sec-title .sec-disc {
  margin-top: 12px;
}
.sk-features-5-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sk-features-5-card {
  padding: 10px;
  background-color: #DBF1FF;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-5-card {
    grid-template-columns: 1fr;
  }
}
.sk-features-5-card .item-img {
  border-radius: 24px;
}
.sk-features-5-card .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.sk-features-5-card .item-content {
  padding: 38px 48px;
}
@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) {
  .sk-features-5-card .item-content {
    padding: 38px 20px;
  }
}
.sk-features-5-card .number {
  font-size: 40px;
  margin-bottom: 24px;
}
@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) {
  .sk-features-5-card .number {
    font-size: 34px;
  }
}
.sk-features-5-card .title {
  font-size: 28px;
  font-weight: 500;
  max-width: 470px;
  margin-bottom: 12px;
}
@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) {
  .sk-features-5-card .title {
    font-size: 22px;
  }
}
.sk-features-5-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-features-5-card .title a:hover {
  color: var(--sk-clr-black-6);
  background-size: 100% 100%;
}
.sk-features-5-card .disc {
  opacity: 80%;
  margin-bottom: 32px;
  color: var(--sk-clr-black-8);
}
.sk-features-5-card .item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sk-features-5-card .item-list li {
  color: var(--sk-clr-black-6);
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-features-5-card .item-list li svg * {
  stroke: #009DFF;
}
.sk-features-5-card:hover img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.sk-features-5-card:is(.has-v2) {
  background-color: #FFF1BE;
}
.sk-features-5-card:is(.has-v2) .item-list li svg * {
  stroke: #E3B100;
}
.sk-features-5-card:is(.has-v3) {
  background-color: #DFBEFF;
}
.sk-features-5-card:is(.has-v3) .item-list li svg * {
  stroke: #8200FF;
}
.sk-features-5-card:is(.has-v4) {
  background-color: #FFEDE8;
}
.sk-features-5-card:is(.has-v4) .item-list li svg * {
  stroke: #FFA72B;
}

@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) {
  .sk-features-5-card {
    position: sticky;
    top: 100px;
  }
  .sk-features-5-card:nth-child(2) {
    top: 140px;
  }
  .sk-features-5-card:nth-child(3) {
    top: 180px;
  }
}

/*
    features-5-end
*/
/*
    features-6-start
*/
.sk-features-6-area {
  background: linear-gradient(193.36deg, #0F0E0C 9.6%, rgba(15, 14, 12, 0) 90.4%);
  border-radius: 72px 72px 0px 0px;
}
.sk-features-6-bg-glow-1 {
  width: 51%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.sk-features-6-bg-glow-2 {
  text-align: right;
  width: 51%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}
.sk-features-6-bg-dot-1 {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -2;
}
.sk-features-6-bg-dot-2 {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: -2;
}
.sk-features-6-sec-title {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}
.sk-features-6-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-features-6-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-6-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-features-6-card {
  background-color: var(--sk-clr-black-6);
  border-radius: 24px;
  padding: 24px;
  padding-top: 32px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.sk-features-6-card::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 24px;
  background: linear-gradient(to right, #1B1107 0%, #0F0402 25%, #571709 50%, #0F0402 75%, #762610 100%);
  padding: 1px;
  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;
}
.sk-features-6-card .card-content {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
}
.sk-features-6-card .card-content .title {
  font-size: 24px;
  margin-bottom: 12px;
}
@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) {
  .sk-features-6-card .card-content .title {
    font-size: 22px;
  }
}
.sk-features-6-card .card-content .disc {
  opacity: 80%;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.sk-features-6-card .card-content .number {
  background: linear-gradient(99.13deg, #EE9737 0%, #DC5729 25.13%, #DC5729 50.19%, #DC5729 74.98%, #EE9737 100%);
  border-radius: 120px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 1px 14px;
}
.sk-features-6-card .card-content .border-line {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transform-origin: center;
}
.sk-features-6-card-img {
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.sk-features-6-card-img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 24px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
}
.sk-features-6-card-img .main-img {
  overflow: hidden;
  border-radius: 24px;
}
.sk-features-6-card-img .main-img img {
  width: 100%;
}
.sk-features-6-card-img .img-inner {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sk-features-6-card-img .img-inner-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.sk-features-6-card-img-2 {
  background-color: #0C0C0D;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 378px;
  padding: 17px 10px;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.sk-features-6-card-img-2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 24px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
}
.sk-features-6-card-img-3 {
  margin-bottom: -25px;
  border-radius: 24px 24px 0 0;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.sk-features-6-card-img-3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
}
.sk-features-6-card-img-3 .main-img {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}
.sk-features-6-card-img-3 .main-img img {
  width: 100%;
}
.sk-features-6-card-img-3 .img-svg {
  position: absolute;
  bottom: 0;
  left: 17%;
  width: 48%;
}
@media (max-width: 767px) {
  .sk-features-6-card-img-3 .img-svg {
    bottom: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-6-card-img-3 .img-svg {
    bottom: -40px;
  }
}
.sk-features-6-card:is(.has-big-card) {
  border: 1px solid transparent;
  overflow: hidden;
}
.sk-features-6-card:is(.has-big-card)::before {
  z-index: 2;
  pointer-events: none;
}
.sk-features-6-card-img-4 {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-features-6-card-img-4::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 24px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
}
.sk-features-6-card-img-4 img {
  width: 100%;
}
.sk-features-6-card-img-5 {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 400px;
  margin-bottom: -22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-features-6-card-img-5 {
    height: 285px;
  }
}
@media (max-width: 767px) {
  .sk-features-6-card-img-5 {
    height: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-6-card-img-5 {
    height: 350px;
  }
}
.sk-features-6-card-img-5 .img-earth {
  text-align: center;
  position: absolute;
  bottom: -220px;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .sk-features-6-card-img-5 .img-earth {
    bottom: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-6-card-img-5 .img-earth {
    bottom: -220px;
  }
}
.sk-features-6-card-img-5 .img-earth img {
  animation: wa-rotated 20s linear infinite;
}
.sk-features-6-card-img-5 .img-earth-line {
  text-align: center;
  position: absolute;
  bottom: -80px;
  z-index: -1;
}
.sk-features-6-bottom {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.sk-features-6-bottom-dot {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.sk-features-6-bottom-glow {
  width: 100%;
}

/*
    features-6-end
*/
/*
    features-7-start
*/
.sk-features-7-sec-title .sec-disc {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.sk-features-7-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-features-7-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-features-7-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-features-7-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-features-7-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-features-7-item {
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  padding: 40px 40px;
  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) {
  .sk-features-7-item {
    padding: 40px 20px;
  }
}
.sk-features-7-item .item-content .title {
  font-size: 24px;
  margin-bottom: 12px;
}
@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) {
  .sk-features-7-item .item-content .title {
    font-size: 22px;
  }
}
.sk-features-7-item .bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sk-features-7-item .bg-line img {
  width: 100%;
}
.sk-features-7-item-2-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
}
.sk-features-7-item-2-logo .single-logo {
  width: 54px;
  height: 54px;
  background-color: #139D49;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-features-7-item-2-logo .left {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sk-features-7-item-2-logo .left .single-logo:nth-child(1) {
  margin-left: 55px;
}
@media (max-width: 767px) {
  .sk-features-7-item-2-logo .left .single-logo:nth-child(1) {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-7-item-2-logo .left .single-logo:nth-child(1) {
    margin-left: 55px;
  }
}
.sk-features-7-item-2-logo .left .single-logo:nth-child(2) {
  background-color: #FF6D41;
}
.sk-features-7-item-2-logo .left .single-logo:nth-child(3) {
  background-color: #000000;
  margin-left: 55px;
}
@media (max-width: 767px) {
  .sk-features-7-item-2-logo .left .single-logo:nth-child(3) {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-7-item-2-logo .left .single-logo:nth-child(3) {
    margin-left: 55px;
  }
}
.sk-features-7-item-2-logo .right {
  display: flex;
  flex-direction: column;
  gap: 58px;
  align-items: end;
}
.sk-features-7-item-2-logo .right .single-logo:nth-child(1) {
  background-color: #95BF46;
  margin-right: 55px;
}
@media (max-width: 767px) {
  .sk-features-7-item-2-logo .right .single-logo:nth-child(1) {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-7-item-2-logo .right .single-logo:nth-child(1) {
    margin-right: 55px;
  }
}
.sk-features-7-item-2-logo .right .single-logo:nth-child(2) {
  background-color: #635BFF;
}
.sk-features-7-item-2-logo .right .single-logo:nth-child(3) {
  background-color: #F8BD00;
  margin-right: 55px;
}
@media (max-width: 767px) {
  .sk-features-7-item-2-logo .right .single-logo:nth-child(3) {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-features-7-item-2-logo .right .single-logo:nth-child(3) {
    margin-right: 55px;
  }
}
.sk-features-7-item-2-logo .item-favicon {
  width: 81px;
  height: 81px;
  background: var(--sk-clr-gd-7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 10px solid rgba(255, 181, 131, 0.2);
}
.sk-features-7-item-2-logo-bg-line-1 {
  position: absolute;
  left: 24px;
  top: 25px;
  z-index: -1;
}
.sk-features-7-item-2-logo-bg-line-2 {
  position: absolute;
  right: 24px;
  top: 25px;
  z-index: -1;
  transform: scaleX(-1);
}
.sk-features-7-item-3-img {
  text-align: center;
}
.sk-features-7-item-3-img .img-1 {
  filter: drop-shadow(0px 4px 90px rgba(183, 183, 183, 0.3));
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.sk-features-7-item-3-img .img-2 {
  filter: drop-shadow(0px 4px 90px rgba(183, 183, 183, 0.3)) drop-shadow(0px 4px 4px rgba(183, 183, 183, 0.25));
  border-radius: 16px;
  margin-top: -138px;
  position: relative;
  z-index: 1;
}
.sk-features-7-item-3-img .img-3 {
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 90px rgba(183, 183, 183, 0.3);
  border-radius: 12px;
  margin-top: -113px;
}
.sk-features-7-item-4-img {
  margin-bottom: -40px;
}
.sk-features-7-item-2 {
  background: linear-gradient(172.4deg, #663CF6 5.89%, #7C48EB 26.16%, #DF7CB5 52.6%, #FF9774 83.88%);
  border-radius: 24px;
  padding: 40px 40px;
  padding-top: 58px;
  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) {
  .sk-features-7-item-2 {
    padding: 40px 20px;
  }
}
.sk-features-7-item-2 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -2;
}
.sk-features-7-item-2-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sk-features-7-item-2-bg-svg rect {
  transform-origin: center;
  animation: skF7svg1 5s linear infinite;
}
.sk-features-7-item-2-bg-svg circle {
  animation: skF7svg2 5s linear infinite;
}
.sk-features-7-item-2 .item-logo {
  max-width: 150px;
  background: #fff;
  border-radius: 200px;
  height: 44px;
  padding: 5px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 215px;
}
.sk-features-7-item-2 .item-content .title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
}
.sk-features-7-item-2 .item-content .disc {
  color: #fff;
}
.sk-features-7-item-2 .btn-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.sk-features-7-item-2 .btn-wrap .btn-elm {
  transition: var(--sk-cube-1);
}
.sk-features-7-item-2 .btn-wrap .btn-elm:hover {
  transform: translateY(-3px);
}

@keyframes skF7svg1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes skF7svg2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/*
    features-7-end
*/
/*
    benefits-1-start
*/
.sk-benefits-1-area {
  position: relative;
  z-index: 2;
}
.sk-benefits-1-bg-shape-1 {
  width: 24%;
  position: absolute;
  top: -44%;
  left: 0;
  z-index: -2;
}
.sk-benefits-1-bg-shape-2 {
  text-align: right;
  width: 27%;
  position: absolute;
  right: 0;
  top: -44%;
  z-index: -2;
}
.sk-benefits-1-sec-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.sk-benefits-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-benefits-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-benefits-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-benefits-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sk-benefits-1-wrap .ani-line-1 {
  position: absolute;
  top: 49.7%;
  left: 0;
  height: 3px;
  width: 36px;
  background: radial-gradient(var(--sk-clr-sd-1), transparent);
  z-index: 1;
  animation: skB1line1 7s ease-in-out infinite;
}
@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) {
  .sk-benefits-1-wrap .ani-line-1 {
    display: none;
  }
}
.sk-benefits-1-wrap .ani-line-2 {
  position: absolute;
  top: 49.7%;
  right: 0;
  height: 3px;
  width: 36px;
  background: radial-gradient(var(--sk-clr-sd-1), transparent);
  z-index: 1;
  animation: skB1line2 7s ease-in-out infinite;
}
@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) {
  .sk-benefits-1-wrap .ani-line-2 {
    display: none;
  }
}
.sk-benefits-1-wrap .ani-line-3 {
  position: absolute;
  top: 0;
  left: 438px;
  height: 36px;
  width: 3px;
  background: radial-gradient(var(--sk-clr-sd-1), transparent);
  z-index: 1;
  animation: skB1line3 7s ease-in-out infinite;
}
@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) {
  .sk-benefits-1-wrap .ani-line-3 {
    display: none;
  }
}
.sk-benefits-1-wrap .ani-line-4 {
  position: absolute;
  bottom: 0;
  left: 438px;
  height: 36px;
  width: 3px;
  background: radial-gradient(var(--sk-clr-sd-1), transparent);
  z-index: 1;
  animation: skB1line4 7s ease-in-out infinite;
}
@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) {
  .sk-benefits-1-wrap .ani-line-4 {
    display: none;
  }
}
.sk-benefits-1-wrap .ani-line-5 {
  position: absolute;
  bottom: 0;
  right: 438px;
  height: 36px;
  width: 3px;
  background: radial-gradient(var(--sk-clr-sd-1), transparent);
  z-index: 1;
  animation: skB1line4 7s ease-in-out infinite;
}
@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) {
  .sk-benefits-1-wrap .ani-line-5 {
    display: none;
  }
}
.sk-benefits-1-wrap .ani-line-6 {
  position: absolute;
  top: 0;
  right: 438px;
  height: 36px;
  width: 3px;
  background: radial-gradient(var(--sk-clr-sd-1), transparent);
  z-index: 1;
  animation: skB1line3 7s ease-in-out infinite;
}
@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) {
  .sk-benefits-1-wrap .ani-line-6 {
    display: none;
  }
}
.sk-benefits-1-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: var(--sk-clr-black-2);
  padding: 40px 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: -1px;
  margin-top: -1px;
}
@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) {
  .sk-benefits-1-card {
    padding: 40px 20px;
  }
}
.sk-benefits-1-card .icon-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #272B3A 0%, var(--sk-clr-black-2) 100%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 41px;
  position: relative;
  z-index: 1;
}
.sk-benefits-1-card .icon-elm {
  width: 58px;
  height: 58px;
  background: var(--sk-clr-black-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.sk-benefits-1-card .icon-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sk-benefits-1-card .icon-glow {
  animation: wa-rotated 7s ease-in-out infinite;
}
.sk-benefits-1-card .icon-glow::after {
  content: "";
  width: 32px;
  height: 18px;
  background: var(--sk-clr-sd-1);
  filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 19px;
}
.sk-benefits-1-card .icon-glow::before {
  content: "";
  width: 32px;
  height: 18px;
  background: var(--sk-clr-pr-1);
  filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  left: 19px;
}
.sk-benefits-1-card .title {
  font-size: 22px;
  margin-bottom: 12px;
}
.sk-benefits-1-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-benefits-1-card .title a:hover {
  color: var(--sk-clr-sd-1);
  background-size: 100% 100%;
}
.sk-benefits-1-card .disc {
  font-size: 16px;
}
.sk-benefits-1-card .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-40px, -40px);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-benefits-1-card .bg-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translate(40px, 40px);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-benefits-1-card:hover .bg-shape-1 {
  opacity: 1;
  transform: translate(0px, 0px);
}
.sk-benefits-1-card:hover .bg-shape-2 {
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0.1s;
}

@keyframes skB1line1 {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(421px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes skB1line2 {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(-421px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes skB1line3 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(297px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes skB1line4 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-297px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*
    benefits-1-end
*/
/*
    benefits-2-start
*/
.sk-benefits-6-wrap {
  display: grid;
  gap: 110px;
  grid-template-columns: 1fr 1.16fr;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-benefits-6-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-benefits-6-wrap {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sk-benefits-6-left {
    margin-bottom: 200px;
  }
}
.sk-benefits-6-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-benefits-6-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.sk-benefits-6-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.sk-benefits-6-right-shape {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sk-benefits-6-right-shape-icon {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 85%;
  transform: translate(-50%, -50%);
}
.sk-benefits-6-right-shape-icon .left, .sk-benefits-6-right-shape-icon .right {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.sk-benefits-6-right-shape-icon .shape-icon {
  position: relative;
  z-index: 1;
  animation: shakeY2 15s ease-in-out infinite;
}
.sk-benefits-6-right-shape-icon .shape-icon::after {
  content: "";
  width: 127px;
  height: 0.5px;
  border: 0.5px dashed var(--sk-clr-pr-6);
  position: absolute;
  right: 92%;
  top: 25px;
  z-index: -1;
  opacity: 0.4;
}
.sk-benefits-6-right-shape-icon .left {
  align-items: start;
}
.sk-benefits-6-right-shape-icon .left .shape-icon:nth-child(1) {
  margin-left: 77px;
  animation-delay: 1s;
}
.sk-benefits-6-right-shape-icon .left .shape-icon:nth-child(2) {
  animation-delay: 3s;
}
.sk-benefits-6-right-shape-icon .left .shape-icon:nth-child(2)::after {
  max-width: 50px;
  border-color: #fff;
}
.sk-benefits-6-right-shape-icon .left .shape-icon:nth-child(3) {
  margin-left: 77px;
  animation-delay: 2s;
}
.sk-benefits-6-right-shape-icon .right {
  align-items: end;
}
.sk-benefits-6-right-shape-icon .right .shape-icon:nth-child(1) {
  margin-right: 77px;
  animation-delay: 2.5s;
}
.sk-benefits-6-right-shape-icon .right .shape-icon:nth-child(1)::after {
  right: unset;
  left: 92%;
  border-color: #fff;
}
.sk-benefits-6-right-shape-icon .right .shape-icon:nth-child(2) {
  animation-delay: 1.5s;
}
.sk-benefits-6-right-shape-icon .right .shape-icon:nth-child(2)::after {
  max-width: 50px;
  border-color: var(--sk-clr-pr-6);
  right: unset;
  left: 92%;
}
.sk-benefits-6-right-shape-icon .right .shape-icon:nth-child(3) {
  margin-right: 77px;
  animation-delay: 3.5s;
}
.sk-benefits-6-right-shape-icon .right .shape-icon:nth-child(3)::after {
  right: unset;
  left: 92%;
  border-color: #fff;
}
.sk-benefits-6-right-shape .shape-favicon {
  width: 77px;
  height: 40px;
  background-color: var(--sk-clr-pr-6);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sk-benefits-6-right-shape .shape-favicon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 100%;
  z-index: 1;
  border: 2px solid rgba(240, 240, 240, 0.4);
}
.sk-benefits-6-right-shape .shape-favicon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100%;
  z-index: -2;
  background-color: #FFA46F;
}
.sk-benefits-6-right-shape .shape-favicon svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sk-benefits-6-right-shape .shape-favicon svg path {
  fill: var(--sk-clr-pr-6);
}
.sk-benefits-6-right-shape .shape-glow {
  position: absolute;
  top: 4%;
  left: 48.5%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sk-benefits-6-right-shape .shape-glow img {
  animation: skGlowEffect1 4s linear infinite;
}
.sk-benefits-6-right-shape .shape-dot {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sk-benefits-6-right-shape .shape-dot svg {
  overflow: visible;
}
.sk-benefits-6-right-shape .shape-ring {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sk-benefits-6-right-shape .shape-ring svg {
  overflow: visible;
}
.sk-benefits-6-right-shape .shape-ring svg path {
  animation: shakeY2 15s ease-in-out infinite;
}
.sk-benefits-6-right-shape .shape-ring svg path:nth-child(2) {
  animation-delay: 2s;
}
.sk-benefits-6-right-shape .shape-ring svg path:nth-child(3) {
  animation-delay: 2.5s;
}
.sk-benefits-6-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-benefits-6-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-benefits-6-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-benefits-6-card {
  background-color: #0F0E0C;
  border: 1px solid #1C1C1C;
  border-radius: 12px;
  padding: 40px 40px;
  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) {
  .sk-benefits-6-card {
    padding: 40px 20px;
  }
}
.sk-benefits-6-card .number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.sk-benefits-6-card::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 12px;
  background: linear-gradient(-90deg, rgb(174, 174, 174) 0%, rgba(153, 153, 153, 0.1) 100%);
  padding: 1px;
  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(--sk-cube-1);
}
.sk-benefits-6-card::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgb(174, 174, 174) 0%, rgba(153, 153, 153, 0.1) 100%);
  padding: 1px;
  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(--sk-cube-1);
  opacity: 0;
}
.sk-benefits-6-card .bg-glow {
  width: 200px;
  height: 200px;
  background: #79797B;
  opacity: 0.4;
  filter: blur(40px);
  position: absolute;
  right: -70px;
  top: -70px;
  border-radius: 50%;
}
.sk-benefits-6-card:hover::before {
  opacity: 0;
}
.sk-benefits-6-card:hover::after {
  opacity: 1;
}
.sk-benefits-6-card:nth-child(2) .bg-glow {
  background: var(--sk-clr-pr-6);
}
.sk-benefits-6-card:nth-child(2)::before {
  background: linear-gradient(-90deg, var(--sk-clr-pr-6) 0%, rgba(153, 153, 153, 0.1) 100%);
}
.sk-benefits-6-card:nth-child(2)::after {
  background: linear-gradient(90deg, var(--sk-clr-pr-6) 0%, rgba(153, 153, 153, 0.1) 100%);
}
.sk-benefits-6-card:nth-child(3) .bg-glow {
  background: #6F6FB6;
}
.sk-benefits-6-card:nth-child(3)::before {
  background: linear-gradient(-90deg, #7545FF 0%, rgba(153, 153, 153, 0.1) 100%);
}
.sk-benefits-6-card:nth-child(3)::after {
  background: linear-gradient(90deg, #7545FF 0%, rgba(153, 153, 153, 0.1) 100%);
}

/*
    benefits-2-end
*/
/*
    benefits-8-start
*/
.sk-benefits-8-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-benefits-8-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-benefits-8-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-benefits-8-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sk-benefits-8-team {
  position: relative;
  z-index: 1;
}
.sk-benefits-8-team .img-elm {
  height: 624px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .sk-benefits-8-team .img-elm {
    height: 500px;
  }
}
.sk-benefits-8-team .content-wrap {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background-color: #fff;
  width: calc(100% - 12px);
  border-radius: 20px;
  padding: 32px 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) {
  .sk-benefits-8-team .content-wrap {
    padding: 32px 22px;
  }
}
.sk-benefits-8-team .title {
  font-size: 24px;
  margin-bottom: 14px;
}
.sk-benefits-8-counter {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  min-height: 300px;
  gap: 12px;
}
@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) {
  .sk-benefits-8-counter {
    padding: 32px 22px;
  }
}
.sk-benefits-8-counter .bg-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.sk-benefits-8-counter .number {
  font-size: 40px;
  line-height: 1;
}
.sk-benefits-8-counter .title {
  font-size: 18px;
  font-weight: 500;
}
.sk-benefits-8-counter .disc {
  margin-top: auto;
}
.sk-benefits-8-middle {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sk-benefits-8-author {
  background-color: #000;
  padding: 32px 32px;
  border-radius: 24px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 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), (max-width: 767px) {
  .sk-benefits-8-author {
    padding: 32px 22px;
  }
}
.sk-benefits-8-author .number {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.sk-benefits-8-author .title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.sk-benefits-8-author .disc {
  color: #fff;
  margin-top: auto;
}
.sk-benefits-8-img {
  border-radius: 24px;
  height: 624px;
}
@media (max-width: 767px) {
  .sk-benefits-8-img {
    height: 500px;
  }
}

/*
    benefits-8-end
*/
/*
    benefits-9-start
*/
.sk-benefits-9-wrap {
  background-color: #fff;
  border-radius: 32px;
}
.sk-benefits-9-sec-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.sk-benefits-9-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-benefits-9-item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.sk-benefits-9-item .single-item {
  border: 1px solid rgba(229, 229, 229, 0.6);
  padding: 6px;
  padding-right: 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  transition: var(--sk-cube-1);
}
.sk-benefits-9-item .single-item .icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(103, 71, 54, 0.1);
  border-radius: 50%;
}
.sk-benefits-9-item .single-item:hover {
  border: 1px solid rgb(90, 90, 90);
}
.sk-benefits-9-item .single-item:is(.has-clr-2) .icon {
  background-color: #F9EDEF;
}
.sk-benefits-9-item .single-item:is(.has-clr-3) .icon {
  background-color: #FFFAEA;
}
.sk-benefits-9-item .single-item:is(.has-clr-4) .icon {
  background-color: #F4FAE8;
}
.sk-benefits-9-item .single-item:is(.has-clr-5) .icon {
  background-color: #ECF3F6;
}
.sk-benefits-9-all-btn {
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.sk-benefits-9-all-btn::after {
  content: "";
  width: 83%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
}
.sk-benefits-9-all-btn i {
  font-size: 20px;
  transition: var(--sk-cube-1);
}
.sk-benefits-9-all-btn:hover::after {
  width: 100%;
}
.sk-benefits-9-all-btn:hover i {
  transform: rotate(45deg);
}

/*
    benefits-9-end
*/
/*
    price-1-start
*/
.sk-price-1-animation {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sk-price-1-animation .favicon-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sk-clr-black-1);
  box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.64);
  border-radius: 50%;
}
.sk-price-1-animation .favicon-icon-wrap {
  width: 152px;
  height: 152px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.sk-price-1-animation .favicon-icon-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #8D40D7 0%, #FFFFFF 18.75%);
  z-index: -1;
  border-radius: 50%;
  animation: wa-rotated 7s ease-in-out infinite;
}
.sk-price-1-animation .favicon-icon-border {
  width: 136px;
  height: 136px;
  background: var(--sk-clr-black-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-price-1-animation .vertical-line {
  margin-top: -150px;
  transform-origin: top;
  filter: blur(5px);
}
.sk-price-1-animation .triangle-shape {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
.sk-price-1-animation .clr-glow-1 {
  margin-left: -80px;
  margin-right: -80px;
  margin-top: -204px;
}
@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) {
  .sk-price-1-animation .clr-glow-1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.sk-price-1-animation-dot {
  position: absolute;
  top: 561px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.sk-price-1-animation-dot svg {
  overflow: visible;
}
.sk-price-1-wrap {
  background: rgba(17, 15, 32, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.08);
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 36px;
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: 1fr 1.26fr;
  gap: 90px;
  overflow: hidden;
  margin-top: -336px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-price-1-wrap {
    margin-top: -316px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-price-1-wrap {
    gap: 50px;
    margin-top: -266px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-price-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-top: -176px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .sk-price-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-top: -100px;
    padding: 40px 20px;
  }
}
.sk-price-1-sec-title .sk-sec-title-1 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-1-sec-title .sk-sec-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .sk-price-1-sec-title .sk-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-price-1-sec-title .sk-sec-title-1 {
    font-size: 33px;
  }
}
.sk-price-1-sec-title .sec-disc {
  margin-top: 22px;
}
.sk-price-1-circle {
  width: 605px;
  height: 444px;
  margin-left: -170px;
  margin-bottom: -36px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sk-price-1-circle {
    width: 100%;
    margin-left: 0px;
  }
}
.sk-price-1-circle-logo {
  width: 505px;
  height: 505px;
  position: absolute;
  z-index: 1;
  top: 105px;
  border-radius: 50%;
  animation: wa-rotated 30s linear infinite;
}
.sk-price-1-circle-logo .single-logo {
  position: absolute;
  filter: drop-shadow(-16px 6px 21px rgba(0, 0, 0, 0.77));
  width: 91px;
  height: 91px;
}
.sk-price-1-circle-logo .single-logo:nth-child(1) {
  left: 203px;
  bottom: 100%;
}
.sk-price-1-circle-logo .single-logo:nth-child(2) {
  left: 286px;
  bottom: 97.5%;
  transform: rotate(13deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(3) {
  left: 364px;
  bottom: 91%;
  transform: rotate(32deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(4) {
  left: 431px;
  bottom: 79%;
  transform: rotate(47deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(5) {
  left: 480px;
  bottom: 64%;
  transform: rotate(67deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(6) {
  left: 502px;
  bottom: 47%;
  transform: rotate(86deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(7) {
  left: 499px;
  bottom: 30%;
  transform: rotate(101deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(8) {
  left: 471px;
  bottom: 14%;
  transform: rotate(117deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(9) {
  left: 419px;
  bottom: 0%;
  transform: rotate(133deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(10) {
  left: 350px;
  bottom: -11%;
  transform: rotate(150deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(11) {
  left: 266px;
  bottom: -17%;
  transform: rotate(168deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(12) {
  left: 180px;
  bottom: -18.2%;
  transform: rotate(186deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(13) {
  left: 95px;
  bottom: -13.8%;
  transform: rotate(199deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(14) {
  left: 18px;
  bottom: -4.8%;
  transform: rotate(219deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(15) {
  left: -42px;
  bottom: 8.2%;
  transform: rotate(236deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(16) {
  left: -79px;
  bottom: 24.2%;
  transform: rotate(256deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(17) {
  left: -91px;
  bottom: 41.2%;
  transform: rotate(272deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(18) {
  left: -79px;
  bottom: 58.2%;
  transform: rotate(287deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(19) {
  left: -41px;
  bottom: 74.2%;
  transform: rotate(303deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(20) {
  left: 14px;
  bottom: 86.2%;
  transform: rotate(317deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(21) {
  left: 60px;
  bottom: 92.2%;
  transform: rotate(332deg);
}
.sk-price-1-circle-logo .single-logo:nth-child(22) {
  left: 117px;
  bottom: 97.2%;
  transform: rotate(342deg);
}
.sk-price-1-circle-content {
  position: absolute;
  top: 64%;
  left: 46%;
  max-width: 230px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sk-price-1-circle-content .title {
  font-size: 20px;
  margin-bottom: 18px;
}
.sk-price-1-circle-content .disc {
  font-size: 15px;
}
.sk-price-1-circle-content::after {
  content: "";
  width: 200px;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(41px);
  opacity: 0.2;
  z-index: -1;
}
.sk-price-1-right .inner-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sk-price-1-right .inner-div {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.sk-price-1-yearly {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-price-1-yearly-toggle {
  width: 76px;
  height: 44px;
  background: #3D3053;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.sk-price-1-yearly-toggle::after {
  content: "";
  width: 32px;
  height: 32px;
  background: var(--sk-clr-sd-1);
  box-shadow: inset 0px 0px 7px #FFFFFF;
  position: absolute;
  top: 6px;
  left: 7px;
  border-radius: 50%;
  transition: var(--sk-cube-1);
}
.sk-price-1-yearly-toggle:is(.active)::after {
  left: 35px;
  background: var(--sk-clr-pr-1);
}
.sk-price-1-yearly .title {
  opacity: 1;
  font-weight: 500;
}
.sk-price-1-yearly .tags {
  background: var(--sk-clr-gd-1);
  color: #fff;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
  padding-left: 20px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transform: rotate(-25deg) translateY(10px);
  transform-origin: left;
}
.sk-price-1-yearly .tags::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 50%;
}
.sk-price-1-count {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #281C3F;
  gap: 15px;
  padding: 6px;
  padding-right: 12px;
  align-items: center;
}
.sk-price-1-count .count-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.sk-price-1-count .count-item .text {
  display: none;
}
.sk-price-1-count .count-item:is(.active) {
  opacity: 1;
  box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.52);
  border-radius: 10px;
  background: var(--sk-clr-pr-1);
  padding: 6px 17px;
}
.sk-price-1-count .count-item:is(.active) .text {
  display: inline-block;
}
.sk-price-1-count .item-link {
  opacity: 1;
  transition: var(--sk-cube-1);
}
.sk-price-1-count .item-link:hover {
  color: var(--sk-clr-sd-1);
}
.sk-price-1-card {
  background: rgba(39, 36, 61, 0.64);
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 22px 20px;
}
.sk-price-1-card .price-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #161126;
  border-radius: 16px;
  padding: 25px 25px;
  position: relative;
  z-index: 1;
  align-items: start;
  overflow: hidden;
  margin-bottom: 16px;
}
.sk-price-1-card .price-head::after {
  content: "";
  position: absolute;
  width: 219px;
  height: 110px;
  background: #FFFFFF;
  opacity: 0.2;
  filter: blur(32px);
  z-index: -1;
  left: 40px;
  top: -70px;
}
.sk-price-1-card .price-head::before {
  content: "";
  position: absolute;
  width: 219px;
  height: 110px;
  background: #FFFFFF;
  opacity: 0.2;
  filter: blur(32px);
  z-index: -1;
  right: 18px;
  bottom: -60px;
}
.sk-price-1-card .price-head .title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}
.sk-price-1-card .price-head .title i {
  font-size: 20px;
  color: var(--sk-clr-pr-1);
}
.sk-price-1-card .price-head .price-wrap {
  font-size: 48px;
  line-height: 1;
}
.sk-price-1-card .price-head .price-wrap .monthly {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}
.sk-price-1-card .price-head .price-name {
  font-size: 14px;
  opacity: 1;
  background: #1F1C33;
  box-shadow: inset 0px 0px 8px #863AEB;
  border-radius: 90px;
  padding: 8px 20px;
}
.sk-price-1-card .price-body {
  background: linear-gradient(180deg, #161126 0%, #1F1C33 100%);
  border-radius: 16px;
  padding: 24px 24px;
  padding-bottom: 0;
}
.sk-price-1-card .price-body .bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.sk-price-1-card .price-body .bg-shape img {
  transform-origin: right top;
  animation: skPriceCardShape 10s ease-in-out infinite;
}
.sk-price-1-card .price-body::after {
  content: "";
  position: absolute;
  width: 491px;
  height: 54px;
  background: #FFFFFF;
  opacity: 0.2;
  filter: blur(37px);
  transform: rotate(23.96deg);
  left: 0;
  bottom: 84px;
  z-index: -1;
}
.sk-price-1-card .price-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}
.sk-price-1-card .price-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
}
.sk-price-1-card .price-features li i {
  color: var(--sk-clr-sd-1);
}
.sk-price-1-card .price-btn {
  background: var(--sk-clr-pr-1);
  box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.52);
  border-radius: 8px;
  width: 100%;
  text-align: center;
  padding: 18px 10px;
  justify-content: center;
}
.sk-price-1-card .price-btn .bg-clr {
  opacity: 0;
}
.sk-price-1-card .price-btn:hover {
  background: var(--sk-clr-sd-1);
}
.sk-price-1-bg-illus-1 {
  text-align: center;
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -2;
}
.sk-price-1-bg-illus-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -3;
}
.sk-price-1-bg-illus-3 {
  position: absolute;
  bottom: -17%;
  left: 0;
  width: 100%;
  z-index: -2;
  text-align: center;
  pointer-events: none;
}
.sk-price-1-bg-illus-3 img {
  margin-right: -590px;
  will-change: transform;
}
@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) {
  .sk-price-1-bg-illus-3 img {
    margin-right: 0px;
  }
}

@keyframes skPriceCardShape {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
/*
    price-1-end
*/
/*
    price-2-start
*/
.sk-price-2-border .border-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-price-2-border .border-line-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-price-2-border-2 {
  z-index: 2;
}
.sk-price-2-border-2 .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-price-2-border-2 .line-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-price-2-border-2 .dot-shape-1 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  top: -7px;
  left: -8px;
}
.sk-price-2-border-2 .dot-shape-2 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  bottom: -7px;
  left: -8px;
}
.sk-price-2-border-2 .dot-shape-3 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  bottom: -7px;
  right: -8px;
}
.sk-price-2-border-2 .dot-shape-4 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  top: -7px;
  right: -8px;
}
.sk-price-2-wrap {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 66px 0;
  gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-price-2-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-price-2-wrap {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-2-wrap {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-price-2-wrap {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: 1fr;
  }
}
.sk-price-2-card {
  position: relative;
  z-index: 1;
}
.sk-price-2-card::after {
  content: "";
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border: 1px solid #fff;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: -1;
  border-radius: 12px;
  opacity: 0;
  transition: var(--sk-cube-1);
  pointer-events: none;
}
.sk-price-2-card .card-head {
  padding: 24px 18px;
}
.sk-price-2-card .title {
  font-size: 22px;
  font-weight: 500;
  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), (max-width: 767px) {
  .sk-price-2-card .title {
    font-size: 20px;
  }
}
.sk-price-2-card .disc {
  font-size: 16px;
  margin-bottom: 20px;
}
.sk-price-2-card .card-body-content {
  background: #F6F6F6;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 30px;
}
@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) {
  .sk-price-2-card .card-body-content {
    padding: 30px 15px;
  }
}
.sk-price-2-card .price-wrap {
  font-size: 52px;
}
@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) {
  .sk-price-2-card .price-wrap {
    font-size: 40px;
  }
}
.sk-price-2-card .price-wrap .dollar-icon {
  font-weight: 400;
}
.sk-price-2-card .price-wrap .monthly {
  font-size: 18px;
  font-weight: 400;
  color: var(--sk-clr-black-4);
}
.sk-price-2-card .subtitle {
  font-size: 20px;
  margin-bottom: 24px;
}
.sk-price-2-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
}
.sk-price-2-card .features-list li {
  color: var(--sk-clr-black-3);
  display: flex;
  gap: 8px;
}
.sk-price-2-card .features-list li:is(.has-disable) {
  opacity: 40%;
}
.sk-price-2-card .card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 100%);
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  gap: 4px;
  color: var(--sk-clr-black-3);
  padding: 14px 12px;
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-price-2-card .card-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 1px;
  background: linear-gradient(to bottom, #D9D9D9 0%, #FFFFFF 100%);
  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(--sk-cube-1);
}
.sk-price-2-card:hover::after {
  opacity: 1;
}
.sk-price-2-card:hover .card-btn {
  background: var(--sk-clr-pr-2);
  box-shadow: 4px 8px 14px rgba(59, 152, 15, 0.6), inset 0px 0px 9px rgba(0, 33, 1, 0.2);
  border-color: transparent;
}
.sk-price-2-card:hover .card-btn::before {
  opacity: 0;
}

/*
    price-2-end
*/
/*
    price-3-start
*/
.sk-price-3 .sk-sec-ani-1.has-price-3 {
  margin-bottom: -110px;
}
.sk-price-3-big-title {
  font-size: 160px;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-price-3-big-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-price-3-big-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-3-big-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .sk-price-3-big-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-price-3-big-title {
    font-size: 80px;
  }
}
.sk-price-3-container {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
.sk-price-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-3-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .sk-price-3-wrap {
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
}
.sk-price-3-card {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px 40px;
  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) {
  .sk-price-3-card {
    padding: 40px 20px;
  }
}
.sk-price-3-card .title {
  font-size: 22px;
  font-weight: 500;
  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), (max-width: 767px) {
  .sk-price-3-card .title {
    font-size: 20px;
  }
}
.sk-price-3-card .disc {
  font-size: 16px;
  margin-bottom: 20px;
}
.sk-price-3-card .price-box {
  margin-bottom: 40px;
}
.sk-price-3-card .price-box:not(.active) .has-yearly {
  display: none;
}
.sk-price-3-card .price-box:is(.active) .has-monthly {
  display: none;
}
.sk-price-3-card .price-wrap {
  font-size: 52px;
}
@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) {
  .sk-price-3-card .price-wrap {
    font-size: 40px;
  }
}
.sk-price-3-card .price-wrap .dollar-icon {
  font-weight: 400;
}
.sk-price-3-card .price-wrap .monthly {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
}
.sk-price-3-card .subtitle {
  font-size: 20px;
  margin-bottom: 24px;
  opacity: 52%;
}
.sk-price-3-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sk-price-3-card .features-list li {
  display: flex;
  gap: 8px;
  opacity: 1;
  align-items: center;
}
.sk-price-3-card .features-list li i {
  color: var(--sk-clr-pr-3);
  font-size: 20px;
}
.sk-price-3-card .features-list li:is(.has-disable) {
  opacity: 40%;
}
.sk-price-3-card .btn-wrap {
  margin-bottom: 30px;
}
.sk-price-3-card .btn-wrap-svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--sk-cube-1);
}
.sk-price-3-card .item-btn {
  width: 100%;
  font-weight: 500;
  color: #fff;
}
.sk-price-3-card .item-btn .btn-border {
  width: 100%;
  padding: 1px;
  transition: var(--sk-cube-1);
}
.sk-price-3-card .item-btn .btn-border::after {
  background: linear-gradient(-6deg, #8F8688 0%, #120101 22%, #120101 84%, #FD0C39 97%);
  animation-play-state: paused;
  height: 100%;
  transition: var(--sk-cube-1);
}
.sk-price-3-card .item-btn .btn-border-2 {
  width: 100%;
  text-align: center;
  background: #120101;
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.4);
  border: none;
  transition: var(--sk-cube-1);
}
.sk-price-3-card:hover .item-btn .btn-border-2 {
  background: var(--sk-clr-gd-3);
}
.sk-price-3-card:hover .btn-wrap-svg {
  top: 40px;
}
.sk-price-3-card-ani {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.sk-price-3-card-ani svg {
  overflow: visible;
}
.sk-price-3-card-ani .smoke {
  filter: blur(2px);
}
.sk-price-3-bottom {
  background: rgba(217, 217, 217, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  padding-left: 28px;
  margin-top: 12px;
  gap: 30px;
}
@media (max-width: 767px) {
  .sk-price-3-bottom {
    flex-wrap: wrap;
  }
}
.sk-price-3-bottom-disc {
  font-size: 20px;
  opacity: 1;
}
.sk-price-3-toggle {
  display: flex;
  align-items: center;
  background: #33070A;
  padding: 13px 20px;
  border-radius: 12px;
  gap: 16px;
}
.sk-price-3-toggle .bg-shape {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
  transition: var(--sk-cube-1);
}
.sk-price-3-toggle .bg-shape-2 {
  position: absolute;
  right: 28px;
  top: 0;
  transform: scale(-1);
  z-index: -1;
  transition: var(--sk-cube-1);
}
.sk-price-3-toggle:is(.active) .bg-shape {
  opacity: 0;
}
.sk-price-3-toggle:not(.active) .bg-shape-2 {
  opacity: 0;
}
.sk-price-3-toggle-text {
  opacity: 1;
}
.sk-price-3-toggle-btn {
  width: 50px;
  height: 29px;
  background: #4F1C1F;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.sk-price-3-toggle-btn::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--sk-clr-pr-3);
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0.75);
  border-radius: 40px;
  top: 2px;
  left: 3px;
  transition: var(--sk-cube-1);
}
.sk-price-3-toggle-btn:is(.active)::after {
  left: 23px;
}
.sk-price-3-bg-shape {
  position: absolute;
  bottom: -14%;
  left: 0;
  width: 100%;
  z-index: -1;
}

/*
    price-3-end
*/
/*
    price-4-start
*/
.sk-price-4-sec-title {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.sk-price-4-sec-title .sec-disc {
  margin-top: 18px;
}
.sk-price-4-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}
@media (max-width: 767px) {
  .sk-price-4-toggle-btn {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-price-4-toggle-btn {
    flex-wrap: nowrap;
  }
}
.sk-price-4-toggle-btn .sk-price-3-toggle {
  display: inline-flex;
  background-color: #ECE8FE;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .sk-price-4-toggle-btn .sk-price-3-toggle {
    margin-left: 0px;
  }
}
.sk-price-4-toggle-btn .sk-price-3-toggle-text {
  color: var(--sk-clr-black-5);
  font-weight: 400;
}
.sk-price-4-toggle-btn .sk-price-3-toggle-btn {
  background: var(--sk-clr-sd-4);
  height: 28px;
}
.sk-price-4-toggle-btn .sk-price-3-toggle-btn::after {
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px #6342F5;
}
.sk-price-4-toggle-btn .sk-price-3-toggle .bg-shape {
  top: 3.5px;
}
.sk-price-4-toggle-btn .sk-price-3-toggle .bg-shape-2 {
  top: 3.5px;
}
.sk-price-4-discount {
  display: inline-flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  margin-top: -90px;
  line-height: 1;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sk-price-4-discount {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-price-4-discount {
    margin-top: -90px;
  }
}
.sk-price-4-discount .arrow {
  position: absolute;
  right: 86%;
  top: 61%;
}
@media (max-width: 767px) {
  .sk-price-4-discount .arrow {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-price-4-discount .arrow {
    display: inline-block;
  }
}
.sk-price-4-discount span:nth-child(2) {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.sk-price-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-left: 11px;
  margin-right: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-price-4-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-price-4-wrap {
    grid-template-columns: 1fr 1fr;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-4-wrap {
    grid-template-columns: 1fr 1fr;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .sk-price-4-wrap {
    grid-template-columns: 1fr;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.sk-price-4-card {
  background: #F8F4FF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 5px;
  will-change: transform;
}
.sk-price-4-card .card-border {
  background: #FFFFFF;
  border: 1px solid rgba(2, 2, 36, 0.1);
  border-radius: 20px;
  padding: 32px 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: var(--sk-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) {
  .sk-price-4-card .card-border {
    padding: 32px 20px;
  }
}
.sk-price-4-card .icon-x-tag {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 26px;
}
.sk-price-4-card .price-tag {
  font-size: 14px;
  background: linear-gradient(242.87deg, rgba(197, 179, 250, 0.09) 17.07%, rgba(43, 30, 255, 0.09) 41.51%, rgba(239, 56, 171, 0.09) 77.9%, rgba(255, 210, 247, 0.09) 99.03%), #F9FBFF;
  box-shadow: inset 0px 0px 4px #F894EE;
  border-radius: 8px;
  color: var(--sk-clr-pr-4);
  padding: 7px 16px;
}
.sk-price-4-card .icon-elm {
  width: 64px;
  height: 64px;
  background: linear-gradient(263.57deg, rgba(245, 243, 255, 0.4) 10.17%, rgba(185, 169, 255, 0.4) 60.22%, rgba(245, 243, 255, 0.4) 103.12%);
  box-shadow: 0px 36.8581px 13.9806px rgba(99, 66, 245, 0.02), 0px 20.3355px 12.7097px rgba(99, 66, 245, 0.08), 0px 8.89677px 8.89677px rgba(99, 66, 245, 0.13), 0px 2.54194px 5.08387px rgba(99, 66, 245, 0.15);
  backdrop-filter: blur(4.5px);
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sk-price-4-card .icon-elm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFFFF 0%, #7455FF 52%, #FFFFFF 100%);
  padding: 3px;
  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;
  opacity: 60%;
}
.sk-price-4-card .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sk-price-4-card .disc {
  font-size: 16px;
  margin-bottom: 20px;
}
.sk-price-4-card .price-box {
  margin-bottom: 40px;
  margin-bottom: 11px;
}
.sk-price-4-card .price-box:not(.active) .has-yearly {
  display: none;
}
.sk-price-4-card .price-box:is(.active) .has-monthly {
  display: none;
}
.sk-price-4-card .price-wrap {
  font-size: 52px;
  font-weight: 700;
}
@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) {
  .sk-price-4-card .price-wrap {
    font-size: 40px;
  }
}
.sk-price-4-card .price-wrap .dollar-icon {
  font-weight: 400;
  color: var(--sk-clr-sd-4);
}
.sk-price-4-card .price-wrap .monthly {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}
.sk-price-4-card .hr-line {
  width: 100%;
  height: 1px;
  background-color: #DFDDE8;
  transform: scaleX(1.3);
  margin-bottom: 23px;
}
.sk-price-4-card .subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  opacity: 40%;
}
.sk-price-4-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
}
.sk-price-4-card .features-list li {
  display: flex;
  gap: 8px;
  opacity: 1;
  align-items: center;
  background: #FFFFFF;
  box-shadow: -27px 66px 29px rgba(145, 145, 145, 0.01), -15px 37px 24px rgba(145, 145, 145, 0.03), -7px 17px 18px rgba(145, 145, 145, 0.04), -2px 4px 10px rgba(145, 145, 145, 0.05);
  backdrop-filter: blur(7.5px);
  border-radius: 8px;
  padding: 9px 12px;
  position: relative;
  z-index: 1;
  color: var(--sk-clr-black-5);
  transition: var(--sk-cube-1);
  border: 1px solid transparent;
}
@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) {
  .sk-price-4-card .features-list li {
    font-size: 16px;
  }
}
.sk-price-4-card .features-list li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 8px;
  background: linear-gradient(136deg, rgb(99, 66, 245) 0%, rgba(47, 31, 117, 0) 13%, rgba(0, 0, 0, 0) 60%, rgba(5, 3, 13, 0) 80%, rgb(99, 66, 245) 100%);
  padding: 1px;
  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;
  opacity: 40%;
}
.sk-price-4-card .features-list li i {
  background: var(--sk-clr-gd-4);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
.sk-price-4-card .features-list li:is(.has-disable) {
  opacity: 40%;
}
.sk-price-4-card .hr-line-2 {
  width: 100%;
  height: 1px;
  background-color: #DFDDE8;
  transform: scaleX(1.3);
  margin-bottom: 20px;
}
.sk-price-4-card .btn-wrap .sk-pr-btn-5 {
  display: flex;
  text-align: center;
  box-shadow: 0px 24.7206px 32.2574px rgba(80, 48, 224, 0.1867), 0px 3.71362px 4.84582px rgba(80, 48, 224, 0.153301), inset 0px 1px 18px 2px #363687, inset 0px 1px 4px 2px #363687;
}
.sk-price-4-card .btn-wrap .sk-pr-btn-5::before {
  opacity: 0;
}
.sk-price-4-card .btn-wrap .sk-pr-btn-5::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--sk-clr-black-5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: var(--sk-cube-1);
}
.sk-price-4-card .btn-wrap .sk-pr-btn-5 .btn-border {
  width: 100%;
  justify-content: center;
}
.sk-price-4-card .btn-wrap .sk-pr-btn-5 .btn-border::after {
  opacity: 0.8;
}
.sk-price-4-card .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.sk-price-4-card .bg-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.sk-price-4-card:hover .sk-pr-btn-5 {
  background: linear-gradient(-90deg, rgb(80, 48, 224) 0%, rgba(80, 48, 224, 0.84) 39%, rgb(229, 15, 242) 100%);
  border-color: transparent;
}
.sk-price-4-card:hover .sk-pr-btn-5::before {
  opacity: 1;
}
.sk-price-4-card:hover .sk-pr-btn-5::after {
  opacity: 0;
}
.sk-price-4-card:hover .sk-pr-btn-5 .btn-border {
  border-color: transparent;
}
.sk-price-4-card:hover .card-border {
  background-color: #F8F5FE;
}
.sk-price-4-card:hover .features-list li {
  background-color: #F8F5FE;
  border-color: #fff;
}
.sk-price-4-card:nth-child(1) {
  transform-origin: top right;
}
.sk-price-4-card:nth-child(2) {
  position: relative;
  z-index: 1;
}
.sk-price-4-card:nth-child(3) {
  transform-origin: top left;
}
.sk-price-4-trial-text span {
  color: var(--sk-clr-sd-4);
}
.sk-price-4-bg-shape-1 {
  position: absolute;
  bottom: -130px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.sk-price-4-bg-shape-2 {
  width: 28%;
  position: absolute;
  top: -7%;
  left: 0;
  z-index: -1;
}
.sk-price-4-bg-shape-3 {
  text-align: right;
  width: 27%;
  position: absolute;
  right: 0;
  top: -6%;
  z-index: -1;
}

/*
    price-4-end
*/
/*
    price-5-start
*/
.sk-price-5-area {
  border-radius: 60px 60px 0 0;
  background-color: var(--sk-clr-black-8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-price-5-area {
    border-radius: 20px 20px 0 0;
  }
}
.sk-price-5-sec-title {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.sk-price-5-sec-title .sk-subtitle-5 {
  color: #fff;
}
.sk-price-5-sec-title .sk-sec-title-5 {
  color: #fff;
}
.sk-price-5-sec-title .sec-disc {
  color: #E5E5E5;
  margin-top: 12px;
  opacity: 80%;
}
.sk-price-5-toggle-btn {
  border: 2px solid #22252F;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 100px;
  flex-wrap: wrap;
}
.sk-price-5-toggle-btn .single-btn {
  display: inline-flex;
  background-color: transparent;
  border-radius: 100px;
  padding: 6px 10px;
  padding-left: 16px;
  color: #E5E5E5;
  justify-content: center;
  gap: 10px;
  min-width: 155px;
  align-items: center;
  cursor: pointer;
  transition: var(--sk-cube-1);
}
.sk-price-5-toggle-btn .single-btn .discount {
  background-color: var(--sk-clr-pr-5);
  color: #fff;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}
.sk-price-5-toggle-btn .single-btn .discount::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 15px;
  background: #FFFFFF;
  filter: blur(10px);
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sk-price-5-toggle-btn .single-btn:nth-child(2) {
  padding: 6px 10px;
}
.sk-price-5-toggle-btn:is(.active) .single-btn:nth-child(1) {
  background-color: #20232D;
}
.sk-price-5-toggle-btn:is(.active) .single-btn:nth-child(2):hover {
  background-color: #20232D;
}
.sk-price-5-toggle-btn:not(.active) .single-btn:nth-child(2) {
  background-color: #20232D;
}
.sk-price-5-toggle-btn:not(.active) .single-btn:nth-child(2):hover {
  background-color: #20232D;
}
.sk-price-5-toggle-btn:not(.active) .single-btn:nth-child(1):hover {
  background-color: #20232D;
}
.sk-price-5-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-5-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-price-5-wrapper {
    grid-template-columns: 1fr;
  }
}
.sk-price-5-card {
  background: var(--sk-clr-black-8);
  border: 1px solid #262931;
  backdrop-filter: blur(30px);
  border-radius: 24px;
  padding: 40px 32px;
  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) {
  .sk-price-5-card {
    padding: 40px 22px;
  }
}
.sk-price-5-card .main-icon-wrap {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.sk-price-5-card .main-icon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--sk-clr-pr-5) 0%, rgba(74, 74, 96, 0) 34%);
  padding: 2px;
  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;
}
.sk-price-5-card .main-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(180deg, #30313A 0%, #030112 100%);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
  overflow: hidden;
}
.sk-price-5-card .main-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, var(--sk-clr-pr-5) 0%, rgba(74, 74, 96, 0) 80%);
  padding: 1px;
  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(--sk-cube-1);
}
.sk-price-5-card .main-icon::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 17px;
  background: #FFFFFF;
  filter: blur(10px);
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--sk-cube-1);
  opacity: 0;
}
.sk-price-5-card .item-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.sk-price-5-card .item-disc {
  color: #F6F7F9;
  opacity: 80%;
  margin-bottom: 24px;
}
.sk-price-5-card .hr-line {
  background: linear-gradient(to right, rgba(38, 41, 49, 0) 0%, rgba(38, 41, 49, 0.5) 25%, rgb(38, 41, 49) 50%, rgba(38, 41, 49, 0.5) 75%, rgba(38, 41, 49, 0) 100%);
  height: 1px;
  width: 100%;
  margin-bottom: 24px;
}
.sk-price-5-card .price-text {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.sk-price-5-card .price-text .for-time {
  opacity: 70%;
}
.sk-price-5-card .price-text .discount-tag {
  font-size: 13px;
  background: var(--sk-clr-pr-5);
  line-height: 1;
  padding: 8px 10px;
  border-radius: 120px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-price-5-card .price-text .discount-tag::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 15px;
  background: #FFFFFF;
  filter: blur(10px);
  left: 50%;
  top: 80%;
  transform: translateX(50%);
  z-index: -1;
}
.sk-price-5-card .price-wrap {
  margin-bottom: 10px;
}
.sk-price-5-card .price-wrap:is(.active) .price-text:nth-child(1) {
  display: block;
}
.sk-price-5-card .price-wrap:is(.active) .price-text:nth-child(2) {
  display: none;
}
.sk-price-5-card .price-wrap:not(.active) .price-text:nth-child(1) {
  display: none;
}
.sk-price-5-card .price-wrap:not(.active) .price-text:nth-child(2) {
  display: block;
}
.sk-price-5-card .payment-text {
  color: #F6F7F9;
  opacity: 80%;
  margin-bottom: 32px;
}
.sk-price-5-card .item-btn {
  margin-bottom: 32px;
}
.sk-price-5-card .sk-pr-btn-9 {
  width: 100%;
  text-align: center;
}
.sk-price-5-card .subtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 24px;
}
.sk-price-5-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sk-price-5-card .features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #E5E5E5;
}
.sk-price-5-card::after {
  content: "";
  opacity: 0.7;
  filter: blur(65px);
  width: 90px;
  height: 90px;
  background: var(--sk-clr-pr-5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.sk-price-5-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(59, 73, 224) 100%);
  padding: 1px;
  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(--sk-cube-1);
  opacity: 0;
}
.sk-price-5-card-dot-svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.sk-price-5-card:hover::before {
  opacity: 1;
}
.sk-price-5-card:hover .sk-price-5-card-dot-svg {
  opacity: 1;
}
.sk-price-5-card:hover .main-icon {
  background: var(--sk-clr-pr-5);
}
.sk-price-5-card:hover .main-icon::after {
  opacity: 1;
}
.sk-price-5-card:hover .main-icon::before {
  opacity: 0;
}
.sk-price-5-bg-video {
  text-align: center;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  z-index: -1;
}

/*
    price-5-end
*/
/*
    price-6-start
*/
.sk-price-6-sec-title {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.sk-price-6-toggle-btn {
  border: 2px solid #1E1E1E;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sk-price-6-toggle-btn .single-btn {
  display: inline-flex;
  background-color: transparent;
  border-radius: 8px;
  padding: 10px 10px;
  justify-content: center;
  gap: 10px;
  min-width: 102px;
  align-items: center;
  cursor: pointer;
  transition: var(--sk-cube-1);
}
.sk-price-6-toggle-btn:is(.active) .single-btn:nth-child(1) {
  background-color: transparent;
}
.sk-price-6-toggle-btn:is(.active) .single-btn:nth-child(1):hover {
  background-color: #1E1E1E;
}
.sk-price-6-toggle-btn:is(.active) .single-btn:nth-child(2) {
  background-color: #1E1E1E;
}
.sk-price-6-toggle-btn:not(.active) .single-btn:nth-child(2):hover {
  background-color: #1E1E1E;
}
.sk-price-6-toggle-btn:not(.active) .single-btn:nth-child(1) {
  background-color: #1E1E1E;
}
.sk-price-6-toggle-btn:not(.active) .single-btn:nth-child(1):hover {
  background-color: #1E1E1E;
}
.sk-price-6-toggle-btn .discount {
  background-color: var(--sk-clr-pr-6);
  font-size: 14px;
  border-radius: 8px;
  padding: 3px 8px;
  position: absolute;
  right: -40px;
  top: -17px;
}
.sk-price-6-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-price-6-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-price-6-wrap-left {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .sk-price-6-wrap-left {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-6-wrap-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
}
.sk-price-6-card {
  background-color: #000;
  border: 1.5px solid rgba(76, 80, 78, 0.4);
  backdrop-filter: blur(30px);
  border-radius: 24px;
  padding: 12px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-price-6-card .card-top {
  background: linear-gradient(90deg, #2B2B2B 0%, #0B0B0B 100%);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 24px;
}
.sk-price-6-card .card-top::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 16px;
  background: linear-gradient(to right, #131312 0%, #303130 100%);
  padding: 1px;
  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;
  pointer-events: none;
}
.sk-price-6-card .card-top::after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--sk-clr-pr-6);
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  filter: blur(61px);
  z-index: -2;
}
.sk-price-6-card .card-top-bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sk-price-6-card-dot-svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-price-6-card .item-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.sk-price-6-card .item-disc {
  opacity: 80%;
  margin-bottom: 14px;
}
.sk-price-6-card .price-text {
  font-size: 40px;
  display: flex;
  gap: 10px;
}
.sk-price-6-card .price-text .for-time {
  font-size: 16px;
  font-weight: 400;
  opacity: 80%;
}
.sk-price-6-card .price-wrap {
  margin-bottom: 2px;
}
.sk-price-6-card .price-wrap:is(.active) .price-text:nth-child(1) {
  display: none;
}
.sk-price-6-card .price-wrap:is(.active) .price-text:nth-child(2) {
  display: flex;
}
.sk-price-6-card .price-wrap:not(.active) .price-text:nth-child(2) {
  display: none;
}
.sk-price-6-card .payment-text {
  opacity: 80%;
}
.sk-price-6-card .card-bottom {
  padding: 32px 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) {
  .sk-price-6-card .card-bottom {
    padding: 32px 0px;
  }
}
.sk-price-6-card .subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}
.sk-price-6-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.sk-price-6-card .features-list li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-price-6-card .features-list li i {
  color: var(--sk-clr-pr-6);
}
.sk-price-6-card .features-list li:is(.has-disable) {
  opacity: 60%;
}
.sk-price-6-card .features-list li:is(.has-disable) i {
  color: #fff;
}
.sk-price-6-card .price-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 16px;
}
.sk-price-6-card .price-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
  border: none;
  transition: var(--sk-cube-1);
}
.sk-price-6-card .price-btn::after {
  opacity: 0;
  transition: var(--sk-cube-1);
  width: 120%;
  height: 770%;
  top: -154px;
  left: -35px;
}
.sk-price-6-card .price-btn:hover::after {
  opacity: 1;
}
.sk-price-6-card .price-btn:hover::before {
  opacity: 0;
}
.sk-price-6-card .price-note {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.sk-price-6-card .price-note i {
  margin-right: 5px;
}
.sk-price-6-card .bg-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sk-price-6-card:hover .sk-price-6-card-dot-svg {
  opacity: 1;
}
.sk-price-6-enterprise {
  border: 1px solid rgba(76, 80, 78, 0.4);
  border-radius: 24px;
  padding: 28px 24px;
  background-color: #000;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.sk-price-6-enterprise .bg-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sk-price-6-enterprise .bg-glow-1 {
  position: absolute;
  width: 156.68px;
  height: 156.68px;
  background: rgba(244, 65, 1, 0.4);
  filter: blur(85px);
  transform: rotate(-90deg);
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  z-index: -1;
}
.sk-price-6-enterprise .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.sk-price-6-enterprise .disc {
  opacity: 80%;
  margin-bottom: 40px;
}
.sk-price-6-enterprise .card-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 110px;
}
.sk-price-6-enterprise .card-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
  border: none;
  transition: var(--sk-cube-1);
}
.sk-price-6-enterprise .card-btn::after {
  opacity: 0;
  transition: var(--sk-cube-1);
  width: 120%;
  height: 790%;
  top: -154px;
  left: -35px;
}
.sk-price-6-enterprise .card-btn:hover::after {
  opacity: 1;
}
.sk-price-6-enterprise .card-btn:hover::before {
  opacity: 0;
}
.sk-price-6-enterprise .features-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sk-price-6-enterprise .features-list li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-price-6-enterprise .features-list li i {
  color: var(--sk-clr-pr-6);
}
.sk-price-6-cta-wrap {
  border: 1px solid rgba(76, 80, 78, 0.4);
  border-radius: 24px;
  padding: 4px;
}
.sk-price-6-cta {
  padding: 24px 24px;
  background: linear-gradient(90deg, #2B2B2B 0%, #0B0B0B 100%);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-price-6-cta::after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--sk-clr-pr-6);
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  filter: blur(61px);
  z-index: -2;
  opacity: 0.7;
}
.sk-price-6-cta .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.sk-price-6-cta .disc {
  opacity: 80%;
  margin-bottom: 40px;
}
.sk-price-6-cta .card-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.sk-price-6-cta .card-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
  border: none;
  transition: var(--sk-cube-1);
}
.sk-price-6-cta .card-btn::after {
  opacity: 0;
  transition: var(--sk-cube-1);
  width: 120%;
  height: 790%;
  top: -154px;
  left: -35px;
}
.sk-price-6-cta .card-btn:hover::after {
  opacity: 1;
}
.sk-price-6-cta .card-btn:hover::before {
  opacity: 0;
}

/*
    price-6-end
*/
/*
    price-7-start
*/
.sk-price-7-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sk-price-7-sec-title .left {
  max-width: 500px;
}
.sk-price-7-sec-title .right {
  max-width: 420px;
}
.sk-price-7-sec-title .sec-disc {
  margin-bottom: 32px;
}
.sk-price-7-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-price-7-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-price-7-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-price-7-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  padding: 16px 16px;
  overflow: hidden;
}
.sk-price-7-card .card-top-bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  opacity: 0.5;
}
.sk-price-7-card .card-top-bg-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-price-7-card .card-top {
  padding: 16px 16px;
}
.sk-price-7-card .title-x-tag {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sk-price-7-card .item-title {
  font-size: 20px;
}
.sk-price-7-card .tag {
  background-color: #F6F7F9;
  border-radius: 200px;
  color: var(--sk-clr-black-6);
  font-weight: 500;
  padding: 5px 13px;
}
.sk-price-7-card .price-text {
  font-size: 40px;
  display: flex;
  gap: 10px;
}
.sk-price-7-card .price-text .for-time {
  font-size: 16px;
  font-weight: 400;
  opacity: 70%;
}
.sk-price-7-card .price-wrap {
  margin-bottom: 15px;
}
.sk-price-7-card .price-wrap:is(.active) .price-text:nth-child(1) {
  display: none;
}
.sk-price-7-card .price-wrap:is(.active) .price-text:nth-child(2) {
  display: flex;
}
.sk-price-7-card .price-wrap:not(.active) .price-text:nth-child(2) {
  display: none;
}
.sk-price-7-card .price-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.sk-price-7-card .price-toggle-btn {
  width: 40px;
  height: 24px;
  background-color: #E5E5E5;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.sk-price-7-card .price-toggle-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--sk-clr-black-6);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  transition: var(--sk-cube-1);
}
.sk-price-7-card .price-toggle-btn:is(.active) {
  background: var(--sk-clr-gd-7);
}
.sk-price-7-card .price-toggle-btn:is(.active)::after {
  left: 20px;
  background: #fff;
}
.sk-price-7-card .price-btn {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
  padding: 14px 10px;
  background: transparent;
  border: 1px solid #E5E5E5;
  color: var(--sk-clr-black-6);
  margin-bottom: 15px;
}
.sk-price-7-card .price-btn::after {
  border-radius: 12px;
}
.sk-price-7-card .price-btn::before {
  opacity: 0;
  border-radius: 12px;
}
.sk-price-7-card .price-btn:hover {
  border-color: transparent;
}
.sk-price-7-card .price-note {
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.sk-price-7-card .price-note i {
  font-size: 17px;
  margin-top: 1px;
  color: var(--sk-clr-black-6);
}
.sk-price-7-card .card-bottom {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(254, 249, 249) 100%);
  border-radius: 16px;
  padding: 16px 16px;
}
.sk-price-7-card .subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}
.sk-price-7-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.sk-price-7-card .features-list li {
  color: var(--sk-clr-black-6);
  display: flex;
  align-items: center;
  gap: 10px;
}
.sk-price-7-card .features-list li i {
  font-size: 19px;
  transition: var(--sk-cube-1);
}
.sk-price-7-card .features-list li:is(.has-disable) {
  opacity: 60%;
}
.sk-price-7-card::after {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--sk-clr-gd-7);
  position: absolute;
  top: 0;
  left: 35px;
  z-index: -1;
}
.sk-price-7-card:hover .card-top-bg-shape-2 {
  opacity: 1;
}
.sk-price-7-card:hover .price-btn {
  color: #fff;
}
.sk-price-7-card:hover .price-btn::before {
  opacity: 1;
}
.sk-price-7-card:hover .features-list li i {
  color: #6D40F3;
}
.sk-price-7-wrap-2 {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .sk-price-7-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-price-7-author {
  padding: 32px 32px;
  background-color: #fff;
  border-radius: 24px;
}
.sk-price-7-author .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.sk-price-7-author .disc {
  margin-bottom: 48px;
}
.sk-price-7-author .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-price-7-author .author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.sk-price-7-author .author-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.sk-price-7-author .author-bio {
  font-size: 15px;
}
.sk-price-7-cta {
  padding: 32px 32px;
  border-radius: 24px;
}
.sk-price-7-cta .title {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}
.sk-price-7-cta .disc {
  margin-bottom: 43px;
  color: #fff;
}

/*
    price-7-end
*/
/*
    price-compare-start
*/
.sk-price-compare-title {
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
}
.sk-price-compare-title .sec-disc {
  margin-top: 16px;
}
.sk-price-compare-table {
  overflow-x: scroll;
}
.sk-price-compare-table .pricing-table__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sk-font-1);
  border-radius: 32px;
  overflow: hidden;
}
.sk-price-compare-table .pricing-table__table th,
.sk-price-compare-table .pricing-table__table td {
  padding: 28px 28px;
  text-align: center;
  font-size: 16px;
  color: var(--sk-clr-black-7);
}
.sk-price-compare-table .pricing-table__table thead {
  background: #fff;
}
.sk-price-compare-table .pricing-table__table thead th {
  font-weight: 500;
  font-size: 18px;
  color: var(--sk-clr-black-6);
}
.sk-price-compare-table .pricing-table__table thead th:not(:last-child) {
  border-right: 2px solid #F6F7F9;
}
.sk-price-compare-table .pricing-table__table thead th:first-child {
  text-align: left;
}
.sk-price-compare-table .pricing-table__table tbody tr:nth-child(even) {
  background-color: #fff;
}
.sk-price-compare-table .pricing-table__table tbody .price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.sk-price-compare-table .pricing-table__table tbody .price small {
  font-size: 16px;
  font-weight: 400;
}
.sk-price-compare-table .pricing-table__table tbody .features {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: var(--sk-clr-black-6);
}
.sk-price-compare-table .pricing-table__table tbody td:first-child {
  text-align: left;
}

/*
    price-compare-end
*/
/*
    testimonial-1-start
*/
.sk-testimonial-1-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sk-testimonial-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  height: 940px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-testimonial-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-testimonial-1-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-testimonial-1-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, var(--sk-clr-black-2), transparent);
  pointer-events: none;
  z-index: 1;
}
.sk-testimonial-1-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(0deg, var(--sk-clr-black-2), transparent);
  pointer-events: none;
  z-index: 1;
}
.sk-testimonial-1-wrap .item-row:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 940px;
}
@media (max-width: 767px) {
  .sk-testimonial-1-wrap .item-row:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-1-wrap .item-row:nth-child(3) {
    display: none;
  }
}
.sk-testimonial-1-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  will-change: transform;
}
.sk-testimonial-1-item-single {
  background: #1F1C33;
  box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 32px 32px;
}
.sk-testimonial-1-item-single .icon {
  font-size: 40px;
  color: var(--sk-clr-pr-1);
  margin-top: -3px;
  margin-bottom: 12px;
}
.sk-testimonial-1-item-single p.sk-p-1.comment {
  opacity: 1;
  margin-bottom: 27px;
}
.sk-testimonial-1-item-single .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.sk-testimonial-1-item-single .author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.sk-testimonial-1-item-single .author-name {
  font-size: 18px;
  margin-bottom: 3px;
}
.sk-testimonial-1-item-single .author-bio {
  font-size: 15px;
  opacity: 65%;
}
.sk-testimonial-1-animation {
  text-align: center;
  height: 882px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: -680px;
  overflow: hidden;
}
.sk-testimonial-1-animation-clr-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.sk-testimonial-1-animation-dot-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: visible;
}

/*
    testimonial-1-end
*/
/*
    testimonial-2-start
*/
.sk-testimonial-2-area {
  padding-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-2-top {
    display: none;
  }
}
.sk-testimonial-2-top-mask {
  mask-image: url("../img/testimonial/heart-shape.png");
  mask-repeat: no-repeat;
  display: inline-block;
  max-width: 660px;
  mask-size: 100%;
  padding-top: 15px;
  position: relative;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
.sk-testimonial-2-top-mask::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #EBEBEB 6%, rgba(235, 235, 235, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.sk-testimonial-2-top .border-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  max-width: 700px;
  width: 100%;
}
.sk-testimonial-2-top .border-shape img {
  width: 100%;
}
.sk-testimonial-2-author {
  display: inline-flex;
  gap: 12px;
}
.sk-testimonial-2-author .single-img {
  width: 80px;
  height: 80px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  filter: grayscale(1);
}
.sk-testimonial-2-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -198px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-2-sec-title {
    margin-top: 0px;
  }
}
.sk-testimonial-2-wrap::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 105%;
  background: linear-gradient(90deg, #EBEBEB 15.87%, rgba(235, 235, 235, 0.72) 46.49%, rgba(235, 235, 235, 0) 100%);
  left: 0;
  top: -5px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-2-wrap::after {
    width: 100px;
  }
}
.sk-testimonial-2-wrap::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 105%;
  background: linear-gradient(-90deg, #EBEBEB 15.87%, rgba(235, 235, 235, 0.72) 46.49%, rgba(235, 235, 235, 0) 100%);
  right: 0;
  top: -5px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-2-wrap::before {
    width: 100px;
  }
}
.sk-testimonial-2-card-wrap {
  display: flex;
  gap: 20px;
  margin-right: 20px;
}
.sk-testimonial-2-card {
  background: #F6F6F6;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  max-width: 505px;
  padding: 36px 36px;
}
.sk-testimonial-2-card .rating {
  color: var(--sk-clr-sd-1);
  font-size: 15px;
  display: flex;
  gap: 6px;
  margin-bottom: 22px;
}
.sk-testimonial-2-card .comment {
  color: var(--sk-clr-black-3);
  margin-bottom: 30px;
}
.sk-testimonial-2-card .author {
  display: flex;
  gap: 16px;
}
.sk-testimonial-2-card .author-img {
  width: 80px;
  height: 98px;
  border-radius: 6px;
}
.sk-testimonial-2-card .author-content i {
  font-size: 50px;
  color: #002101;
  opacity: 0.2;
  margin-top: -10px;
}
.sk-testimonial-2-card .author-content .name {
  font-size: 18px;
  margin-bottom: 6px;
}
.sk-testimonial-2-card .author-content .bio {
  font-size: 15px;
  opacity: 68%;
}
.sk-testimonial-2-bg-shape-2 {
  text-align: right;
  width: 28%;
  position: absolute;
  right: 0;
  top: -20%;
  z-index: -1;
}
@media (max-width: 767px) {
  .sk-testimonial-2-bg-shape-2 {
    top: 0;
  }
}
.sk-testimonial-2-bg-shape-1 {
  width: 28%;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .sk-testimonial-2-bg-shape-1 {
    top: 0;
  }
}

/*
    testimonial-2-end
*/
/*
    testimonial-3-start
*/
.sk-testimonial-3-sec-title {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}
.sk-testimonial-3-sec-title .sec-disc {
  margin-top: 20px;
}
.sk-testimonial-3-wrap {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-3-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-testimonial-3-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  display: grid;
  gap: 36px;
  padding: 24px 24px;
  grid-template-columns: 1fr 1.8fr;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sk-testimonial-3-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-testimonial-3-card {
    grid-template-columns: 1fr 1.8fr;
  }
}
.sk-testimonial-3-card .bg-shape-1 {
  position: absolute;
  width: 151px;
  height: 151px;
  background: var(--sk-clr-pr-3);
  border: 2px solid rgba(255, 255, 255, 0.08);
  filter: blur(100px);
  z-index: -1;
  top: -40px;
  left: -30px;
}
.sk-testimonial-3-card .bg-shape-2 {
  position: absolute;
  width: 151px;
  height: 151px;
  background: #FA9145;
  opacity: 0.6;
  border: 2px solid rgba(255, 255, 255, 0.08);
  filter: blur(100px);
  z-index: -1;
  bottom: -40px;
  right: -30px;
}
.sk-testimonial-3-card .item-img {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 292px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-testimonial-3-card .item-img .main-img {
  filter: grayscale(1);
}
.sk-testimonial-3-card .item-img .img-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sk-testimonial-3-card .comment {
  opacity: 1;
  margin-bottom: 80px;
}
.sk-testimonial-3-card .author-name {
  font-size: 20px;
  margin-bottom: 8px;
}
.sk-testimonial-3-card .disc {
  font-size: 16px;
  opacity: 1;
}
.sk-testimonial-3-card:is(.has-v2) .bg-shape-2 {
  background: var(--sk-clr-pr-3);
}
.sk-testimonial-3-card:is(.has-v2) .item-img .main-img {
  max-width: 134%;
}
.sk-testimonial-3-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-testimonial-3-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-testimonial-3-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-testimonial-3-card-2 {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-testimonial-3-card-2 .comment {
  opacity: 1;
  margin-bottom: 89px;
}
.sk-testimonial-3-card-2 .author {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}
.sk-testimonial-3-card-2 .author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.sk-testimonial-3-card-2 .author-name {
  margin-bottom: 6px;
}
.sk-testimonial-3-card-2 .author-bio {
  font-size: 16px;
  opacity: 70%;
}
.sk-testimonial-3-card-2 .bg-shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sk-testimonial-3-wrap-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-3-wrap-3 {
    grid-template-columns: 1fr;
  }
}
.sk-testimonial-3-card-3 {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  display: grid;
  padding-top: 24px;
  padding-right: 34px;
  grid-template-columns: 1fr 1.3fr;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-testimonial-3-card-3 .bg-shape-1 {
  position: absolute;
  width: 151px;
  height: 151px;
  background: #D3940C;
  filter: blur(100px);
  z-index: -1;
  top: -40px;
  left: -30px;
  opacity: 0.5;
}
.sk-testimonial-3-card-3 .item-img {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 292px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-testimonial-3-card-3 .item-img .main-img {
  filter: grayscale(1);
}
.sk-testimonial-3-card-3 .item-img .img-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sk-testimonial-3-card-3 .comment {
  opacity: 1;
  margin-bottom: 80px;
}
.sk-testimonial-3-card-3 .author-name {
  font-size: 20px;
  margin-bottom: 8px;
}
.sk-testimonial-3-card-3 .disc {
  font-size: 16px;
  opacity: 1;
}
.sk-testimonial-3-card-3:is(.has-v2) .bg-shape-2 {
  background: var(--sk-clr-pr-3);
}
.sk-testimonial-3-card-3:is(.has-v2) .item-img .main-img {
  max-width: 134%;
}
.sk-testimonial-3-wrap-overly::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #120101, transparent);
  z-index: 1;
}
.sk-testimonial-3-bottom {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.sk-testimonial-3-bottom-marquee {
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 12px rgba(255, 25, 25, 0.72);
  border-radius: 100px;
  padding: 5px 0;
}
.sk-testimonial-3-bottom-marquee .wa_marquee_left_nopause {
  margin-bottom: -8px;
  position: relative;
  z-index: -1;
}
.sk-testimonial-3-bottom-author {
  display: flex;
  gap: 3px;
}
.sk-testimonial-3-bottom-author .single-author {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.sk-testimonial-3-bottom-disc {
  opacity: 1;
}
.sk-testimonial-3-bottom-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: auto;
}
.sk-testimonial-3-bottom-rating .item-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
}
.sk-testimonial-3-bottom-rating .item-icon::after {
  content: "";
  width: 130%;
  height: 130%;
  background-image: linear-gradient(to right, #FF5868 0%, #120101 36%, #120101 65%, #A846B1 100%);
  position: absolute;
  top: -5px;
  left: -5px;
  animation: wa-rotated 4s ease-in-out infinite;
}
.sk-testimonial-3-bottom-rating .item-icon-elm {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background-color: #120101;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.sk-testimonial-3-bottom-rating .rating-icon {
  font-size: 15px;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 3px;
}
.sk-testimonial-3-bottom-rating .rating-icon i {
  color: #FA9145;
  font-size: 12px;
}
.sk-testimonial-3-bottom-rating .rating-icon span {
  margin-left: 6px;
}
.sk-testimonial-3-bottom-rating .rating-text {
  font-size: 14px;
}

/*
    testimonial-3-end
*/
/*
    testimonial-4-start
*/
.sk-testimonial-4-top {
  max-width: 286px;
  height: 254px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  mask-image: url("../img/testimonial/t4-mask-img.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.sk-testimonial-4-top .heart-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.sk-testimonial-4-top .favicon-elm {
  width: 104px;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 0, 255, 0.08);
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(8px);
  border-radius: 50%;
  overflow: hidden;
  margin-top: -40px;
}
.sk-testimonial-4-top .favicon-elm-inner {
  width: 80px;
  height: 80px;
  background: linear-gradient(94.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  box-shadow: inset 0px 0px 10px #FFFFFF;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.sk-testimonial-4-top .wa_marquee_right_v2 {
  margin-top: -40px;
}
.sk-testimonial-4-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sk-testimonial-4-author .single-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 1px solid #fff;
}
.sk-testimonial-4-sec-title {
  margin-bottom: 30px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -65px;
}
.sk-testimonial-4-sec-title .sec-disc {
  margin-top: 18px;
}
.sk-testimonial-4-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sk-testimonial-4-wrap::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 105%;
  background: linear-gradient(90deg, #ffffff 15.87%, rgba(255, 255, 255, 0.72) 46.49%, rgba(235, 235, 235, 0) 100%);
  left: 0;
  top: -5px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-4-wrap::after {
    width: 100px;
  }
}
.sk-testimonial-4-wrap::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 105%;
  background: linear-gradient(-90deg, #ffffff 15.87%, rgba(255, 255, 255, 0.72) 46.49%, rgba(235, 235, 235, 0) 100%);
  right: 0;
  top: -5px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-4-wrap::before {
    width: 100px;
  }
}
.sk-testimonial-4-card-wrap {
  display: flex;
  gap: 20px;
  margin-right: 20px;
}
.sk-testimonial-4-card {
  background: #FFFFFF;
  box-shadow: 6px -5px 10px rgba(2, 2, 36, 0.08), -4px 5px 6px rgba(2, 2, 36, 0.08);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  max-width: 505px;
  padding: 5px;
  padding-bottom: 36px;
  flex: 0 0 auto;
}
.sk-testimonial-4-card .top {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 25px 28px;
  margin-bottom: 20px;
}
.sk-testimonial-4-card .rating {
  color: var(--sk-clr-sd-1);
  font-size: 15px;
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
}
.sk-testimonial-4-card .comment {
  color: var(--sk-clr-black-5);
}
.sk-testimonial-4-card .author {
  display: flex;
  gap: 16px;
  align-items: end;
  max-width: 438px;
  margin-left: auto;
  margin-right: auto;
}
.sk-testimonial-4-card .author-img {
  width: 80px;
  height: 98px;
  border-radius: 6px;
}
.sk-testimonial-4-card .author-content .name {
  font-size: 18px;
  margin-bottom: 6px;
}
.sk-testimonial-4-card .author-content .bio {
  font-size: 15px;
  opacity: 68%;
}
.sk-testimonial-4-card .author .quote-icon {
  color: #000;
  opacity: 0.1;
  font-size: 60px;
  margin-left: auto;
}
.sk-testimonial-4-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sk-testimonial-4-content .disc {
  font-weight: 500;
}
.sk-testimonial-4-content .disc span {
  color: var(--sk-clr-black-5);
}
.sk-testimonial-4-content .sk-hero-3-title-author {
  background: #D9D9D9;
}
.sk-testimonial-4-content .sk-hero-3-title-author .author-img-single {
  width: 48px;
  height: 48px;
  border: 2px solid #D9D9D9;
}

/*
    testimonial-4-end
*/
/*
    testimonial-5-start
*/
.sk-testimonial-5-area {
  border-radius: 60px 60px 0 0;
  background-color: var(--sk-clr-black-8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-5-area {
    border-radius: 20px 20px 0 0;
  }
}
.sk-testimonial-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.72fr;
  gap: 62px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-testimonial-5-sec-title {
  margin-bottom: 160px;
}
.sk-testimonial-5-sec-title .sk-subtitle-5 {
  color: #fff;
}
.sk-testimonial-5-sec-title .sk-sec-title-5 {
  color: #fff;
}
.sk-testimonial-5-sec-title .sec-disc {
  color: #E5E5E5;
  margin-top: 12px;
  opacity: 80%;
}
.sk-testimonial-5-author {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.sk-testimonial-5-author .rating-text {
  color: #fff;
}
.sk-testimonial-5-author .rating {
  color: #EE9737;
  font-size: 20px;
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.sk-testimonial-5-author .author-img {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3px;
  border-radius: 100px;
  display: inline-flex;
}
.sk-testimonial-5-author .author-img-single {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--sk-clr-black-8);
}
.sk-testimonial-5-author .author-img-single:not(:first-child) {
  margin-left: -15px;
}
.sk-testimonial-5-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-testimonial-5-right {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-testimonial-5-right {
    grid-template-columns: 1fr 1fr;
  }
}
.sk-testimonial-5-right::after {
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, transparent, var(--sk-clr-black-8));
  z-index: 1;
}
.sk-testimonial-5-right::before {
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, var(--sk-clr-black-8));
  z-index: 1;
}
.sk-testimonial-5-right .item-col:nth-child(2) {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 767px) {
  .sk-testimonial-5-right .item-col:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-testimonial-5-right .item-col:nth-child(2) {
    display: block;
  }
}
.sk-testimonial-5-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  will-change: transform;
}
.sk-testimonial-5-card-single {
  border: 1px solid rgba(39, 44, 65, 0.5);
  padding: 10px;
  border-radius: 20px;
}
.sk-testimonial-5-card-single .card-content {
  border-radius: 16px;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.sk-testimonial-5-card-single .rating-x-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sk-testimonial-5-card-single .rating-text {
  color: rgba(246, 247, 249, 0.8);
}
.sk-testimonial-5-card-single .rating-text i {
  color: #EE9737;
  margin: 0 3px;
}
.sk-testimonial-5-card-single .quote-icon {
  font-size: 31px;
  color: #fff;
}
.sk-testimonial-5-card-single .comment {
  color: #F6F7F9;
  opacity: 80%;
}
.sk-testimonial-5-card-single .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.sk-testimonial-5-card-single .author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.sk-testimonial-5-card-single .author-name {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1px;
}
.sk-testimonial-5-card-single .author-bio {
  color: #F6F7F9;
  opacity: 80%;
  font-size: 15px;
}

/*
    testimonial-5-end
*/
/*
    testimonial-6-start
*/
.sk-testimonial-6-area {
  position: relative;
  z-index: 1;
  border-radius: 60px 60px 0 0;
  margin-top: -86px;
}
@media (max-width: 767px) {
  .sk-testimonial-6-area {
    background-color: #0F0E0C;
  }
}
.sk-testimonial-6-bg-clr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.sk-testimonial-6-bg-clr img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sk-testimonial-6-bg-clr {
    display: none;
  }
}
.sk-testimonial-6-sec-title {
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}
.sk-testimonial-6-sec-title .sec-disc {
  margin-top: 16px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-testimonial-6-wrap {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.sk-testimonial-6-wrap::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 105%;
  background: linear-gradient(90deg, #0F0E0C 0%, rgba(235, 235, 235, 0) 100%);
  left: 0;
  top: -5px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-6-wrap::after {
    width: 100px;
  }
}
.sk-testimonial-6-wrap::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 105%;
  background: linear-gradient(-90deg, #0F0E0C 0%, rgba(235, 235, 235, 0) 100%);
  right: 0;
  top: -5px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-6-wrap::before {
    width: 100px;
  }
}
.sk-testimonial-6-card-wrap {
  display: flex;
  gap: 16px;
  margin-right: 16px;
}
.sk-testimonial-6-card-border {
  border: 1.5px solid rgba(76, 80, 78, 0.4);
  border-radius: 24px;
  padding: 4px;
  flex: 0 0 auto;
  max-width: 416px;
  position: relative;
  z-index: 1;
}
.sk-testimonial-6-card-border::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 24px;
  background: linear-gradient(to left, var(--sk-clr-pr-6) 0%, rgba(153, 153, 153, 0) 100%);
  padding: 1px;
  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;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-testimonial-6-card-border:hover {
  border-color: transparent;
}
.sk-testimonial-6-card-border:hover::before {
  opacity: 1;
}
.sk-testimonial-6-card-border:hover .comment {
  opacity: 1;
}
.sk-testimonial-6-card-border:is(.has-bg-glow) .sk-testimonial-6-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #A6430A;
  opacity: 0.4;
  filter: blur(40px);
  border-radius: 50%;
}
.sk-testimonial-6-card {
  background: linear-gradient(90deg, #222222 0%, #0B0B0B 100%);
  border-radius: 22px;
  width: 100%;
  padding: 24px 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-testimonial-6-card .rating-x-quote {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sk-testimonial-6-card .rating {
  color: var(--sk-clr-pr-6);
  font-size: 16px;
  display: flex;
  gap: 6px;
}
.sk-testimonial-6-card .quote-icon {
  font-size: 40px;
  color: #A6A6A6;
  line-height: 0.5;
  opacity: 80%;
}
.sk-testimonial-6-card .comment {
  opacity: 80%;
  border-bottom: 1px dashed #4C504E;
  padding-bottom: 24px;
  margin-bottom: 20px;
  transition: var(--sk-cube-1);
}
.sk-testimonial-6-card .author {
  display: flex;
  gap: 12px;
  align-items: center;
}
.sk-testimonial-6-card .author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.sk-testimonial-6-card .author-content .name {
  font-size: 16px;
  margin-bottom: 3px;
}
.sk-testimonial-6-card .author-content .bio {
  font-size: 14px;
  opacity: 80%;
}
.sk-testimonial-6-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.sk-testimonial-6-bottom .sk-testimonial-5-author .author-img {
  border: none;
  position: relative;
  z-index: 1;
}
.sk-testimonial-6-bottom .sk-testimonial-5-author .author-img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 100px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
  border: none;
}
.sk-testimonial-6-bottom .sk-testimonial-5-author .rating {
  color: var(--sk-clr-pr-6);
  font-size: 18px;
}

.sk-testimonial-btn {
  font-family: var(--sk-font-1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 10px 10px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
  overflow: hidden;
  border-radius: 100px;
}
.sk-testimonial-btn .icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(99.13deg, #EE9737 0%, #DC5729 25.13%, #DC5729 50.19%, #DC5729 74.98%, #EE9737 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: var(--sk-cube-1);
}
.sk-testimonial-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 100px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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(--sk-cube-1);
}
.sk-testimonial-btn:hover {
  color: #fff;
  background: var(--sk-clr-gd-6);
}
.sk-testimonial-btn:hover .icon {
  transform: rotate(45deg);
}
.sk-testimonial-btn:hover::before {
  opacity: 0;
}

/*
    testimonial-6-end
*/
/*
    testimonial-7-start
*/
.sk-testimonial-7-sec-title {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sk-testimonial-7-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-testimonial-7-wrap {
  border-radius: 24px;
  background-color: #fff;
  padding: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1.46fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-testimonial-7-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-testimonial-7-card {
  background-color: #F6F7F9;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  padding: 32px 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) {
  .sk-testimonial-7-card {
    padding: 32px 22px;
  }
}
.sk-testimonial-7-card .title-x-rating {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.sk-testimonial-7-card .rating {
  background-color: #fff;
  border-radius: 100px;
  font-size: 17px;
  color: var(--sk-clr-black-6);
  font-weight: 500;
  padding: 3px 9px;
}
.sk-testimonial-7-card .rating i {
  color: #FFB400;
}
.sk-testimonial-7-card .title {
  font-size: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sk-testimonial-7-card .title span {
  font-size: 22px;
  font-weight: 500;
}
.sk-testimonial-7-card .quote-icon {
  font-size: 32px;
  display: inline-block;
  background: var(--sk-clr-gd-7);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.sk-testimonial-7-card .author-x-shape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.sk-testimonial-7-card .comment {
  margin-bottom: 50px;
}
.sk-testimonial-7-card .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-testimonial-7-card .author-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.sk-testimonial-7-card .author-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
}
.sk-testimonial-7-card:is(.has-v2) {
  min-height: 490px;
  display: flex;
  flex-direction: column;
}
.sk-testimonial-7-card:is(.has-v2) .title {
  flex-direction: column;
  gap: 0;
  line-height: 1.4;
}
.sk-testimonial-7-card:is(.has-v2) .quote-icon {
  align-self: start;
}
.sk-testimonial-7-card:is(.has-v2) .author-x-shape {
  margin-top: auto;
}
.sk-testimonial-7-card:is(.has-v3) .title-x-rating {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sk-testimonial-7-card:is(.has-v3) .comment {
  margin-bottom: 20px;
}
.sk-testimonial-7-card:is(.has-bg-dark) {
  background-color: var(--sk-clr-black-6);
}
.sk-testimonial-7-card:is(.has-bg-dark) .quote-icon {
  -webkit-text-fill-color: #fff;
}
.sk-testimonial-7-card:is(.has-bg-dark) .rating {
  background-color: transparent;
  border: 1px solid #4C504E;
  color: #fff;
}
.sk-testimonial-7-card:is(.has-bg-dark) .comment, .sk-testimonial-7-card:is(.has-bg-dark) .author-title {
  color: #fff;
}
.sk-testimonial-7-card:is(.has-bg-dark) .author-bio {
  color: #F6F7F9;
}
.sk-testimonial-7-card:is(.has-bg-dark) .shape-1 {
  filter: brightness(0) invert(1);
}
.sk-testimonial-7-left {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.sk-testimonial-7-left-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
  .sk-testimonial-7-left-inner {
    grid-template-columns: 1fr;
  }
}
.sk-testimonial-7-left-inner .sk-testimonial-7-slider:nth-child(2) {
  height: 384px;
}
.sk-testimonial-7-right {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.sk-testimonial-7-slider {
  padding-right: 1px;
}
.sk-testimonial-7-slider .swiper-slide .sk-testimonial-7-card {
  display: flex;
  flex-direction: column;
  min-height: 384px;
}
.sk-testimonial-7-slider .swiper-slide .sk-testimonial-7-card .title-x-rating {
  margin-bottom: 22px;
}
.sk-testimonial-7-slider .swiper-slide .sk-testimonial-7-card .author-x-shape {
  margin-top: auto;
}
.sk-testimonial-7-bottom {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 60px;
}
.sk-testimonial-7-bottom .disc {
  color: var(--sk-clr-black-6);
}
.sk-testimonial-7-bottom-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-testimonial-7-bottom-rating .icon-elm {
  width: 48px;
  height: 48px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}
.sk-testimonial-7-bottom-rating .rating-star {
  font-size: 17px;
  color: var(--sk-clr-black-6);
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 2px;
  margin-bottom: 4px;
}
.sk-testimonial-7-bottom-rating .rating-star span {
  margin-left: 3px;
  margin-bottom: -4px;
}
.sk-testimonial-7-bottom .btn-elm {
  margin-left: auto;
}

/*
    testimonial-7-end
*/
/*
    process-1-start
*/
.sk-process-1-sec-title {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.sk-process-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-1-wrap {
    flex-wrap: wrap;
  }
}
.sk-process-1-item {
  display: flex;
  gap: 100px;
  flex-direction: column;
}
.sk-process-1-item:last-of-type .sk-process-1-item-single {
  text-align: left;
}
.sk-process-1-item:last-of-type .sk-process-1-item-single .number {
  left: unset;
  right: -3px;
}
.sk-process-1-item-single {
  max-width: 400px;
  position: relative;
  z-index: 1;
  padding: 40px 36px;
  background: #1F1D2D;
  border-radius: 18px;
  text-align: right;
}
.sk-process-1-item-single .title {
  font-size: 22px;
  margin-bottom: 19px;
}
.sk-process-1-item-single .disc {
  font-size: 16px;
}
.sk-process-1-item-single .number {
  position: absolute;
  top: -20px;
  left: -3px;
  line-height: 1;
  color: var(--sk-clr-black-1);
  font-size: 122px;
  z-index: -1;
  background: var(--sk-clr-gd-1);
  -webkit-text-fill-color: var(--sk-clr-black-1);
  background-clip: text;
  transition: var(--sk-cube-1);
}
.sk-process-1-item-single:hover .number {
  -webkit-text-fill-color: transparent;
}
.sk-process-1-favicon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #4E4972;
  border-radius: 36px;
  box-shadow: 0px 0px 73px rgba(197, 159, 250, 0.5);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sk-process-1-favicon::after {
  content: "";
  background: linear-gradient(180deg, #0F0C45 0%, #671ACE 34.62%, #843C08 70.67%, #402C73 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: sk-process-1-favicon 6s ease-in-out infinite;
}
.sk-process-1-favicon .favicon-shadow {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 15, 32, 0.3);
  box-shadow: inset 0px 0px 14px #110F20;
  border-radius: 26px;
}
.sk-process-1-favicon .favicon-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1D1A32;
  box-shadow: inset 0px 0px 14px rgba(255, 255, 255, 0.7);
  border-radius: 26px;
}
.sk-process-1-line-svg {
  position: absolute;
  top: 50%;
  left: 36.3%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@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) {
  .sk-process-1-line-svg {
    display: none;
  }
}
.sk-process-1-line-svg-2 {
  position: absolute;
  top: 50%;
  right: 22.3%;
  transform: translate(-50%, -50%) scaleX(-1);
  z-index: 1;
  pointer-events: none;
}
@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) {
  .sk-process-1-line-svg-2 {
    display: none;
  }
}

@keyframes sk-process-1-favicon {
  0% {
    transform: scale(1.4) rotate(0deg);
  }
  100% {
    transform: scale(1.4) rotate(360deg);
  }
}
/*
    process-1-end
*/
/*
    process-2-start
*/
.sk-process-2-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sk-process-2-wrap {
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: var(--sk-clr-white-1);
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px;
}
.sk-process-2-tabs-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-process-2-tabs-btn {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-process-2-tabs-btn {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-process-2-tabs-btn {
    grid-template-columns: 1fr 1fr;
  }
}
.sk-process-2-tabs-btn-single {
  background: #F4F4F4;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  width: 100%;
  color: var(--sk-clr-black-3);
  padding: 16px 10px;
  transition: var(--sk-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) {
  .sk-process-2-tabs-btn-single {
    font-size: 16px;
  }
}
.sk-process-2-tabs-btn-single:hover {
  background: var(--sk-clr-pr-2);
  border-color: transparent;
}
.sk-process-2-tabs-btn-single:is(.active) {
  background: var(--sk-clr-pr-2);
  border-color: transparent;
  box-shadow: 4px 8px 14px rgba(59, 152, 15, 0.6), 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), inset 0px 0px 9px rgba(0, 33, 1, 0.2);
}
.sk-process-2-tabs-tabs-pane-single {
  background: #F4F4F4;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.sk-process-2-tabs-pane-single {
  background: #F2F2F2;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  min-height: 508px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sk-process-2-tabs-pane-single {
    padding: 10px;
  }
}
.sk-process-2-tabs-pane-single .sk-process-2-card {
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-process-2-tabs-pane-single .sk-process-2-card {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-process-2-tabs-pane-single .sk-process-2-card {
    transform: translateX(5%);
  }
}
@media (max-width: 767px) {
  .sk-process-2-tabs-pane-single .sk-process-2-card {
    transform: translateX(0%);
  }
}
.sk-process-2-tabs-pane-single .bg-line-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  z-index: -1;
}
.sk-process-2-tabs-pane-single .single-line {
  width: 2px;
  height: 100%;
  border: 1px dashed rgba(47, 73, 48, 0.28);
}
.sk-process-2-tabs-pane-single .single-line-arrow {
  width: 1px;
  height: 100%;
  background: var(--sk-clr-black-3);
  position: relative;
  z-index: 1;
}
.sk-process-2-tabs-pane-single .single-line-arrow::after {
  content: "";
  width: 12px;
  height: 6px;
  background: var(--sk-clr-black-3);
  position: absolute;
  top: 0;
  left: -6px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sk-process-2-tabs-pane-single:is(.has-2) .sk-process-2-card {
  transform: translateX(0%) translateY(10%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-process-2-tabs-pane-single:is(.has-2) .sk-process-2-card {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-process-2-tabs-pane-single:is(.has-2) .sk-process-2-card {
    transform: translateX(5%);
  }
}
@media (max-width: 767px) {
  .sk-process-2-tabs-pane-single:is(.has-2) .sk-process-2-card {
    transform: translateX(0%);
  }
}
.sk-process-2-tabs-pane-single:is(.has-3) .sk-process-2-card {
  transform: translateX(50%) translateY(11%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-process-2-tabs-pane-single:is(.has-3) .sk-process-2-card {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-process-2-tabs-pane-single:is(.has-3) .sk-process-2-card {
    transform: translateX(5%);
  }
}
@media (max-width: 767px) {
  .sk-process-2-tabs-pane-single:is(.has-3) .sk-process-2-card {
    transform: translateX(0%);
  }
}
.sk-process-2-tabs-pane-single:is(.has-4) .sk-process-2-card {
  transform: translateX(51%) translateY(-14%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-process-2-tabs-pane-single:is(.has-4) .sk-process-2-card {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-2-tabs-pane-single:is(.has-4) .sk-process-2-card {
    transform: translateX(5%);
  }
}
@media (max-width: 767px) {
  .sk-process-2-tabs-pane-single:is(.has-4) .sk-process-2-card {
    transform: translateX(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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-process-2-tabs-pane .tab-pane:is(.active) .sk-process-2-card {
    animation: skF2card 0.5s backwards;
  }
}
.sk-process-2-card {
  background: #F6F6F6;
  border: 2px solid #FFFFFF;
  box-shadow: 6px -5px 6px #FFFFFF, -5px 8px 9px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  max-width: 540px;
  padding: 36px 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-process-2-card {
    padding: 36px 22px;
  }
}
.sk-process-2-card .icon {
  background: #035705;
  box-shadow: 6px 10px 12px rgba(0, 33, 1, 0.4), inset 0px 0px 4px #FFFFFF;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}
.sk-process-2-card .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sk-process-2-card .title {
    font-size: 22px;
  }
}
.sk-process-2-card .number {
  position: absolute;
  right: 25px;
  top: 6px;
  font-size: 94px;
  letter-spacing: -0.02em;
  color: rgba(0, 33, 1, 0.08);
  backdrop-filter: blur(12px);
  font-weight: 700;
}
.sk-process-2-card .bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sk-process-2-bg-dot-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sk-process-2-bg-dot-1 img {
  width: 100%;
}
.sk-process-2-bg-dot-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sk-process-2-bg-dot-2 img {
  width: 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) {
  .sk-process-2-height {
    height: 2000px;
    position: relative;
  }
}
@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) {
  .sk-process-2-pin {
    position: sticky;
    top: 100px;
  }
}

@keyframes skF2card {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
/*
    process-2-end
*/
/*
    process-4-start
*/
.sk-process-4-area {
  border-radius: 28px;
  margin-left: 24px;
  margin-right: 24px;
  background-color: var(--sk-clr-black-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) {
  .sk-process-4-area {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.sk-process-4-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.sk-process-4-sec-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.sk-process-4-sec-title .sk-subtitle-4 {
  background-color: var(--sk-clr-black-5);
}
.sk-process-4-sec-title .sk-sec-title-4 {
  color: #fff;
}
.sk-process-4-card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-4-card-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-process-4-card-wrap .left {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@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) {
  .sk-process-4-card-wrap .left .sk-process-4-card:nth-child(2) {
    margin-left: 48px;
  }
}
.sk-process-4-card-wrap .right {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: end;
}
@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) {
  .sk-process-4-card-wrap .right .sk-process-4-card:nth-child(2) {
    margin-right: 48px;
  }
}
.sk-process-4-card {
  width: 100%;
  max-width: 360px;
  background-color: #20203D;
  border-radius: 16px;
  padding: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-process-4-card .card-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  background-color: #20203D;
  border-radius: 16px;
}
.sk-process-4-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 150%;
  z-index: -1;
  background: linear-gradient(138deg, #7A5DFB 25%, #DF2F90 30%, #20203D 38%);
  transform: translate(-50%, -50%) scale(1.3) rotate(45deg);
  animation: sk-process-4-card-clr 5s linear infinite;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-process-4-card .number {
  font-size: 46px;
  background: var(--sk-clr-gd-4);
  background-clip: text;
  -webkit-text-fill-color: #fff;
  opacity: 40%;
  margin-left: 13px;
  transition: var(--sk-cube-1);
}
.sk-process-4-card .content-wrap {
  background-color: #040426;
  max-width: 295px;
  border-radius: 14px;
  padding: 22px 24px;
}
.sk-process-4-card .icon-elm {
  width: 44px;
  height: 44px;
  background: linear-gradient(180deg, rgba(0, 123, 215, 0) 0%, rgba(0, 123, 215, 0.2) 100%), #020202;
  border: 1px solid #088BDC;
  box-shadow: 0px 2px 5px rgba(0, 123, 215, 0.3), 0px 3px 10px rgba(0, 123, 215, 0.4), 0px 8px 20px rgba(0, 123, 215, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sk-clr-pr-4);
  font-size: 24px;
  margin-bottom: 32px;
}
.sk-process-4-card .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 13px;
}
.sk-process-4-card .disc {
  font-size: 16px;
  opacity: 72%;
  color: #fff;
}
.sk-process-4-card:hover::before {
  opacity: 1;
}
.sk-process-4-card:hover .number {
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.sk-process-4-wrap {
  padding-bottom: 240px;
}
.sk-process-4-svg-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 190px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-process-4-svg-line {
    bottom: 160px;
    width: 36%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-4-svg-line {
    display: none;
  }
}
.sk-process-4-robot-img {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 111px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-4-robot-img {
    position: unset;
  }
}
.sk-process-4-bg-glow-1 {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.sk-process-4-bg-circle-img {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.sk-process-4-svg-meteor {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  overflow: visible;
}
.sk-process-4-svg-meteor * {
  will-change: transform, opacity;
}

@keyframes sk-process-4-card-clr {
  0% {
    transform: translate(-50%, -50%) scale(1.3) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3) rotate(360deg);
  }
}
/*
    process-4-end
*/
/*
    process-5-start
*/
.sk-process-5-area {
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 120px;
  border-radius: 60px 60px 0 0;
  background-color: var(--sk-clr-black-8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-5-area {
    border-radius: 20px 20px 0 0;
  }
}
.sk-process-5-sec-title {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.sk-process-5-sec-title .sk-subtitle-5 {
  color: #fff;
}
.sk-process-5-sec-title .sk-sec-title-5 {
  color: #fff;
}
.sk-process-5-sec-title .sec-disc {
  color: #E5E5E5;
  margin-top: 12px;
  opacity: 80%;
}
.sk-process-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-process-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-process-5-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-process-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sk-process-5-card {
  background-color: #130E2F;
  border-radius: 20px;
  padding: 40px 40px;
  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) {
  .sk-process-5-card {
    padding: 40px 20px;
  }
}
.sk-process-5-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(59, 73, 224) 100%);
  padding: 2px;
  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;
}
.sk-process-5-card .icon-x-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sk-process-5-card .number {
  font-size: 32px;
  color: #fff;
}
.sk-process-5-card .icon-elm-border {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #221750;
  border-radius: 12px;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-process-5-card .icon-elm-border::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 21%, var(--sk-clr-pr-5) 50%, rgba(255, 255, 255, 0) 86%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: sk-process-5-card-icon 10s ease-in-out infinite;
}
.sk-process-5-card .icon-elm {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #221750;
  border-radius: 12px;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sk-process-5-card .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.sk-process-5-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-process-5-card .title a:hover {
  color: #fff;
  background-size: 100% 100%;
}
.sk-process-5-card .disc {
  color: #fff;
  opacity: 80%;
}
.sk-process-5-card:nth-child(2)::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(59, 73, 224) 100%);
}
.sk-process-5-bg-circle-1 {
  text-align: center;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: -3;
  overflow: hidden;
}
.sk-process-5-bg-circle-2 {
  position: absolute;
  top: 157px;
  left: 0;
  width: 100%;
  z-index: -2;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 60%);
}
@media (max-width: 767px) {
  .sk-process-5-bg-circle-2 {
    display: none;
  }
}
.sk-process-5-bg-circle-2 .main-circle {
  width: 880px;
  height: 880px;
  background: conic-gradient(from -90deg at 50% 50%, rgba(57, 70, 206, 0) 0deg, rgba(57, 70, 206, 0.1) 180deg, #3946CE 360deg);
  clip-path: circle(50% at 50% 50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-process-5-bg-circle-2 .main-circle {
    width: 800px;
    height: 800px;
  }
}
.sk-process-5-bg-circle-2 .circle-wrap {
  transform: rotate(740deg);
  animation: sk-process-5-circle 10s linear infinite;
}
.sk-process-5-bg-shape-1 {
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sk-process-5-bg-shape-2 {
  width: 54%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@keyframes sk-process-5-card-icon {
  0% {
    transform: scale(1.3) rotate(0deg);
  }
  100% {
    transform: scale(1.3) rotate(360deg);
  }
}
@keyframes sk-process-5-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
    process-5-end
*/
/*
    process-7-start
*/
.sk-process-7-area {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
  border-radius: 60px 60px 0px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-area {
    border-radius: 20px 20px 0px 0px;
  }
}
.sk-process-7-bg-glow-1 {
  width: 52%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  border-radius: 60px 0px 0px 0px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-bg-glow-1 {
    border-radius: 20px 0px 0px 0px;
  }
}
.sk-process-7-bg-glow-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
  text-align: right;
  width: 52%;
  border-radius: 0px 60px 0px 0px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-bg-glow-2 {
    border-radius: 0px 20px 0px 0px;
  }
}
.sk-process-7-sec-title {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.sk-process-7-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-wrap {
    padding-bottom: 0px;
  }
}
.sk-process-7-ani-shape {
  position: absolute;
  top: 150px;
  left: 0;
  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) {
  .sk-process-7-ani-shape {
    display: none;
  }
}
.sk-process-7-ani-shape::after {
  content: "";
  height: 220px;
  background: linear-gradient(0deg, #f6f7f9, transparent);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.sk-process-7-card .row-1 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1084px;
  margin-left: auto;
  align-items: start;
  margin-bottom: 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-card .row-1 {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
.sk-process-7-card .row-1 .sk-process-7-card-single:nth-child(2) {
  margin-top: 70px;
  margin-right: 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-card .row-1 .sk-process-7-card-single:nth-child(2) {
    margin-right: 0;
    margin-top: 0;
  }
}
.sk-process-7-card .row-2 {
  margin-left: auto;
  max-width: 774px;
  margin-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-card .row-2 {
    margin-bottom: 50px;
  }
}
.sk-process-7-card-single {
  display: flex;
  gap: 20px;
  max-width: 456px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-card-single {
    max-width: 350px;
  }
}
.sk-process-7-card-single .icon-x-line {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 0 0 auto;
}
.sk-process-7-card-single .line {
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, transparent, #6c3ff3);
}
.sk-process-7-card-single .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-process-7-card-single .title {
    font-size: 20px;
  }
}
.sk-process-7-card-single .title span {
  background: var(--sk-clr-gd-7);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sk-process-7-card-single .disc {
  font-size: 17px;
  padding-bottom: 30px;
}
@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) {
  .sk-process-7-height {
    height: 3200px;
    position: relative;
  }
}
@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) {
  .sk-process-7-pin {
    position: sticky;
    top: 60px;
  }
}

.sk-process-7-card .row-1 .sk-process-7-card-single:nth-child(1):is(.active) .title, .sk-process-7-card .row-1 .sk-process-7-card-single:nth-child(1):is(.active) .disc, .sk-process-7-card .row-1 .sk-process-7-card-single:nth-child(1):is(.active) .icon, .sk-process-7-card .row-1 .sk-process-7-card-single:nth-child(1):is(.active) .line {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

/*
    process-7-end
*/
/*
    faqs-start
*/
.sk-accordion-1 {
  display: flex;
  flex-direction: column;
  border: 1px solid #24293D;
}
.sk-accordion-1-item {
  width: 100%;
  transition: 0.3s;
  padding: 29px 40px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--sk-cube-1);
}
.sk-accordion-1-item::after {
  content: "";
  width: 181px;
  height: 181px;
  background: var(--sk-clr-pr-1);
  filter: blur(82px);
  border-radius: 50%;
  position: absolute;
  right: -90px;
  bottom: -100px;
  z-index: -1;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.sk-accordion-1-item::before {
  content: "";
  width: 181px;
  height: 181px;
  background: #FFFFFF;
  opacity: 0.6;
  filter: blur(82px);
  border-radius: 50%;
  position: absolute;
  top: -129px;
  left: -50px;
  z-index: -1;
  transition: var(--sk-cube-1);
  opacity: 0;
}
.sk-accordion-1-item:not(:last-child) {
  border-bottom: 1px solid #24293D;
}
.sk-accordion-1-item .item-title {
  font-size: 20px;
  font-weight: 500;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  text-align: left;
  transition: var(--sk-cube-1);
}
.sk-accordion-1-item .item-title .icon {
  transition: var(--sk-cube-1);
}
.sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  transform: rotate(-180deg);
}
.sk-accordion-1-item .item-title:hover {
  color: var(--sk-clr-sd-1);
}
.sk-accordion-1-item .item-disc {
  padding-right: 60px;
  margin-top: 20px;
}
.sk-accordion-1-item:is(.active) {
  background-color: #24293D;
}
.sk-accordion-1-item:is(.active)::after {
  opacity: 1;
  transition-delay: 0.1s;
}
.sk-accordion-1-item:is(.active)::before {
  opacity: 1;
  transition-delay: 0.2s;
}

.sk-faqs-1-sec-title {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faqs-1-sec-title .sec-disc {
  margin-top: 27px;
}
.sk-faqs-1-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faqs-1-animation {
  text-align: center;
  height: 462px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.sk-faqs-1-animation-clr-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.sk-faqs-1-animation-dot-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: visible;
}

/*
    faqs-end
*/
/*
    faqs-2-start
*/
.sk-faqs-2-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr;
  gap: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-faqs-2-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-faqs-2-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.sk-faqs-2-sec-title {
  padding-bottom: 180px;
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-faqs-2-sec-title {
    position: sticky;
    top: 100px;
  }
}
.sk-faqs-2-sec-title .sec-disc {
  margin-top: 18px;
}
.sk-faqs-2-author-img {
  display: flex;
  margin-bottom: 16px;
}
.sk-faqs-2-author-img .single-img {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(11.5px);
  border-radius: 50%;
  border: 3px solid #fff;
}
.sk-faqs-2-author-img .single-img:not(:first-child) {
  margin-left: -15px;
}
.sk-faqs-2-author-text b {
  font-weight: 500;
  color: var(--sk-clr-black-3);
}
.sk-faqs-2-right {
  background: rgba(246, 246, 246, 0.48);
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  padding: 20px 20px;
}
.sk-faqs-2-right .sk-accordion-1 {
  border: none;
  gap: 10px;
}
.sk-faqs-2-right .sk-accordion-1-item {
  background: #F6F6F6;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  padding: 12px 12px;
}
.sk-faqs-2-right .sk-accordion-1-item::after {
  display: none;
}
.sk-faqs-2-right .sk-accordion-1-item::before {
  display: none;
}
.sk-faqs-2-right .sk-accordion-1-item .item-title {
  justify-content: start;
  gap: 12px;
  padding: 11px 10px;
  font-weight: 400;
}
.sk-faqs-2-right .sk-accordion-1-item .item-title .icon-2 {
  width: 14px;
  height: 14px;
  background: #EBEBEB;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-faqs-2-right .sk-accordion-1-item .item-title .icon-2::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sk-clr-pr-2);
  position: absolute;
  top: 4px;
  left: 4px;
  transition: var(--sk-cube-1);
}
.sk-faqs-2-right .sk-accordion-1-item .item-title:is(:not(.collapsed)) {
  font-weight: 500;
}
.sk-faqs-2-right .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon-2 {
  background: var(--sk-clr-pr-2);
}
.sk-faqs-2-right .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon-2::after {
  background: #EBEBEB;
}
.sk-faqs-2-right .sk-accordion-1-item .item-title:hover {
  color: var(--sk-clr-black-3);
}
.sk-faqs-2-right .sk-accordion-1-item .item-title:hover .icon-2 {
  background: var(--sk-clr-pr-2);
}
.sk-faqs-2-right .sk-accordion-1-item .item-title:hover .icon-2::after {
  background: #EBEBEB;
}
.sk-faqs-2-right .sk-accordion-1-item .item-disc {
  padding: 20px 20px;
  font-size: 17px;
  background: #fff;
  border-radius: 6px;
  margin-top: 12px;
}

/*
    faqs-2-end
*/
/*
    faqs-3-start
*/
.sk-faqs-3-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faqs-3-sec-title {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faqs-3-sec-title .sec-disc {
  margin-top: 20px;
}
.sk-faqs-3-accordion .sk-accordion-1 {
  border-radius: 12px;
  overflow: hidden;
}
.sk-faqs-3-accordion .sk-accordion-1-item .item-title:hover {
  color: var(--sk-clr-pr-3);
}
.sk-faqs-3-accordion .sk-accordion-1-item::after {
  background: var(--sk-clr-pr-3);
}
.sk-faqs-3-accordion .sk-accordion-1-item:is(.active) {
  background-color: #191111;
}
.sk-faqs-3-accordion .sk-accordion-1-item:is(.active)::before {
  opacity: 0.5;
}
.sk-faqs-3-accordion .sk-accordion-1-item:is(.active) .item-title {
  color: var(--sk-clr-pr-3);
}

/*
    faqs-3-end
*/
/*
    faqs-4-start
*/
.sk-faqs-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-faqs-4-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-faqs-4-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.sk-faqs-4-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.sk-faqs-4-sec-title {
  margin-bottom: 100px;
}
.sk-faqs-4-sec-title .sec-disc {
  margin-top: 18px;
}
.sk-faqs-4-content .subtitle {
  font-size: 22px;
  margin-bottom: 16px;
}
.sk-faqs-4-content .disc {
  font-size: 16px;
  max-width: 360px;
  margin-bottom: 25px;
}
.sk-faqs-4-content .bg-icon {
  font-size: 120px;
  line-height: 1;
  color: #EBEBEE;
  position: absolute;
  top: -47px;
  left: -45px;
  z-index: -1;
}
.sk-faqs-4-accordion .sk-accordion-1 {
  border: none;
  gap: 6px;
}
.sk-faqs-4-accordion .sk-accordion-1-item {
  background: #F4F4F4;
  border: none;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  padding: 0;
}
.sk-faqs-4-accordion .sk-accordion-1-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: unset;
  border-radius: 8px;
  background: var(--sk-clr-gd-4);
  padding: 2px;
  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;
  pointer-events: none;
}
.sk-faqs-4-accordion .sk-accordion-1-item::after {
  display: none;
}
.sk-faqs-4-accordion .sk-accordion-1-item .item-title {
  font-size: 18px;
  font-weight: 400;
  justify-content: left;
  gap: 10px;
  padding: 21px 24px;
}
.sk-faqs-4-accordion .sk-accordion-1-item .item-title .illus-1 {
  color: var(--sk-clr-sd-4);
  margin-bottom: -2px;
}
.sk-faqs-4-accordion .sk-accordion-1-item .item-title .icon {
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 12px;
  color: #9A9AA7;
  transform: rotate(-90deg);
  flex: 0 0 auto;
}
.sk-faqs-4-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) {
  font-weight: 500;
  color: var(--sk-clr-black-5);
}
.sk-faqs-4-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  transform: rotate(0deg);
  box-shadow: inset 0px 0px 4px rgba(229, 15, 242, 0.48);
  color: var(--sk-clr-pr-4);
}
.sk-faqs-4-accordion .sk-accordion-1-item .item-title:is(.collapsed):hover {
  color: var(--sk-clr-sd-4);
}
.sk-faqs-4-accordion .sk-accordion-1-item:is(.active) {
  background: #fff;
}
.sk-faqs-4-accordion .sk-accordion-1-item:is(.active) .item-title {
  color: var(--sk-clr-black-5);
}
.sk-faqs-4-accordion .sk-accordion-1-item .item-disc {
  margin-top: 0;
  padding: 23px 52px;
  padding-top: 0;
  font-size: 16px;
}

/*
    faqs-4-end
*/
/*
    faqs-5-start
*/
.sk-faqs-5-area {
  background-color: #F9F9F9;
}
.sk-faqs-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-faqs-5-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-faqs-5-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.sk-faqs-5-sec-title {
  margin-bottom: 48px;
}
.sk-faqs-5-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-faqs-5-content {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  padding: 24px 24px;
}
.sk-faqs-5-content .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.sk-faqs-5-content .disc {
  margin-bottom: 40px;
}
.sk-faqs-5-accordion {
  background-color: #fff;
  border-radius: 32px;
  padding: 12px;
}
.sk-faqs-5-accordion .sk-accordion-1 {
  gap: 12px;
  border: none;
}
.sk-faqs-5-accordion .sk-accordion-1-item {
  border: 1px solid #F0F0F0;
  border-radius: 120px;
  padding: 0;
  overflow: hidden;
  background: transparent;
}
.sk-faqs-5-accordion .sk-accordion-1-item::after {
  display: none;
}
.sk-faqs-5-accordion .sk-accordion-1-item::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(59, 73, 224, 0.1) 3.93%, rgba(59, 73, 224, 0) 51.65%, rgba(59, 73, 224, 0) 100%);
  border-radius: 0;
  filter: unset;
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title {
  font-size: 17px;
  padding: 12px;
  padding-left: 24px;
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title .icon {
  width: 44px;
  height: 44px;
  background-color: #F6F7F9;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title .icon::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 15px;
  background: #FFFFFF;
  filter: blur(10px);
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title .icon i {
  transition: var(--sk-cube-1);
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) {
  color: var(--sk-clr-black-6);
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  background-color: var(--sk-clr-pr-5);
  color: #fff;
  transform: unset;
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon::after {
  opacity: 1;
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(45deg);
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(.collapsed):hover {
  color: var(--sk-clr-pr-5);
}
.sk-faqs-5-accordion .sk-accordion-1-item .item-disc {
  padding: 26px 40px;
  margin-top: 0;
  padding-top: 0;
}
.sk-faqs-5-accordion .sk-accordion-1-item:is(.active) {
  border-radius: 32px;
}

/*
    faqs-5-end
*/
/*
    faqs-6-start
*/
.sk-faqs-6-sec-title {
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faqs-6-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-faqs-6-accordion {
  background: linear-gradient(to right, rgb(15, 14, 12) 0%, rgba(15, 14, 12, 0.5) 50%, rgb(15, 14, 12) 100%);
  border-radius: 32px;
  padding: 12px;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faqs-6-accordion .sk-accordion-1 {
  gap: 12px;
  border: none;
}
.sk-faqs-6-accordion .sk-accordion-1-item {
  border: none;
  border-radius: 120px;
  padding: 0;
  overflow: hidden;
  background: #0B0B0B;
}
.sk-faqs-6-accordion .sk-accordion-1-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 120px;
  background: linear-gradient(180deg, #2B2B2B 0%, #0B0B0B 100%);
  padding: 1px;
  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;
  border: none;
  filter: none;
  opacity: 1;
  pointer-events: none;
  transition: 0.299s;
}
.sk-faqs-6-accordion .sk-accordion-1-item::after {
  width: 121px;
  height: 121px;
  background: var(--sk-clr-pr-6);
  right: -10px;
  bottom: -100px;
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-title {
  font-size: 17px;
  padding: 12px;
  padding-left: 24px;
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-title .icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  border: 1px solid #fff;
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-title .icon i {
  transition: var(--sk-cube-1);
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  background-color: var(--sk-clr-pr-6);
  transform: unset;
  border-color: transparent;
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon::after {
  opacity: 1;
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(45deg);
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-title:is(.collapsed):hover {
  color: var(--sk-clr-pr-6);
}
.sk-faqs-6-accordion .sk-accordion-1-item .item-disc {
  padding: 26px 40px;
  margin-top: 0;
  padding-top: 0;
  max-width: 900px;
  opacity: 80%;
}
.sk-faqs-6-accordion .sk-accordion-1-item:is(.active) {
  border-radius: 32px;
}
.sk-faqs-6-accordion .sk-accordion-1-item:is(.active)::before {
  border-radius: 32px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
}

/*
    faqs-6-end
*/
/*
    faqs-7-start
*/
.sk-faqs-7-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-faqs-7-area .sk-faqs-5-wrap {
  grid-template-columns: 1fr 1.58fr;
  gap: 76px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-faqs-7-area .sk-faqs-5-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.sk-faqs-7-area .sk-faqs-5-accordion {
  background-color: #fff;
  border-radius: 24px;
  padding: 12px;
}
.sk-faqs-7-area .sk-accordion-1-item {
  background-color: rgba(246, 247, 249, 0.5);
  border-radius: 12px;
  border: 1px solid #F6F7F9;
}
.sk-faqs-7-area .sk-accordion-1-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: var(--sk-clr-gd-7);
  padding: 1px;
  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;
  pointer-events: none;
  transition: var(--sk-cube-1);
}
.sk-faqs-7-area .sk-accordion-1-item .item-title {
  padding: 21px 20px;
}
.sk-faqs-7-area .sk-accordion-1-item .item-title .icon {
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 24px;
  color: var(--sk-clr-black-6);
}
.sk-faqs-7-area .sk-accordion-1-item .item-title:is(:not(.collapsed)) {
  color: var(--sk-clr-black-6);
}
.sk-faqs-7-area .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  background-color: transparent;
  color: var(--sk-clr-black-6);
}
.sk-faqs-7-area .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(45deg);
}
.sk-faqs-7-area .sk-accordion-1-item .item-title:is(.collapsed):hover {
  color: var(--sk-clr-black-6);
}
.sk-faqs-7-area .sk-accordion-1-item:is(.active) {
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(102, 60, 246, 0.05) 0%, rgba(124, 72, 235, 0.05) 22.98%, rgba(223, 124, 181, 0.05) 52.95%, rgba(255, 151, 116, 0.05) 79.3%, rgba(254, 232, 156, 0.05) 100%);
}
.sk-faqs-7-area .sk-faqs-5-content .btn-elm .sk-pr-btn-13::before {
  background: #000;
}

/*
    faqs-7-end
*/
/*
    faqs-8-start
*/
.sk-faqs-8-area .sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--sk-clr-gd-8);
}

/*
    faqs-8-end
*/
/*
    faqs-9-start
*/
.sk-faqs-9-wrap {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faqs-9-wrap .sk-portfolio-5-tabs-btn {
  display: inline-flex;
}
.sk-faqs-9-wrap .sk-portfolio-5-tabs-btn .nav-link .icon::after {
  background: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  width: 100%;
  height: 100%;
  filter: blur(0px);
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: unset;
}
.sk-faqs-9-wrap .sk-portfolio-5-tabs-btn .nav-link .icon:is(.has-stroke) svg * {
  stroke: transparent;
  fill: var(--sk-clr-black-6);
}
.sk-faqs-9-wrap .sk-portfolio-5-tabs-btn .nav-link:hover .icon:is(.has-stroke) svg * {
  stroke: transparent;
  fill: #fff;
}
.sk-faqs-9-wrap .sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon {
  background: transparent;
}
.sk-faqs-9-wrap .sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon:is(.has-stroke) svg * {
  stroke: transparent;
  fill: #fff;
}
.sk-faqs-9-wrap .sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--sk-clr-gd-8);
}

/*
    faqs-9-end
*/
/*
    cta-1-start
*/
.sk-cta-1-wrap {
  background: #000;
  border-radius: 30px;
  padding: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sk-cta-1-wrap {
    padding: 80px 30px;
  }
}
.sk-cta-1-content {
  max-width: 536px;
}
.sk-cta-1-content .sk-sec-title-1 {
  font-size: 40px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-cta-1-content .sk-sec-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .sk-cta-1-content .sk-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-cta-1-content .sk-sec-title-1 {
    font-size: 33px;
  }
}
.sk-cta-1-content .sec-disc {
  margin-bottom: 55px;
}
.sk-cta-1-content .notice {
  font-size: 15px;
  margin-top: 16px;
}
.sk-cta-1-form-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(32px);
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding-left: 24px;
  padding-right: 150px;
  color: rgba(255, 255, 255, 0.6);
}
.sk-cta-1-form-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 14.5px 23px;
  background: var(--sk-clr-pr-1);
}
.sk-cta-1-form-btn .bg-clr {
  opacity: 0;
}
.sk-cta-1-form-btn:hover .bg-clr {
  opacity: 1;
}
.sk-cta-1-img {
  width: 51%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sk-cta-1-img img {
  transform: translate(150px, 150px);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-cta-1-img-layer-1 {
  width: 100%;
  height: 110%;
  background: rgba(242, 233, 255, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  transform: matrix(1, 0, 0.5, 0.87, 0, 0) translate(150px, 150px);
  position: absolute;
  top: 0;
  right: -103px;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-cta-1-img-layer-2 {
  content: "";
  width: 100%;
  height: 107%;
  background: rgba(242, 233, 255, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  transform: matrix(1, 0, 0.5, 0.87, 0, 0) translate(150px, 150px);
  position: absolute;
  top: 24px;
  right: -89px;
  z-index: -2;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-cta-1-img:is(.active) .sk-cta-1-img-layer-1 {
  transform: matrix(1, 0, 0.5, 0.87, 0, 0) translate(0px, 0px);
  opacity: 1;
  transition-delay: 0.6s;
}
.sk-cta-1-img:is(.active) .sk-cta-1-img-layer-2 {
  transform: matrix(1, 0, 0.5, 0.87, 0, 0) translate(0px, 0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.sk-cta-1-img:is(.active) img {
  transform: translate(0px, 0px);
  opacity: 1;
  transition-delay: 0.9s;
}
.sk-cta-1-clr-glow-2 {
  mask-image: url(../img/cta/cta-1-mask-1.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -3;
  width: 63%;
}
.sk-cta-1-clr-glow-1 {
  mask-image: url(../img/cta/cta-1-mask-2.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -3;
  width: 39%;
}
.sk-cta-1-bg-img {
  position: absolute;
  top: -70px;
  left: -70px;
  width: calc(100% + 140px);
  height: calc(100% + 140px);
}
@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) {
  .sk-cta-1-bg-img {
    display: none;
  }
}
.sk-cta-1-bg-img img {
  width: 100%;
  height: 100%;
  animation: sk-cta-1-bg-img 4s ease-in-out infinite;
}

@keyframes sk-cta-1-bg-img {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/*
    cta-1-end
*/
/*
    cta-2-start
*/
.sk-cta-2-bg-shape-1 {
  width: 21%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.sk-cta-2-bg-shape-2 {
  width: 21%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  text-align: right;
}
.sk-cta-2-wrap {
  padding: 85px 20px;
  background: radial-gradient(50% 50% at 50% 50%, #59D51D 0%, #4AB815 100%);
  border-radius: 20px;
  overflow: hidden;
  border: 8px solid #FFFFFF;
  box-shadow: -4px -6px 12px rgba(255, 255, 255, 0.8), 7px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.sk-cta-2-wrap::after {
  content: "";
  position: absolute;
  width: 381px;
  height: 381px;
  background: #FFFFFF;
  filter: blur(137px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sk-cta-2-wrap .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.sk-cta-2-sec-title {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.sk-cta-2-sec-title .sec-disc {
  margin-top: 16px;
  margin-bottom: 35px;
}
.sk-cta-2-sec-title .cta-btn {
  background: linear-gradient(92.67deg, #59D51D 0.2%, rgba(255, 255, 255, 0.48) 28.13%, rgba(255, 255, 255, 0.48) 74.52%, #59D51D 100.2%);
  border: 1px solid #59D51D;
  box-shadow: 6px 12px 14px rgba(59, 152, 15, 0.32);
  border-radius: 8px;
}
.sk-cta-2-sec-title .cta-btn:hover i {
  color: var(--sk-clr-black-3);
}

/*
    cta-2-end
*/
/*
    cta-3-start
*/
.sk-cta-3-area {
  position: relative;
}
.sk-cta-3-area::after {
  content: "";
  max-width: 550px;
  width: 100%;
  height: 350px;
  background: var(--sk-clr-pr-3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(71px);
  z-index: -1;
}
.sk-cta-3-wrap {
  padding: 101px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sk-cta-3-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
}
.sk-cta-3-content .title {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-cta-3-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-cta-3-content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-cta-3-content .title {
    font-size: 34px;
  }
}
.sk-cta-3-content .item-btn .sk-pr-btn-4 {
  box-shadow: 8px 14px 31px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}

/*
    cta-3-end
*/
/*
    cta-4-start
*/
.sk-cta-4-area {
  position: relative;
  z-index: 2;
}
.sk-cta-4-wrap {
  background-color: var(--sk-clr-black-4);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 90px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-cta-4-wrap {
    padding: 90px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-cta-4-wrap {
    padding: 90px 20px;
    grid-template-columns: 1fr;
  }
}
.sk-cta-4-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sk-cta-4-sec-title {
  color: #fff;
}
.sk-cta-4-content .disc {
  color: #fff;
  margin-bottom: 20px;
}
.sk-cta-4-content .btn-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sk-cta-4-bg-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/*
    cta-4-end
*/
/*
    cta-6-start
*/
.sk-contact-6-area {
  background: linear-gradient(193.36deg, #0F0E0C 9.6%, rgba(15, 14, 12, 0) 90.4%);
  border-radius: 72px 72px 0px 0px;
}
@media (max-width: 767px) {
  .sk-contact-6-area {
    border-radius: 20px 20px 0px 0px;
  }
}
.sk-contact-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-contact-6-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-contact-6-sec-title {
  max-width: 490px;
}
.sk-contact-6-info {
  max-width: 416px;
  display: grid;
  gap: 20px;
}
.sk-contact-6-info-single {
  text-align: center;
  padding: 40px 40px;
  border-radius: 24px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-contact-6-info-single::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 24px;
  background: linear-gradient(to right, #762610 0%, #0F0402 25%, #571709 50%, #0F0402 75%, #762610 100%);
  padding: 1px;
  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;
  opacity: 0;
  transition: var(--sk-cube-1);
  pointer-events: none;
}
.sk-contact-6-info-single .icon {
  margin-bottom: 24px;
}
.sk-contact-6-info-single .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sk-contact-6-info-single .disc {
  opacity: 80%;
  transition: var(--sk-cube-1);
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.sk-contact-6-info-single .disc a {
  transition: var(--sk-cube-1);
}
.sk-contact-6-info-single .disc:hover {
  opacity: 1;
  color: var(--sk-clr-pr-6);
  border-color: var(--sk-clr-pr-6);
}
.sk-contact-6-info-single:hover .icon {
  animation: shakeX2 0.5s;
}
.sk-contact-6-info-single:hover::before {
  opacity: 1;
}
.sk-contact-6-form {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 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) {
  .sk-contact-6-form {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .sk-contact-6-form {
    grid-template-columns: 1fr;
  }
}
.sk-contact-6-form-label {
  margin-bottom: 15px;
}
.sk-contact-6-form-label span {
  color: var(--sk-clr-pr-6);
}
.sk-contact-6-form-input {
  height: 50px;
  border-radius: 100px;
  padding: 0 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.sk-contact-6-form-input:is(textarea) {
  height: 155px;
  padding-top: 20px;
  display: block;
  border-radius: 20px;
}
.sk-contact-6-form-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
  background-color: transparent;
  width: 100%;
  border-radius: 100px;
  padding: 18px 17px;
}
.sk-contact-6-form-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 100px;
  background: linear-gradient(to right, #EE9737 0%, #DC5729 25%, #571709 50%, #DC5729 75%, #EE9737 100%);
  padding: 1px;
  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;
  border: none;
  transition: var(--sk-cube-1);
}
.sk-contact-6-form-btn::after {
  opacity: 0;
  transition: var(--sk-cube-1);
  width: 110%;
  height: 1010%;
  top: -264px;
  left: -27px;
}
.sk-contact-6-form-btn:hover::after {
  opacity: 1;
}
.sk-contact-6-form-btn:hover::before {
  opacity: 0;
}
.sk-contact-6-form .input-box.has-full-width {
  grid-column-end: -1;
  grid-column-start: 1;
}

/*
    cta-6-end
*/
/*
    cta-7-start
*/
.sk-cta-7-area {
  padding-top: 160px;
  padding-bottom: 160px;
}
.sk-cta-7-content {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.sk-cta-7-content .title {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-cta-7-content .title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-cta-7-content .title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-cta-7-content .title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-cta-7-content .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .sk-cta-7-content .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-cta-7-content .title {
    font-size: 40px;
  }
}
.sk-cta-7-content .disc {
  margin-bottom: 40px;
  font-size: 18px;
  color: #fff;
}
.sk-cta-7-content .btn-wrap {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.sk-cta-7-content .btn-wrap .sk-pr-btn-13:not(.has-border) {
  color: #000;
}
.sk-cta-7-content .btn-wrap .sk-pr-btn-13:not(.has-border)::before {
  background: #fff;
}
.sk-cta-7-content .btn-wrap .sk-pr-btn-13:not(.has-border) .icon {
  background-color: #000;
  color: #fff;
}
.sk-cta-7-content .btn-wrap .sk-pr-btn-13:not(.has-border):hover {
  color: #fff;
}
.sk-cta-7-content .btn-wrap .sk-pr-btn-13:is(.has-border) {
  color: #fff;
}
.sk-cta-7-content .btn-wrap .sk-pr-btn-13:is(.has-border) .icon {
  background-color: #fff;
  color: #000;
}
.sk-cta-7-bg-dot-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sk-cta-7-bg-dot-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*
    cta-7-end
*/
/*
    contact-7-start
*/
.sk-contact-7-area .sk-contact-6-info-single {
  background-color: #fff;
}
.sk-contact-7-area .sk-contact-6-info-single::before {
  display: none;
}
.sk-contact-7-area .sk-contact-6-form {
  background-color: #fff;
}
.sk-contact-7-area .sk-contact-6-form-label {
  color: var(--sk-clr-black-6);
}
.sk-contact-7-area .sk-contact-6-form-input {
  background-color: #F6F7F9;
  color: #909393;
}
.sk-contact-7-area .sk-contact-6-form .sk-contact-7-form-btn {
  width: 100%;
  justify-content: center;
}

/*
    contact-7-end
*/
/*
    contact-8-start
*/
.sk-contact-8 {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 32px;
  padding: 40px 40px;
}
@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) {
  .sk-contact-8 {
    padding: 40px 20px;
  }
}
.sk-contact-8-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 48px;
}
.sk-contact-8 .sk-contact-6-form {
  padding: 0;
}
.sk-contact-8 .sk-contact-6-form-label {
  color: var(--sk-clr-black-6);
}
.sk-contact-8 .sk-contact-6-form-input {
  border-radius: 12px;
  background-color: #F6F7F9;
  color: #909393;
}
.sk-contact-8 .sk-contact-6-form .sk-contact-7-form-btn {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
}
.sk-contact-8 .sk-contact-6-form .sk-contact-7-form-btn::after {
  border-radius: 12px;
}
.sk-contact-8 .sk-contact-6-form .sk-contact-7-form-btn::before {
  border-radius: 12px;
}

/*
    contact-8-end
*/
/*
    contact-9-start
*/
.sk-contact-9-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-contact-9-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-contact-9-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-contact-9-card {
  text-align: center;
  padding: 12px;
  padding-top: 0;
}
.sk-contact-9-card .icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  background-color: #F6F7F9;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 6px solid #fff;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.sk-contact-9-card .icon svg * {
  fill: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
}
.sk-contact-9-card .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
.sk-contact-9-card .bg-clr {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  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) {
  .sk-contact-9-card .bg-clr {
    background-color: #fff;
    border-radius: 32px;
  }
}
.sk-contact-9-card .content-wrap {
  background-color: #F6F7F9;
  border-radius: 24px;
  padding: 26px 20px;
  padding-bottom: 52px;
}
.sk-contact-9-card .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.sk-contact-9-card .disc {
  opacity: 80%;
  margin-bottom: 14px;
}
.sk-contact-9-card .link-elm {
  font-weight: 400;
  font-size: 16px;
}
.sk-contact-9-card:hover .icon svg path {
  fill: #fff;
}
.sk-contact-9-card:hover .icon::after {
  opacity: 1;
}
.sk-contact-9-wrap-2 {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-contact-9-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-contact-9-wrap-2-right {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 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) {
  .sk-contact-9-wrap-2-right {
    padding: 40px 20px;
  }
}
.sk-contact-9-wrap-2-right .sk-contact-6-form {
  padding: 0;
}
.sk-contact-9-wrap-2-right .sk-contact-6-form-label {
  color: var(--sk-clr-black-6);
}
.sk-contact-9-wrap-2-right .sk-contact-6-form-input {
  background-color: #F6F7F9;
  color: #909393;
  border-radius: 12px;
}
.sk-contact-9-wrap-2-right .sk-contact-6-form .sk-contact-7-form-btn {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
}
.sk-contact-9-wrap-2-right .sk-contact-6-form .sk-contact-7-form-btn::before {
  border-radius: 12px;
}
.sk-contact-9-wrap-2-right .sk-contact-6-form .sk-contact-7-form-btn::after {
  border-radius: 12px;
}
.sk-contact-9-img {
  height: 885px;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-contact-9-img {
    height: auto;
  }
}
.sk-contact-9-sec-title .sk-sec-title-5 {
  font-size: 32px;
}

/*
    contact-9-end
*/
/*
    video-2-start
*/
.sk-video-2-area .border-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-video-2-area .border-line-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-video-2-wrap {
  padding: 56px 0;
  z-index: 2;
}
.sk-video-2-wrap .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-video-2-wrap .line-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.sk-video-2-wrap .dot-shape-1 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  top: -7px;
  left: -8px;
}
.sk-video-2-wrap .dot-shape-2 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  bottom: -7px;
  left: -8px;
}
.sk-video-2-wrap .dot-shape-3 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  bottom: -7px;
  right: -8px;
}
.sk-video-2-wrap .dot-shape-4 {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1), 1px -1px 4px #FFFFFF, -1px 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-radius: 50%;
  background: var(--sk-clr-white-1);
  top: -7px;
  right: -8px;
}
.sk-video-2-video {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.sk-video-2-video::after {
  content: "";
  background: rgba(134, 134, 134, 0.2);
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sk-video-2-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*
    video-2-end
*/
/*
    portfolio-5-start
*/
.sk-portfolio-5-area {
  background-color: #FDFDFD;
}
.sk-portfolio-5-sec-title {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.sk-portfolio-5-sec-title .sec-disc {
  margin-top: 12px;
}
.sk-portfolio-5-tabs-btn {
  background-color: #F6F7F9;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  gap: 12px;
}
@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) {
  .sk-portfolio-5-tabs-btn {
    border-radius: 12px;
  }
}
.sk-portfolio-5-tabs-btn .nav-link {
  border-radius: 200px;
  color: var(--sk-clr-black-6);
  overflow: hidden;
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 13px;
  padding-right: 24px;
  background-color: #fff;
}
.sk-portfolio-5-tabs-btn .nav-link::after {
  content: "";
  width: 20%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(59, 73, 224) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0;
  transition: var(--sk-cube-1);
  animation: skPortfolioBtnKf 10s ease-in infinite;
  opacity: 0;
}
.sk-portfolio-5-tabs-btn .nav-link::before {
  content: "";
  width: 20%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(59, 73, 224) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: var(--sk-cube-1);
  animation: skPortfolioBtnKf 10s ease-in-out infinite;
  opacity: 0;
}
.sk-portfolio-5-tabs-btn .nav-link .icon {
  background-color: #F6F7F9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: var(--sk-cube-1);
  position: relative;
  z-index: 1;
}
.sk-portfolio-5-tabs-btn .nav-link .icon::after {
  content: "";
  width: 37px;
  height: 15px;
  background: #FFFFFF;
  filter: blur(10px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-portfolio-5-tabs-btn .nav-link .icon svg * {
  fill: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
}
.sk-portfolio-5-tabs-btn .nav-link .icon:is(.has-stroke) svg * {
  stroke: var(--sk-clr-black-6);
  fill: transparent;
}
.sk-portfolio-5-tabs-btn .nav-link:is(.active)::after {
  opacity: 1;
}
.sk-portfolio-5-tabs-btn .nav-link:is(.active)::before {
  opacity: 1;
}
.sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon {
  background-color: var(--sk-clr-pr-5);
}
.sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon::after {
  opacity: 1;
}
.sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon svg * {
  fill: #fff;
}
.sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon:is(.has-stroke) svg * {
  stroke: #fff;
}
.sk-portfolio-5-tabs-btn .nav-link:hover .icon {
  background-color: var(--sk-clr-pr-5);
}
.sk-portfolio-5-tabs-btn .nav-link:hover .icon::after {
  opacity: 1;
}
.sk-portfolio-5-tabs-btn .nav-link:hover .icon svg * {
  fill: #fff;
}
.sk-portfolio-5-tabs-btn .nav-link:hover .icon:is(.has-stroke) svg * {
  stroke: #fff;
}
.sk-portfolio-5-tabs-pane-gird {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-portfolio-5-tabs-pane-gird {
    grid-template-columns: 1fr;
  }
}
.sk-portfolio-5-item {
  height: 460px;
  border-radius: 24px;
  padding: 12px;
  border: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-portfolio-5-item .item-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
.sk-portfolio-5-item .item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-portfolio-5-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.sk-portfolio-5-item .item-btn-posi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--sk-cube-1);
  opacity: 0;
}
.sk-portfolio-5-item .item-btn {
  width: 60px;
  height: 60px;
  background-color: var(--sk-clr-pr-5);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sk-portfolio-5-item .item-btn i {
  transition: var(--sk-cube-1);
}
.sk-portfolio-5-item .item-btn::after {
  content: "";
  width: 46px;
  height: 19px;
  background: #FFFFFF;
  filter: blur(10px);
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.sk-portfolio-5-item .item-btn:hover i {
  transform: rotate(45deg);
}
.sk-portfolio-5-item:hover {
  border-color: var(--sk-clr-pr-5);
  background-color: #F6F7F9;
}
.sk-portfolio-5-item:hover .item-btn-posi {
  opacity: 1;
}
.sk-portfolio-5-item:hover .item-img::after {
  opacity: 0.3;
}
.sk-portfolio-5-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

@keyframes skPortfolioBtnKf {
  0% {
    left: 5%;
  }
  50% {
    left: 72%;
  }
  100% {
    left: 5%;
  }
}
/*
    portfolio-5-end
*/
/*
    blog-5-start
*/
.sk-blog-5-area {
  background-color: #F9F9F9;
}
.sk-blog-5-sec-title {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.sk-blog-5-sec-title .sec-disc {
  margin-top: 12px;
}
.sk-blog-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.42fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-blog-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-blog-5-item .item-img {
  height: 394px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.sk-blog-5-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.sk-blog-5-item .content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  padding: 0 12px;
}
.sk-blog-5-item .blog-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.sk-blog-5-item .blog-meta li:not(:first-child) {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.sk-blog-5-item .blog-meta li:not(:first-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--sk-clr-black-7);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.sk-blog-5-item .title {
  font-size: 24px;
  font-weight: 500;
  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) {
  .sk-blog-5-item .title {
    font-size: 22px;
  }
}
.sk-blog-5-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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-blog-5-item .title a:hover {
  color: var(--sk-clr-black-6);
  background-size: 100% 100%;
}
.sk-blog-5-item .tags-x-date {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sk-blog-5-item .blog-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.sk-blog-5-item .blog-tags li {
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 15px;
  padding: 4px 12px;
  transition: var(--sk-cube-1);
}
.sk-blog-5-item .blog-tags li:hover {
  border-color: var(--sk-clr-pr-5);
}
.sk-blog-5-item .blog-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-top: 28px;
  flex: 0 0 auto;
  transition: var(--sk-cube-1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sk-blog-5-item .blog-btn::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 15px;
  background: #FFFFFF;
  filter: blur(10px);
  z-index: -1;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.sk-blog-5-item .blog-btn:hover {
  color: #fff;
  background: var(--sk-clr-pr-5);
  border-color: #F9F9F9;
}
.sk-blog-5-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.sk-blog-5-item:is(.has-v2) .item-img {
  height: 230px;
}
.sk-blog-5-item:is(.has-v2) .title {
  font-size: 22px;
}
@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) {
  .sk-blog-5-item:is(.has-v2) .title {
    font-size: 20px;
  }
}
.sk-blog-5-right-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-blog-5-right-item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sk-blog-5-right-item {
    grid-template-columns: 1fr;
  }
}
.sk-blog-5-all-btn {
  text-align: right;
  margin-top: 82px;
}
.sk-blog-5-bottom-line {
  background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 0.7) 25%, rgb(229, 229, 229) 50%, rgba(229, 229, 229, 0.7) 75%, rgba(229, 229, 229, 0) 100%);
  width: 100%;
  height: 1px;
}

/*
    blog-5-end
*/
/*
    blog-8-start
*/
.sk-blog-8-big-card {
  border-radius: 32px;
  background-color: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1.47fr;
  align-items: center;
}
@media (max-width: 767px) {
  .sk-blog-8-big-card {
    grid-template-columns: 1fr;
  }
}
.sk-blog-8-big-card .item-img {
  height: 388px;
  border-radius: 24px;
}
.sk-blog-8-big-card .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.sk-blog-8-big-card .content-wrap {
  padding: 30px 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) {
  .sk-blog-8-big-card .content-wrap {
    padding: 30px 20px;
  }
}
.sk-blog-8-big-card .item-author {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.sk-blog-8-big-card .item-author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sk-blog-8-big-card .blog-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
}
.sk-blog-8-big-card .blog-meta li:not(:first-child) {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.sk-blog-8-big-card .blog-meta li:not(:first-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--sk-clr-black-7);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.sk-blog-8-big-card .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}
@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) {
  .sk-blog-8-big-card .title {
    font-size: 24px;
  }
}
.sk-blog-8-big-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-blog-8-big-card .title a:hover {
  color: var(--sk-clr-black-6);
  background-size: 100% 100%;
}
.sk-blog-8-big-card .disc {
  margin-bottom: 20px;
}
.sk-blog-8-big-card .tags-x-date {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sk-blog-8-big-card .blog-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.sk-blog-8-big-card .blog-tags li {
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 15px;
  padding: 4px 12px;
  transition: var(--sk-cube-1);
}
.sk-blog-8-big-card .blog-tags li:hover {
  border-color: var(--sk-clr-pr-5);
}
.sk-blog-8-big-card .blog-btn {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.sk-blog-8-big-card .blog-btn::after {
  content: "";
  width: 83%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
}
.sk-blog-8-big-card .blog-btn i {
  font-size: 20px;
  transition: var(--sk-cube-1);
}
.sk-blog-8-big-card .blog-btn:hover::after {
  width: 100%;
}
.sk-blog-8-big-card .blog-btn:hover i {
  transform: rotate(45deg);
}
.sk-blog-8-big-card:hover .item-img img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.sk-blog-8-tabs-btn {
  text-align: center;
}
.sk-blog-8-tabs-btn .sk-portfolio-5-tabs-btn {
  display: inline-flex;
}
.sk-blog-8-tabs-btn .sk-portfolio-5-tabs-btn .nav-link .icon::after {
  background: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  width: 100%;
  height: 100%;
  filter: blur(0px);
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: unset;
}
.sk-blog-8-tabs-btn .sk-portfolio-5-tabs-btn .nav-link .icon:is(.has-stroke) svg * {
  stroke: transparent;
  fill: var(--sk-clr-black-6);
}
.sk-blog-8-tabs-btn .sk-portfolio-5-tabs-btn .nav-link:hover .icon:is(.has-stroke) svg * {
  stroke: transparent;
  fill: #fff;
}
.sk-blog-8-tabs-btn .sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon {
  background: transparent;
}
.sk-blog-8-tabs-btn .sk-portfolio-5-tabs-btn .nav-link:is(.active) .icon:is(.has-stroke) svg * {
  stroke: transparent;
  fill: #fff;
}
.sk-blog-8-tabs-btn .sk-faqs-5-accordion .sk-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--sk-clr-gd-8);
}
.sk-blog-8-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-8-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-blog-8-grid {
    grid-template-columns: 1fr;
  }
}

.sk-blog-5-item:is(.has-v3) .item-img {
  height: 300px;
  margin-bottom: 12px;
}
.sk-blog-5-item:is(.has-v3) .content-wrap {
  background-color: #fff;
  border-radius: 24px;
  padding: 16px 16px;
}
.sk-blog-5-item:is(.has-v3) .blog-tags li:hover {
  border-color: #B4639F;
}
.sk-blog-5-item:is(.has-v3) .blog-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(92.62deg, #EA9354 0.03%, #8D40D7 54.05%, #863AEB 99.97%);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  filter: blur(0px);
  transform: unset;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-blog-5-item:is(.has-v3) .blog-btn:hover {
  background-color: transparent;
}
.sk-blog-5-item:is(.has-v3) .blog-btn:hover::after {
  opacity: 1;
}

/*
    blog-8-end
*/
/*
    blog-listing-start
*/
.sk-blog-8-big-card:is(.has-v2) {
  grid-template-columns: 1fr;
}
.sk-blog-8-big-card:is(.has-v2) .item-img {
  height: 556px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .sk-blog-8-big-card:is(.has-v2) .item-img {
    height: auto;
  }
}
.sk-blog-8-big-card:is(.has-v2) .content-wrap {
  padding: 32px 32px;
  background-color: #F6F7F9;
  border-radius: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-blog-8-big-card:is(.has-v2) .content-wrap {
    padding: 32px 20px;
  }
}
.sk-blog-8-big-card:is(.has-v2) .tags-x-author {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.sk-blog-8-big-card:is(.has-v2) .tags-x-author .tags-x-date {
  margin-bottom: 0;
}
.sk-blog-8-big-card:is(.has-v2) .tags-x-author .blog-meta {
  margin-bottom: 0;
}
.sk-blog-8-big-card:is(.has-v2) .disc {
  margin-bottom: 0;
}

.sk-blog-listing-title {
  font-size: 40px;
  margin-bottom: 48px;
  margin-top: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-blog-listing-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-listing-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-blog-listing-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-blog-listing-title {
    font-size: 34px;
  }
}
.sk-blog-listing-wrap {
  display: grid;
  grid-template-columns: 2.24fr 1fr;
  gap: 24px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-blog-listing-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-blog-listing-wrap:is(.has-left-sidebar) {
  grid-template-columns: 1fr 2.24fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-blog-listing-wrap:is(.has-left-sidebar) {
    grid-template-columns: 1fr;
  }
}
.sk-blog-listing-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sk-blog-8-big-card:is(.has-v3) {
  grid-template-columns: 1fr 1.32fr;
}
@media (max-width: 767px) {
  .sk-blog-8-big-card:is(.has-v3) {
    grid-template-columns: 1fr;
  }
}
.sk-blog-8-big-card:is(.has-v3) .content-wrap {
  padding: 20px 32px;
}
@media (max-width: 767px) {
  .sk-blog-8-big-card:is(.has-v3) .content-wrap {
    padding: 20px 10px;
  }
}
.sk-blog-8-big-card:is(.has-v3) .title {
  font-size: 26px;
  margin-bottom: 12px;
}
.sk-blog-8-big-card:is(.has-v4) {
  grid-template-columns: 1fr 2.45fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-8-big-card:is(.has-v4) {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 767px) {
  .sk-blog-8-big-card:is(.has-v4) {
    grid-template-columns: 1fr;
  }
}
.sk-blog-8-big-card:is(.has-v4) .item-img {
  height: 348px;
}

/*
    blog-listing-end
*/
/*
    apps-1-start
*/
.sk-apps-2-sec-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.sk-apps-2-sec-title .sec-disc {
  margin-top: 18px;
}
.sk-apps-2-wrap {
  display: flex;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
  align-items: end;
  margin-top: -240px;
}
@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) {
  .sk-apps-2-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-2-wrap {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.sk-apps-2-wrap::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 373px;
  background: linear-gradient(180deg, #EBEBEB 0%, rgba(235, 235, 235, 0.68) 46.56%, rgba(235, 235, 235, 0) 100%);
  top: -30px;
  left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-2-wrap::after {
    display: none;
  }
}
.sk-apps-2-wrap-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-2-wrap-bg-shape {
    display: none;
  }
}
.sk-apps-2-item {
  filter: drop-shadow(-3px -2px 6px #FFFFFF) drop-shadow(3px 6px 12px rgba(0, 0, 0, 0.16));
  will-change: transform;
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-apps-2-item:is(.has-1) {
    margin-bottom: 408px;
    margin-right: -40px;
  }
  .sk-apps-2-item:is(.has-2) {
    margin-right: 22px;
    margin-bottom: 268px;
  }
  .sk-apps-2-item:is(.has-3) {
    margin-right: 44px;
    margin-bottom: 160px;
  }
  .sk-apps-2-item:is(.has-4) {
    margin-right: 72px;
    margin-bottom: 67px;
  }
  .sk-apps-2-item:is(.has-5) {
    margin-right: 108px;
    margin-bottom: 22px;
  }
  .sk-apps-2-item:is(.has-7) {
    margin-left: 108px;
    margin-bottom: 22px;
  }
  .sk-apps-2-item:is(.has-8) {
    margin-left: 72px;
    margin-bottom: 67px;
  }
  .sk-apps-2-item:is(.has-9) {
    margin-left: 44px;
    margin-bottom: 160px;
  }
  .sk-apps-2-item:is(.has-10) {
    margin-left: 22px;
    margin-bottom: 268px;
  }
  .sk-apps-2-item:is(.has-11) {
    margin-left: -40px;
    margin-bottom: 408px;
  }
}

/*
    apps-1-end
*/
/*
    apps-3-start
*/
.sk-apps-3-bg-shape-1 {
  max-width: 25%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: -1;
}
.sk-apps-3-bg-shape-2 {
  text-align: right;
  width: 25%;
  position: absolute;
  right: 0;
  top: 0%;
  z-index: -1;
}
.sk-apps-3-sec-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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) {
  .sk-apps-3-sec-title-wrap {
    position: unset;
    margin-bottom: 50px;
  }
}
.sk-apps-3-sec-title {
  max-width: 610px;
}
.sk-apps-3-sec-title .sec-disc {
  margin-top: 15px;
}
.sk-apps-3-logo {
  width: 710px;
  height: 710px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-3-logo {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}
.sk-apps-3-logo .single-logo {
  position: absolute;
  width: 112px;
  height: 112px;
  transform: translate(-50%, -50%);
}
.sk-apps-3-logo .single-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-3-logo .single-logo {
    position: unset;
    transform: unset;
  }
}
.sk-apps-3-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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) {
  .sk-apps-3-video-wrap {
    position: unset;
  }
}
.sk-apps-3-video {
  border: 2px dashed rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: inline-block;
  padding: 23px;
  position: relative;
  z-index: 1;
}
.sk-apps-3-video::after {
  content: "";
  position: absolute;
  width: 920px;
  height: 920px;
  background: radial-gradient(50% 50% at 50% 50%, #FD0C39 0%, rgba(18, 1, 1, 0) 81.25%);
  opacity: 0.68;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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) {
  .sk-apps-3-video::after {
    display: none;
  }
}
.sk-apps-3-video-elm {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0px 0px 20px #FFFFFF;
}
.sk-apps-3-video-elm video {
  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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-3-height {
    height: 2000px;
  }
}
@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) {
  .sk-apps-3-pin {
    position: sticky;
    top: 100px;
    padding: 70px 0;
  }
}

/*
    apps-3-end
*/
/*
    apps-4-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) {
  .sk-apps-4-area {
    padding-bottom: 100px;
  }
}
.sk-apps-4-sec-title {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.sk-apps-4-wrap::after {
  content: "";
  width: 290px;
  height: 290px;
  background: linear-gradient(94.33deg, rgba(80, 48, 224, 0.24) 0%, rgba(80, 48, 224, 0.2016) 39.42%, rgba(229, 15, 242, 0.24) 100%);
  position: absolute;
  right: 10%;
  top: 11%;
  clip-path: polygon(97.131% 77.484%, 97.131% 77.484%, 97.911% 76.934%, 98.574% 76.283%, 99.116% 75.55%, 99.533% 74.749%, 99.819% 73.899%, 99.97% 73.017%, 99.981% 72.118%, 99.847% 71.22%, 99.563% 70.34%, 99.124% 69.495%, 99.124% 69.495%, 93.681% 61.263%, 87.879% 53.306%, 81.729% 45.635%, 75.241% 38.26%, 68.427% 31.192%, 61.298% 24.442%, 53.864% 18.021%, 46.137% 11.94%, 38.128% 6.21%, 29.847% 0.842%, 29.847% 0.842%, 28.998% 0.411%, 28.116% 0.136%, 27.217% 0.01%, 26.318% 0.028%, 25.437% 0.187%, 24.589% 0.481%, 23.793% 0.905%, 23.064% 1.454%, 22.42% 2.123%, 21.877% 2.907%, 0.791% 39.311%, 0.791% 39.311%, 0.381% 40.172%, 0.121% 41.064%, 0.007% 41.97%, 0.033% 42.877%, 0.195% 43.766%, 0.488% 44.623%, 0.907% 45.432%, 1.447% 46.178%, 2.103% 46.843%, 2.871% 47.413%, 2.871% 47.413%, 8.802% 51.327%, 14.544% 55.49%, 20.089% 59.895%, 25.431% 64.534%, 30.562% 69.401%, 35.475% 74.488%, 40.162% 79.787%, 44.617% 85.293%, 48.832% 90.996%, 52.8% 96.891%, 52.8% 96.891%, 53.377% 97.654%, 54.048% 98.305%, 54.798% 98.838%, 55.611% 99.25%, 56.471% 99.535%, 57.361% 99.688%, 58.268% 99.706%, 59.174% 99.584%, 60.063% 99.316%, 60.92% 98.898%, 97.131% 77.484%);
  z-index: 2;
  backdrop-filter: blur(16px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-4-wrap::after {
    right: 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) {
  .sk-apps-4-wrap::after {
    display: none;
  }
}
.sk-apps-4-wrap::before {
  content: "";
  width: 290px;
  height: 290px;
  background: linear-gradient(94.33deg, rgba(80, 48, 224, 0.24) 0%, rgba(80, 48, 224, 0.2016) 39.42%, rgba(229, 15, 242, 0.24) 100%);
  position: absolute;
  left: 8%;
  top: 17%;
  clip-path: polygon(74.962% 2.559%, 74.962% 2.559%, 74.361% 1.822%, 73.664% 1.205%, 72.889% 0.71%, 72.054% 0.343%, 71.175% 0.106%, 70.27% 0.004%, 69.356% 0.04%, 68.451% 0.219%, 67.572% 0.543%, 66.737% 1.017%, 66.737% 1.017%, 58.665% 6.788%, 50.892% 12.898%, 43.428% 19.334%, 36.283% 26.087%, 29.468% 33.143%, 22.993% 40.492%, 16.868% 48.124%, 11.105% 56.025%, 5.714% 64.185%, 0.704% 72.593%, 0.704% 72.593%, 0.313% 73.449%, 0.08% 74.33%, 0% 75.219%, 0.068% 76.1%, 0.276% 76.957%, 0.62% 77.773%, 1.094% 78.533%, 1.691% 79.22%, 2.406% 79.818%, 3.232% 80.311%, 41.356% 99.117%, 41.356% 99.117%, 42.254% 99.475%, 43.174% 99.684%, 44.101% 99.749%, 45.021% 99.676%, 45.916% 99.471%, 46.771% 99.139%, 47.571% 98.686%, 48.299% 98.117%, 48.94% 97.438%, 49.478% 96.654%, 49.478% 96.654%, 53.135% 90.629%, 57.057% 84.776%, 61.234% 79.103%, 65.661% 73.618%, 70.33% 68.328%, 75.234% 63.241%, 80.367% 58.364%, 85.722% 53.704%, 91.291% 49.27%, 97.067% 45.069%, 97.067% 45.069%, 97.811% 44.463%, 98.436% 43.77%, 98.938% 43.006%, 99.312% 42.187%, 99.556% 41.328%, 99.664% 40.445%, 99.634% 39.555%, 99.46% 38.672%, 99.14% 37.813%, 98.669% 36.993%, 74.962% 2.559%);
  z-index: 2;
  backdrop-filter: blur(16px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-4-wrap::before {
    left: 1%;
    top: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-wrap::before {
    display: none;
  }
}
.sk-apps-4-logo-wrap {
  overflow: hidden;
  padding-top: 50px;
  height: 485px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-logo-wrap {
    height: auto;
  }
}
.sk-apps-4-logo {
  width: 1060px;
  height: 1060px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  will-change: transform;
  animation: wa-rotated 30s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-logo {
    animation: unset;
    width: 100%;
    height: auto;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sk-apps-4-logo .single-logo {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-logo .single-logo {
    position: unset;
    transform: unset;
  }
}
.sk-apps-4-logo .single-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sk-apps-4-shape-2 {
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-4-shape-2 {
    transform: scaleX(1.07);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-shape-2 {
    display: none;
  }
}
.sk-apps-4-content-posi {
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-4-content-posi {
    top: 83px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-content-posi {
    position: unset;
  }
}
.sk-apps-4-content {
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-content {
    width: 100%;
    height: auto;
    padding: 0px;
  }
}
.sk-apps-4-content::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: linear-gradient(94.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  opacity: 28%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-content::after {
    display: none;
  }
}
.sk-apps-4-content::before {
  content: "";
  position: absolute;
  top: 134px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 255px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 53.44%, #FFFFFF 100%);
  pointer-events: none;
  transform: scale(1.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-4-content::before {
    display: none;
  }
}
.sk-apps-4-content .disc {
  display: inline-block;
  max-width: 493px;
  margin-bottom: 35px;
}

/*
    apps-4-end
*/
/*
    apps-6-start
*/
.sk-apps-6-sec-wrap-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgb(153, 153, 153) 50%, rgba(153, 153, 153, 0) 100%);
}
.sk-apps-6-bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sk-apps-6-sec-title {
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.sk-apps-6-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-apps-6-height {
  overflow: hidden;
  padding-top: 70px;
  height: 710px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-6-height {
    height: auto;
    padding-top: 0;
  }
}
.sk-apps-6-logo-1 {
  width: 1050px;
  height: 1050px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-6-logo-1 {
    width: 950px;
    height: 950px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-6-logo-1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.sk-apps-6-logo-1 .single-logo {
  position: absolute;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.sk-apps-6-logo-1 .single-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-6-logo-1 .single-logo {
    position: unset;
    transform: unset;
    width: 50px;
    height: 50px;
  }
}
.sk-apps-6-logo-2-posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-6-logo-2-posi {
    display: none;
  }
}
.sk-apps-6-logo-2 {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-6-logo-2 {
    width: 750px;
    height: 750px;
  }
}
.sk-apps-6-logo-2 .single-logo {
  position: absolute;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.sk-apps-6-logo-2 .single-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sk-apps-6-favicon-posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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) {
  .sk-apps-6-favicon-posi {
    position: unset;
  }
}
.sk-apps-6-favicon {
  width: 556px;
  height: 556px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500%;
  background: rgba(222, 93, 43, 0.32);
  box-shadow: 0px 0px 185px 230px rgba(222, 93, 43, 0.3);
  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) {
  .sk-apps-6-favicon {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .sk-apps-6-favicon {
    width: 100%;
    max-width: 320px;
    height: 320px;
    box-shadow: none;
  }
}
.sk-apps-6-favicon .favicon-elm {
  width: 100px;
  height: 100px;
  background: var(--sk-clr-pr-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 10px solid rgba(90, 45, 25, 0.6);
}
.sk-apps-6-favicon-bg-circle-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(from -90deg at 50% 50%, rgba(244, 65, 1, 0) 0deg, rgba(244, 65, 1, 0) 124.62deg, rgba(244, 65, 1, 0) 183.46deg, rgba(244, 65, 1, 0.3) 301.15deg, rgba(244, 65, 1, 0.8) 360deg);
  border-radius: 50%;
  z-index: -1;
  will-change: transform;
  animation: wa-rotated 15s linear infinite;
}

@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) {
  .sk-apps-6-logo-1 {
    will-change: transform;
    animation: wa-rotated 60s linear infinite;
  }
  .sk-apps-6-logo-2 {
    will-change: transform;
    animation: wa-rotated-minus 60s linear infinite;
  }
}
/*
    apps-6-end
*/
/*
    apps-7-start
*/
.sk-apps-7-area {
  border-radius: 32px;
  background-color: #fff;
  max-width: 1868px;
  margin-left: auto;
  margin-right: auto;
}
.sk-apps-7-content {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.sk-apps-7-content .favicon-elm {
  width: 122px;
  height: 122px;
  display: inline-flex;
  background: var(--sk-clr-gd-7);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.sk-apps-7-content .btn-elm .sk-pr-btn-13::before {
  background: #000;
}
.sk-apps-7-sec-title {
  margin-bottom: 236px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-7-sec-title {
    margin-bottom: 50px;
  }
}
.sk-apps-7-sec-title .sec-disc {
  margin-top: 16px;
}
.sk-apps-7-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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) {
  .sk-apps-7-logo {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    padding: 0 30px;
  }
}
.sk-apps-7-logo .single-logo {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #F6F7F9;
  box-shadow: 0px 4px 80px rgba(224, 30, 90, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-7-logo .single-logo {
    position: unset;
  }
}
.sk-apps-7-logo .single-logo:nth-child(1) {
  top: 40%;
  left: 3%;
}
.sk-apps-7-logo .single-logo:nth-child(2) {
  top: 72%;
  left: 11%;
}
.sk-apps-7-logo .single-logo:nth-child(3) {
  top: 52%;
  left: 32%;
}
.sk-apps-7-logo .single-logo:nth-child(4) {
  top: 46%;
  left: 20%;
}
.sk-apps-7-logo .single-logo:nth-child(5) {
  top: 11%;
  left: 14%;
}
.sk-apps-7-logo .single-logo:nth-child(6) {
  top: 52%;
  right: 32%;
}
.sk-apps-7-logo .single-logo:nth-child(7) {
  top: 71%;
  right: 10%;
}
.sk-apps-7-logo .single-logo:nth-child(8) {
  top: 45%;
  right: 20%;
}
.sk-apps-7-logo .single-logo:nth-child(9) {
  top: 39%;
  right: 2%;
}
.sk-apps-7-logo .single-logo:nth-child(10) {
  top: 10%;
  right: 13%;
}
.sk-apps-7-bg-svg {
  position: absolute;
  bottom: 223px;
  left: 0;
  width: 100%;
  z-index: -2;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-apps-7-bg-svg {
    bottom: 183px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-apps-7-bg-svg {
    bottom: 153px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-apps-7-bg-svg {
    bottom: 123px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-apps-7-bg-svg {
    display: none;
  }
}
.sk-apps-7-bg-svg svg {
  width: 100%;
}
.sk-apps-7-bg-svg-2 {
  transform: scaleX(-1);
}
.sk-apps-7-bg-dot {
  position: absolute;
  bottom: 286px;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  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) {
  .sk-apps-7-bg-dot {
    display: none;
  }
}
.sk-apps-7-bg-dot-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 70px;
}

/*
    apps-7-end
*/
/*
    team-1-start
*/
.sk-team-1-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.sk-team-1-sec-title .left {
  max-width: 550px;
}
.sk-team-1-sec-title .right {
  max-width: 420px;
}
.sk-team-1-sec-title .sec-disc {
  margin-bottom: 32px;
}
.sk-team-1-wrap {
  border-radius: 32px;
  background-color: #fff;
  padding: 16px 16px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-team-1-wrap {
    padding: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-team-1-wrap {
    padding: 6px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-team-1-wrap {
    padding: 6px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-team-1-wrap {
    padding: 6px;
    grid-template-columns: 1fr 1fr;
  }
}
.sk-team-1-member {
  border-radius: 26px;
  background-color: #F6F7F9;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.sk-team-1-member .img-elm {
  height: 288px;
  border-radius: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sk-team-1-member .img-elm {
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-team-1-member .img-elm {
    height: 288px;
  }
}
.sk-team-1-member .content-border {
  background: var(--sk-clr-gd-8);
  border-radius: 24px;
  padding-bottom: 0px;
  transition: var(--sk-cube-1);
}
.sk-team-1-member .content-wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 22px;
  gap: 4px;
  padding: 10px 15px;
}
.sk-team-1-member .name {
  font-size: 18px;
  font-weight: 500;
  transition: var(--sk-cube-1);
}
.sk-team-1-member .name:hover {
  color: var(--sk-clr-pr-1);
}
.sk-team-1-member .social-link {
  position: absolute;
  left: 0;
  width: 100%;
  top: 239px;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 5px;
  transform: translateY(100%);
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-team-1-member .social-link .link-elm {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(239, 240, 239, 0.7);
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
}
.sk-team-1-member .social-link .link-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--sk-clr-gd-8);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-team-1-member .social-link .link-elm:hover {
  color: #fff;
  border-color: transparent;
}
.sk-team-1-member .social-link .link-elm:hover::after {
  opacity: 1;
}
.sk-team-1-member:hover .content-border {
  padding-bottom: 2px;
}
.sk-team-1-member:hover .social-link {
  transform: translateY(0%);
  opacity: 1;
}

/*
    team-1-end
*/
/*
    team-2-start
*/
.sk-team-2-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-team-2-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-team-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-team-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/*
    team-2-end
*/
/*
    team-details-start
*/
.sk-team-details-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.31fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-team-details-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-team-details-img {
  background: #fff;
  border-radius: 32px;
  padding: 12px;
  height: 648px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-team-details-img {
    height: auto;
  }
}
.sk-team-details-img img {
  border-radius: 22px;
}
.sk-team-details-info {
  background-color: #fff;
  border-radius: 32px;
  padding: 40px 40px;
}
@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) {
  .sk-team-details-info {
    padding: 40px 20px;
  }
}
.sk-team-details-info .name {
  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), (max-width: 767px) {
  .sk-team-details-info .name {
    font-size: 28px;
  }
}
.sk-team-details-info .bio {
  font-weight: 500;
  margin-bottom: 32px;
}
.sk-team-details-info .title {
  font-size: 20px;
  margin-bottom: 12px;
}
.sk-team-details-info .disc {
  opacity: 80%;
  margin-bottom: 40px;
}
.sk-team-details-info .info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.sk-team-details-info .info-list li {
  display: flex;
  flex-wrap: wrap;
}
.sk-team-details-info .info-list li span:nth-child(1) {
  color: var(--sk-clr-black-6);
  min-width: 120px;
}
.sk-team-details-info .info-list li span:nth-child(2) {
  opacity: 80%;
}
.sk-team-details-info .social-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sk-team-details-info .social-info-title {
  font-size: 20px;
}
.sk-team-details-info .social-info-link {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sk-team-details-info .social-info-link .link-elm {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
}
.sk-team-details-info .social-info-link .link-elm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--sk-clr-gd-8);
  padding: 1px;
  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;
  pointer-events: none;
  transition: var(--sk-cube-1);
}
.sk-team-details-info .social-info-link .link-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--sk-clr-gd-8);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-team-details-info .social-info-link .link-elm:hover {
  color: #fff;
}
.sk-team-details-info .social-info-link .link-elm:hover::after {
  opacity: 1;
}
.sk-team-details-info .social-info-link .link-elm:hover::before {
  opacity: 0;
}
.sk-team-details-wrap-2 {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-team-details-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-team-details-expr {
  background-color: #fff;
  border-radius: 32px;
  padding: 40px 40px;
}
@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) {
  .sk-team-details-expr {
    padding: 40px 20px;
  }
}
.sk-team-details-expr .title {
  font-size: 28px;
  margin-bottom: 12px;
}
@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) {
  .sk-team-details-expr .title {
    font-size: 24px;
  }
}
.sk-team-details-expr .disc {
  opacity: 80%;
  margin-bottom: 32px;
}
.sk-team-details-expr-progress .progress-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 20px;
}
.sk-team-details-expr-progress-elm {
  width: 100%;
  height: 6px;
  background-color: #BBBBB9;
}
.sk-team-details-expr-progress-elm .fill-elm {
  height: 100%;
  background-color: #8D40D7;
  position: relative;
  z-index: 1;
}
.sk-team-details-expr-progress-elm .fill-elm::after {
  content: "";
  width: 10px;
  height: 16px;
  border-radius: 2px;
  background-color: #8D40D7;
  position: absolute;
  top: -5px;
  left: 0;
}
.sk-team-details-expr-progress-elm .fill-elm::before {
  content: "";
  width: 10px;
  height: 16px;
  border-radius: 2px;
  background-color: #8D40D7;
  position: absolute;
  top: -5px;
  right: 0;
}
.sk-team-details-skill {
  background-color: #fff;
  border-radius: 32px;
  padding: 40px 40px;
}
@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) {
  .sk-team-details-skill {
    padding: 40px 20px;
  }
}
.sk-team-details-skill .title {
  font-size: 28px;
  margin-bottom: 12px;
}
@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) {
  .sk-team-details-skill .title {
    font-size: 24px;
  }
}
.sk-team-details-skill .disc {
  opacity: 80%;
  margin-bottom: 50px;
}
.sk-team-details-skill .skill-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-team-details-skill .skill-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-team-details-skill .skill-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-team-details-skill .skill-list {
    grid-template-columns: 1fr;
  }
}
.sk-team-details-skill .skill-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*
    team-details-end
*/
/*
    error-start
*/
.sk-error-content .error-img {
  margin-bottom: 40px;
}
.sk-error-content .title {
  font-size: 40px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-error-content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-error-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-error-content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-error-content .title {
    font-size: 34px;
  }
}
.sk-error-content .disc {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

/*
    error-end
*/
/*
    sidebar-start
*/
.sk-sidebar {
  background-color: #fff;
  border-radius: 32px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-sidebar {
    padding: 20px 10px;
  }
}
.sk-sidebar-widget {
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 24px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-sidebar-widget {
    padding: 24px 10px;
  }
}
.sk-sidebar-widget-title {
  font-size: 20px;
  padding-left: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
.sk-sidebar-widget-title::after {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #EA9354;
  position: absolute;
  top: 1px;
  left: 0;
}
.sk-sidebar-widget-search-form {
  position: relative;
  z-index: 1;
}
.sk-sidebar-widget-search-form .form-input {
  display: block;
  height: 64px;
  background-color: #F6F7F9;
  border: none;
  font-family: var(--sk-font-1);
  font-size: 16px;
  color: rgba(76, 80, 78, 0.8);
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 60px;
  width: 100%;
}
.sk-sidebar-widget-search-form .form-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  background: var(--sk-clr-gd-8);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  box-shadow: inset 0px 0px 8px #FFFFFF;
  transition: var(--sk-cube-1);
}
.sk-sidebar-widget-search-form .form-btn:hover {
  box-shadow: inset 0px 0px 0px #FFFFFF;
}
.sk-sidebar-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-categories li a,
.sk-sidebar-widget ul li a {
  font-family: var(--sk-font-1);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  transition: var(--sk-cube-1);
}
.sk-sidebar-widget ul li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sk-clr-black-6);
  position: absolute;
  top: 22px;
  left: 8px;
  transition: var(--sk-cube-1);
}
.product-categories .count,
.sk-sidebar-widget ul li a span {
  opacity: 70%;
  transition: var(--sk-cube-1);
}
.sk-sidebar-widget ul li a:hover {
  color: var(--sk-clr-sd-4);
}
.sk-sidebar-widget ul li a:hover::after {
  background-color: var(--sk-clr-sd-4);
}
.sk-sidebar-widget ul li:not(:last-child) a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
}
.sk-sidebar-widget-author {
  padding: 20px 20px;
  margin-top: -16px;
}
.sk-sidebar-widget-author .author-img {
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 50%;
  outline: 12px solid #fff;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.sk-sidebar-widget-author .content-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 18px 16px;
}
.sk-sidebar-widget-author .name {
  font-size: 18px;
  margin-bottom: 6px;
  transition: var(--sk-cube-1);
}
.sk-sidebar-widget-author .name:hover {
  color: var(--sk-clr-sd-4);
}
.sk-sidebar-widget-author .bio {
  margin-bottom: 16px;
}
.sk-sidebar-widget-author .social-link {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.sk-sidebar-widget-author .social-link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
  z-index: -1;
}
.sk-sidebar-widget-author .social-link .link {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
  border: 1px solid #E5E5E5;
}
.sk-sidebar-widget-author .social-link .link::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--sk-clr-gd-8);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-sidebar-widget-author .social-link .link:hover {
  color: #fff;
}
.sk-sidebar-widget-author .social-link .link:hover::after {
  opacity: 1;
}
.sk-sidebar-widget-author .bg-clr {
  background-color: #F6F7F9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  z-index: -1;
  border-radius: 16px;
}
.sk-sidebar-widget-author .bg-clr::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 30px;
  width: 70px;
  height: 30px;
  box-shadow: 19px 0 0 0 #fff;
  border-top-right-radius: 30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-sidebar-widget-author .bg-clr::after {
    display: none;
  }
}
.sk-sidebar-widget-author .bg-clr::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  right: 30px;
  width: 70px;
  height: 30px;
  box-shadow: 19px 0 0 0 #fff;
  border-top-right-radius: 30px;
  z-index: -1;
  transform: scaleX(-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-sidebar-widget-author .bg-clr::before {
    display: none;
  }
}
.sk-sidebar-widget:has(.sk-sidebar-widget-author) {
  border: none;
  padding: 0;
}
.sk-sidebar-recent-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sk-sidebar-recent-post-single {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 2.06fr;
  align-items: center;
}
.sk-sidebar-recent-post-single .item-img {
  height: 96px;
  border-radius: 12px;
}
.sk-sidebar-recent-post-single .date {
  margin-bottom: 8px;
}
.sk-sidebar-recent-post-single .title {
  font-size: 18px;
  font-weight: 500;
  transition: var(--sk-cube-1);
}
.sk-sidebar-recent-post-single .title:hover {
  color: var(--sk-clr-sd-4);
}
.sk-sidebar-recent-post-single:not(:last-child) {
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
}
.sk-sidebar-recent-post-single:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
}
.sk-sidebar-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.sk-sidebar-tags .single-tag {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #E5E5E5;
  border-radius: 32px;
  padding: 5px 10px;
  transition: var(--sk-cube-1);
}
.sk-sidebar-tags .single-tag:hover {
  color: var(--sk-clr-sd-4);
}
.sk-sidebar-price-filter {
  padding-top: 10px;
}
.sk-sidebar-price-filter .range-slider {
  position: relative;
  height: 6px;
  margin-bottom: 40px;
}
.sk-sidebar-price-filter .slider-track {
  position: absolute;
  height: 6px;
  width: 100%;
  background: #E5E5E5;
  top: 50%;
  transform: translateY(-50%);
}
.sk-sidebar-price-filter .slider-range {
  position: absolute;
  height: 6px;
  background: #6c3df4;
  top: 50%;
  transform: translateY(-50%);
}
.sk-sidebar-price-filter .range-slider input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  appearance: none;
  background: none;
  top: 0;
}
.sk-sidebar-price-filter .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  appearance: none;
  height: 16px;
  width: 10px;
  background: #6c3df4;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  margin-top: -5px;
}
.sk-sidebar-price-filter .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.sk-sidebar-price-filter .price-text {
  font-size: 18px;
  font-weight: 500;
}
.sk-sidebar-price-filter .filter-btn {
  background: var(--sk-clr-gd-8);
  border-radius: 100px;
  color: #fff;
  box-shadow: inset 0px 0px 8px #FFFFFF;
  transition: var(--sk-cube-1);
  padding: 5px 17px;
}
.sk-sidebar-price-filter .filter-btn:hover {
  transform: scale(0.9);
}
.sk-sidebar-product {
  display: grid;
  gap: 16px;
}
.sk-sidebar-product-single {
  display: flex;
  gap: 16px;
  align-items: center;
}
.sk-sidebar-product-single .img-elm {
  max-width: 96px;
  width: 100%;
}
.sk-sidebar-product-single .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: var(--sk-cube-1);
}
.sk-sidebar-product-single .title:hover {
  color: var(--sk-clr-sd-4);
}
.sk-sidebar-product-single .item-price {
  font-size: 18px;
  font-weight: 500;
}
.sk-sidebar-product-single .item-price .old-price {
  font-size: 14px;
  color: var(--sk-clr-black-7);
}
.sk-sidebar-product-single:not(:last-child) {
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
}
.sk-sidebar-product-single:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
}

/*
    sidebar-end
*/
/*
    gallery-1-start
*/
.sk-gallery-1-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sk-gallery-1-author .sk-hero-6-author {
  padding: 1px;
  margin-bottom: 0;
}
.sk-gallery-1-author .sk-hero-6-author::after {
  background: var(--sk-clr-gd-7);
}
.sk-gallery-1-author .sk-hero-6-author-bg {
  padding: 2px;
}
.sk-gallery-1-author .sk-hero-6-author-bg .single-img {
  width: 44px;
  height: 44px;
}
.sk-gallery-1-author-content {
  text-align: left;
}
.sk-gallery-1-author-content .title {
  font-size: 20px;
}
.sk-gallery-1-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.sk-gallery-1-item-single {
  max-width: 340px;
  height: 440px;
  flex: 0 0 auto;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-gallery-1-item-single {
    max-width: 300px;
    height: 340px;
  }
}
.sk-gallery-1-item-single:nth-child(even) {
  height: 340px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-gallery-1-item-single:nth-child(even) {
    height: 240px;
  }
}

/*
    gallery-1-end
*/
/*
    gallery-2-start
*/
.sk-gallery-2-sec-title {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.sk-gallery-2-sec-title .sec-disc {
  margin-top: 16px;
}

/*
    gallery-2-end
*/
/*
    overview-7-start
*/
.sk-overview-7-area {
  background-color: #000;
  margin-left: 24px;
  margin-right: 24px;
  border-radius: 40px;
  overflow: hidden;
  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) {
  .sk-overview-7-area {
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
  }
}
.sk-overview-7-bg-dot-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sk-overview-7-bg-dot-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.sk-overview-7-bg-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sk-overview-7-bg-glow-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sk-overview-7-content {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sk-overview-7-content .sk-subtitle-7 {
  color: #fff;
}
.sk-overview-7-content .sk-sec-title-7 {
  color: #fff;
  margin-bottom: 32px;
}
.sk-overview-7-content .btn-wrap {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.sk-overview-7-content .btn-wrap .btn-elm {
  transition: var(--sk-cube-1);
}
.sk-overview-7-content .btn-wrap .btn-elm:hover {
  transform: translateY(-3px);
}
.sk-overview-7-bottom {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  overflow: hidden;
}
.sk-overview-7-bottom .bg-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
}
.sk-overview-7-img {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-overview-7-img {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .sk-overview-7-img {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-overview-7-img {
    gap: 12px;
    flex-wrap: nowrap;
  }
}
.sk-overview-7-img-1-wrap {
  margin-right: -24%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-overview-7-img-1-wrap {
    margin-right: 0;
  }
}
.sk-overview-7-img-2-wrap {
  position: relative;
  z-index: 1;
}
.sk-overview-7-img-3-wrap {
  margin-left: -24%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-overview-7-img-3-wrap {
    margin-left: 0;
  }
}
.sk-overview-7-img-1 {
  will-change: transform;
}
.sk-overview-7-img-2 {
  will-change: transform;
  filter: drop-shadow(-18.9647px 25.9184px 40.4581px rgba(28, 38, 48, 0.09)) drop-shadow(-25.9184px 147.925px 53.1012px rgba(28, 38, 48, 0.2));
}
.sk-overview-7-img-3 {
  will-change: transform;
}

/*
    overview-7-end
*/
/*
    choose-4-start
*/
.sk-choose-4-sec-title {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.sk-choose-4-sec-title .sec-disc {
  margin-top: 18px;
}
.sk-choose-4-wrap {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.8fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-choose-4-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-choose-4-instant {
  background-color: var(--sk-clr-black-5);
  padding: 35px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.sk-choose-4-instant::after {
  content: "";
  position: absolute;
  width: 200.66px;
  height: 247.4px;
  background: #FFFFFF;
  opacity: 0.26;
  filter: blur(32px);
  transform: rotate(33.94deg);
  top: -40px;
  left: -80px;
  border-radius: 300px;
  z-index: -2;
}
.sk-choose-4-instant .content-wrap {
  max-width: 195px;
}
.sk-choose-4-instant .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 74px;
}
.sk-choose-4-instant .disc {
  color: #fff;
  opacity: 80%;
}
.sk-choose-4-instant .bg-img {
  position: absolute;
  right: -236px;
  bottom: -148px;
  z-index: -1;
}
.sk-choose-4-dashboard {
  background: linear-gradient(180deg, #F1F5FD 0%, rgba(241, 245, 253, 0.24) 100%);
  border-radius: 16px;
  padding: 28px 28px;
  position: relative;
  z-index: 1;
}
.sk-choose-4-dashboard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #DBE7FF 0%, rgba(219, 231, 255, 0) 100%);
  padding: 3px;
  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;
}
.sk-choose-4-dashboard .input-box {
  height: 198px;
  background: #fff;
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(2, 2, 36, 0.12);
  margin-bottom: 26px;
}
.sk-choose-4-dashboard .input-typing {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sk-choose-4-dashboard .btn-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.sk-choose-4-dashboard .btn-wrap .left {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sk-choose-4-dashboard .btn-wrap .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sk-choose-4-dashboard .btn-elm {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(180deg, #F1F5FD 0%, rgba(241, 245, 253, 0.24) 100%);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.sk-choose-4-dashboard .btn-elm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, #DBE7FF 0%, rgba(219, 231, 255, 0) 100%);
  padding: 1px;
  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;
}
.sk-choose-4-dashboard .btn-elm:is(.has-text) {
  border-radius: 24px;
  width: auto;
  padding: 0 13px;
}
.sk-choose-4-dashboard .btn-elm:is(.has-text)::before {
  border-radius: 24px;
}
.sk-choose-4-dashboard .btn-elm-3 {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #9ABCFF 0%, #F1F5FD 100%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--sk-clr-sd-4);
}
.sk-choose-4-dashboard .input-typing-text {
  opacity: 0;
  white-space: nowrap;
  display: inline-block;
}
.sk-choose-4-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-choose-4-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-choose-4-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-choose-4-card {
  position: relative;
  z-index: 1;
  padding: 40px 40px;
  border-radius: 12px;
  background-color: #F6F0FF;
  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) {
  .sk-choose-4-card {
    padding: 40px 20px;
  }
}
.sk-choose-4-card::after {
  content: "";
  width: 100%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(135.99deg, #E50FF2 17.96%, rgba(109, 78, 246, 0.72) 30.11%, rgba(255, 255, 255, 0) 40.5%, rgba(255, 255, 255, 0) 80.69%);
  border: 1px solid red;
  z-index: -2;
  transform: translate(-50%, -50%) scale(1.7) rotate(311deg);
  animation: skChoose4cardKf 4s linear infinite;
}
.sk-choose-4-card .bg-clr {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #F6F0FF;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 10px;
  z-index: -1;
  transform: scale(104%);
  transition: var(--sk-cube-1);
}
.sk-choose-4-card .icon-bg {
  position: absolute;
  top: -62px;
  left: -104px;
  z-index: -1;
}
.sk-choose-4-card .icon {
  width: 73px;
  height: 73px;
  background-size: 100% 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  border-radius: 50%;
}
.sk-choose-4-card .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 13px;
}
@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) {
  .sk-choose-4-card .title {
    font-size: 22px;
  }
}
.sk-choose-4-card:hover .bg-clr {
  transform: scale(1);
}
.sk-choose-4-card:is(.has-clr-2) {
  background-color: #F1FFE5;
}
.sk-choose-4-card:is(.has-clr-2) .bg-clr {
  background-color: #F1FFE5;
}
.sk-choose-4-card:is(.has-clr-2)::after {
  background: linear-gradient(135.99deg, #7EDF2B 17.96%, rgba(229, 245, 0, 0.72) 30.11%, rgba(255, 255, 255, 0) 40.5%, rgba(255, 255, 255, 0) 80.69%);
}
.sk-choose-4-card:is(.has-clr-3) {
  background-color: #FFF3F0;
}
.sk-choose-4-card:is(.has-clr-3) .bg-clr {
  background-color: #FFF3F0;
}
.sk-choose-4-card:is(.has-clr-3)::after {
  background: linear-gradient(135.99deg, #FF4F24 17.96%, rgba(245, 159, 0, 0.72) 30.11%, rgba(255, 255, 255, 0) 40.5%, rgba(255, 255, 255, 0) 80.69%);
}
.sk-choose-4-bg-illus-1 {
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: -1;
}
.sk-choose-4-bg-illus-2 {
  position: absolute;
  right: 3%;
  top: 15%;
  z-index: -1;
}

@keyframes skChoose4cardKf {
  0% {
    transform: translate(-50%, -50%) scale(1.3) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3) rotate(360deg);
  }
}
/*
    choose-4-end
*/
/*
    choose-5-start
*/
.sk-choose-5-area {
  background-color: #F9F9F9;
}
.sk-choose-5-sec-title {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.sk-choose-5-sec-title .sec-disc {
  margin-top: 12px;
}
.sk-choose-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-choose-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-choose-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-choose-5-wrap-line-1 {
  position: absolute;
  top: 4%;
  left: 33.34%;
  width: 1px;
  height: 40px;
  background: linear-gradient(0deg, var(--sk-clr-pr-5), transparent);
  animation: sk-choose-5-wrap-line 5s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-choose-5-wrap-line-1 {
    display: none;
  }
}
.sk-choose-5-wrap-line-2 {
  position: absolute;
  top: 4%;
  right: 33.25%;
  width: 1px;
  height: 40px;
  background: linear-gradient(0deg, var(--sk-clr-pr-5), transparent);
  animation: sk-choose-5-wrap-line 5s linear infinite;
  animation-delay: 3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-choose-5-wrap-line-2 {
    display: none;
  }
}
.sk-choose-5-card-border {
  border: 1px solid #F0F0F0;
  border-radius: 32px;
  padding: 10px;
}
.sk-choose-5-card {
  border-radius: 32px;
  padding: 32px 32px;
  background-color: #fff;
  overflow: hidden;
  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) {
  .sk-choose-5-card {
    padding: 32px 22px;
  }
}
.sk-choose-5-card::after {
  content: "";
  width: 150px;
  height: 140px;
  background: rgba(59, 73, 224, 0.3);
  opacity: 0.5;
  filter: blur(65px);
  right: -30px;
  top: -30px;
  position: absolute;
}
.sk-choose-5-card .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background-color: rgba(246, 247, 249, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.sk-choose-5-card .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sk-choose-5-card .icon-svg path {
  transition: var(--sk-cube-1);
}
.sk-choose-5-card .icon-elm {
  width: 52px;
  height: 52px;
  background-color: rgba(229, 229, 229, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-choose-5-card .title {
  font-size: 20px;
  margin-bottom: 12px;
}
.sk-choose-5-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-choose-5-card .title a:hover {
  color: var(--sk-clr-black-6);
  background-size: 100% 100%;
}
.sk-choose-5-card:hover .icon-svg path {
  fill: var(--sk-clr-pr-5);
}
.sk-choose-5-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .sk-choose-5-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sk-choose-5-wrap-2-line {
  position: absolute;
  top: 4%;
  left: 50%;
  width: 1px;
  height: 40px;
  background: linear-gradient(0deg, var(--sk-clr-pr-5), transparent);
  animation: sk-choose-5-wrap-line 5s linear infinite;
  animation-delay: 2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-choose-5-wrap-2-line {
    display: none;
  }
}

@keyframes sk-choose-5-wrap-line {
  0% {
    opacity: 0;
    top: 4%;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    top: 83%;
    opacity: 0;
  }
}
/*
    choose-5-end
*/
/*
    choose-7-start
*/
.sk-choose-7-big-title {
  text-align: center;
  line-height: 125%;
  font-weight: 500;
  font-size: 68px;
  margin-bottom: 140px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-choose-7-big-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-choose-7-big-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-choose-7-big-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-choose-7-big-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sk-choose-7-big-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-choose-7-big-title {
    font-size: 38px;
  }
}
.sk-choose-7-big-title .title-icon {
  width: 120px;
  height: 56px;
  background: var(--sk-clr-gd-7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.sk-choose-7-big-title .title-icon:is(.has-1) img {
  animation: swing 5s ease-in-out infinite;
  transform-origin: right bottom;
}
.sk-choose-7-big-title .title-icon:is(.has-2) {
  background: #663CF6;
}
.sk-choose-7-big-title .title-icon:is(.has-2) img {
  animation: swing 5s ease-in-out infinite;
  transform-origin: center bottom;
}
.sk-choose-7-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sk-choose-7-sec-title .left {
  max-width: 390px;
}
.sk-choose-7-sec-title .right {
  max-width: 420px;
}
.sk-choose-7-sec-title .sec-disc {
  margin-bottom: 32px;
}
.sk-choose-7-scrollbar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.sk-choose-7-scrollbar .single-scrollbar {
  height: 4px;
  border-radius: 12px;
  background: rgba(76, 80, 78, 0.1);
}
.sk-choose-7-scrollbar .single-scrollbar-line {
  width: 0%;
  height: 100%;
  background: var(--sk-clr-black-6);
  border-radius: 12px;
}
.sk-choose-7-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
}
.sk-choose-7-item {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-choose-7-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sk-choose-7-item {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
.sk-choose-7-item .item-content {
  background: #fff;
  padding: 48px 65px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@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) {
  .sk-choose-7-item .item-content {
    padding: 48px 30px;
  }
}
.sk-choose-7-item .title-x-disc {
  margin-top: auto;
}
.sk-choose-7-item .number {
  font-size: 24px;
}
.sk-choose-7-item .title {
  font-size: 24px;
  margin-bottom: 20px;
  transition: var(--sk-cube-1);
}
.sk-choose-7-item .title:hover {
  color: var(--sk-clr-pr-7);
}
.sk-choose-7-item .dissc {
  max-width: 320px;
}
.sk-choose-7-item .item-img {
  border-radius: 32px;
  height: 100%;
}
.sk-choose-7-item .item-btn {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sk-choose-7-item .item-btn .single-btn {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: var(--sk-cube-1);
}
.sk-choose-7-item .item-btn .single-btn:hover {
  transform: translateY(-4px);
}
@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) {
  .sk-choose-7-item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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) {
  .sk-choose-7-height {
    height: 3000px;
    position: relative;
  }
}
@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) {
  .sk-choose-7-pin {
    position: sticky;
    top: 60px;
  }
}

/*
    choose-7-end
*/
/*
    choose-8-start
*/
.sk-choose-8-wrap {
  display: grid;
  gap: 12px;
  padding: 12px;
  border-radius: 32px;
  background-color: #fff;
  grid-template-columns: 1.06fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-choose-8-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-choose-8-mission {
  position: relative;
  z-index: 1;
}
.sk-choose-8-mission .img-elm {
  height: 612px;
  border-radius: 28px;
}
.sk-choose-8-mission .content-wrap {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color: #fff;
  width: calc(100% - 24px);
  border-radius: 20px;
  padding: 40px 40px;
}
@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) {
  .sk-choose-8-mission .content-wrap {
    padding: 40px 20px;
  }
}
.sk-choose-8-mission .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.sk-choose-8-mission-slider-pagi {
  position: absolute;
  right: 12px;
  top: 400px !important;
  z-index: 1;
  left: unset !important;
  width: auto;
  max-width: min-content;
  display: flex;
  gap: 4px;
  bottom: unset !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-choose-8-mission-slider-pagi {
    top: 12px !important;
  }
}
.sk-choose-8-mission-slider-pagi span {
  margin: 0;
  width: 48px;
  height: 8px;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
}
.sk-choose-8-mission-slider-pagi span:is(.swiper-pagination-bullet-active) {
  background: var(--sk-clr-pr-1);
}
.sk-choose-8-wrap-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
  .sk-choose-8-wrap-right {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-choose-8-wrap-right {
    grid-template-columns: 1fr 1fr;
  }
}
.sk-choose-8-card {
  background-color: #F6F7F9;
  border-radius: 24px;
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@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) {
  .sk-choose-8-card {
    padding: 32px 22px;
  }
}
.sk-choose-8-card .number-elm {
  font-size: 40px;
  line-height: 1;
}
.sk-choose-8-card .subtitle {
  font-size: 18px;
  color: var(--sk-clr-black-6);
}
.sk-choose-8-card .disc {
  margin-top: auto;
}
.sk-choose-8-card:is(.has-dark-bg) {
  background-color: var(--sk-clr-black-6);
}
.sk-choose-8-card:is(.has-dark-bg) .number-elm, .sk-choose-8-card:is(.has-dark-bg) .subtitle, .sk-choose-8-card:is(.has-dark-bg) .disc {
  color: #fff;
}
.sk-choose-8-card:is(.has-clr-bg) {
  background: linear-gradient(179.47deg, #EA9354 3.37%, #8D40D7 53.92%, #863AEB 96.88%);
  box-shadow: inset 0px 0px 8px #FFFFFF;
}
.sk-choose-8-card:is(.has-clr-bg) .number-elm, .sk-choose-8-card:is(.has-clr-bg) .subtitle, .sk-choose-8-card:is(.has-clr-bg) .disc {
  color: #fff;
}

/*
    choose-8-end
*/
/*
    choose-9-start
*/
.sk-choose-9-bottom-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 0.7) 25.05%, #E5E5E5 49.96%, rgba(229, 229, 229, 0.7) 75.29%, rgba(229, 229, 229, 0) 100%);
}

/*
    choose-9-end
*/
/*
    choose-10-start
*/
.sk-choose-10-wrap {
  display: grid;
  gap: 12px;
  padding: 12px;
  border-radius: 24px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-choose-10-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-choose-10-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-choose-10-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sk-choose-10-wrap .sk-choose-8-card {
  min-height: 300px;
}

/*
    choose-10-end
*/
/*
    career-1-start
*/
.sk-career-1-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.sk-career-1-sec-title .left {
  max-width: 460px;
}
.sk-career-1-sec-title .right {
  max-width: 431px;
}
.sk-career-1-sec-title .sec-disc {
  margin-bottom: 32px;
}
.sk-career-1-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 2.85fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-career-1-wrap {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-career-1-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-career-1-sidebar-title {
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 16px;
  margin-bottom: 12px;
}
.sk-career-1-tabs-btn {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  padding-bottom: 20px;
}
.sk-career-1-tabs-btn .nav-link {
  font-family: var(--sk-font-1);
  font-size: 18px;
  font-weight: 500;
  color: var(--sk-clr-black-6);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 18px 12px;
  transition: var(--sk-cube-1);
  text-align: left;
}
@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) {
  .sk-career-1-tabs-btn .nav-link {
    font-size: 16px;
  }
}
.sk-career-1-tabs-btn .nav-link span {
  font-size: 14px;
  font-weight: 400;
  color: #4C504E;
}
.sk-career-1-tabs-btn .nav-link:hover {
  border-color: var(--sk-clr-pr-7);
}
.sk-career-1-tabs-btn .nav-link:is(.active) {
  border-color: var(--sk-clr-pr-7);
}
.sk-career-1-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sk-career-1-card-single {
  background-color: #fff;
  border-radius: 24px;
  border-left: 1px solid transparent;
  transition: var(--sk-cube-1);
}
.sk-career-1-card-single .card-top {
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 2.16fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sk-career-1-card-single .card-top {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-career-1-card-single .card-top {
    grid-template-columns: 1fr 2.16fr;
  }
}
.sk-career-1-card-single .img-elm {
  border-radius: 20px;
  height: 202px;
}
.sk-career-1-card-single .offer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.sk-career-1-card-single .offer-info li {
  color: #4C504E;
}
.sk-career-1-card-single .offer-info li span {
  color: var(--sk-clr-black-6);
}
.sk-career-1-card-single .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: var(--sk-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) {
  .sk-career-1-card-single .title {
    font-size: 20px;
  }
}
.sk-career-1-card-single .title:hover {
  color: #0000FF;
}
.sk-career-1-card-single .disc {
  max-width: 500px;
  margin-bottom: 16px;
}
.sk-career-1-card-single .money {
  display: flex;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
}
@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) {
  .sk-career-1-card-single .money {
    font-size: 16px;
  }
}
.sk-career-1-card-single .card-bottom {
  background-color: #F4F4FE;
  border-radius: 24px;
  border-bottom: 1px solid rgba(0, 0, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 15px 20px;
}
.sk-career-1-card-single .offer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sk-career-1-card-single .offer-features li {
  color: #4C504E;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sk-career-1-card-single .offer-features li i {
  color: #0000FF;
  font-size: 20px;
}
.sk-career-1-card-single .offer-features li:not(:last-child) {
  position: relative;
  z-index: 1;
  padding-right: 12px;
}
.sk-career-1-card-single .offer-features li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #4C504E;
  opacity: 40%;
}
.sk-career-1-card-single .apply-btn {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 255, 0.4);
  border-radius: 100px;
  padding: 9px 14px;
  transition: var(--sk-cube-1);
}
.sk-career-1-card-single .apply-btn:hover {
  background-color: #0000FF;
  color: #fff;
}
.sk-career-1-card-single:hover {
  border-color: #0000FF;
}
.sk-career-1-card-single:is(.has-clr-2) .card-bottom {
  background-color: #FBF2F5;
  border-color: rgba(255, 29, 78, 0.32);
}
.sk-career-1-card-single:is(.has-clr-2) .offer-features li i {
  color: #FF1D4E;
}
.sk-career-1-card-single:is(.has-clr-2) .title:hover {
  color: #FF1D4E;
}
.sk-career-1-card-single:is(.has-clr-2) .apply-btn {
  border-color: #FF1D4E;
}
.sk-career-1-card-single:is(.has-clr-2) .apply-btn:hover {
  background-color: #FF1D4E;
}
.sk-career-1-card-single:is(.has-clr-2):hover {
  border-color: #FF1D4E;
}
.sk-career-1-card-single:is(.has-clr-3) .card-bottom {
  background-color: #FFFBF2;
  border-color: rgba(238, 151, 55, 0.32);
}
.sk-career-1-card-single:is(.has-clr-3) .offer-features li i {
  color: #EE9737;
}
.sk-career-1-card-single:is(.has-clr-3) .title:hover {
  color: #EE9737;
}
.sk-career-1-card-single:is(.has-clr-3) .apply-btn {
  border-color: #EE9737;
}
.sk-career-1-card-single:is(.has-clr-3) .apply-btn:hover {
  background-color: #EE9737;
}
.sk-career-1-card-single:is(.has-clr-3):hover {
  border-color: #EE9737;
}

.sk-career-big-img {
  border-radius: 40px;
}

/*
    career-1-end
*/
/*
    career-details-start
*/
.sk-career-details-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 2.04fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-career-details-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-career-details-content {
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 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) {
  .sk-career-details-content {
    padding: 40px 20px;
  }
}
.sk-career-details-content .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}
@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) {
  .sk-career-details-content .title {
    font-size: 24px;
  }
}
.sk-career-details-content .disc {
  font-size: 18px;
  margin-bottom: 45px;
}
.sk-career-details-content .disc a {
  color: var(--sk-clr-black-6);
  font-weight: 500;
  text-decoration: underline;
}
.sk-career-details-content .disc:last-child {
  margin-bottom: 0;
  margin-top: -30px;
}
.sk-career-details-content .list-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-Top: -20px;
  margin-Bottom: 45px;
}
.sk-career-details-content .list-info li {
  color: var(--sk-clr-black-6);
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.sk-career-details-content .list-info li::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--sk-clr-black-6);
  position: absolute;
  top: 11px;
  left: 7px;
  content: "";
}
.sk-career-details-right {
  background-color: #fff;
  border-radius: 32px;
  padding: 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) {
  .sk-career-details-right {
    padding: 20px 10px;
  }
}
.sk-career-details-sidebar {
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 24px 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) {
  .sk-career-details-sidebar {
    padding: 24px 10px;
  }
}
.sk-career-details-sidebar .title {
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  padding-left: 12px;
}
.sk-career-details-sidebar .title::after {
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E79058;
}
.sk-career-details-sidebar .sidebar-info li {
  font-size: 16px;
  font-weight: 400;
  padding: 13px 20px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.sk-career-details-sidebar .sidebar-info li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sk-clr-black-6);
  position: absolute;
  top: 19px;
  left: 5px;
}
.sk-career-details-sidebar .sidebar-info li::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
}
.sk-career-details-sidebar .sidebar-info li span {
  color: var(--sk-clr-black-7);
}
.sk-career-details-sidebar .sidebar-info li .has-bg {
  font-size: 14px;
  background: rgba(229, 229, 229, 0.7);
  padding: 4px 11px;
  border-radius: 8px;
  color: var(--sk-clr-black-6);
}

/*
    career-details-end
*/
/*
    services-1-start
*/
.sk-services-2-area {
  padding-top: 250px;
}
@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) {
  .sk-services-2-area {
    padding-top: 120px;
  }
}
.sk-services-2-tabs-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.sk-services-2-tabs-btn .nav-link {
  background: linear-gradient(180deg, #DADADA 0%, #F6F6F6 100%);
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(69, 75, 69, 0.72);
  padding: 12px 19px;
  transition: var(--sk-cube-1);
}
.sk-services-2-tabs-btn .nav-link:hover {
  background: var(--sk-clr-pr-2);
  color: var(--sk-clr-black-3);
  border-color: transparent;
}
.sk-services-2-tabs-btn .nav-link:is(.active) {
  background: var(--sk-clr-pr-2);
  color: var(--sk-clr-black-3);
  border-color: transparent;
  box-shadow: 4px 8px 14px rgba(59, 152, 15, 0.6), inset 0px 0px 9px rgba(0, 33, 1, 0.2);
}
.sk-services-2-tabs-pane {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-services-2-tabs-pane {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-services-2-tabs-pane {
    grid-template-columns: 1fr;
  }
}
.sk-services-2-card {
  background: #F6F6F6;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 32px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--sk-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) {
  .sk-services-2-card {
    padding: 32px 22px;
  }
}
.sk-services-2-card .bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translate(60px, -60px);
  opacity: 0;
  transition: 0.5s;
}
.sk-services-2-card .item-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}
.sk-services-2-card .item-features-single {
  background: linear-gradient(180deg, #F6F6F6 0%, #EBEBEB 100%);
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: #0073D2;
  font-size: 15px;
  padding: 4px 17px;
}
.sk-services-2-card .item-features-single:nth-child(2) {
  color: #DF2F90;
}
.sk-services-2-card .title {
  font-size: 22px;
  margin-bottom: 14px;
  transition: var(--sk-cube-1);
}
.sk-services-2-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-services-2-card .title a:hover {
  opacity: 1;
  color: var(--sk-clr-pr-2);
  background-size: 100% 100%;
}
.sk-services-2-card .dot {
  color: var(--sk-clr-pr-2);
}
.sk-services-2-card:hover {
  box-shadow: 9px -10px 13px #FFFFFF, -3px 4px 28px rgba(0, 0, 0, 0.32);
}
.sk-services-2-card:hover .bg-shape {
  transform: translate(0px, 0px);
  opacity: 1;
}
.sk-services-2-bg-shape {
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  overflow: hidden;
  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) {
  .sk-services-2-bg-shape {
    display: none;
  }
}
.sk-services-2-bg-shape svg {
  width: 100%;
}

/*
    services-1-end
*/
/*
    services-3-start
*/
.sk-sec-ani-1:is(.has-services-3) {
  margin-bottom: -127px;
}

.sk-services-3-sec-title {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}
.sk-services-3-sec-title .sec-disc {
  margin-top: 20px;
}
.sk-services-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-services-3-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-services-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-services-3-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-services-3-wrap-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@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) {
  .sk-services-3-wrap-svg {
    display: none;
  }
}
.sk-services-3-card {
  padding: 28px 29px;
  background: linear-gradient(180deg, rgba(120, 7, 7, 0.24) 0%, #120101 43.62%);
  border-radius: 0px 32px 0px 0px;
}
@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) {
  .sk-services-3-card {
    padding: 28px 20px;
  }
}
.sk-services-3-card .item-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 32, 53, 0.5) 0%, rgba(18, 1, 1, 0) 36%, rgba(18, 1, 1, 0) 65%, rgba(140, 134, 134, 0.5) 100%);
  backdrop-filter: blur(30px);
  border-radius: 10px;
  padding: 2px;
  margin-bottom: 36px;
}
.sk-services-3-card .item-icon-elm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(30px);
  border-radius: 10px;
}
.sk-services-3-card .item-icon-elm .bg-shape {
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  animation: moveX 5s ease-in-out infinite;
}
.sk-services-3-card .item-icon-elm i {
  background: linear-gradient(180deg, #FF4646 0%, #FFFFFF 51.44%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
@keyframes moveX {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.sk-services-3-card .title {
  font-size: 20px;
  margin-bottom: 14px;
}
.sk-services-3-card .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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-services-3-card .title a:hover {
  color: var(--sk-clr-pr-3);
  background-size: 100% 100%;
}
.sk-services-3-card .disc {
  font-size: 16px;
  margin-bottom: 18px;
}
.sk-services-3-card .item-btn {
  width: 100%;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.64);
}
.sk-services-3-card .item-btn .btn-border {
  width: 100%;
  padding: 1px;
  transition: var(--sk-cube-1);
}
.sk-services-3-card .item-btn .btn-border::after {
  background: linear-gradient(176deg, #8F8688 0%, #120101 22%, #120101 84%, #8F8688 97%);
  animation-play-state: paused;
  height: 100%;
  transition: var(--sk-cube-1);
}
.sk-services-3-card .item-btn .btn-border-2 {
  width: 100%;
  text-align: center;
  background: #120101;
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.4);
  border: 2px solid #120101;
  transition: var(--sk-cube-1);
}
.sk-services-3-card:hover .item-btn {
  color: #fff;
}
.sk-services-3-card:hover .item-btn .btn-border-2 {
  box-shadow: inset 0px 0px 10px rgba(255, 38, 38, 0.8);
}
.sk-services-3-card:hover .item-btn .btn-border::after {
  background: linear-gradient(176deg, #8F8688 0%, #120101 22%, #120101 84%, #FD0C39 97%);
}
.sk-services-3-card:nth-child(odd) {
  background: linear-gradient(0deg, rgba(120, 7, 7, 0.24) 0%, #120101 43.62%);
}
.sk-services-3-card:nth-child(3) {
  border-radius: 0px 0px 32px 32px;
}
.sk-services-3-card:nth-child(4) {
  border-radius: 32px 32px 0px 0px;
}
.sk-services-3-card:nth-child(5) {
  border-radius: 0px 0px 0px 32px;
}

/*
    services-3-end
*/
/*
    breadcrumb-start
*/
.sk-breadcrumb-area {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.sk-breadcrumb-title {
  font-family: var(--sk-font-1);
  font-size: 52px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--sk-clr-black-6);
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-breadcrumb-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sk-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-breadcrumb-title {
    font-size: 40px;
  }
}
.sk-breadcrumb-title .title-icon {
  width: 120px;
  height: 56px;
  background: var(--sk-clr-gd-7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.sk-breadcrumb-title .title-icon:is(.has-1) img {
  animation: swing 5s ease-in-out infinite;
  transform-origin: right bottom;
}
.sk-breadcrumb-title .title-icon:is(.has-2) {
  background: #663CF6;
}
.sk-breadcrumb-title .title-icon:is(.has-2) img {
  animation: swing 5s ease-in-out infinite;
  transform-origin: center bottom;
}
.sk-breadcrumb-disc {
  font-family: var(--sk-font-1);
  color: var(--sk-clr-black-7);
  text-align: center;
  line-height: 150%;
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.sk-breadcrumb-list {
  position: relative;
  z-index: 2;
}
.sk-breadcrumb-list a,
.sk-breadcrumb-list span {
  font-weight: 500;
  font-size: 14px;
  font-family: var(--sk-font-1);
  line-height: 120%;
  color: var(--sk-clr-black-6);
  text-decoration: none;
  display: inline-block;
}
.sk-breadcrumb-list a {
  position: relative;
  transition: 300ms;
}
.sk-breadcrumb-list a:hover {
  color: var(--sk-clr-pr-7);
}
.sk-breadcrumb-list a::after {
  content: "/";
  margin-left: 4px;
}
.sk-breadcrumb-list .taBcrumb-end span {
  color: var(--sk-clr-pr-1);
}
.sk-breadcrumb-shape {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-breadcrumb-shape {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .sk-breadcrumb-shape {
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-breadcrumb-shape {
    margin-bottom: -80px;
  }
}
.sk-breadcrumb-shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #f6f7f9);
}
.sk-breadcrumb-shape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #f6f7f9);
}
.sk-breadcrumb-shape svg {
  width: 100%;
}
.sk-breadcrumb-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.03) 20.73%, rgba(102, 102, 102, 0.05) 50.27%, rgba(102, 102, 102, 0.03) 83.69%, rgba(102, 102, 102, 0) 100%);
  margin-bottom: 14px;
}
.sk-breadcrumb-dot-shape-1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .sk-breadcrumb-dot-shape-1 {
    display: none;
  }
}
.sk-breadcrumb-dot-shape-2 {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 2;
  transform: scaleX(-1);
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .sk-breadcrumb-dot-shape-2 {
    display: none;
  }
}

/*
    breadcrumb-end
*/
/*
    404-PAGE-START
*/
.pn-not-found-area {
  padding-top: 330px;
  padding-bottom: 350px;
}
.pn-not-found-img {
  margin-bottom: 50px;
  text-align: center;
}
.pn-not-found-img img {
  margin-left: -170px;
}
@media (max-width: 767px) {
  .pn-not-found-img img {
    margin-left: 0px;
  }
}
.pn-not-found-title {
  font-family: var(--pn-font-1);
  font-size: 50px;
  line-height: 1.071;
  color: #000;
  font-weight: 800;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-not-found-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pn-not-found-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pn-not-found-title {
    font-size: 40px;
  }
}

/*
    404-PAGE-END
*/
/*
    blog-details-start
*/
.sk-blog-details-area {
  position: relative;
  z-index: 2;
}
.sk-blog-details-img {
  background-color: #fff;
  border-radius: 32px;
  padding: 12px;
  height: 640px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-blog-details-img {
    height: auto;
    padding: 6px;
  }
}
.sk-blog-details-img img {
  border-radius: 24px;
}
.sk-blog-details-wrap {
  display: grid;
  gap: 48px;
  grid-template-columns: 2.18fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-blog-details-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-blog-details-wrap:is(.has-left-sidebar) {
  grid-template-columns: 1fr 2.18fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-blog-details-wrap:is(.has-left-sidebar) {
    grid-template-columns: 1fr;
  }
}
.sk-blog-details-title {
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-blog-details-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-blog-details-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-details-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-blog-details-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-blog-details-title {
    font-size: 34px;
  }
}
.sk-blog-details-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.sk-blog-details-meta .tags-x-date {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sk-blog-details-meta-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.sk-blog-details-meta-tags li {
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 15px;
  padding: 4px 12px;
  transition: var(--sk-cube-1);
}
.sk-blog-details-meta-tags li:hover {
  border-color: var(--sk-clr-pr-5);
}
.sk-blog-details-content h1, .sk-blog-details-content h2, .sk-blog-details-content h3, .sk-blog-details-content h4, .sk-blog-details-content h5, .sk-blog-details-content h6, .sk-blog-details-content p, .sk-blog-details-content li, .sk-blog-details-content blockquote, .sk-blog-details-content cite, .sk-blog-details-content b {
  font-family: var(--sk-font-1);
  color: var(--sk-clr-black-6);
}
.sk-blog-details-content h1, .sk-blog-details-content h2, .sk-blog-details-content h3, .sk-blog-details-content h4, .sk-blog-details-content h5, .sk-blog-details-content h6 {
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
  color: var(--sk-clr-black-6);
}
.sk-blog-details-content p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 12px;
  color: var(--sk-clr-black-7);
}
.sk-blog-details-content h1 {
  font-size: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-blog-details-content h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-details-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-blog-details-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-blog-details-content h1 {
    font-size: 30px;
  }
}
.sk-blog-details-content h2 {
  font-size: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-blog-details-content h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-details-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .sk-blog-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-blog-details-content h2 {
    font-size: 26px;
  }
}
.sk-blog-details-content h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-blog-details-content h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-details-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .sk-blog-details-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-blog-details-content h3 {
    font-size: 30px;
  }
}
.sk-blog-details-content h4 {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-details-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .sk-blog-details-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-blog-details-content h4 {
    font-size: 23px;
  }
}
.sk-blog-details-content h5 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-blog-details-content h5 {
    font-size: 20px;
  }
}
.sk-blog-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.sk-blog-details-wrap-left blockquote,
.sk-blog-details-content blockquote {
  background: var(--sk-clr-gd-8);
  border-radius: 12px;
  padding: 32px 32px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 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) {
  .sk-blog-details-wrap-left blockquote,
  .sk-blog-details-content blockquote {
    font-size: 20px;
  }
}
.sk-blog-details-content .inner-img {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.sk-blog-details-content .inner-img-single {
  border-radius: 12px;
  overflow: hidden;
}
.sk-blog-details-tags-x-share {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 16px 0;
}
.sk-blog-details-tags-x-share::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
  z-index: -1;
}
.sk-blog-details-tags-x-share::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
  z-index: -1;
}
.sk-blog-details-tags {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
.sk-blog-details-tags .title {
  font-size: 24px;
  margin-right: 12px;
}
.sk-blog-details-tags a,
.sk-blog-details-tags .link {
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  padding: 5px 11px;
}
.sk-blog-details-share {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
.sk-blog-details-share .title {
  font-size: 24px;
  margin-right: 12px;
}
.sk-blog-details-share .link {
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: var(--sk-clr-black-6);
  transition: var(--sk-cube-1);
  border: 1px solid #E5E5E5;
}
.sk-blog-details-share .link::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--sk-clr-gd-8);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-blog-details-share .link:hover {
  color: #fff;
}
.sk-blog-details-share .link:hover::after {
  opacity: 1;
}
.sk-blog-details-share .link:hover::before {
  opacity: 0;
}
.sk-blog-details-comment {
  display: grid;
  gap: 45px;
}
.sk-blog-details-comment-title {
  font-size: 24px;
  margin-bottom: 32px;
}
.sk-blog-details-comment-single {
  display: flex;
  gap: 20px;
}
.sk-blog-details-comment-single .person-img {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.sk-blog-details-comment-single .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.sk-blog-details-comment-single .date {
  margin-bottom: 20px;
}
.sk-blog-details-comment-single .comment {
  margin-bottom: 20px;
}
.sk-blog-details-comment-single .reply-btn {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  transition: var(--sk-cube-1);
}
.sk-blog-details-comment-single .reply-btn i {
  font-size: 14px;
  background: var(--sk-clr-gd-8);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sk-blog-details-comment-single .reply-btn:hover {
  color: var(--sk-clr-sd-4);
}
.sk-blog-details-comment .children {
  margin-left: 60px;
}
.sk-blog-details-form-title {
  font-size: 24px;
  margin-bottom: 32px;
}
.sk-blog-details-form .sk-contact-6-form {
  background-color: #fff;
  padding: 32px 32px;
}
.sk-blog-details-form .sk-contact-6-form-label {
  color: var(--sk-clr-black-6);
}
.sk-blog-details-form .sk-contact-6-form-input {
  background-color: #F6F7F9;
  color: #909393;
  border-radius: 12px;
}
.sk-blog-details-form .sk-contact-6-form .sk-contact-7-form-btn {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
}
.sk-blog-details-form .sk-contact-6-form .sk-contact-7-form-btn::after {
  border-radius: 12px;
}
.sk-blog-details-form .sk-contact-6-form .sk-contact-7-form-btn::before {
  border-radius: 12px;
}
.sk-blog-details-related-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.sk-blog-details-related-sec-title .left {
  max-width: 300px;
}
.sk-blog-details-related-sec-title .right {
  max-width: 430px;
}
.sk-blog-details-related-sec-title .sec-disc {
  margin-bottom: 32px;
}

.sk-blog-details-Standard {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*
    blog-details-end
*/
/*
    shop-start
*/
.sk-shop-1-sec-title {
  font-size: 72px;
  letter-spacing: -0.04em;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-shop-1-sec-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-shop-1-sec-title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-shop-1-sec-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-shop-1-sec-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-shop-1-sec-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-shop-1-sec-title {
    font-size: 34px;
  }
}
.sk-shop-1-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 16px 16px;
  background-color: #fff;
  border-radius: 12px;
}
.sk-shop-1-filter-result {
  color: var(--sk-clr-black-6);
}
.sk-shop-1-filter .right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .sk-shop-1-filter .right {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-shop-1-filter .right {
    flex-wrap: nowrap;
  }
}
.sk-shop-1-filter-sort {
  font-family: var(--sk-font-1);
  font-size: 16px;
  font-weight: 400;
  color: var(--sk-clr-black-7);
  border-color: #E5E5E5;
  border-radius: 8px;
  min-width: 260px;
  height: 44px;
  padding-left: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .sk-shop-1-filter-sort {
    min-width: auto;
  }
}
.sk-shop-1-filter-sort::after {
  border-color: var(--sk-clr-black-6);
  height: 10px;
  margin-top: -6px;
  right: 18px;
  width: 9px;
}
.sk-shop-1-filter-sort .list {
  width: 100%;
}
.sk-shop-1-filter-view {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sk-shop-1-filter-view .list-view, .sk-shop-1-filter-view .grid-view {
  width: 44px;
  height: 44px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--sk-clr-black-6);
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  transition: var(--sk-cube-1);
}
.sk-shop-1-filter-view .list-view::after, .sk-shop-1-filter-view .grid-view::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--sk-clr-gd-8);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-shop-1-filter-view .list-view:is(.active), .sk-shop-1-filter-view .grid-view:is(.active) {
  color: #fff;
}
.sk-shop-1-filter-view .list-view:is(.active)::after, .sk-shop-1-filter-view .grid-view:is(.active)::after {
  opacity: 1;
}
.sk-shop-1-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-shop-1-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-shop-1-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-shop-1-grid {
    grid-template-columns: 1fr;
  }
}
.sk-shop-1-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 24px 24px;
}
.sk-shop-1-item .title-x-link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  align-items: start;
}
.sk-shop-1-item .title {
  font-size: 20px;
  max-width: 175px;
  font-weight: 500;
}
.sk-shop-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);
}
.sk-shop-1-item .title:hover a {
  color: inherit;
  background-size: 100% 100%;
}
.sk-shop-1-item .item-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sk-shop-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(--sk-clr-black-6);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0;
  transition: var(--sk-cube-1);
  position: relative;
  z-index: 1;
  border: 1px solid #E5E5E5;
}
.sk-shop-1-item .item-link .link-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--sk-clr-gd-8);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-shop-1-item .item-link .link-elm:hover {
  border-color: transparent;
  color: #fff;
}
.sk-shop-1-item .item-link .link-elm:hover::after {
  opacity: 1;
}
.sk-shop-1-item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  margin-top: -40px;
  height: 255px;
  transition: var(--sk-cube-1);
}
.sk-shop-1-item .price-wrap {
  font-size: 22px;
  font-weight: 500;
}
.sk-shop-1-item .price-wrap .old-price {
  font-size: 15px;
  color: var(--sk-clr-black-7);
  display: block;
}
.sk-shop-1-item .price-x-label {
  display: flex;
  align-items: end;
  gap: 20px;
  justify-content: space-between;
  transition: var(--sk-cube-1);
  margin-bottom: -5px;
}
.sk-shop-1-item .item-label {
  color: var(--sk-clr-black-6);
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  padding: 3px 12px;
  font-size: 15px;
  flex: 0 0 auto;
  transform: translateY(-5px);
}
.sk-shop-1-item .cart-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #863AEB;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  transform: translateY(100%);
  transition: var(--sk-cube-1);
}
.sk-shop-1-item .cart-btn i {
  font-size: 20px;
}
.sk-shop-1-item .cart-btn:hover {
  background: var(--sk-clr-pr-7);
  color: #fff;
}
.sk-shop-1-item:hover .item-link .link-elm {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.sk-shop-1-item:hover .item-link .link-elm:nth-child(2) {
  transition-delay: 0.2s;
}
.sk-shop-1-item:hover .item-link .link-elm:nth-child(1) {
  transition-delay: 0.3s;
}
.sk-shop-1-item:hover .cart-btn {
  transform: translateY(0%);
}
.sk-shop-1-item:hover .price-x-label {
  transform: translateY(-44px);
}
.sk-shop-1-item:hover .item-img {
  transform: translateY(-22px);
}
.sk-shop-1-item .list-view {
  display: none;
}
.sk-shop-1-grid:is(.list-view) {
  grid-template-columns: 1fr;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .grid-view {
  display: none;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .list-view {
  display: block;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 42px 24px;
}
@media (max-width: 767px) {
  .sk-shop-1-grid:is(.list-view) .sk-shop-1-item {
    flex-wrap: wrap;
  }
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .title-x-link {
  position: absolute;
  top: 24px;
  left: 253px;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .item-img {
  margin: 0;
  max-width: 280px;
  width: 100%;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .item-label {
  display: inline-block;
  margin-bottom: 12px;
  transform: unset;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .title {
  max-width: 100%;
  font-size: 24px;
  margin-bottom: 12px;
}
@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) {
  .sk-shop-1-grid:is(.list-view) .sk-shop-1-item .title {
    font-size: 20px;
  }
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .disc {
  margin-bottom: 22px;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .price-wrap {
  margin-bottom: 24px;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .current-price {
  font-weight: 600;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .old-price {
  display: inline-block;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .cart-btn-2 {
  font-weight: 500;
  color: var(--sk-clr-black-6);
  border-radius: 100px;
  padding: 9px 22px;
  transition: var(--sk-cube-1);
  position: relative;
  z-index: 1;
}
.sk-shop-1-item .list-view .cart-btn::after,
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .cart-btn-2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--sk-clr-gd-8);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  opacity: 0;
  transition: var(--sk-cube-1);
  border-radius: 100px;
}
.sk-shop-1-item .list-view .cart-btn::before,
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .cart-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  background: var(--sk-clr-gd-8);
  padding: 1px;
  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;
  pointer-events: none;
  transition: var(--sk-cube-1);
}
.sk-shop-1-item .list-view .cart-btn:hover,
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .cart-btn-2:hover {
  color: #fff;
}
.sk-shop-1-item .list-view .cart-btn:hover::after,
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item .cart-btn-2:hover::after {
  opacity: 1;
}
.sk-shop-1-grid:is(.list-view) .sk-shop-1-item:hover .item-img {
  transform: unset;
}

.sk-shop-1-wrap {
  display: grid;
  grid-template-columns: 3.15fr 1fr;
  gap: 24px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-shop-1-wrap {
    grid-template-columns: 2.2fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-shop-1-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-shop-1-wrap-left .sk-shop-1-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-shop-1-wrap-left .sk-shop-1-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sk-shop-1-wrap-left .sk-shop-1-grid {
    grid-template-columns: 1fr;
  }
}
.sk-shop-1-wrap-left .sk-shop-1-grid:is(.list-view) {
  grid-template-columns: 1fr;
}
.sk-shop-1-wrap:is(.has-left-sidebar) {
  grid-template-columns: 1fr 3.15fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-shop-1-wrap:is(.has-left-sidebar) {
    grid-template-columns: 1fr 2.2fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-shop-1-wrap:is(.has-left-sidebar) {
    grid-template-columns: 1fr;
  }
}
.sk-shop-1-sidebar {
  display: grid;
  gap: 24px;
}
.sk-shop-1-sidebar .sk-sidebar-widget {
  border: none;
  background-color: #fff;
}

/*
    shop-end
*/
/*
    product-details-start
*/
.sk-product-details-sec-title {
  font-size: 72px;
  letter-spacing: -0.04em;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-product-details-sec-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-product-details-sec-title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-product-details-sec-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-product-details-sec-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-product-details-sec-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-product-details-sec-title {
    font-size: 34px;
  }
}
.sk-product-details-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-product-details-wrap {
    grid-template-columns: 1fr;
  }
}
.sk-product-details-wrap-left {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 2.54fr;
}
.sk-product-details-slider-main {
  background-color: #fff;
  border-radius: 32px;
}
.sk-product-details-slider-main-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.sk-product-details-slider-preview {
  height: 600px;
}
@media (max-width: 767px) {
  .sk-product-details-slider-preview {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-product-details-slider-preview {
    height: 500px;
  }
}
.sk-product-details-slider-preview-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 20px 25px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sk-product-details-slider-preview-img {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-product-details-slider-preview-img {
    padding: 20px 25px;
  }
}
.summary .tag-elm,
.sk-product-details-content .tag-elm {
  display: inline-block;
  color: var(--sk-clr-black-6);
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  padding: 3px 12px;
  font-size: 15px;
  flex: 0 0 auto;
  margin-bottom: 12px;
}
.sk-product-details-content .title-elm {
  font-size: 36px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-product-details-content .title-elm {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-product-details-content .title-elm {
    font-size: 24px;
  }
}
.sk-product-details-content .rating-elm {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.sk-product-details-content .rating-elm-icon {
  font-size: 18px;
  display: flex;
  gap: 3px;
  color: #FDC448;
}
.sk-product-details-content .rating-elm-text {
  color: var(--sk-clr-black-6);
  font-weight: 500;
}
.sk-product-details-content .disc {
  margin-bottom: 32px;
}
.sk-product-details-content .price-elm {
  font-size: 32px;
  margin-bottom: 32px;
}
.sk-product-details-content .price-elm .old-price {
  font-weight: 500;
  font-size: 20px;
  color: var(--sk-clr-black-7);
}
.sk-product-details-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sk-product-details-content .btn-wrap-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sk-product-details-content .btn-wrap-right {
  display: flex;
  gap: 4px;
}
.sk-product-details-content .action-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #E5E5E5;
  background: transparent;
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-product-details-content .action-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--sk-clr-gd-8);
  z-index: -1;
  box-shadow: inset 0px 0px 8px #FFFFFF;
  opacity: 0;
  transition: var(--sk-cube-1);
}
.sk-product-details-content .action-btn:hover {
  color: #fff;
}
.sk-product-details-content .action-btn:hover::after {
  opacity: 1;
}
.sk-product-details-content .qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(76, 80, 78, 0.1);
  border-radius: 198px;
  overflow: hidden;
  width: fit-content;
  padding: 0 7px;
}
.sk-product-details-content .qty-stepper .qty-stepper-btn {
  display: grid;
}
.sk-product-details-content .qty-stepper .qty-btn {
  width: 40px;
  height: 23px;
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  transition: 0.1s;
  display: flex;
  align-items: end;
  justify-content: center;
  color: var(--sk-clr-black-7);
}
.sk-product-details-content .qty-stepper .qty-btn:hover {
  color: var(--sk-clr-sd-4);
}
.sk-product-details-content .qty-stepper .qty-btn:nth-child(2) {
  align-items: start;
}
.sk-product-details-content .qty-stepper .qty-input {
  width: 50px;
  height: 36px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 20px;
  font-family: var(--sk-font-1);
  font-weight: 500;
  color: var(--sk-clr-black-6);
  background: transparent;
  /* remove arrows */
  -moz-appearance: textfield;
}
.sk-product-details-content .qty-stepper .qty-input::-webkit-outer-spin-button, .sk-product-details-content .qty-stepper .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sk-product-details-content .product-info {
  display: grid;
  gap: 18px;
}
.sk-product-details-content .product-info li {
  font-size: 20px;
  font-weight: 500;
}
.sk-product-details-content .product-info li span {
  color: var(--sk-clr-black-7);
  font-weight: 400;
  font-size: 16px;
}
.wc-tabs-wrapper,
.sk-product-details-tabs {
  background-color: #fff;
  border-radius: 32px;
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .wc-tabs-wrapper,
  .sk-product-details-tabs {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wc-tabs-wrapper,
  .sk-product-details-tabs {
    padding: 40px 40px;
  }
}
.sk-product-details-tabs-btn {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-product-details-tabs-btn {
    flex-wrap: wrap;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.sk-product-details-tabs-btn .nav-link {
  background: linear-gradient(0deg, #F6F7F9, #ffffff);
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 500;
  color: var(--sk-clr-black-7);
  padding: 11px 15px;
  border-radius: 150px;
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
  flex: 1;
  transition: var(--sk-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .sk-product-details-tabs-btn .nav-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .sk-product-details-tabs-btn .nav-link {
    flex: auto;
    font-size: 16px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.sk-product-details-tabs-btn .nav-link:hover {
  color: var(--sk-clr-black-6);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.sk-product-details-tabs-btn .nav-link:is(.active) {
  color: var(--sk-clr-black-6);
  border-bottom: 2px solid #B261A3;
}
.sk-product-details-tabs-content .title {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 12px;
}
.sk-product-details-tabs-content .disc {
  font-size: 18px;
  margin-bottom: 40px;
}
.sk-product-details-tabs-content .disc:last-child {
  margin-bottom: 0;
}
.sk-product-details-tabs-content .subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.sk-product-details-tabs-content .list-disc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sk-product-details-tabs-content .list-disc li {
  padding-left: 24px;
  position: relative;
  z-index: 1;
}
.sk-product-details-tabs-content .list-disc li::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--sk-clr-black-7);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 8px;
}
.sk-product-details-tabs-content .sk-contact-6-form {
  background-color: #F6F7F9;
}
.sk-product-details-tabs-content .sk-contact-6-form-input {
  background-color: #fff;
}

/*
    product-details-end
*/
/*
    related-products-start
*/
.sk-related-products-title {
  font-size: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .sk-related-products-title {
    font-size: 26px;
  }
}

/*
    related-products-end
*/
/*
    footer-1-start
*/
.sk-footer-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sk-footer-1-wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.sk-footer-1-widget:nth-child(1) {
  margin-right: auto;
}
.sk-footer-1-widget .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--sk-clr-sd-1);
  margin-bottom: 25px;
}
.sk-footer-1-widget ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.sk-footer-1-widget ul li a {
  font-family: var(--sk-font-2);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.8;
  line-height: 1;
  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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-footer-1-widget ul li a:hover {
  opacity: 1;
  color: var(--sk-clr-sd-1);
  background-size: 100% 100%;
}
.sk-footer-1-big-title-text {
  text-align: center;
  font-size: 285px;
  line-height: 1;
  font-weight: 700;
  opacity: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-1-big-title-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-1-big-title-text {
    font-size: 195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-1-big-title-text {
    font-size: 145px;
  }
}
@media (max-width: 767px) {
  .sk-footer-1-big-title-text {
    display: none;
  }
}
.sk-footer-1-big-title {
  overflow: hidden;
  height: 186px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-1-big-title {
    height: 166px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-1-big-title {
    height: 126px;
  }
}
.sk-footer-1-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 28px 0;
}
.sk-footer-1-copyright {
  opacity: 1;
  color: rgba(255, 255, 255, 0.64);
}
.sk-footer-1-copyright a {
  color: #fff;
  transition: var(--sk-cube-1);
}
.sk-footer-1-copyright a:hover {
  color: var(--sk-clr-sd-1);
}
.sk-footer-1-social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sk-footer-1-social a {
  width: 48px;
  height: 48px;
  background: #110F20;
  box-shadow: inset 0px 0px 10px rgba(152, 147, 183, 0.7);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: var(--sk-cube-1);
}
.sk-footer-1-social a:hover {
  background: var(--sk-clr-sd-1);
  color: #000;
}
.sk-footer-1-bg-shape-1 {
  width: 21%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.sk-footer-1-bg-shape-2 {
  text-align: right;
  width: 21%;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}

/*
    footer-1-end
*/
/*
    footer-2-start
*/
.sk-footer-2-area::after {
  content: "";
  position: absolute;
  width: 525px;
  height: 210px;
  background: #59D51D;
  opacity: 0.4;
  filter: blur(157px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.sk-footer-2-bg-shape-1 {
  width: 28%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.sk-footer-2-bg-shape-2 {
  width: 28%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  text-align: right;
}
.sk-footer-2-wrap {
  display: flex;
  justify-content: space-between;
  gap: 110px;
}
@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) {
  .sk-footer-2-wrap {
    gap: 50px;
    flex-wrap: wrap;
  }
}
.sk-footer-2-widget .widget-title {
  font-size: 16px;
  color: var(--sk-clr-pr-2);
  position: relative;
  z-index: 1;
  padding-bottom: 13px;
  margin-bottom: 24px;
}
.sk-footer-2-widget .widget-title::after {
  content: "";
  width: 63px;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background: var(--sk-clr-pr-2);
  border-radius: 3px;
}
.sk-footer-2-widget .widget-title::before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--sk-clr-pr-2);
  border-radius: 3px;
}
.sk-footer-2-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sk-footer-2-widget ul li a {
  font-family: var(--sk-font-1);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--sk-clr-black-3);
  opacity: 0.8;
  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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-footer-2-widget ul li a:hover {
  opacity: 1;
  color: var(--sk-clr-pr-2);
  background-size: 100% 100%;
}
.sk-footer-2-widget:last-child {
  max-width: 480px;
  width: 100%;
}
.sk-footer-2-contact {
  max-width: 252px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sk-footer-2-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: var(--sk-cube-1);
}
.sk-footer-2-contact .contact-item svg {
  flex: 0 0 auto;
}
.sk-footer-2-contact .contact-item .line {
  width: 1px;
  height: 64px;
  background: radial-gradient(50% 50% at 50% 50%, #666B66 0%, #EBEBEB 100%);
  opacity: 0.32;
  flex: 0 0 auto;
}
.sk-footer-2-contact .contact-item .text {
  opacity: 0.8;
  transition: var(--sk-cube-1);
  display: block;
}
.sk-footer-2-contact .contact-item .text:hover {
  opacity: 1;
  color: var(--sk-clr-pr-2);
}
.sk-footer-2-newsletter {
  max-width: 480px;
  width: 100%;
}
.sk-footer-2-newsletter .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.sk-footer-2-newsletter .title svg .bell-icon-1 {
  transform-origin: center top;
  animation: swing 3s ease-in-out infinite;
}
.sk-footer-2-newsletter .disc {
  margin-bottom: 13px;
}
.sk-footer-2-newsletter-form {
  position: relative;
  z-index: 1;
}
.sk-footer-2-newsletter-form .form-input {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid #FFFFFF;
  box-shadow: 4px -2px 6px #FFFFFF, -3px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 60px;
  padding-left: 24px;
  padding-right: 125px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.sk-footer-2-newsletter-form .form-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #454B45;
  box-shadow: 4px 8px 14px rgba(0, 33, 1, 0.6), inset 0px 0px 9px rgba(255, 255, 255, 0.2);
  border: none;
  padding: 14px 20px;
  color: #fff;
}
.sk-footer-2-newsletter-form .form-btn:hover {
  background: var(--sk-clr-pr-2);
  box-shadow: none;
}
.sk-footer-2-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0px;
}
.sk-footer-2-bottom-copyright {
  opacity: 60%;
  color: var(--sk-clr-black-3);
}
.sk-footer-2-bottom-link {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sk-footer-2-bottom-link a {
  font-family: var(--sk-font-1);
  font-size: 18px;
  font-weight: 400;
  color: var(--sk-clr-black-3);
  opacity: 60%;
  transition: var(--sk-cube-1);
}
.sk-footer-2-bottom-link a:hover {
  color: var(--sk-clr-pr-2);
  opacity: 1;
}

/*
    footer-2-end
*/
/*
    footer-3-start
*/
.sk-footer-3-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 68px;
  justify-content: space-between;
}
.sk-footer-3-content {
  max-width: 430px;
}
.sk-footer-3-content .logo-elm {
  margin-bottom: 40px;
}
.sk-footer-3-content .disc {
  margin-bottom: 40px;
}
.sk-footer-3-social {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}
.sk-footer-3-social .single-logo {
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: var(--sk-cube-1);
}
.sk-footer-3-social .single-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(140deg, #535862 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 66%, #535862 100%);
  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(--sk-cube-1);
}
.sk-footer-3-social .single-logo:hover {
  background: linear-gradient(180deg, #BF2938 0%, #600509 100%);
}
.sk-footer-3-social .single-logo:hover::before {
  background: linear-gradient(140deg, #ffffff 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 66%, #ffffff 100%);
}
.sk-footer-3-widget .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--sk-clr-pr-3);
  margin-bottom: 25px;
}
.sk-footer-3-widget ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.sk-footer-3-widget ul li a {
  font-family: var(--sk-font-2);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.8;
  line-height: 1;
  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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-footer-3-widget ul li a:hover {
  opacity: 1;
  color: var(--sk-clr-pr-3);
  background-size: 100% 100%;
}
.sk-footer-3-newsletter {
  max-width: 368px;
}
.sk-footer-3-newsletter .disc {
  opacity: 0.8;
  margin-bottom: 20px;
}
.sk-footer-3-newsletter-form .form-input {
  width: 100%;
  height: 52px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(4px);
  border-radius: 180px;
  font-family: var(--sk-font-1);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 24px;
  padding-right: 50px;
}
.sk-footer-3-newsletter-form .input-btn {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #BF2938 0%, #600509 100%);
  box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 7px;
  top: 6px;
}
.sk-footer-3-newsletter-form .input-btn:hover i {
  animation: jackInTheBox2 0.5s;
}
.sk-footer-3-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .sk-footer-3-bottom {
    justify-content: center;
  }
}
.sk-footer-3-bottom-link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.sk-footer-3-bottom-link a {
  font-family: var(--sk-font-1);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  opacity: 72%;
  transition: var(--sk-cube-1);
}
.sk-footer-3-bottom-link a:hover {
  color: var(--sk-clr-pr-3);
  opacity: 1;
}
.sk-footer-3-copyright {
  opacity: 1;
  color: rgba(255, 255, 255, 0.64);
}
.sk-footer-3-copyright a {
  color: #fff;
  transition: var(--sk-cube-1);
}
.sk-footer-3-copyright a:hover {
  color: var(--sk-clr-pr-3);
}
.sk-footer-3-big-title-overflow {
  overflow: hidden;
  height: 240px;
  margin-top: -30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-footer-3-big-title-overflow {
    height: 200px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-footer-3-big-title-overflow {
    height: 180px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-3-big-title-overflow {
    height: 140px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-3-big-title-overflow {
    height: 120px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-3-big-title-overflow {
    height: 100px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .sk-footer-3-big-title-overflow {
    height: 50px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-footer-3-big-title-overflow {
    height: 80px;
    margin-top: 0px;
  }
}
.sk-footer-3-big-title {
  text-align: center;
  font-size: 400px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  opacity: 5%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-footer-3-big-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-footer-3-big-title {
    font-size: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-3-big-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-3-big-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-3-big-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .sk-footer-3-big-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-footer-3-big-title {
    font-size: 100px;
  }
}

/*
    footer-3-end
*/
/*
    footer-4-start
*/
.sk-footer-4-area {
  background-color: var(--sk-clr-black-5);
  padding-top: 210px;
  margin-top: -80px;
}
.sk-footer-4-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  mix-blend-mode: luminosity;
}
.sk-footer-4-right {
  max-width: 855px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-4-right {
    margin-bottom: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-4-right {
    margin-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .sk-footer-4-right {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-footer-4-right {
    margin-bottom: 200px;
  }
}
.sk-footer-4-right .sk-footer-3-widget .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--sk-clr-pr-4);
  margin-bottom: 25px;
}
.sk-footer-4-right .sk-footer-3-widget ul li a:hover {
  color: var(--sk-clr-pr-4);
}
.sk-footer-4-right .sk-footer-3-newsletter .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 24px;
}
.sk-footer-4-right .sk-footer-3-newsletter-form .form-input {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 12px;
}
.sk-footer-4-right .sk-footer-3-newsletter-form .input-btn {
  width: 40px;
  height: 40px;
  background: linear-gradient(184.33deg, #5030E0 0%, rgba(80, 48, 224, 0.84) 39.42%, #E50FF2 100%);
  border-radius: 10px;
}
.sk-footer-4-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sk-footer-4-bottom .sk-footer-3-copyright a:hover {
  color: var(--sk-clr-pr-4);
}
.sk-footer-4-bottom .sk-footer-3-social .single-logo:hover {
  background: var(--sk-clr-gd-4);
}
.sk-footer-4-big-title-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: -23px;
}
.sk-footer-4-big-title {
  font-size: 286px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-4-big-title {
    font-size: 226px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-4-big-title {
    font-size: 186px;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-4-big-title {
    font-size: 136px;
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .sk-footer-4-big-title {
    font-size: 62px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-footer-4-big-title {
    font-size: 106px;
    margin-bottom: -10px;
  }
}
.sk-footer-4-big-title span {
  color: var(--sk-clr-sd-4);
}
.sk-footer-4-big-title:nth-child(2) {
  position: relative;
  z-index: 2;
}
.sk-footer-4-big-title-robot {
  position: absolute;
  bottom: 0;
  left: -70px;
  z-index: 1;
  width: 39%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-4-big-title-robot {
    left: -60px;
    width: 32%;
  }
}
@media (max-width: 767px) {
  .sk-footer-4-big-title-robot {
    left: -34px;
    width: 50%;
  }
}

/*
    footer-4-end
*/
/*
    footer-5-start
*/
.sk-footer-5-area {
  background-color: var(--sk-clr-black-8);
}
.sk-footer-5-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.sk-footer-5-title {
  font-size: 48px;
  color: #fff;
  line-height: 120%;
  max-width: 526px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-5-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-5-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-5-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sk-footer-5-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-footer-5-title {
    font-size: 34px;
  }
}
.sk-footer-5-info .info-title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}
.sk-footer-5-info .info-dis {
  color: rgba(246, 247, 249, 0.7);
  max-width: 220px;
  margin-bottom: 8px;
  transition: var(--sk-cube-1);
}
@media (max-width: 767px) {
  .sk-footer-5-info .info-dis {
    max-width: 100%;
  }
}
.sk-footer-5-info .info-dis:hover {
  color: var(--sk-clr-pr-5);
}
@media (max-width: 767px) {
  .sk-footer-5-info:is(.text-right) {
    text-align: left;
  }
}
.sk-footer-5-info:is(.text-right) .info-dis {
  margin-left: auto;
}
.sk-footer-5-social .social-title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}
.sk-footer-5-social-link {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.sk-footer-5-social-link .link-elm {
  width: 40px;
  height: 40px;
  border: 1px solid var(--sk-clr-pr-5);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: var(--sk-cube-1);
}
.sk-footer-5-social-link .link-elm:hover {
  background-color: var(--sk-clr-pr-5);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-color: transparent;
}
.sk-footer-5-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  max-width: 260px;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 767px) {
  .sk-footer-5-menu ul {
    justify-content: start;
  }
}
.sk-footer-5-menu ul li {
  font-family: var(--sk-font-1);
  color: rgba(246, 247, 249, 0.7);
  padding-left: 15px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: var(--sk-cube-1);
}
.sk-footer-5-menu ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #F6F7F9;
  position: absolute;
  top: 11px;
  left: 0;
  transition: var(--sk-cube-1);
}
.sk-footer-5-menu ul li:hover {
  color: var(--sk-clr-pr-5);
}
.sk-footer-5-menu ul li:hover::after {
  background-color: var(--sk-clr-pr-5);
}
.sk-footer-5-big-logo {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sk-footer-5-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sk-footer-5-bottom {
    justify-content: center;
  }
}
.sk-footer-5-bottom-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sk-footer-5-bottom-link ul li {
  font-family: var(--sk-font-1);
  color: rgba(246, 247, 249, 0.7);
  padding-left: 15px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: var(--sk-cube-1);
}
.sk-footer-5-bottom-link ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #F6F7F9;
  position: absolute;
  top: 11px;
  left: 0;
  transition: var(--sk-cube-1);
}
.sk-footer-5-bottom-link ul li:hover {
  color: var(--sk-clr-sd-1);
}
.sk-footer-5-bottom-link ul li:hover::after {
  background-color: var(--sk-clr-sd-1);
}
.sk-footer-5-copyright {
  color: rgba(255, 255, 255, 0.8);
}
.sk-footer-5-copyright a {
  color: var(--sk-clr-sd-1);
  border-bottom: 1px solid transparent;
  line-height: 1.2;
}
.sk-footer-5-copyright a:hover {
  border-color: var(--sk-clr-sd-5);
}

/*
    footer-5-end
*/
/*
    footer-6-start
*/
.sk-footer-6-top-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #999999 49.97%, rgba(153, 153, 153, 0) 100%);
  margin-bottom: 60px;
}
.sk-footer-6-widget {
  display: grid;
  grid-template-columns: 2fr 1fr 1.04fr;
  gap: 50px;
}
@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) {
  .sk-footer-6-widget {
    grid-template-columns: 1fr 1fr 1.04fr;
  }
}
@media (max-width: 767px) {
  .sk-footer-6-widget {
    grid-template-columns: 1fr;
  }
}
.sk-footer-6-widget .widget-title {
  font-size: 18px;
  font-weight: 500;
}
.sk-footer-6-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sk-footer-6-widget ul a {
  font-family: var(--sk-font-1);
  color: #F6F7F9;
  font-size: 16px;
  line-height: 120%;
  transition: var(--sk-cube-1);
  opacity: 70%;
  border-bottom: 1px solid transparent;
}
.sk-footer-6-widget ul a:hover {
  opacity: 1;
  color: var(--sk-clr-pr-6);
  transform: translateX(3px);
  border-color: var(--sk-clr-pr-6);
}
.sk-footer-6-widget:is(.has-border) {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  align-items: center;
}
.sk-footer-6-widget:is(.has-border-bottom) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}
.sk-footer-6-widget:is(.has-border-bottom) .widget-title {
  margin-top: 40px;
}
.sk-footer-6-newsletter {
  position: relative;
  z-index: 1;
}
.sk-footer-6-newsletter .form-input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  width: 100%;
  font-family: var(--sk-font-1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  height: 55px;
}
.sk-footer-6-newsletter .form-btn {
  position: absolute;
  right: 0;
  top: 14px;
  background: transparent;
  color: #F44101;
  font-size: 20px;
}
.sk-footer-6-newsletter .form-btn i {
  display: inline-block;
  transition: var(--sk-cube-1);
}
.sk-footer-6-newsletter .form-btn:hover i {
  transform: rotate(45deg);
}
.sk-footer-6-social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 307px;
}
.sk-footer-6-social .social-box {
  height: 77px;
  width: 77px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #1e1e1e;
}
.sk-footer-6-social .social-box:nth-child(1) {
  border: none;
}
.sk-footer-6-social .social-box:nth-child(9) {
  border: none;
}
.sk-footer-6-social .link-elm {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #151515;
  transition: var(--sk-cube-1);
  border-bottom: 1px solid transparent;
}
.sk-footer-6-social .link-elm:hover {
  background-color: #F44101;
  border-color: #F44101;
}
.sk-footer-6-big-title-text {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 180px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  pointer-events: none;
}
.sk-footer-6-big-title-text span {
  color: #F44101;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-6-big-title-text {
    bottom: -18px;
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-6-big-title-text {
    bottom: -17px;
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-6-big-title-text {
    bottom: -11px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .sk-footer-6-big-title-text {
    font-size: 50px;
    position: unset;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-footer-6-big-title-text {
    font-size: 70px;
    position: unset;
  }
}
.sk-footer-6-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 26px 0;
}
.sk-footer-6-bottom-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sk-footer-6-bottom-link ul a {
  font-family: var(--sk-font-1);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: var(--sk-cube-1);
}
.sk-footer-6-bottom-link ul a:hover {
  color: #F44101;
  border-color: #F44101;
}
.sk-footer-6-bottom-copyright a {
  transition: var(--sk-cube-1);
  border-bottom: 1px solid transparent;
  color: #F44101;
}
.sk-footer-6-bottom-copyright a:hover {
  border-color: #F44101;
}
.sk-footer-6-bg-glow-1 {
  width: 32%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sk-footer-6-bg-glow-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31%;
  text-align: right;
  z-index: -1;
}
.sk-footer-6-dot-svg {
  transform: rotate(35deg);
  overflow: visible;
}

/*
    footer-6-end
*/
/*
    footer-7-start
*/
.sk-footer-7-area {
  background-color: #fff;
}
.sk-footer-7-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.sk-footer-7-widget .widget-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.sk-footer-7-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sk-footer-7-widget ul li a {
  font-family: var(--sk-font-1);
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #545963;
  letter-spacing: -0.03em;
  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(--sk-cube-1);
  transition: var(--sk-cube-1);
}
.sk-footer-7-widget ul li a:hover {
  opacity: 1;
  color: #5339FF;
  background-size: 100% 100%;
}
.sk-footer-7-contact {
  max-width: 250px;
}
.sk-footer-7-contact .title {
  font-weight: 500;
  color: var(--sk-clr-black-6);
  margin-bottom: 12px;
}
.sk-footer-7-contact .link-elm a {
  transition: var(--sk-cube-1);
}
.sk-footer-7-contact .link-elm a:hover {
  color: #5339FF;
}
.sk-footer-7-newsletter {
  max-width: 480px;
  width: 100%;
}
.sk-footer-7-newsletter .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.sk-footer-7-newsletter .disc {
  margin-bottom: 28px;
}
.sk-footer-7-newsletter-form {
  position: relative;
  z-index: 1;
}
.sk-footer-7-newsletter-form .form-input {
  width: 100%;
  background: #F6F7F9;
  border-radius: 100px;
  height: 56px;
  padding-left: 20px;
  padding-right: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  border: none;
}
.sk-footer-7-newsletter-form .form-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: var(--sk-clr-black-6);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: var(--sk-cube-1);
  border-radius: 50%;
}
.sk-footer-7-newsletter-form .form-btn:hover {
  background: #5339FF;
}
.sk-footer-7-big-title {
  margin-left: -300px;
  margin-right: -300px;
  pointer-events: none;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-footer-7-big-title {
    margin-left: -120px;
    margin-right: -120px;
  }
}
@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) {
  .sk-footer-7-big-title {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.sk-footer-7-big-title-text {
  font-weight: 500;
  font-size: 440px;
  letter-spacing: -0.03em;
  line-height: 75%;
  color: #F6F7F9;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sk-footer-7-big-title-text {
    font-size: 360px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-footer-7-big-title-text {
    font-size: 310px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sk-footer-7-big-title-text {
    font-size: 270px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sk-footer-7-big-title-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sk-footer-7-big-title-text {
    font-size: 170px;
    line-height: 95%;
  }
}
@media (max-width: 767px) {
  .sk-footer-7-big-title-text {
    font-size: 70px;
    line-height: 95%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sk-footer-7-big-title-text {
    font-size: 120px;
    line-height: 95%;
  }
}
.sk-footer-7-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sk-footer-7-bottom {
    justify-content: center;
  }
}
.sk-footer-7-bottom-copyright {
  color: var(--sk-clr-black-6);
}
.sk-footer-7-bottom-copyright a {
  color: #5339FF;
  transition: var(--sk-cube-1);
}
.sk-footer-7-bottom-copyright a:hover {
  color: var(--sk-clr-pr-7);
}
.sk-footer-7-bottom-link {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.sk-footer-7-bottom-link a {
  width: 48px;
  height: 48px;
  border: 1px solid #EFF0EF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  opacity: 1;
  font-size: 20px;
  color: var(--sk-clr-black-3);
  transition: var(--sk-cube-1);
}
.sk-footer-7-bottom-link a:hover {
  background-color: #5339FF;
  color: #fff;
  border-color: transparent;
}

/*
    footer-7-end
*/
/*
    pages
*/
/*
    home-css-start
*/
.sk-home-1 {
  background-color: #110F20;
}

.sk-home-2 {
  background-color: var(--sk-clr-white-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) {
  .sk-home-2::-webkit-scrollbar-thumb {
    background: var(--sk-clr-pr-2);
  }
}

.sk-home-3 {
  background-color: #120101;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-home-3::-webkit-scrollbar-thumb {
    background: var(--sk-clr-pr-3);
  }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-home-4::-webkit-scrollbar-thumb {
    background: var(--sk-clr-pr-4);
  }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-home-5::-webkit-scrollbar-thumb {
    background: var(--sk-clr-pr-5);
  }
}

.sk-home-6 {
  background-color: var(--sk-clr-black-6);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-home-6::-webkit-scrollbar-thumb {
    background: var(--sk-clr-pr-6);
  }
}

.sk-home-7 {
  background-color: #F6F7F9;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sk-home-7::-webkit-scrollbar-thumb {
    background: var(--sk-clr-pr-7);
  }
}

.sk-inner-page {
  background-color: #F6F7F9;
}

/*
    home-css-end
*/

/*# sourceMappingURL=main.css.map */
