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

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --sn-body-color: #74787C;
  --sn-black1: #000000;
  --sn-heading: "Public Sans", sans-serif;
  --sn-body-font: "DM Sans", sans-serif;
  --sn-inter: "Inter", sans-serif;
  --sn-prime-c: #683BF2;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

.sn-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.sn-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sn-header-section .dropdown {
  position: relative;
}
.sn-header-section .dropdown:after {
  top: 2px;
  z-index: 2;
  right: -4px;
  content: "\f078";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.sn-header-section .dropdown:hover:after {
  display: none;
}
.sn-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.sn-header-section .dropdown:is(.active):after {
  display: none;
}
.sn-header-section .dropdown-menu {
  left: 0;
  top: 60px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.sn-header-section .dropdown-menu .dropdown {
  padding-right: 0;
}
.sn-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.sn-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.sn-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.sn-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.sn-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.sn-header-section .dropdown-menu li:before {
  display: none;
}
.sn-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.sn-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sn-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.sn-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.sn-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.sn-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #000 !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  padding: 12px 0px 12px 18px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.sn-header-section .dropdown-menu a:before {
  display: none;
}
.sn-header-section .dropdown-menu a:after {
  display: none;
}
.sn-header-section .dropdown-menu a:hover, .sn-header-section .dropdown-menu a.active {
  color: #605BFF !important;
  padding-left: 30px !important;
}
.sn-header-section .dropdown-menu a:hover:after, .sn-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.sn-header-section .dropdown-menu a:hover:before, .sn-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.sn-header-section .sn-header-content {
  margin: 0 auto;
  max-width: 1845px;
  padding: 25px 15px;
}
.sn-header-section .sn-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-header-section .sn-mobile-menu-btn {
    display: block;
  }
}
.sn-header-section .sn-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sn-header-section .sn-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #000;
}
.sn-header-section .sn-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.sn-header-section .main-navigation {
  font-family: var(--sn-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-header-section .main-navigation {
    display: none;
  }
}
.sn-header-section .main-navigation li {
  margin: 0px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sn-header-section .main-navigation li {
    margin: 0px 3px;
  }
}
.sn-header-section .main-navigation li a {
  z-index: 1;
  font-size: 18px;
  display: inline;
  padding-top: 6px;
  padding-left: 15px;
  position: relative;
  letter-spacing: -1px;
  padding-bottom: 40px;
  padding-right: 15px;
  color: var(--sn-black1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sn-header-section .main-navigation li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.sn-header-section .main-navigation li a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  max-height: 33px;
  position: absolute;
  border-radius: 26px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#D8D8D8));
  background: linear-gradient(180deg, #F4F4F4 0%, #D8D8D8 100%);
}
.sn-header-section .main-navigation li:hover a:before, .sn-header-section .main-navigation li:is(.active) a:before {
  height: 100%;
}
.sn-header-section .sn-btn-grp {
  gap: 16px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-header-section .sn-btn-grp .sn-btn1 {
    display: none !important;
  }
}
.sn-header-section .sn-btn-grp .sn-btn1 a span {
  padding: 16px 25px;
}
.sn-header-section .sn-btn-grp .sign_up_btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 14px 25px;
  border-radius: 10px;
  color: var(--sn-black1);
  border: 2px solid rgba(213, 215, 218, 0.4784313725);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-header-section .sn-btn-grp .sign_up_btn {
    display: none !important;
  }
}
.sn-header-section .sn-btn-grp .sign_up_btn:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 16px;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: #4400E7;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.555;
  position: relative;
  overflow-x: hidden;
  color: var(--sn-body-color);
  font-family: var(--sn-body-font);
  background-color: #F4F4F4;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1344px;
}
body .row {
  --bs-gutter-x: 32px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body:is(.ver_2) .container {
  max-width: 1428px;
}
body:is(.ver_3) .container {
  max-width: 1444px;
}

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

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

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--sn-prime-c);
}

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

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

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

@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 1000;
  }
  40% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}

@keyframes draw {
  0% {
    stroke-dashoffset: 1000;
  }
  40% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@-webkit-keyframes fill1 {
  0%, 40% {
    fill: transparent;
  }
  50% {
    fill: #34C9FF;
  }
  90%, 100% {
    fill: transparent;
  }
}
@keyframes fill1 {
  0%, 40% {
    fill: transparent;
  }
  50% {
    fill: #34C9FF;
  }
  90%, 100% {
    fill: transparent;
  }
}
@-webkit-keyframes fill2 {
  0%, 40% {
    fill: transparent;
  }
  50% {
    fill: #FF9951;
  }
  90%, 100% {
    fill: transparent;
  }
}
@keyframes fill2 {
  0%, 40% {
    fill: transparent;
  }
  50% {
    fill: #FF9951;
  }
  90%, 100% {
    fill: transparent;
  }
}
@-webkit-keyframes fill3 {
  0%, 40% {
    fill: transparent;
  }
  50% {
    fill: #FD76E8;
  }
  90%, 100% {
    fill: transparent;
  }
}
@keyframes fill3 {
  0%, 40% {
    fill: transparent;
  }
  50% {
    fill: #FD76E8;
  }
  90%, 100% {
    fill: transparent;
  }
}
#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw 3s linear infinite;
          animation: draw 3s linear infinite;
}
#preloader .draw:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#preloader .draw:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#preloader .fill1 {
  -webkit-animation: draw 5s linear infinite, fill1 5s ease-in-out infinite;
          animation: draw 5s linear infinite, fill1 5s ease-in-out infinite;
}
#preloader .fill2 {
  -webkit-animation: draw 5s linear infinite 0.6s, fill2 5s ease-in-out infinite 0.6s;
          animation: draw 5s linear infinite 0.6s, fill2 5s ease-in-out infinite 0.6s;
}
#preloader .fill3 {
  -webkit-animation: draw 5s linear infinite 1.2s, fill3 5s ease-in-out infinite 1.2s;
          animation: draw 5s linear infinite 1.2s, fill3 5s ease-in-out infinite 1.2s;
}

.sn-scrollup {
  color: #000;
  width: 70px;
  right: 20px;
  z-index: 5;
  height: 50px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 72px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-scrollup i {
  color: #fff;
}

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

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

button {
  cursor: pointer;
}

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

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

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

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-cover video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.over-hidden,
.split-line {
  overflow: hidden;
}

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

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

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

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  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);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

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

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

.sn-btn1 {
  line-height: 0.8;
  overflow: hidden;
  border-radius: 10px;
  padding: 2px 2px 0px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: rgba(255, 255, 255, 0.12);
}
.sn-btn1 a {
  z-index: 1;
  padding: 2px;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  color: var(--sn-black1);
}
.sn-btn1 a span {
  border-radius: 10px;
  padding: 18px 25px;
  position: relative;
}
.sn-btn1 a span:after {
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(46.15%, #DDD1DC), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #DDD1DC 46.15%, #FFFFFF 100%);
}
.sn-btn1 a:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-btn1 a:hover:before {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}

.sn-sec-title .sec_title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sn-sec-title .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sn-sec-title .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sn-sec-title .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .sn-sec-title .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .sn-sec-title .sec_title {
    font-size: 26px;
  }
}
.sn-sec-title p {
  padding-top: 20px;
}
.sn-sec-title:is(.text-center) {
  margin: 0 auto;
  max-width: 800px;
}

.sn-pagination li {
  margin: 0px 3px;
}
.sn-pagination li a, .sn-pagination .current {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-weight: 500;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #F1F1F1;
}
.sn-pagination li a:hover, .sn-pagination .current {
  color: #fff;
  border: 2px solid #605BFF;
  background-color: #605BFF;
}

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

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 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;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

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

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

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

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.sn-hero-sec {
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
}
.sn-hero-sec:before {
  left: 0;
  width: 100%;
  bottom: -75%;
  z-index: 2;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(74.04%, #F4F4F4), to(rgba(244, 244, 244, 0)));
  background: linear-gradient(360deg, #F4F4F4 74.04%, rgba(244, 244, 244, 0) 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-hero-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-hero-sec {
    padding-top: 80px;
  }
}

.sn-hero-content {
  z-index: 1;
  padding-top: 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-hero-content {
    padding-top: 80px;
  }
}
.sn-hero-content .sn-hero-bg {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  text-align: center;
  border-radius: 24px;
}

@-webkit-keyframes breathing {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes breathing {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
/* Color shifting animation */
@-webkit-keyframes colorShift {
  0% {
    -webkit-filter: blur(110px) hue-rotate(0deg);
            filter: blur(110px) hue-rotate(0deg);
  }
  50% {
    -webkit-filter: blur(120px) hue-rotate(180deg);
            filter: blur(120px) hue-rotate(180deg);
  }
  100% {
    -webkit-filter: blur(110px) hue-rotate(360deg);
            filter: blur(110px) hue-rotate(360deg);
  }
}
@keyframes colorShift {
  0% {
    -webkit-filter: blur(110px) hue-rotate(0deg);
            filter: blur(110px) hue-rotate(0deg);
  }
  50% {
    -webkit-filter: blur(120px) hue-rotate(180deg);
            filter: blur(120px) hue-rotate(180deg);
  }
  100% {
    -webkit-filter: blur(110px) hue-rotate(360deg);
            filter: blur(110px) hue-rotate(360deg);
  }
}
.sn-hero-circle-shape {
  top: 42%;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: -1;
  position: absolute;
}
.sn-hero-circle-shape .circle-shape {
  width: 370px;
  height: 370px;
  margin-left: -30px;
  border-radius: 100%;
  -webkit-filter: blur(110px);
          filter: blur(110px);
  -webkit-animation: breathing 6s ease-in-out infinite, colorShift 8s linear infinite;
          animation: breathing 6s ease-in-out infinite, colorShift 8s linear infinite;
}
.sn-hero-circle-shape .circle-shape:is(.circle-shape1) {
  background-color: #605BFF;
}
.sn-hero-circle-shape .circle-shape:is(.circle-shape2) {
  background-color: #FD76E8;
}
.sn-hero-circle-shape .circle-shape:is(.circle-shape3) {
  background-color: #FF9951;
}

.sn-hero-shape1 {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 3000ms all ease-in-out;
  transition: 3000ms all ease-in-out;
  clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-hero-shape1 {
    display: none;
  }
}
.sn-hero-shape1:is(.active) {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.sn-hero-text {
  margin: 0 auto;
  max-width: 725px;
  margin-bottom: 68px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-hero-text {
    margin-bottom: 40px;
  }
}
.sn-hero-text .sn-hero-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -1px;
  padding-bottom: 18px;
  color: var(--sn-black1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-hero-text .sn-hero-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sn-hero-text .sn-hero-title {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .sn-hero-text .sn-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .sn-hero-text .sn-hero-title {
    font-size: 38px;
  }
}
.sn-hero-text p {
  color: #535862;
  margin: 0 auto;
  font-size: 18px;
  max-width: 700px;
  padding-bottom: 30px;
}

.sn-hero-img {
  padding: 20px;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.7215686275);
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2) inset;
  backdrop-filter: blur(24px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
}
@media (max-width: 480px) {
  .sn-hero-img {
    padding: 5px;
  }
}
.sn-hero-img:before {
  left: 0;
  width: 100%;
  bottom: -75%;
  z-index: 1;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(74.04%, #F4F4F4), to(rgba(244, 244, 244, 0)));
  background: linear-gradient(360deg, #F4F4F4 74.04%, rgba(244, 244, 244, 0) 100%);
}
.sn-hero-img .item-img {
  overflow: hidden;
  border-radius: 20px;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.sn-client-sec {
  margin: 0 auto;
  max-width: 1920px;
}

.sn-client-content h3 {
  font-size: 20px;
  letter-spacing: -1px;
}

.sn-client-slider-wrap:before, .sn-client-slider-wrap:after {
  top: -10px;
  z-index: 1;
  content: "";
  width: 520px;
  height: 80px;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-client-slider-wrap:before, .sn-client-slider-wrap:after {
    display: none;
  }
}
.sn-client-slider-wrap:before {
  z-index: 2;
  left: -300px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(244, 244, 244, 0.2)), color-stop(25.78%, rgba(244, 244, 244, 0.7)), color-stop(46.26%, #F4F4F4), color-stop(60.37%, #F4F4F4), to(#F4F4F4));
  background: linear-gradient(270deg, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.7) 25.78%, #F4F4F4 46.26%, #F4F4F4 60.37%, #F4F4F4 100%);
}
.sn-client-slider-wrap:after {
  right: -300px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0.2)), color-stop(25.78%, rgba(244, 244, 244, 0.7)), color-stop(46.26%, #F4F4F4), color-stop(60.37%, #F4F4F4), to(#F4F4F4));
  background: linear-gradient(-270deg, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.7) 25.78%, #F4F4F4 46.26%, #F4F4F4 60.37%, #F4F4F4 100%);
}

.sn-client-img {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sn-client-img .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-client-img:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.sn-feature-badge {
  margin-top: -40px;
}
@media (max-width: 480px) {
  .sn-feature-badge {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .sn-feature-badge .item-line {
    display: none;
  }
}
.sn-feature-badge .item-icon {
  z-index: 2;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-top: -22px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 480px) {
  .sn-feature-badge .item-icon {
    margin-top: 0;
  }
}
.sn-feature-badge .item-icon i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.sn-feature-content {
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sn-feature-area {
  max-width: 985px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-area {
    max-width: 100%;
  }
}

.sn-feature-top-wrap {
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-top-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sn-feature-bottom-wrap {
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-bottom-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sn-ft-item-text h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 12px;
}
.sn-ft-item-text p {
  color: #535862;
  font-size: 18px;
}

.sn-feature-item1 {
  z-index: 1;
  max-width: 482px;
  padding: 40px 32px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-item1 {
    max-width: 100%;
  }
}
.sn-feature-item1 .sn-ft-shape1 {
  left: 0;
  right: 0;
  top: -55%;
  z-index: -1;
}
.sn-feature-item1 .sn-ft-shape2 {
  right: -30%;
  bottom: -40%;
  z-index: -1;
  opacity: 0.8;
}
.sn-feature-item1 .item-icon-wrap {
  width: 177px;
}
@media (max-width: 480px) {
  .sn-feature-item1 .item-icon-wrap {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.sn-feature-item1 .item-icon-wrap:is(.icon_area_1) .icon-wrap1 svg {
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
  clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
}
.sn-feature-item1 .item-icon-wrap:is(.icon_area_1):is(.active) .icon-wrap1 svg {
  clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
}
.sn-feature-item1 .item-icon-wrap:is(.icon_area_1):is(.active) .icon-logos .sn_icon {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
@media (max-width: 480px) {
  .sn-feature-item1 .icon-wrap1 {
    display: none;
  }
}
.sn-feature-item1 .icon-logos .sn_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.0784313725);
}
.sn-feature-item1 .icon-logos .sn_icon:last-child {
  margin-bottom: 0;
}
.sn-feature-item1 .item-ficon {
  top: 50%;
  left: 0;
  right: 0;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid rgba(158, 216, 254, 0.64);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .sn-feature-item1 .item-ficon {
    display: none !important;
  }
}
.sn-feature-item1 .item-ficon i {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-feature-item2 {
  z-index: 1;
  padding: 40px 32px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-item2 {
    max-width: 100%;
  }
}
.sn-feature-item2 .sn-ft-shape1 {
  top: -80%;
  left: -25%;
  z-index: -1;
  opacity: 0.8;
}
.sn-feature-item2 .sn-ft-shape2 {
  right: -70%;
  z-index: -1;
  bottom: -90%;
  opacity: 0.8;
}

.sn-feature-item3 {
  width: 100%;
  padding: 32px;
  max-width: 315px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  min-height: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-item3 {
    max-width: 100%;
  }
}
.sn-feature-item3 .item-icon {
  z-index: 1;
  width: 64px;
  height: 64px;
  margin-bottom: 35px;
  position: relative;
  border-radius: 100%;
}
.sn-feature-item3 .item-icon:before, .sn-feature-item3 .item-icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100%;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-feature-item3 .item-icon:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FFFFFF));
  background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
}
.sn-feature-item3 .item-icon:before {
  top: 4px;
}
.sn-feature-item3 .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-feature-item3 .item-text h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 18px;
}
.sn-feature-item3 .item-text p {
  font-size: 18px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-feature-item3:is(.ver_2) {
  background-color: #605BFF;
}
.sn-feature-item3:is(.ver_2) .item-icon {
  margin-bottom: 60px;
}
.sn-feature-item3:is(.ver_2) .item-icon:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#4F4AF8), to(#605BFF));
  background: linear-gradient(180deg, #4F4AF8 0%, #605BFF 100%);
}
.sn-feature-item3:is(.ver_2) .item-text h3 {
  color: #fff;
}
.sn-feature-item3:is(.ver_2) .item-text p {
  color: #fff;
  opacity: 0.72;
}
.sn-feature-item3:hover, .sn-feature-item3:is(.active) {
  background-color: #000000;
}
.sn-feature-item3:hover .item-icon:after, .sn-feature-item3:is(.active) .item-icon:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000));
  background: linear-gradient(180deg, #222222 0%, #000000 100%);
}
.sn-feature-item3:hover .item-icon svg path, .sn-feature-item3:is(.active) .item-icon svg path {
  fill: #fff;
}
.sn-feature-item3:hover .item-text h3, .sn-feature-item3:is(.active) .item-text h3 {
  color: #fff;
}
.sn-feature-item3:hover .item-text p, .sn-feature-item3:is(.active) .item-text p {
  color: rgba(255, 255, 255, 0.72);
}

.sn-feature-area2 {
  width: 100%;
  max-width: 315px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-area2 {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-area2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sn-feature-item4 {
  z-index: 1;
  margin-top: 22px;
  border-radius: 12px;
  padding: 35px 32px 0px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-bottom: 325px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-item4 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-feature-item4 {
    max-width: 100%;
    width: 100%;
  }
}
.sn-feature-item4 .sn_cir_shape1 {
  top: -30%;
  left: -40%;
  z-index: -1;
}
.sn-feature-item4 .sn_cir_shape2 {
  top: 5%;
  z-index: -1;
  right: -60%;
}
.sn-feature-item4 .sn-shape1,
.sn-feature-item4 .sn-shape2 {
  right: -51%;
  bottom: -21%;
  width: 440px;
  height: 340px;
  position: absolute;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.0392156863);
  -webkit-transform: rotate(16.73deg);
          transform: rotate(16.73deg);
}
.sn-feature-item4 .sn-shape2 {
  right: -47%;
  bottom: -17%;
}
.sn-feature-item4 .item-text h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 18px;
}
.sn-feature-item4 .item-text p {
  color: #535862;
  font-size: 18px;
  max-width: 235px;
}
.sn-feature-item4 .item-img {
  right: -56%;
  bottom: -25%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: rotate(16.73deg);
          transform: rotate(16.73deg);
  -webkit-box-shadow: -6px -6px 13px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: -6px -6px 13px 0px rgba(0, 0, 0, 0.1215686275);
}

/*---------------------------------------------------- */
/*Explore area*/
/*----------------------------------------------------*/
.sn-explore-sec {
  padding: 0px 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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-explore-sec {
    padding: 0px 5px;
  }
}

.sn-explore-wrapper {
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-explore-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.sn-explore-text {
  max-width: 565px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-explore-text {
    max-width: 100%;
  }
}

.sn-explore-content {
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sn-explore-content {
    gap: 40px 30px;
  }
}
.sn-explore-content .sn-exp-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  border-radius: 20px;
}

.sn-explore-list {
  padding-left: 46px;
  position: relative;
  margin-bottom: 20px;
}
.sn-explore-list:last-child {
  margin-bottom: 0;
}
.sn-explore-list:before, .sn-explore-list:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-explore-list:before {
  opacity: 0.08;
  background-color: #000000;
}
.sn-explore-list:after {
  left: 10px;
  background-color: #605BFF;
}
.sn-explore-list h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}
.sn-explore-list p {
  max-width: 500px;
  letter-spacing: -0.5px;
}
.sn-explore-list:hover:before {
  left: 10px;
}
.sn-explore-list:hover:after {
  left: 0;
}

@-webkit-keyframes PROGRESSBAR {
  0% {
    width: 50%;
  }
  5% {
    width: 70%;
  }
  10% {
    width: 100%;
  }
  15% {
    width: 80%;
  }
  20% {
    width: 50%;
  }
  25% {
    width: 65%;
  }
  30% {
    width: 80%;
  }
  35% {
    width: 60%;
  }
  40% {
    width: 40%;
  }
  45% {
    width: 30%;
  }
  50% {
    width: 20%;
  }
  55% {
    width: 55%;
  }
  60% {
    width: 90%;
  }
  65% {
    width: 80%;
  }
  70% {
    width: 75%;
  }
  75% {
    width: 77%;
  }
  80% {
    width: 80%;
  }
  85% {
    width: 90%;
  }
  90% {
    width: 100%;
  }
  95% {
    width: 92%;
  }
  100% {
    width: 85%;
  }
}

@keyframes PROGRESSBAR {
  0% {
    width: 50%;
  }
  5% {
    width: 70%;
  }
  10% {
    width: 100%;
  }
  15% {
    width: 80%;
  }
  20% {
    width: 50%;
  }
  25% {
    width: 65%;
  }
  30% {
    width: 80%;
  }
  35% {
    width: 60%;
  }
  40% {
    width: 40%;
  }
  45% {
    width: 30%;
  }
  50% {
    width: 20%;
  }
  55% {
    width: 55%;
  }
  60% {
    width: 90%;
  }
  65% {
    width: 80%;
  }
  70% {
    width: 75%;
  }
  75% {
    width: 77%;
  }
  80% {
    width: 80%;
  }
  85% {
    width: 90%;
  }
  90% {
    width: 100%;
  }
  95% {
    width: 92%;
  }
  100% {
    width: 85%;
  }
}
.sn-explore-img-wrap .item-img1 {
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.2509803922);
}
.sn-explore-img-wrap .sn-progress-wrap {
  width: 100%;
  bottom: -25px;
  padding: 35px;
  right: -120px;
  max-width: 375px;
  position: absolute;
  border-radius: 10px;
  background-color: var(--sn-black1);
  -webkit-box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sn-explore-img-wrap .sn-progress-wrap {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-explore-img-wrap .sn-progress-wrap {
    max-width: 100%;
    margin-top: 25px;
    position: static !important;
  }
}
.sn-explore-img-wrap .sn-prog-item {
  gap: 15px;
  margin-bottom: 15px;
}
.sn-explore-img-wrap .sn-prog-item:last-child {
  margin-bottom: 0;
}
.sn-explore-img-wrap .sn-prog-item:nth-child(even) .sn-prg-bar {
  background-color: #605BFF;
}
.sn-explore-img-wrap .sn-prog-item:nth-child(1) .sn-prg-bar {
  -webkit-animation: PROGRESSBAR 10s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: PROGRESSBAR 10s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.sn-explore-img-wrap .sn-prog-item:nth-child(2) .sn-prg-bar {
  -webkit-animation: PROGRESSBAR 8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: PROGRESSBAR 8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.sn-explore-img-wrap .sn-prog-item:nth-child(3) .sn-prg-bar {
  -webkit-animation: PROGRESSBAR 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: PROGRESSBAR 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.sn-explore-img-wrap .sn-prog-item:nth-child(4) .sn-prg-bar {
  -webkit-animation: PROGRESSBAR 15s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: PROGRESSBAR 15s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.sn-explore-img-wrap .sn-prog-item:nth-child(5) .sn-prg-bar {
  -webkit-animation: PROGRESSBAR 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: PROGRESSBAR 5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.sn-explore-img-wrap .sn-prog-item:nth-child(6) .sn-prg-bar {
  -webkit-animation: PROGRESSBAR 13s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: PROGRESSBAR 13s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.sn-explore-img-wrap .sn-prog-item span {
  color: #FFFFFF;
  font-size: 14px;
}
.sn-explore-img-wrap .sn-prog-item .sn-prg-bar {
  width: 100%;
  height: 12px;
  max-width: 230px;
  background-color: #FD76E8;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sn-explore-img-wrap .sn-prog-item b {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}
.sn-explore-img-wrap .item-shape1 {
  top: -15px;
  right: -15px;
  position: absolute;
}

.sn-graph-wrap {
  top: 8px;
  z-index: 1;
  left: -90px;
  width: 100%;
  height: 181px;
  max-width: 364px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sn-graph-wrap {
    left: -40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-graph-wrap {
    left: 0;
    max-width: 100%;
    position: relative !important;
  }
}
.sn-graph-wrap .item-img1 {
  bottom: 0;
  width: 131%;
  z-index: -1;
  left: -20px;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-graph-wrap .item-img1 {
    left: 0;
  }
}
.sn-graph-wrap .item-cart-number {
  gap: 15px;
}
@media (max-width: 480px) {
  .sn-graph-wrap .item-cart-number {
    gap: 5px;
  }
}
.sn-graph-wrap .item-cart-number .item-icon {
  width: 64px;
  height: 64px;
  color: #605BFF;
  overflow: hidden;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .sn-graph-wrap .item-cart-number .item-icon {
    width: 45px;
    height: 45px;
  }
}
.sn-graph-wrap .item-cart-number .item-icon:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-graph-wrap .item-cart-number .item-text .s_title {
  color: #030229;
  font-size: 14px;
}
.sn-graph-wrap .item-cart-number .item-text h3 {
  color: #030229;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .sn-graph-wrap .item-cart-number .item-text h3 {
    font-size: 18px;
  }
}
.sn-graph-wrap .cart-sales {
  padding: 25px 20px;
}
@media (max-width: 480px) {
  .sn-graph-wrap .cart-sales {
    padding: 15px 10px;
  }
}
.sn-graph-wrap .cart-sales p {
  color: #34C9FF;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .sn-graph-wrap .cart-sales p {
    font-size: 12px;
  }
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.sn-price-sec .sn-sec-title {
  max-width: 650px;
}

.at-price3-btn-grp .toggle,
.at-price3-btn-grp .toggler {
  margin: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.at-price3-btn-grp .toggler {
  color: #5A595C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.at-price3-btn-grp .toggler--is-active {
  font-weight: 500;
  color: var(--sn-black1);
}
.at-price3-btn-grp .b {
  display: block;
}
.at-price3-btn-grp .toggle {
  position: relative;
  width: 72px;
  height: 36px;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(85, 71, 255, 0.1215686275);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.at-price3-btn-grp .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.at-price3-btn-grp .check:checked ~ .switch {
  right: 2px;
  left: 50.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0.08s, 0s;
          transition-delay: 0.08s, 0s;
}
.at-price3-btn-grp .switch {
  left: 6px;
  top: 5px;
  bottom: 2px;
  position: absolute;
  right: 57.5%;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, 0.08s;
          transition-delay: 0s, 0.08s;
  background-color: #605BFF;
}

.at-price3-card-content .hide {
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
.sn-price-item {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.sn-price-item .item-title-icon {
  gap: 20px;
  padding: 38px 28px 28px;
}
.sn-price-item .item-icon {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background-color: #FFCDA9;
}
.sn-price-item .item-icon:is(.ver_2) {
  background-color: #9DE5FF;
}
.sn-price-item .item-icon:is(.ver_3) {
  background-color: #FFB9F4;
}
.sn-price-item .item-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--sn-black1);
}
.sn-price-item .item-price {
  padding: 0px 28px;
}
.sn-price-item .item-price h3 {
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 13px;
}
.sn-price-item .item-price h3 sup {
  top: 0;
  color: #535862;
  font-size: 18px;
  font-weight: 400;
}
.sn-price-item .item-price p {
  font-weight: 500;
  font-family: var(--sn-inter);
  color: var(--sn-black1);
}
.sn-price-item .item-list-btn {
  margin-top: 28px;
  padding: 25px 28px;
  border-radius: 10px;
  background-color: #fff;
}
.sn-price-item .item-list-btn li {
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: var(--sn-inter);
}
.sn-price-item .item-list-btn li i {
  margin-right: 10px;
}
.sn-price-item .item-list-btn .price-btn {
  margin-top: 30px;
}
.sn-price-item .item-list-btn .price-btn a {
  width: 100%;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 6px;
  text-align: center;
  color: var(--sn-black1);
  background-color: #E8EAEC;
}
.sn-price-item .item-list-btn .price-btn a:hover {
  color: #fff;
  background-color: #605BFF;
}
.sn-price-item:hover .item-icon {
  -webkit-animation: 2s spin infinite;
          animation: 2s spin infinite;
}

.sn-line-shape {
  margin-top: -180px;
}
.sn-line-shape .item-img {
  width: 130%;
  margin-left: -15%;
}

/*---------------------------------------------------- */
/*Process area*/
/*----------------------------------------------------*/
@-webkit-keyframes ring {
  0% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
  20% {
    -webkit-transform: skew(5deg) translateZ(20px) scale(1.1);
    transform: skew(5deg) translateZ(20px) scale(1.1);
  }
  40% {
    -webkit-transform: skew(-5deg) scale(1.1);
    transform: skew(-5deg) scale(1.1);
  }
  60% {
    -webkit-transform: skew(3deg) translateZ(20px) scale(1.1);
    transform: skew(3deg) translateZ(20px) scale(1.1);
  }
  80% {
    -webkit-transform: skew(-3deg) scale(1.1);
    transform: skew(-3deg) scale(1.1);
  }
  100% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
  20% {
    -webkit-transform: skew(5deg) translateZ(20px) scale(1.1);
    transform: skew(5deg) translateZ(20px) scale(1.1);
  }
  40% {
    -webkit-transform: skew(-5deg) scale(1.1);
    transform: skew(-5deg) scale(1.1);
  }
  60% {
    -webkit-transform: skew(3deg) translateZ(20px) scale(1.1);
    transform: skew(3deg) translateZ(20px) scale(1.1);
  }
  80% {
    -webkit-transform: skew(-3deg) scale(1.1);
    transform: skew(-3deg) scale(1.1);
  }
  100% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
}
.sn-work-p-sec .sn-sec-title {
  max-width: 650px;
}

.ra-process3-content {
  margin: 0 auto;
  position: relative;
  max-width: 1185px;
}
.ra-process3-content:before {
  left: 0;
  right: 0;
  top: 32px;
  width: 70%;
  height: 1px;
  content: "";
  opacity: 0.5;
  margin: 0 auto;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-process3-content:before {
    display: none;
  }
}

.ra-process3-item {
  margin: 0 auto;
  max-width: 346px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-process3-item {
    margin-bottom: 30px;
  }
}
.ra-process3-item:before {
  top: 60%;
  width: 1px;
  content: "";
  height: 60%;
  right: -30px;
  opacity: 0.32;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 84, 231, 0)), color-stop(28.37%, #6254E7), color-stop(66.83%, #6254E7), to(rgba(98, 84, 231, 0)));
  background: linear-gradient(180deg, rgba(98, 84, 231, 0) 0%, #6254E7 28.37%, #6254E7 66.83%, rgba(98, 84, 231, 0) 100%);
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-process3-item:before {
    display: none;
  }
}
.ra-process3-item .item-serial {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  color: #535862;
  font-size: 23px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  border-radius: 12px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(94.57deg, rgba(52, 201, 255, 0.48) 0%, rgba(139, 163, 255, 0.48) 33.06%, rgba(253, 118, 232, 0.48) 66.11%, rgba(255, 153, 81, 0.48) 100%) border-box;
}
.ra-process3-item .item-serial:before {
  left: 0;
  right: 0;
  width: 1px;
  content: "";
  height: 40px;
  bottom: -40px;
  margin: 0 auto;
  position: absolute;
  border: 1px dashed #F8A3FF;
}
.ra-process3-item .item-card {
  padding: 50px 35px;
  border-radius: 16px;
}
.ra-process3-item .item-card .item-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 46px;
  background-color: #46505B;
}
.ra-process3-item .item-card .item-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.ra-process3-item .item-card .item-text p {
  font-size: 16px;
  font-family: var(--sn-inter);
}
.ra-process3-item:hover .item-card .item-icon {
  -webkit-animation: ring 1s ease infinite;
          animation: ring 1s ease infinite;
}

.col-lg-4:last-child .ra-process3-item:before {
  display: none;
}
.col-lg-4:nth-child(1) .ra-process3-item .item-card {
  background-color: #E5EEFF;
}
.col-lg-4:nth-child(2) .ra-process3-item .item-card {
  background-color: #FFF8DD;
}
.col-lg-4:nth-child(3) .ra-process3-item .item-card {
  background-color: #EFE9FF;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.sn-testi-top {
  gap: 20px 30px;
}
.sn-testi-top .sn-sec-title {
  max-width: 600px;
}

.sn-testi-wrapper {
  padding-top: 80px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #E8EAEC;
}

.sn-testi-item .item-icon {
  opacity: 0;
  line-height: 1;
  font-size: 68px;
  margin-bottom: 35px;
  color: var(--sn-black1);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.sn-testi-item .item-text {
  margin: 0 auto;
  font-size: 28px;
  max-width: 850px;
  font-weight: 300;
  margin-bottom: 65px;
  color: var(--sn-black1);
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sn-testi-item .item-text {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .sn-testi-item .item-text {
    font-size: 20px;
  }
}
.sn-testi-item .item-text .split-line {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}

.sn-tst-thumb-item {
  gap: 16px;
  z-index: 1;
  opacity: 0.6;
  cursor: pointer;
  padding: 18px 30px;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-top: 2px solid transparent;
}
.sn-tst-thumb-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#CFDFFF), to(#E8EAEC));
  background: linear-gradient(180deg, #CFDFFF 0%, #E8EAEC 100%);
}
.sn-tst-thumb-item .item-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
}
.sn-tst-thumb-item .item-text h3 {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.sn-tst-thumb-item .item-text span {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.sn-testi-thumb {
  border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.swiper-slide-thumb-active .sn-tst-thumb-item {
  opacity: 1;
  position: relative;
  border-top: 2px solid #605BFF;
}
.swiper-slide-thumb-active .sn-tst-thumb-item:before {
  height: 100%;
}

.swiper-slide-active .sn-testi-item .item-icon {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .sn-testi-item .item-text .split-line {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(5) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(6) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(7) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.swiper-slide-active .sn-testi-item .item-text .split-line:nth-child(8) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.sn-faq-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  overflow: hidden;
  max-width: 1000px;
  border-radius: 8px;
  border: 1px solid rgba(36, 45, 49, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-faq-content {
    max-width: 100%;
  }
}
.sn-faq-content .accordion-item,
.sn-faq-content .accordion-button {
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-faq-content .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.sn-faq-content .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(36, 45, 49, 0.2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-faq-content .accordion-item:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  .sn-faq-content .accordion-item {
    padding: 23px 15px 23px 25px;
  }
}
.sn-faq-content .accordion-button {
  padding: 0;
  border: none;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 34px 40px;
  color: var(--sn-black1);
}
.sn-faq-content .accordion-button span {
  max-width: 85%;
  display: inline-block;
}
.sn-faq-content .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sn-faq-content .accordion-body {
  color: #535862;
  font-size: 18px;
  line-height: 1.667;
  padding: 0px 40px 40px;
  font-family: var(--sn-inter);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-faq-content .accordion-collapse:is(.show) .accordion-body {
  background-color: #fff;
}
.sn-faq-content .accordion-button::after {
  top: 40px;
  right: 30px;
  opacity: 0.7;
  font-size: 16px;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: var(--agt-base-color-9);
  font-family: "Font Awesome 6 free";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sn-faq-content .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.sn-faq-content .accordion-button:not(.collapsed):after {
  opacity: 1;
  content: "\f078";
  color: #FF9951;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.sn-blog-sec {
  z-index: 1;
  padding: 0px 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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-blog-sec {
    padding: 0px 5px;
  }
}
.sn-blog-sec .sn-blog-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.ra-blog-item3 {
  margin: 0 auto;
  max-width: 419px;
  margin-bottom: 40px;
}
.ra-blog-item3 .item-img-meta {
  margin-bottom: 24px;
}
.ra-blog-item3 .item-img-meta .item-img {
  overflow: hidden;
  border-radius: 8px;
}
.ra-blog-item3 .item-img-meta .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ra-blog-item3 .item-img-meta .item-meta {
  top: 24px;
  left: 24px;
  position: absolute;
}
.ra-blog-item3 .item-img-meta .item-meta span {
  display: block;
  margin-bottom: 4px;
}
.ra-blog-item3 .item-img-meta .item-meta span a {
  font-size: 16px;
  padding: 5px 12px;
  border-radius: 4px;
  color: var(--sn-black1);
  background-color: #FFFFFF;
  font-family: var(--sn-inter);
}
.ra-blog-item3 .blog_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.ra-blog-item3 .read_more {
  color: #605BFF;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  font-family: var(--sn-heading);
}
.ra-blog-item3 .read_more span {
  top: 2px;
  left: -110px;
  font-size: 16px;
  white-space: nowrap;
  padding-right: 8px;
  letter-spacing: 2px;
  position: absolute;
  background-color: #F4F4F4;
}
.ra-blog-item3 .read_more svg {
  margin-left: 0px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-blog-item3 .read_more:hover svg {
  margin-left: 30px;
}
.ra-blog-item3 .read_more:hover span {
  left: 0;
}
.ra-blog-item3:hover .item-img-meta .item-meta span a {
  background-color: #34C9FF;
}
.ra-blog-item3:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*---------------------------------------------------- */
/*Tools area*/
/*----------------------------------------------------*/
.sn-tools-sec .sn-sec-title {
  margin: 0 auto;
  max-width: 620px;
}

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-content {
    margin-top: 70px;
  }
}
.sn-tools-content:is(.active) .sn-tools-shape {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.sn-tools-content:is(.active) .sn-tools-left .sn-tl-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sn-tools-content:is(.active) .sn-tools-left .sn-tl-icon:nth-child(1) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.sn-tools-content:is(.active) .sn-tools-left .sn-tl-icon:nth-child(2) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.sn-tools-content:is(.active) .sn-tools-left .sn-tl-icon:nth-child(3) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.sn-tools-content:is(.active) .sn-tools-left .sn-tl-icon:nth-child(4) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.sn-tools-content:is(.active) .sn-tools-right .sn-tl-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sn-tools-content:is(.active) .sn-tools-right .sn-tl-icon:nth-child(1) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.sn-tools-content:is(.active) .sn-tools-right .sn-tl-icon:nth-child(2) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.sn-tools-content:is(.active) .sn-tools-right .sn-tl-icon:nth-child(3) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.sn-tools-content:is(.active) .sn-tools-right .sn-tl-icon:nth-child(4) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.sn-tools-content:is(.active) .sn-tools-logo {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.sn-tl-icon {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3215686275) inset;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3215686275) inset;
}

.sn-tools-shape {
  height: 355px;
  -webkit-transition: all 2500ms ease-in-out;
  transition: all 2500ms ease-in-out;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-shape {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-shape img {
    display: none;
  }
}

.sn-tools-left {
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-left {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sn-tools-left .sn-tl-icon {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-left .sn-tl-icon {
    position: static;
  }
}
.sn-tools-left .sn-tl-icon:nth-child(1) {
  top: -37px;
  left: -5px;
  background-color: #FF7A59;
}
.sn-tools-left .sn-tl-icon:nth-child(2) {
  top: 35px;
  left: 15%;
  background-color: #8C88FF;
}
.sn-tools-left .sn-tl-icon:nth-child(3) {
  top: 34%;
  left: -5px;
  background-color: #5FB7FF;
}
.sn-tools-left .sn-tl-icon:nth-child(4) {
  left: 11%;
  bottom: -20px;
  background-color: #F35BDB;
}

.sn-tools-logo {
  top: 45%;
  left: 0;
  right: 0;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%) border-box;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-logo {
    top: 50%;
  }
}
.sn-tools-logo a {
  width: 128px;
  height: 128px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.sn-tools-logo a i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.sn-tools-right {
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-right {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sn-tools-right .sn-tl-icon {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-tools-right .sn-tl-icon {
    position: static;
  }
}
.sn-tools-right .sn-tl-icon:nth-child(1) {
  top: -37px;
  right: -5px;
  background-color: #2684FF;
}
.sn-tools-right .sn-tl-icon:nth-child(2) {
  top: 35px;
  right: 15%;
  background-color: #23C581;
}
.sn-tools-right .sn-tl-icon:nth-child(3) {
  top: 33%;
  right: -5px;
  background-color: #FFC804;
}
.sn-tools-right .sn-tl-icon:nth-child(4) {
  right: 11%;
  bottom: -20px;
  background-color: #33E5E6;
}

/*---------------------------------------------------- */
/******* INNER PAGE *******/
/*Breadcrumb area*/
/*----------------------------------------------------*/
.sn-breadcrumb-sec {
  padding: 100px 52px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-top: 80px;
  }
}
.sn-breadcrumb-sec .sn-breadcrumb-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.sn-breadcrumb-content {
  padding: 130px 0px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-breadcrumb-content {
    padding: 75px 0px;
  }
}
.sn-breadcrumb-content .bread_title {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 42px;
  }
}
@media (max-width: 360px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 36px;
  }
}
.sn-breadcrumb-content ul {
  padding: 14px 24px;
  border-radius: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5215686275);
  font-family: var(--sn-heading);
  border: 1px solid rgba(96, 91, 255, 0.2392156863);
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.sn-breadcrumb-content ul li {
  position: relative;
  margin-right: 38px;
  color: rgba(0, 0, 0, 0.52);
}
.sn-breadcrumb-content ul li:before {
  top: 2px;
  right: -35px;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url(../img/ic22.svg);
}
.sn-breadcrumb-content ul li:last-child {
  margin-right: 0;
}
.sn-breadcrumb-content ul li:last-child:before {
  display: none;
}
.sn-breadcrumb-content ul li a {
  color: rgb(0, 0, 0);
}

/*---------------------------------------------------- */
/*About Page area*/
/*----------------------------------------------------*/
.sn-ab-mission-content {
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-ab-mission-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sn-ab-mission-text {
  max-width: 556px;
}

.ab-mission-item {
  gap: 28px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ab-mission-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ab-mission-item .item-icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #DEE9FF;
}
.ab-mission-item .item-text {
  max-width: 445px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ab-mission-item .item-text {
    max-width: 350px;
  }
}
.ab-mission-item .item-text h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 18px;
}
.ab-mission-item:nth-child(2) .item-icon {
  background-color: #FFF4CE;
}
.ab-mission-item:nth-child(3) .item-icon {
  background-color: #FFE0FA;
}

.sn-ab-mission-img .item-play {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sn-ab-mission-img .item-play a {
  color: #fff;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #535862;
}

.sn-valu-logo {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #605BFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.6392156863) inset;
          box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.6392156863) inset;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-valu-logo {
    display: none !important;
  }
}

.sn-values-wrap {
  margin: 0 auto;
  max-width: 920px;
  position: relative;
}
.sn-values-wrap:before, .sn-values-wrap:after {
  top: 50%;
  left: -10%;
  content: "";
  width: 120%;
  height: 2px;
  contain: "";
  opacity: 0.52;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #605BFF 27.88%, #F4F4F4 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-values-wrap:before, .sn-values-wrap:after {
    display: none;
  }
}
.sn-values-wrap:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sn-values-item {
  width: 50%;
  position: relative;
  padding: 70px 20px 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-values-item {
    width: 100%;
    padding: 30px 20px;
  }
}
.sn-values-item:nth-child(1):before {
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(120.31deg, rgba(139, 163, 255, 0) 58.62%, rgba(139, 163, 255, 0.21) 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-values-item:nth-child(1):before {
    display: none;
  }
}
.sn-values-item:nth-child(5):before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(122.98deg, rgba(139, 163, 255, 0.21) 0%, rgba(139, 163, 255, 0) 35.69%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-values-item:nth-child(5):before {
    display: none;
  }
}
.sn-values-item .inner-item {
  margin: 0 auto;
  max-width: 344px;
}
.sn-values-item .item-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  margin-bottom: 22px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1215686275);
}
.sn-values-item .item-text h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 16px;
}

.sn-team-top {
  gap: 30px 40px;
}
.sn-team-top .title-desc {
  gap: 40px 85px;
  max-width: 970px;
}
.sn-team-top .title-desc .sn-sec-title {
  max-width: 400px;
}
.sn-team-top .title-desc .item-desc {
  max-width: 485px;
}

.sn-team-slider {
  max-width: 1180px;
  margin-right: -25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-team-slider {
    margin-right: 0;
  }
}

.sn-team-item {
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 12px;
}
.sn-team-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-team-item .item-text {
  left: 0;
  right: 0;
  bottom: 25px;
  width: 80%;
  margin: 0 auto;
  padding: 24px;
  position: absolute;
  border-radius: 8px;
  background-color: #F4F4F4;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-team-item .item-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
}
.sn-team-item .item-text span {
  color: #535862;
}
.sn-team-item .item-text .item-social {
  gap: 12px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}
.sn-team-item .item-text .item-social a {
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #000000;
  line-height: 32px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: linear-gradient(#F4F4F4, #F4F4F4) padding-box, linear-gradient(135deg, #535862 0%, rgba(255, 255, 255, 0) 34.6%, rgba(255, 255, 255, 0) 66.35%, #535862 100%) border-box;
}
.sn-team-item:hover .item-text {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.sn-team-item:hover .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.sn-trial-wrap {
  margin: 0 auto;
  max-width: 1815px;
  padding: 130px 0px;
  border-radius: 20px;
  background-color: #EAECEE;
}

.sn-trial-content {
  gap: 40px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-trial-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sn-trial-text-wrap {
  max-width: 451px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-trial-text-wrap {
    max-width: 784px;
  }
}

.sn-trial-card-wrap {
  max-width: 784px;
}

.sn-trial-card {
  padding: 40px 35px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.32)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.32) 100%);
}
.sn-trial-card .item-icon {
  margin-bottom: 25px;
}
.sn-trial-card h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 12px;
}

/*---------------------------------------------------- */
/*integration area*/
/*----------------------------------------------------*/
.sn-integration-item {
  padding: 45px 40px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-integration-item .item-title {
  gap: 24px;
}
.sn-integration-item .item-title h3 {
  font-size: 24px;
  font-weight: 600;
}
.sn-integration-item .item-icon {
  z-index: 1;
  width: 64px;
  height: 64px;
  position: relative;
  border-radius: 100%;
}
.sn-integration-item .item-icon:before, .sn-integration-item .item-icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FFFFFF));
  background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
}
.sn-integration-item .item-icon:after {
  top: 4px;
  z-index: -2;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-integration-item:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(96, 91, 255, 0.3215686275) inset, 8px 8px 28px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 14px 0px rgba(96, 91, 255, 0.3215686275) inset, 8px 8px 28px 0px rgba(0, 0, 0, 0.1215686275);
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.sn-testi2-item {
  padding: 40px;
  margin-bottom: 32px;
  border-radius: 12px;
  background-color: #fff;
}
.sn-testi2-item .sn-testi-shape {
  left: 0%;
  bottom: -38%;
  width: 130%;
}
.sn-testi2-item .item-text {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-testi2-item .item-text {
    margin-bottom: 40px;
  }
}
.sn-testi2-item .item-author {
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sn-testi2-item .item-author .item-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
}
.sn-testi2-item .item-author .auth-text h3 {
  font-size: 18px;
  font-weight: 600;
}

.sn-testi3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 48px;
  overflow: hidden;
  padding: 30px 28px;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-testi3-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sn-testi3-item .item-img {
  width: 284px;
  height: 311px;
  overflow: hidden;
  border-radius: 12px;
}
.sn-testi3-item .item-text {
  max-width: 460px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-testi3-item .item-text {
    max-width: 360px;
  }
}
.sn-testi3-item .item-text p {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-testi3-item .item-text p {
    padding-bottom: 40px;
  }
}
.sn-testi3-item .auth-text h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px;
}

/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.sn-sidebar-widget {
  padding: 30px 28px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #F4F4F4;
}
.sn-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.sn-sidebar-widget:last-child {
  margin-bottom: 0;
}
.sn-sidebar-widget .search-widget form {
  position: relative;
}
.sn-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}
.sn-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}
.sn-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}
.sn-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}
.sn-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}
.sn-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: #6255ED;
}
.widget_categories ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sn-sidebar-widget .category-widget li, .widget_categories li {
  margin-bottom: 8px;
}
.sn-sidebar-widget .category-widget li:last-child, .widget_categories li:last-child {
  margin-bottom: 0;
}
.sn-sidebar-widget .category-widget li a, .widget_categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sn-sidebar-widget .category-widget li a:hover, .widget_categories li a:hover {
  color: #fff;
  background-color: #000000;
}
.sn-sidebar-widget .recent-post-item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-sidebar-widget .recent-post-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sn-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}
.sn-sidebar-widget .recent-post-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}
.sn-sidebar-widget .recent-post-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-sidebar-widget .recent-post-item .item-text {
  max-width: 190px;
}
.sn-sidebar-widget .recent-post-item .item-text span {
  color: #6B7280;
  margin-bottom: 5px;
}
.sn-sidebar-widget .recent-post-item .item-text span i {
  color: #605BFF;
  margin-right: 5px;
}
.sn-sidebar-widget .recent-post-item .item-text h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.sn-sidebar-widget .tag-widget li a, .tagcloud a{
  margin: 5px 2px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #fff;
}
.sn-sidebar-widget .tag-widget li a:hover, .tagcloud a:hover {
  color: #fff;
  background-color: #6255ED;
}
.sn-sidebar-widget .follow-widget .follow-icon {
  gap: 16px;
}
.sn-sidebar-widget .follow-widget a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.sn-sidebar-widget .follow-widget a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-sidebar-widget .follow-widget a:hover {
  color: #fff;
}
.sn-sidebar-widget .follow-widget a:hover:before {
  height: 100%;
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.sn-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-blog-list-feed {
    padding: 15px;
  }
}
.sn-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sn-blog-list-feed .item-img img {
  width: 100%;
    height: 345px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-blog-list-feed .item-img {
    height: 280px;
  }
}
.sn-blog-list-feed .item-img .sn-vd5-play {
  width: auto;
  height: auto;
}
.sn-blog-list-feed .item-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-blog-list-feed .item-img .inner-img {
    height: 280px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-blog-list-feed .item-img .blog-item-img-slide {
    height: 280px;
  }
}
.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
  width: 100%;
  height: 100%;
}
.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--ag-body-font);
}
@media (max-width: 480px) {
  .sn-blog-list-feed .item-text .blog_title {
    font-size: 26px;
  }
}
.sn-blog-list-feed .item-text p {
  padding-bottom: 20px;
}
.sn-blog-list-feed .item-text .read_more {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.sn-blog-list-feed .item-text .read_more span {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-blog-list-feed .item-text .read_more span:hover {
  letter-spacing: 1px;
}
.sn-blog-list-feed .item-text .read_more span:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sn-blog-list-feed .item-text .read_more i {
  width: 32px;
  color: #fff;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1457C7;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}
.sn-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}
.sn-blog-list-feed .blog-item-meta a i {
  margin-right: 5px;
}
.sn-blog-list-feed .blog-item-meta a i img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.sn-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}
.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid #1457C7;
  background: #1457C7;
}
.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}
.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

.sn-vd5-play {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}

.sn-vd5-play .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sn-vd5-play .video-play-btn .video_btn_border {
  border: 15px solid rgba(255, 255, 255, 0.7);
}

.sn-vd5-play .video-play-btn a {
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.sn-vd5-play .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/
.b-thumbnail-wrap {
  padding-top: 100px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .b-thumbnail-wrap {
    padding-top: 80px;
  }
}

.b-thumbnail {
  margin: 0 auto;
  max-width: 1816px;
  border-radius: 16px;
}
.b-thumbnail h3 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1;
  max-width: 765px;
  font-weight: 700;
  text-align: center;
  padding: 255px 15px;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .b-thumbnail h3 {
    font-size: 40px;
    padding: 150px 15px;
  }
}
@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 30px;
  }
}
.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}
.b-thumbnail .b-thumb-meta a {
  color: #535862;
  font-size: 18px;
  margin: 0px 35px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}
@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}
.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}

.sn-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}
.sn-b-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 28px;
}
.sn-b-details-content .wp-block-image {
  margin: 30px 0px;
  margin-left: -150px;
  margin-right: -150px;
}
.sn-b-details-content p {
  margin-bottom: 40px;
}
p.form-submit {
  display: none;
}
.sn-b-details-content blockquote {margin-top: 30px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 30px;
  font-style: italic;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-left: 4px solid #34C9FF;
  border-right: 4px solid #FF9951;
}
.sn-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
}
.sn-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-b-details-content blockquote:after {
  top: 20px;
  left: 20px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
  background-image: url(../img/icon/ic47.svg);
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}
.art-blog-share-tag .art-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
}
.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: #6255ED;
}
.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #E8EAEC;
}
.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}
.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}
.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.art-blog-details-author .inner-text {
  max-width: 490px;
}
.art-blog-details-author .inner-text h4 {
  color: #261723;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}
.art-blog-details-author .inner-text p {
  color: #261723;
}
.art-blog-details-author .inner-social {
  margin-top: 15px;
}
.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}
.art-blog-details-author .inner-social a:hover {
  color: var(--art-base-color-1);
}

.art-b-comment-form {
  padding: 45px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 12px;
  margin-top: 60px;
  background-color: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.art-b-comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}
.art-b-comment-form input, .art-b-comment-form textarea {
  width: 100%;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 24px;
  margin-bottom: 16px;
  background-color: #fff;
}
.art-b-comment-form textarea {
  height: 148px;
  padding-top: 20px;
}
.art-b-comment-form button {
  z-index: 1;
  padding: 0;
  border: none;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  color: var(--sn-black1);
}
.art-b-comment-form button span {
  border-radius: 10px;
  padding: 14px 25px;
  position: relative;
}
.art-b-comment-form button span:after {
  top: 2px;
  left: 1.7px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 11px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(46.15%, #DDD1DC), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #DDD1DC 46.15%, #FFFFFF 100%);
}
.art-b-comment-form button:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.art-b-comment-form button:hover:before {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}

/*---------------------------------------------------- */
/*Contact Page area*/
/*----------------------------------------------------*/
.sn-contact-cta-content {
  border-radius: 16px;
  background-color: #FFFFFF;
  border: 1px solid rgba(83, 88, 98, 0.2784313725);
}
.sn-contact-cta-content .sn-cta-shape {
  right: 0;
  top: 62px;
}

.sn-contact-cta-item {
  position: relative;
  padding: 50px 60px 40px;
}
.sn-contact-cta-item:before {
  top: 50%;
  right: 0;
  width: 1px;
  height: 85%;
  content: "";
  opacity: 0.7;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #535862 0%, #FFFFFF 100%);
}
.sn-contact-cta-item h3 {
  font-size: 20px;
  font-weight: 600;
}
.sn-contact-cta-item .item-icon {
  margin: 38px 0px 35px;
}
.sn-contact-cta-item p {
  max-width: 315px;
}

.col-lg-4:last-child .sn-contact-cta-item:before {
  display: none;
}

.sn-contact-form-sec {
  z-index: 1;
}
.sn-contact-form-sec .form-img {
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  border-radius: 20px;
}
.sn-contact-form-sec .art-b-comment-form {
  margin: 0;
  border: none;
  margin-right: 80px;
  max-width: 676px;
  background-color: #fff;
  -webkit-box-shadow: 12px -12px 46px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 12px -12px 46px 0px rgba(0, 0, 0, 0.1215686275);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-contact-form-sec .art-b-comment-form {
    margin-right: 0;
  }
}
.sn-contact-form-sec .art-b-comment-form input, .sn-contact-form-sec .art-b-comment-form textarea {
  border: 1px solid rgba(24, 31, 34, 0.1607843137);
}

.log-contact-map {
  left: 0;
  right: 0;
  width: 97% !important;
  z-index: -2;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-bottom: -25%;
}

/*---------------------------------------------------- */
/*t_c  area*/
/*----------------------------------------------------*/
.sn-t_c-content h3 {
  font-size: 44px;
  font-weight: 600;
}

.sn-t_c-list {
  gap: 30px 70px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-t_c-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sn-t_c-list span {
  width: 100%;
  color: #020626;
  font-size: 24px;
  max-width: 300px;
  font-weight: 600;
}
.sn-t_c-list .item-text {
  max-width: 873px;
}
.sn-t_c-list .item-text ul {
  margin-top: 20px;
}
.sn-t_c-list .item-text li {
  position: relative;
  padding-left: 20px;
}
.sn-t_c-list .item-text li span {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  max-width: 100% !important;
}
.sn-t_c-list .item-text li:before {
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #000000;
}
.sn-t_c-list .item-text a {
  color: #605BFF;
  margin-top: 10px;
}

.sn-error-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-error-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sn-error-content .sn-error-text {
  max-width: 465px;
}
.sn-error-content .sn-error-text h3 {
  width: 100%;
  color: #605BFF;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 24px;
}
.sn-error-content .sn-error-text h3 span {
  color: #101010;
  font-weight: 300;
}
.sn-error-content .sn-error-text p {
  padding-bottom: 35px;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.sn-ftr-sec {
  padding: 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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-ftr-sec {
    padding: 5px;
  }
}
.mc4wp-form-fields {
      display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
}
.sn-ftr-newsletter {
  z-index: 2;
  overflow: hidden;
  padding: 90px 15px;
  border-radius: 16px;
  position: relative;
  margin-bottom: -160px;
}
.sn-ftr-newsletter h3 {
  margin: 0 auto;
  font-size: 36px;
  font-weight: 600;
  max-width: 530px;
  letter-spacing: -1px;
  padding-bottom: 30px;
}
.sn-ftr-newsletter .newsletter-form {
  gap: 10px;
}
.sn-ftr-newsletter .newsletter-form input {
  width: 100%;
  height: 56px;
  border: none;
  max-width: 376px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.sn-ftr-newsletter .newsletter-form button {
  z-index: 1;
  padding: 0;
  border: none;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  color: var(--sn-black1);
}
.sn-ftr-newsletter .newsletter-form button span {
  border-radius: 10px;
  padding: 14px 25px;
  position: relative;
}
.sn-ftr-newsletter .newsletter-form button span:after {
  top: 2px;
  left: 1.7px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 11px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(46.15%, #DDD1DC), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #DDD1DC 46.15%, #FFFFFF 100%);
}
.sn-ftr-newsletter .newsletter-form button:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}
.sn-ftr-newsletter .newsletter-form button:hover:before {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}

.sn-ftr-widget-area {
  z-index: 1;
  overflow: hidden;
  padding-top: 270px;
  border-radius: 20px;
}
.sn-ftr-widget-area .sn-ftr-icon {
  left: 22%;
  bottom: 17%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-ftr-widget-wrap {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sn-ftr-menu-widget {
  gap: 40px 128px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-ftr-menu-widget {
    gap: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-ftr-menu-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sn-ftr-widget .widget-title {
  color: #34C9FF;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}
.sn-ftr-widget .menu-widget li {
  margin-bottom: 12px;
  font-family: var(--sn-inter);
}
.sn-ftr-widget .menu-widget li a {
  font-weight: 500;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.sn-ftr-widget .menu-widget li a:before {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: #34C9FF;
}
.sn-ftr-widget .menu-widget li a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.sn-ftr-widget .menu-widget li a:hover:before {
  width: 100%;
}

.sn-ftr-copyright {
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-ftr-copyright-wrap {
    gap: 10px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sn-ftr-copyright-wrap p {
  color: rgba(255, 255, 255, 0.7);
}
.sn-ftr-copyright-wrap p a {
  color: rgb(255, 255, 255);
}

.sn-copyright-social {
  gap: 10px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .sn-copyright-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sn-copyright-social a {
  color: rgba(255, 255, 255, 0.76);
}
.sn-copyright-social a i {
  margin-right: 5px;
  color: rgb(255, 255, 255);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.sn-copyright-social a:hover {
  color: #34C9FF;
}
.sn-copyright-social a:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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