/*!
  Theme Name: PisSaas
  Theme URI: http://pixelsigns.com/pixsaas
  Author: PixelSigns
  Author URI: http://www.pixelsigns.co/
  Description: Software, App, SaaS landing HTML Template
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: pixsaas
  Tags: game,business,coporate,startup
  */
/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Base
  # Sections
    ## Page Loader
    ## Header
    ## Banner
    ## Section Title
    ## Icon Box
    ## Editor
    ## Genera Informes
    ## Revolutionize
    ## Testimonial
    ## Pricing
    ## Team
    ## Faq's
    ## Logo Carousel
    ## Call To Action
    ## Funfact
    ## Newsletter
    ## Page Banner
    ## About
    ## Service
    ## Contact Us
    ## Portfolio
    ## Blog
    ## Widget
    ## Sign
    ## Error
    ## Footer
    ## Signin

  --------------------------------------------------------------*/
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
/* Front */
/* devanagari */
@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  animation: slide-down 5s 3;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  overflow-x: hidden;
}

p {
  text-align: justify;
  hyphens: auto;
}

svg {
  display: block;
}

a,
button,
input,
textarea,
button {
  transition: all 0.3s ease-in-out;
}

input,
textarea {
  padding: 10px 12px;
  outline: 0;
}

button {
  cursor: pointer;
  outline: 0;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  font-weight: 600;
  color: #2b2350;
}

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

.pr {
  position: relative;
}

.pt-7 {
  padding-top: 70px;
}

section {
  position: relative;
}

.mw-none {
  max-width: unset !important;
}
.mastodon-edit{
  font-family: inherit;
    font-size: 1em;
    border: none;
    cursor: pointer;
    background: transparent;
    transform: rotate(110deg);
    float: right;
  }
  

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.section-small {
  margin-bottom: 40px;
}
.section-small .title {
  font-size: 20px;
  font-weight: 500;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.section-padding {
  padding: 100px 0;
}

.no-scroll {
  overflow-y: hidden !important;
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/
.pix-btn {
  padding: 8px 30px;
  background: #60adff;
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}
.pix-btn a {
  color: white;
}
.pix-btn:hover {
  color: #fff;
  box-shadow: none;
  outline: 0;
}
.pix-btn:focus {
  color: #fff;
  box-shadow: none;
  outline: 0;
}

.pix-btn.submit-btn {
  border: 0;
  padding: 11px 35px;
}
.pix-btn.submit-btn:focus {
  outline: 0;
}

.pix-btn.btn-large {
  padding: 16px 44px;
  font-size: 16px;
}

.pix-btn.plus-icon {
  padding: 8px 64px 8px 41px;
  position: relative;
}
.pix-btn.plus-icon i {
  margin-left: 10px;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 11px;
}

.pix-btn.btn-big {
  padding: 16px 47px;
  font-size: 16px;
}

.pix-btn.color-two {
  background: #662d91;
  box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

.pix-btn.btn-outline {
  border: 1px solid #60adff;
  background: transparent;
  color: #60adff;
  box-shadow: none;
}
.pix-btn.btn-outline:hover {
  background: #60adff;
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.pix-btn.btn-outline-two {
  border: 1px solid #662d91;
  background: transparent;
  color: #662d91;
  box-shadow: none;
}
.pix-btn.btn-outline-two:hover {
  background: #662d91;
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

.pix-btn.btn-light {
  background: #fff;
  color: #60adff;
  border: 2px solid #fff;
  padding: 14px 40px;
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.pix-btn.btn-light:focus {
  box-shadow: none;
  outline: 0;
}
.pix-btn.btn-light:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.pix-btn.button-light {
  background: #fff;
  color: #60adff;
  width: 150px;
  height: 40px;
  border: 2px solid #fff;
  padding: 2px 30px;
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.pix-btn.button-light:focus {
  box-shadow: none;
  outline: 0;
}
.pix-btn.button-light:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-underline {
  color: #54525e;
  font-size: 15px;
  position: relative;
  padding-bottom: 3px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  max-width: 140px;
  margin: 0 auto;
}
.btn-underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #54525e;
  transition: all 0.3s ease-in-out;
}
.btn-underline i {
  display: inline-block;
  margin-left: 10px;
}
.btn-underline:hover {
  color: #60adff;
}
.btn-underline:hover:before {
  background: #60adff;
}

.play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.play-btn i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #60adff;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 30px;
  text-shadow: 0px 10px 10px rgba(176, 70, 70, 0.4);
}
.play-btn:hover {
  color: #fff;
}

.play-btn-two {
  position: relative;
}
.play-btn-two i:before {
  position: relative;
  z-index: 222;
}
.play-btn-two i:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #f8f9fa;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  z-index: 1;
}

/* Back To Top */
.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  transform: scale(1);
  border-radius: inherit;
  transition: transform 0.5s ease, opacity 0.6s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px 0px transparent;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
}
.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0px 0px #fff, 0px 50px #fff;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}
.return-to-top:hover:after {
  transform: scale(1.07);
  background: #60adff;
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}
.return-to-top:hover > i {
  text-shadow: 0px -50px #fff, 0px 0px #fff;
}
.return-to-top.back-top {
  bottom: 20px;
  opacity: 1;
}

/*--------------------------------------------------------------
  ##  Froms
  --------------------------------------------------------------*/
input,
textarea,
select {
  background: #fdfafa;
  padding: 15px 30px;
  border: 1px solid #efe7e7;
  margin-bottom: 30px;
  border-radius: 30px;
}
input:focus,
textarea:focus,
select:focus {
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}

textarea {
  height: 150px;
}

.form-control {
  background: #f8f9fa;
  padding: 15px 30px;
  border: 1px solid #efe7e7;
  margin-bottom: 30px;
  border-radius: 30px;
}

.form-group .form-control {
  margin-bottom: 0px;
}

.btn {
  border: 0;
  padding: 2% 6%;
  background: #60adff;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.vat {
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 1%;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  background-color: #fff;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #60adff;
}
.cont_select_int .active {
  background-color: #662d91;
}

.mauticform-row {
  margin-bottom: 30px;
}

.mauticform-innerform input {
  margin-bottom: 0;
}
.mauticform-innerform .instances {
  margin-bottom: 30px;
}

.advanced-pricing-table {
  justify-content: center;
}

.section-ttl {
  margin-top: 2.5rem;
}

.mau-email {
  width: 300px;
  height: 50px;
  display: flex;
  margin: auto;
}

.mau-email1 {
  width: 250px;
  height: 50px;
  display: flex;
  margin: auto;
}

@media (min-width: 480px) {
  .mau-email {
    width: 400px;
  }
}
/*--------------------------------------------------------------
##  Animation
--------------------------------------------------------------*/
@keyframes zoom {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.03) translate(0px);
  }
}
@keyframes zoommd {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes movexy {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }
}
@keyframes pixFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pixFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pixFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pixFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pixFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pixZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pixBounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.pixFade {
  animation-name: pixFade;
}

.pixFadeUp {
  animation-name: pixFadeUp;
}

.pixFadeDown {
  animation-name: pixFadeDown;
}

.pixFadeLeft {
  animation-name: pixFadeLeft;
}

.pixFadeRight {
  animation-name: pixFadeRight;
}

.pixZoomIn {
  animation-name: pixZoomIn;
}

.pixBounceIn {
  animation-name: pixBounceIn;
}

.zoomIn {
  animation-name: zoomin;
}

@keyframes jumping {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveclouds {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    width: 82px;
    height: 82px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 150px;
    width: 150px;
    opacity: 0;
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg);
  }
}
@keyframes waveRote {
  0% {
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) rotate(45deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }
}
@keyframes animateRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}
/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.page-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-loader svg {
  display: none;
}

.blobs {
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
}
.blobs .blob-center {
  transform-style: preserve-3d;
  position: absolute;
  background: #60adff;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform-origin: left top;
  transform: scale(0.9) translate(-50%, -50%);
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #60adff;
}

.blob {
  position: absolute;
  background: #60adff;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: blobs ease-out 3.4s infinite;
  transform: scale(0.9) translate(-50%, -50%);
  transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  animation-delay: 0.2s;
}
.blob:nth-child(2) {
  animation-delay: 0.4s;
}
.blob:nth-child(3) {
  animation-delay: 0.6s;
}
.blob:nth-child(4) {
  animation-delay: 0.8s;
}
.blob:nth-child(5) {
  animation-delay: 1s;
}

@keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.site-header .header-inner {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.site-header .header-inner .site-logo {
  display: none;
}
.site-header .header-inner .site-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.site-header .header-inner .site-nav .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* .site-header .header-inner .site-nav #cart-wrapper {
  display: grid; 
  place-content: center;

  #cart-btn {
    background-color: transparent;
    border: none;
    position: relative;

    &:focus-visible {
      outline: 1px solid;
    }

    svg {
      fill: #535353;
      height: 20px;
    }

    #items-count {
      background: linear-gradient(100deg, #9fcdff 0%, #75429c 100%);
      position: absolute;
      inset-block-start: -10px;
      inset-inline-end: -10px;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: grid;
      place-content: center;
      color: white;
    }
  }
} */

body:has(#cart-btn[aria-expanded='true']) {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 500px) {
#cart-overview {
  --overview-width: 100vw;
}
}
@media (max-width: 991px) {
  .site-header .header-inner .site-nav .menu-wrapper {
    display: block;
  }
}
.site-header .header-inner .site-nav .menu-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.site-header .header-inner .site-nav .nav-right {
  margin-left: 50px;
  text-align: left;
  padding-left: 13px;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
  color: #662d91;
  display: inline-block;
  padding: 8px 22px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid #662d91;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #662d91;
  color: #fff;
}
.site-header .header-inner .site-mobile-logo img {
  max-height: 42px;
  transition: all 0.3s ease-in-out;
}
.site-header .site-mobile-logo {
  display: block;
}
.site-header .site-main-menu {
  margin: 0;
  padding-bottom: 20px;
  list-style: none;
  display: block;
  text-align: left;
  width: 100%;
}
.site-header .site-main-menu li {
  margin: 0;
  position: relative;
  padding: 0;
  border-bottom: 1px solid #f1f2f3;
  transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li:last-child {
  margin-right: 0;
}
.site-header .site-main-menu li > a {
  color: #2b2350;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.site-header .site-main-menu li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: transparent;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.site-header .site-main-menu li > a:hover, .site-header .site-main-menu li > a.current_page {
  color: #2b2350;
}
.site-header .site-main-menu li > a:hover:after, .site-header .site-main-menu li > a.current_page:after {
  width: 100%;
  opacity: 1;
}
.site-header .site-main-menu li.menu-item-has-children:after {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li.menu-item-has-children:hover:after {
  color: #662d91;
}
.site-header .site-main-menu li .sub-menu {
  display: block;
  margin: 0;
  padding: 13px 15px;
  list-style: none;
  background: #fff;
  box-shadow: 0px 0px 36px 4px rgba(79, 35, 35, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 160px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  border-radius: 10px;
}
.site-header .site-main-menu li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children:after {
  content: "5";
  right: 0px;
  color: #000;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children .sub-menu {
  left: 105%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children:hover .sub-menu {
  top: -23px;
  visibility: visible;
  opacity: 1;
}
.site-header .site-main-menu li .sub-menu li a {
  display: block;
  padding: 3px 0;
  color: #2b2350;
  font-size: 14px;
  font-weight: 500;
}
.site-header .site-main-menu li .sub-menu li a:after {
  display: none;
}
.site-header .site-main-menu li .sub-menu li a:hover, .site-header .site-main-menu li .sub-menu li a.current_page {
  color: #60adff;
}
.site-header .site-main-menu li .sub-menu li:last-child a {
  border-bottom: 0;
}
.site-header .site-main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.site-header .header-inner {
  display: flex;

  .nav-right {
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1 0 200px;

    li {
      border-bottom: none;
      padding: 36px 0;
      margin: 0 15px;
      border-bottom: 0;
      padding: 36px 0;
      margin: 0 15px;

      > * {
        white-space: nowrap;
      }

      .sub-menu {
        left: unset;
        right: 0;
      }

      .sub-menu.visible {
        opacity: 1;
        visibility: visible;
        top: 100%;
      }
    }

    #cart-wrapper {
      display: grid;
      place-content: center;
      #cart-btn {
        background-color: transparent;
        border: none;
        position: relative;
        svg {
          fill: #662d91;
          height: 20px;
        }
        #items-count {
          background: linear-gradient(100deg, #9fcdff 0%, #75429c 100%);
          position: absolute;
          inset-block-start: -10px;
          inset-inline-end: -10px;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          display: grid;
          place-content: center;
          color: white;
        }
      }
    }

    #user-signedin i {
      display: none;
    }

    .nav-btn {
      background: #fff;
      box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
      color: #662d91;
      display: inline-block;
      padding: 8px 22px;
      font-weight: 600;
      border-radius: 30px;
      font-size: 14px;
      border: none;

      &:hover {
        background-color: #662d91;
        color: #fff;
      }
    }

    button:has(.user-nav), .user-nav {
      display: none;
    }
  }
}

@media (max-width: 991px) {
  .site-header .header-inner {
    justify-content: space-between;
    align-items: center;
    height: 100px;

    > * {
      flex: 1
    }

    div:has(.toggle-menu) {
      display: flex;
      align-items: center;
      margin-right: auto;
      
      .toggle-menu {
        width: 26px;
        display: block;
        height: 24px;
        position: relative;
        .bar {
          width: 18px;
          height: 2px;
          display: block;
          float: left;
          margin: 3px auto;
          transition: all 0.3s ease-in-out;
          background: #3333;
      
          &:nth-child(2) {
            width: 24px;
          }
        }
      }
    }

    .nav-right {
      flex-grow: 0;
      height: 100px;
      padding: 15px 0;
    }
  }
}

@media (max-width: 768px) {
  .site-header .header-inner {
    > * {
      flex: unset;
    }

    .site-nav {
      z-index: 2;
    }

    .nav-right {
      margin-left: auto;
      flex-basis: 100px;

      #user-signedin {
        .nav-btn {
          display: none;
        }

        button:has(.user-nav) {
          display: contents;
        }

        .user-nav {
          display: block;
          height: 24px;
          fill: #662d91;
        }
      }
    }
  }
}

.site-header .nav-dark .site-main-menu li a {
  color: #2b2350;
}
.site-header .nav-dark .site-main-menu li a:after {
  display: none;
}
.site-header .nav-dark .site-main-menu li a:hover, .site-header .nav-dark .site-main-menu li a.current_page {
  color: #60adff;
}
.site-header .nav-dark .site-main-menu li.menu-item-has-children:after {
  color: #2b2350;
}

.logo-sticky {
  display: none;
}

.pix-header-fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  background: #fff;
}
.pix-header-fixed .header-inner .site-logo {
  padding: 12px 0;
}
.pix-header-fixed .header-inner .site-logo .logo-sticky {
  display: block;
}
.pix-header-fixed .header-inner .site-logo .logo-main {
  display: none;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
  background: transparent;
  color: #662d91;
  box-shadow: none;
  border-color: #662d91 !important;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #662d91;
  color: #fff;
}
.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
  color: #fff;
}
.pix-header-fixed .site-main-menu li a {
  color: #fff;
}
.pix-header-fixed .site-main-menu li a:after {
  display: none;
}
.pix-header-fixed .site-main-menu li a:hover, .pix-header-fixed .site-main-menu li a.current_page {
  color: #60adff;
}
.pix-header-fixed .site-main-menu li a:hover:before, .pix-header-fixed .site-main-menu li a:hover:after, .pix-header-fixed .site-main-menu li a.current_page:before, .pix-header-fixed .site-main-menu li a.current_page:after {
  background: #60adff;
}
.pix-header-fixed .site-logo .main-logo {
  display: none;
}
.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}
.pix-header-fixed .toggle-menu .bar {
  background: #333;
}

.toggle-menu .bar:nth-child(2) {
  width: 24px;
}

.close-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0;
  text-align: right;
  width: 100%;
  left: 0;
  padding: 30px 20px;
}
.close-menu i {
  font-size: 36px;
  color: #2b2350;
}
.close-menu span {
  font-size: 15px;
}

.sidebar-open .site-header .site-nav {
  left: 0;
}
.sidebar-open .menu-wrapper:before {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 991px) {
  .pix-header-fixed .site-main-menu li a {
    color: #333;
  }
  .pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #333;
  }
  .pix-header-fixed .header-inner .site-logo {
    padding: 18px 0;
  }
  .site-header .header-inner {
    padding: 0;
  }
  .site-header .header-inner .site-nav .nav-right {
    padding-left: 0;
  }
  .site-header .header-inner .site-nav .nav-right .nav-btn {
    padding: 7px 37px;
    border: 2px solid transparent;
  }
  .site-header .header-inner .site-nav .site-main-menu li {
    padding: 36px 0;
    margin: 0 15px;
    border-bottom: 0;
  }
  .site-header .header-inner .site-nav .site-main-menu li .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .site-header .header-inner .site-logo {
    display: block;
  }
  .site-header .header-inner .site-logo a {
    display: block;
    max-width: 150px;
  }
  .site-header .header-inner .site-logo a img {
    width: 100%;
  }
  .site-header .header-inner .site-logo a .sticky-logo {
    display: none;
  }
  .site-header .site-mobile-logo {
    display: none;
  }
  .site-header .site-main-menu {
    display: flex;
    width: auto;
    padding: 0;
  }
  .site-header .site-main-menu .li .sub-menu {
    margin-top: -15px;
  }
  .toggle-menu {
    display: none;
  }
  .close-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .site-nav {
    position: fixed;
    width: 320px !important;
    height: 100vh;
    background: #fff;
    top: 0;
    left: -100%;
    display: block !important;
    transition: all 0.5s ease-in-out;
    overflow: scroll;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
  .site-header .site-nav .site-main-menu li:first-child {
    border-top: 1px solid #f1f2f3;
  }
  .site-header .site-nav .site-main-menu li a {
    display: block;
    color: #54525e;
    padding: 6px 35px;
    font-weight: 400;
  }
  .site-header .site-nav .site-main-menu li a:after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children {
    position: relative;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children:after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children a:hover, .site-header .site-nav .site-main-menu li.menu-item-has-children:focus {
    color: #60adff;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children i {
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 222;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    width: auto;
    visibility: visible;
    background: transparent;
    padding: 0;
    display: none;
    transition: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #f1f2f3;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li a {
    color: #54525e;
    font-weight: 400;
    padding: 5px 35px 5px 45px;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    top: auto;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
    padding-left: 60px;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
    content: "3";
    color: #fff;
  }
}
@media (max-width: 420px) {
  .site-header .site-nav {
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/
.banner {
  position: relative;
}
.banner .banner-content-wrap {
  position: relative;
  transform: translateY(52%);
  z-index: 2;
}
.banner .banner-content .banner-title {
  font-size: 48px;
  line-height: 70px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.banner .banner-content .banner-title span {
  font-weight: 800;
}
.banner .banner-content .description {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 47px;
}
.banner .banner-content .banner-btn {
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
}
.banner .banner-content .banner-btn:hover {
  background: #fff;
  color: #60adff;
  box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
}

.news-banner {
  padding-bottom: 30px;
  font-size: 14px;
}
.news-banner a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 75%;
}

.banner.banner-two {
  height: 660px;
  overflow: hidden;
}
.banner.banner-two .vector-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1028px;
}
.banner.banner-two .vector-bg img {
  height: 100%;
}
@media (max-width: 820px) {
  .banner.banner-two .vector-bg img {
    height: 100%;
    opacity: 20%;
  }
}
.banner.banner-two .banner-content-wrap {
  transform: translateY(10%);
}
.banner.banner-two .banner-content {
  margin-top: 40px;
}
.banner.banner-two .banner-content .banner-title {
  font-size: 40px;
  line-height: 50px;
  color: #2b2350;
}
.banner.banner-two .banner-content .description {
  color: #2b2350;
}
.banner.banner-two .banner-content .banner-btn.color-two {
  background: #662d91;
  box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
  border: 1px solid transparent;
}
.banner.banner-two .banner-content .banner-btn:hover {
  box-shadow: none;
  color: #fff;
}
.banner.banner-two .promo-mockup img {
  max-width: 850px;
}

.animate-promo-mockup {
  display: none;
}

.slider-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 999;
}
.slider-nav .slider-prev {
  height: 100px;
  width: 40px;
  text-align: center;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.slider-nav .slider-prev i {
  font-size: 30px;
  color: #fff;
}
.slider-nav .slider-prev:hover {
  background: #60adff;
}
.slider-nav .slider-next {
  height: 100px;
  width: 40px;
  text-align: center;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  right: 0;
}
.slider-nav .slider-next i {
  font-size: 30px;
  color: #fff;
}
.slider-nav .slider-next:hover {
  background: #60adff;
}

.swiper-pagination {
  margin-top: 25px;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  margin-right: 3px;
}
.swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.scroll-circle {
  position: absolute;
  bottom: 14%;
  z-index: 1;
}

@media (min-width: 480px) {
  .banner.banner-two .animate-promo-mockup {
    display: block;
    position: relative;
    width: 360px;
    height: 370px;
    margin: 0 auto;
  }
  .banner.banner-two .animate-promo-mockup img {
    position: absolute;
  }
  .banner.banner-two .animate-promo-mockup img:nth-child(1) {
    left: 12px;
    bottom: 100px;
  }
  .banner.banner-two .animate-promo-mockup img:nth-child(2) {
    left: 0;
    top: 0;
    animation: moveclouds 4s 1s linear infinite alternate;
  }
  .banner.banner-two .animate-promo-mockup img:nth-child(3) {
    left: 50%;
    top: 0;
    animation: moveclouds 4s 2s linear infinite alternate;
  }
  .banner.banner-two .animate-promo-mockup img:nth-child(4) {
    left: 90%;
    top: 0;
    animation: moveclouds 4s 3s linear infinite alternate;
  }
}
@media (min-width: 768px) {
  .banner.banner-two {
    height: 715px;
  }
  .banner.banner-two .animate-promo-mockup {
    width: 380px;
    height: 380px;
  }
  .banner.banner-two .animate-promo-mockup img:nth-child(1) {
    left: 6px;
  }
}
@media (min-width: 991px) {
  .banner.banner-two .banner-content-wrap {
    transform: translateY(20%);
  }
  .banner.banner-two .banner-content {
    margin-top: 30px;
  }
  .banner.banner-two .animate-promo-mockup {
    width: 490px;
    height: 520px;
    margin-left: -40px;
  }
  .banner.banner-two .animate-promo-mockup img:nth-child(1) {
    left: 100px;
    bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .banner.banner-two {
    height: 900px;
  }
  .banner.banner-two .banner-content-wrap {
    transform: translateY(40%);
  }
  .banner.banner-two .banner-content .banner-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .banner.banner-two .vector-bg {
    left: 3%;
  }
}
@media (min-width: 1600px) {
  .banner .animate-promo-mockup {
    width: 550px;
    height: 530px;
  }
  .banner .animate-promo-mockup img:nth-child(3) {
    right: -160px;
  }
}
/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/
.section-title {
  margin-bottom: 15px;
}
.section-title .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #60adff;
  letter-spacing: 3px;
}
.section-title .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 0%;
}
.section-title .title span {
  color: #60adff;
}
.section-title .title br {
  display: none;
}
.section-title.color-two .sub-title {
  color: #662d91;
}

@media (min-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
  .section-title .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .section-title .title {
    font-size: 32px;
  }
}
/*--------------------------------------------------------------
  ##  Icon Box
  --------------------------------------------------------------*/
.featured {
  padding-top: 75px;
}

.pixsass-icon-box-wrapper {
  margin-bottom: 30px;
}
.pixsass-icon-box-wrapper .iapp-icon-box-icon {
  margin-bottom: 32px;
}
.pixsass-icon-box-wrapper.style-two {
  margin-bottom: 40px;
  text-align: center;
}
.pixsass-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.pixsass-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
  color: #2b2350;
}
.pixsass-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a br {
  display: none;
}
.pixsass-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #60adff;
}
.pixsass-icon-box-wrapper.style-two .pixsass-icon-box-content p {
  margin: 0;
}

.featured-two {
  padding: 85px 0 35px;
}
.featured-two .section-title {
  margin-bottom: 40px;
}

.featured-six {
  padding-bottom: 40px;
}

@media (min-width: 991px) {
  .featured-two {
    padding: 126px 0 28px;
  }
  .featured {
    padding-top: 32px;
  }
  .pixsass-icon-box-wrapper.style-two {
    margin-bottom: 88px;
    text-align: left;
  }
  .featured-six {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
/*--------------------------------------------------------------
  ##  Testimonial
  --------------------------------------------------------------*/
.swiper-button-prev {
  background-image: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-button-next {
  background-image: none;
}

.testimonials {
  background: #fdf8f8;
  padding: 76px 0 30px;
  overflow: hidden;
}
.testimonials .scroll-circle {
  bottom: 26%;
  right: -1px;
}

.testimonial-wrapper {
  padding: 0 0 70px;
  position: relative;
  z-index: 22;
}
.testimonial-wrapper .shape-shadow {
  border-radius: 10px;
  background-color: white;
  opacity: 0.4;
  box-shadow: 0px 60px 100px 0px rgba(102, 74, 74, 0.2);
  height: 100px;
  max-width: 54%;
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-wrapper .slider-nav .swiper-button-prev {
  display: none;
}
.testimonial-wrapper .slider-nav .swiper-button-next {
  display: none;
}

#testimonial {
  border-radius: 10px;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(79, 35, 35, 0.1);
  background: #fff;
  width: 100%;
}
#testimonial .testimonial {
  text-align: center;
  margin: 0 auto;
  padding: 40px 25px;
  position: relative;
}
#testimonial .testimonial .testimonial-content {
  max-width: 630px;
  margin: 0 auto 30px;
}
#testimonial .testimonial .testimonial-content p {
  color: #54525e;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}
#testimonial .testimonial .single-bio-thumb {
  max-width: 80px;
  margin: 0 auto 41px;
  box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.2);
  border-radius: 50%;
}
#testimonial .testimonial .single-bio-thumb img {
  border-radius: 50%;
}
#testimonial .testimonial .bio-info .name {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

#testimonial-wrapper {
  position: relative;
  z-index: 2;
}
#testimonial-wrapper .slider-nav .swiper-button-prev {
  display: none;
}
#testimonial-wrapper .slider-nav .swiper-button-next {
  display: none;
}

.testimonials-two-about {
  padding: 76px 0 30px;
  background: #fdf8f8;
  overflow: hidden;
}
.testimonials-two-about .swiper-container {
  padding: 0 20px 80px;
}
.testimonials-two-about .testimonial-two .testi-content-inner {
  box-shadow: 0px 30px 20px 0px rgba(79, 35, 35, 0.1);
}
.testimonials-two-about .testimonial-two .shape-shadow {
  box-shadow: 0px 20px 50px 0px rgba(79, 35, 35, 0.1);
}
.testimonials-two-about .scroll-circle {
  max-width: 500px;
  bottom: 33%;
  z-index: 1;
  right: -7%;
}
.testimonials-two-about #testimonial-wrapper .slider-nav .swiper-button-prev:hover {
  color: #60adff;
}
.testimonials-two-about #testimonial-wrapper .slider-nav .swiper-button-next:hover {
  color: #60adff;
}

.testimonial-two .testi-content-inner {
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0px 30px 20px 0px rgba(43, 35, 79, 0.05);
  border-radius: 10px;
  padding: 40px 30px;
}
.testimonial-two .testimonial-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 43px;
}
.testimonial-two .testimonial-bio .avatar {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 30px;
}
.testimonial-two .testimonial-bio .avatar img {
  border-radius: 50%;
}
.testimonial-two .testimonial-bio .bio-info .name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
.testimonial-two .testimonial-content {
  margin-bottom: 35px;
}
.testimonial-two .testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.testimonial-two .shape-shadow {
  border-radius: 10px;
  background-color: white;
  opacity: 0.4;
  box-shadow: 0px 20px 50px 0px rgba(102, 74, 74, 0.2);
  height: 100px;
  max-width: 81%;
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.testimonial-two .quote {
  position: absolute;
  right: 60px;
  top: 79%;
}

.rating {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rating li {
  display: inline-block;
  font-size: 14px;
  color: #fdae04;
}

@media (min-width: 991px) {
  .testimonials {
    padding: 116px 0 0;
  }
  .testimonials-two-about {
    padding: 116px 0 60px;
  }
  .testimonials-two-about .swiper-container {
    padding: 0 20px 100px;
  }
  .testimonial-wrapper {
    padding: 0 100px 160px;
  }
  .testimonial-wrapper .slider-nav .swiper-button-prev {
    left: 0;
  }
  .testimonial-wrapper .slider-nav .swiper-button-next {
    right: 10px;
  }
  .testimonial-wrapper .shape-shadow {
    bottom: 120px;
  }
  #testimonial .testimonial .testimonial-content p {
    font-size: 20px;
    line-height: 38px;
  }
  .testimonial-two .testi-content-inner {
    padding: 50px 60px;
  }
  .testimonial-two .shape-shadow {
    bottom: -40px;
  }
  #testimonial-wrapper .slider-nav .swiper-button-prev {
    left: -4%;
  }
  #testimonial-wrapper .slider-nav .swiper-button-next {
    right: -3%;
  }
}
@media (min-width: 576px) {
  #testimonial-wrapper .slider-nav .swiper-button-prev {
    display: block;
    outline: 0;
    left: -30px;
  }
  #testimonial-wrapper .slider-nav .swiper-button-prev i {
    font-size: 32px;
  }
  #testimonial-wrapper .slider-nav .swiper-button-prev:hover {
    color: #662d91;
  }
  #testimonial-wrapper .slider-nav .swiper-button-next {
    display: block;
    outline: 0;
    right: -20px;
  }
  #testimonial-wrapper .slider-nav .swiper-button-next i {
    font-size: 32px;
  }
  #testimonial-wrapper .slider-nav .swiper-button-next:hover {
    color: #662d91;
  }
  .testimonial-wrapper {
    padding: 0 50px 70px;
  }
  .testimonial-wrapper .slider-nav .swiper-button-next {
    color: #b5b5b5;
    font-size: 36px;
    transition: all 0.3s ease-in-out;
    outline: 0;
    right: 20px;
  }
  .testimonial-wrapper .slider-nav .swiper-button-next:hover {
    color: #60adff;
  }
  .testimonial-wrapper .slider-nav .swiper-button-prev {
    color: #b5b5b5;
    font-size: 36px;
    transition: all 0.3s ease-in-out;
    outline: 0;
    left: 20px;
  }
  .testimonial-wrapper .slider-nav .swiper-button-prev:hover {
    color: #60adff;
  }
  #testimonial .testimonial {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .testimonials {
    padding: 76px 0 10px;
  }
  #testimonial .testimonial {
    padding: 60px;
  }
  #testimonial .testimonial .testimonial-content p {
    font-size: 18px;
    line-height: 34px;
  }
  .testimonial-wrapper {
    padding: 0 50px 110px;
  }
  .testimonial-wrapper .shape-shadow {
    bottom: 80px;
  }
  .testimonials-two-about .scroll-circle {
    max-width: 700px;
  }
}
/*--------------------------------------------------------------
##  Pricing
--------------------------------------------------------------*/
.pricing {
  padding: 16px 0 0;
}
.pricing-two {
  padding-top: 146px;
  padding-bottom: 90px;
}
.pricing-two-single {
  padding: 6px 0 20px;
}
.pricing .scroll-circle {
  width: 250px;
  bottom: 6%;
}

.pricing-table {
  margin-bottom: 30px;
  border: 1px solid #efe7e7;
  padding: 40px;
  max-width: 500px;
}
.pricing-table.br-left {
  border-left: 1px solid #efe7e7;
}
.pricing-table .pricing-header {
  text-align: center;
  border-bottom: 1px dashed #efe7e7;
  margin-bottom: 20px;
}
.pricing-table .pricing-header .price {
  color: #fa7070;
  font-size: 22px;
  font-weight: 800;
  line-height: 33px;
  margin-bottom: 25px;
  text-align: center;
}
.pricing-table .pricing-header .price-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.pricing-table .pricing-header p {
  margin: 0;
  text-align: unset;
}
.pricing-table .pricing-header .annual_price {
  display: none;
}
.pricing-table .pricing-header.change-subs-duration .annual_price {
  display: block;
}
.pricing-table .pricing-header.change-subs-duration .monthly_price {
  display: none;
}
.pricing-table .price-feture {
  padding: 0;
  list-style: none;
}
.pricing-table .price-feture li {
  padding-left: 33px;
  position: relative;
  margin-bottom: 12px;
}
.pricing-table .price-feture li:before {
  font-family: eleganticons;
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-table .price-feture li.have:before {
  content: "N";
  color: #1acb44;
}
.pricing-table .price-feture li.have2:before {
  content: "NN";
  color: #1acb44;
  left: -15px;
}
.pricing-table .price-feture li.have3:before {
  content: "NNN";
  color: #1acb44;
  left: -30px;
}
.pricing-table .price-feture li.not:before {
  content: "M";
  color: #fa7070;
}
.pricing-table.color-two .pricing-header .price {
  color: #5e67e1;
}
.pricing-table.color-three .pricing-header .price {
  color: #22cd1a;
}
.pricing-table .pix-btn {
  text-align: center;
  font-weight: 600;
  padding: 8px 0;
  width: 200px;
}
.pricing-table .button-header {
  text-align: center;
}
.pricing-table .button-header .price {
  color: #60adff;
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 25px;
}
.pricing-table .button-header .price-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.pricing-table .button-header p {
  margin: 0;
}
.pricing-table .button-header .annual_price {
  display: none;
}
.pricing-table .button-header.change-subs-duration .annual_price {
  display: block;
}
.pricing-table .button-header.change-subs-duration .monthly_price {
  display: none;
}
.pricing-table.style-two {
  background: #f8f9fa;
  padding: 25px 50px 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 0;
}
.pricing-table.style-two.price-two {
  background: #fdf8f8;
}
.pricing-table.style-two.price-two.featured .trend:before {
  border-right: 90px solid #662d91;
}
.pricing-table.style-two .pricing-header {
  text-align: left;
  border-color: #bdb4b4;
  padding-bottom: 20px;
}
.pricing-table.style-two .pricing-header .price-title {
  letter-spacing: 0;
  text-transform: capitalize;
}
.pricing-table.style-two:hover {
  background: #fff;
  box-shadow: 0px 40px 80px 0px rgba(43, 35, 79, 0.14);
}
.pricing-table.featured .trend {
  position: absolute;
  top: 0;
  right: 0;
}
.pricing-table.featured .trend p {
  color: #fff;
  transform: rotate(45deg);
  margin-left: 22px;
  margin-bottom: 0;
  z-index: 22;
  font-size: 17px;
  padding-top: 17px;
  padding-bottom: 57px;
}
.pricing-table.featured .trend:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 90px solid transparent;
  border-right: 90px solid #662d91;
  position: absolute;
  top: 0;
  right: 0;
}
.pricing-table.featured .trend2 {
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-table.featured .trend2 p {
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 30px;
  margin-bottom: 0;
  z-index: 22;
  font-size: 17px;
  padding-bottom: 60px;
}
.pricing-table.featured .trend2:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 90px solid #60adff;
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-tab {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.pricing-tab .pricing-tab-switcher {
	height: 40px;
	width: 90px;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 18px;
	-webkit-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	        transform: translateY(-3px);
	border: 1px solid #dcd2d2;
	border-radius: 30px;
	cursor: pointer;
}
.pricing-tab .pricing-tab-switcher:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 4px;
	background: #60adff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
/**
	-webkit-box-shadow: 0px 14px 24px 0px rgba(176, 70, 70, 0.4);
	        box-shadow: 0px 14px 24px 0px rgba(176, 70, 70, 0.4);
**/
}
.pricing-tab .pricing-tab-switcher.active:before {
	left: calc(100% - 35px);
}

.pricing-tab .tab-btn {
  cursor: pointer;
}
.pricing-tab .monthly_tab_title {
  color: #60adff;
}
.pricing-tab.seleceted .annual_tab_title {
  color: #60adff;
}
.pricing-tab.seleceted .monthly_tab_title {
  color: #54525e;
}
.pricing-tab span {
  vertical-align: middle;
}

.tabs-wrapper {
  max-width: 830px;
  margin: 0 auto;
}

.faq-tabs {
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 22;
}
.faq-tabs li {
  margin-bottom: 10px;
}
.faq-tabs li:not(:last-child) {
  margin-right: 20px;
}
.faq-tabs li a {
  font-size: 14px;
  font-weight: 600;
  color: #60adff;
  background: rgba(96, 173, 255, 0.122);
  padding: 1px 25px;
  border-radius: 4px;
  display: inline-block;
}
.faq-tabs li a:hover, .faq-tabs li a.active {
  background: #60adff;
  color: #fff;
}
.faq-tabs li:nth-child(2) a {
  background: rgba(94, 103, 225, 0.122);
  color: #5e67e1;
}
.faq-tabs li:nth-child(2) a:hover, .faq-tabs li:nth-child(2) a.active {
  background: #5e67e1;
  color: #fff;
}
.faq-tabs li:nth-child(3) a {
  background: rgba(26, 201, 88, 0.122);
  color: #1acb44;
}
.faq-tabs li:nth-child(3) a:hover, .faq-tabs li:nth-child(3) a.active {
  background: #1acb44;
  color: #fff;
}
.faq-tabs li:nth-child(4) a {
  background: rgba(251, 43, 224, 0.122);
  color: #fb2be0;
}
.faq-tabs li:nth-child(4) a:hover, .faq-tabs li:nth-child(4) a.active {
  background: #fb2be0;
  color: #fff;
}

@media (min-width: 991px) {
  .pricing {
    padding: 36px 0 120px;
  }
  .pricing-two-single {
    padding-top: 36px;
  }
  .pricing-table {
    border-right: 1px solid #efe7e7;
    padding: 20px 40px;
  }
  .faq-tabs {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .faq-tabs li {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
##  Team
--------------------------------------------------------------*/
.team-member {
  margin-bottom: 40px;
  max-width: 370px;
  margin: 0 auto 70px;
}
.team-member .member-avater {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-member .member-avater svg {
  position: absolute;
  bottom: -200%;
  left: 0;
  transition: all 0.6s ease-in-out;
}
.team-member .member-avater svg.layer-two {
  transition-delay: 0.3s;
}
.team-member .member-avater svg:hover {
  bottom: 0;
}
.team-member .member-avater .member-social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 333;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
}
.team-member .member-avater .member-social li {
  display: inline-block;
  margin-right: 5px;
}
.team-member .member-avater .member-social li a {
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
.team-member .member-avater .member-social li a:hover {
  background: #fff;
  color: #60adff;
  box-shadow: 0px 20px 20px 0px rgba(79, 35, 35, 0.2);
}
.team-member .member-avater:hover svg {
  bottom: 0;
}
.team-member .member-avater:hover .member-social {
  bottom: 40px;
  opacity: 1;
}
.team-member .team-info {
  text-align: center;
  padding-top: 25px;
}
.team-member .team-info .name {
  font-size: 20px;
  font-weight: 600;
}
.team-member .team-info .job {
  font-size: 16px;
  color: #54525e;
  font-weight: 400;
}

@media (min-width: 991px) {
  .team-member {
    margin-bottom: 70px;
  }
}
/*--------------------------------------------------------------
##  Logo Carousel
--------------------------------------------------------------*/
.brand-logo {
  text-align: center;
}
.brand-logo img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.brand-logo img:hover {
  opacity: 0.5;
}

.logo-carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide p {
  text-align: center;
  color: #666;
  font-size: 13px;
  padding-top: 10px;
}

@media (min-width: 480px) {
  #brand-logo {
    padding-top: 30px;
  }
}
@media (min-width: 770px) {
  #brand-logo {
    padding-top: 0;
  }
  .swiper-slide p {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
  ##  Call To Action
  --------------------------------------------------------------*/
.call-to-action {
  background-image: linear-gradient(100deg, #60adff 0%, #662d91 100%);
  padding: 71px 0 80px;
  overflow: hidden;
}
.call-to-action .overlay-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.call-to-action .action-content {
  position: relative;
}
.call-to-action .action-content .title {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 28px;
}
.call-to-action .action-content p {
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
.call-to-action .action-content .pix-btn {
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.call-to-action .action-content.style-two {
  margin-bottom: 30px;
  text-align: center;
}
.call-to-action .action-content.style-two .title {
  font-size: 32px;
  line-height: 42px;
  margin: 0;
}
.call-to-action.action-padding {
  padding: 172px 0 168px;
}
.call-to-action .scroll-circle {
  right: 0;
  top: 40%;
  max-width: 300px;
}

@media (min-width: 1200px) {
  .call-to-action .action-content.style-two .title {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (min-width: 991px) {
  .call-to-action {
    padding: 111px 0 120px;
  }
  .call-to-action.action-padding {
    padding: 74px 0 80px;
  }
  .call-to-action .action-content .title {
    font-size: 50px;
    line-height: 64px;
  }
  .call-to-action .action-content.style-two .title {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (min-width: 768px) {
  .call-to-action .action-content .title {
    font-size: 40px;
    line-height: 54px;
  }
  .call-to-action .scroll-circle {
    max-width: 400px;
  }
}
/*--------------------------------------------------------------
##  Funfact
--------------------------------------------------------------*/
.countup {
  padding: 76px 0 75px;
}
.countup .pix-btn {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.countup .scroll-circle {
  top: -30%;
}

.countup-wrapper {
  position: relative;
  z-index: 22;
}

@media (min-width: 991px) {
  .countup .scroll-circle {
    left: -58%;
  }
  .countup {
    padding: 116px 0 120px;
  }
  .countup .pix-btn {
    margin-top: 62px;
  }
}
/*--------------------------------------------------------------
##  Newsletter
--------------------------------------------------------------*/
.newsletter {
  padding: 30px 0 20px 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.call-to-subscribe {
  background-image: linear-gradient(100deg, #9fcdff 0%, #75429c 100%);
  padding: 90px 0 80px;
  overflow: hidden;
}
.call-to-subscribe .title {
  color: #fff;
}
.call-to-subscribe p {
  color: #fff;
  text-align: center;
}

.subscribe {
  background-image: linear-gradient(97deg, rgb(102, 45, 145) 30%, rgb(96, 173, 255) 100%);
  padding: 20px 0 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.subscribe .title {
  color: #fff;
}

/*--------------------------------------------------------------
##  Page Banner
--------------------------------------------------------------*/
.page-banner {
  background: #fdf8f8;
  text-align: center;
  height: 250px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.page-banner .page-title {
  font-size: 30px;
  font-weight: 800;
  color: #2b2350;
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 40px auto 10px;
}
.page-banner .bradcurmed {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.page-banner .bradcurmed li {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.page-banner .bradcurmed li:not(:last-child) {
  margin-right: 30px;
}
.page-banner .bradcurmed li:not(:last-child):before {
  content: "5";
  font-family: eleganticons;
  position: absolute;
  right: -25px;
  top: 0;
}
.page-banner .bradcurmed li a {
  color: #2b2350;
  font-weight: 500;
}
.page-banner .bradcurmed li a:hover {
  color: #60adff;
}
.page-banner .circle {
  position: absolute;
  top: -51%;
  left: -15%;
  z-index: 1;
}
.page-banner.blog-details-banner {
  height: 250px;
}
.page-banner.blog-details-banner .page-title-wrapper {
  margin-top: 100px;
}
.page-banner.blog-details-banner .page-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-banner.blog-details-banner .post-meta {
  position: relative;
  z-index: 22;
  padding: 0;
}
.page-banner.blog-details-banner .post-meta li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  text-transform: uppercase;
}
.page-banner.blog-details-banner .post-meta li:not(:last-child):after {
  position: absolute;
  content: "";
  right: -20px;
  top: 7px;
  width: 2px;
  height: 14px;
  background: #9997a3;
}
.page-banner.blog-details-banner .post-meta li a {
  color: #54525e;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 5px;
}
.page-banner.blog-details-banner .post-meta li a:hover {
  color: #60adff;
}
.page-banner.blog-details-banner .post-meta.color-theme {
  margin-bottom: 10px;
}
.page-banner.blog-details-banner .post-meta.color-theme li a {
  color: #60adff;
}

.animate-ball {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  left: 0;
}
.animate-ball .ball {
  background: #f8f9fa;
  border-radius: 50%;
  position: absolute;
}
.animate-ball .ball:nth-child(1) {
  height: 50px;
  width: 50px;
  top: 37%;
  left: 10%;
  animation: zoommd 1.5s infinite alternate;
}
.animate-ball .ball:nth-child(2) {
  height: 70px;
  width: 70px;
  bottom: 22%;
  right: 8%;
  animation: bounce 4s infinite alternate;
}
.animate-ball .ball:nth-child(3) {
  height: 100px;
  width: 100px;
  bottom: 43%;
  right: 22%;
  animation: zoommd 1.5s infinite alternate;
}
.animate-ball .ball:nth-child(4) {
  height: 40px;
  width: 40px;
  bottom: 20%;
  right: 32%;
  animation: movexy 1.5s infinite alternate;
}
.animate-ball .ball:nth-child(5) {
  height: 500px;
  width: 500px;
  top: -75%;
  right: 100px;
  animation: wave 3s 0.1s infinite linear;
}

@media (min-width: 500px) {
  .page-banner.blog-details-banner .page-title {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .page-banner .page-title {
    font-size: 40px;
    margin: 40px auto 15px;
  }
  .page-banner.blog-details-banner .page-title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (min-width: 991px) {
  .page-banner {
    height: 300px;
  }
  .page-banner .page-title {
    font-size: 50px;
    margin: 30px auto 15px;
  }
  .page-banner .animate-ball .ball:nth-child(3) {
    height: 50px;
    width: 50px;
  }
  .page-banner .animate-ball .ball:nth-child(3) {
    height: 40px;
    width: 40px;
  }
  .page-banner .animate-ball .ball:nth-child(5) {
    top: -190px;
    right: 0;
    height: 250px;
    width: 250px;
  }
  .page-banner.blog-details-banner {
    height: 300px;
  }
  .page-banner.blog-details-banner .page-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .animate-ball .ball:nth-child(5) {
    top: -102%;
    right: 0;
  }
}
/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.about {
  padding-top: 0;
}

.about-content {
  padding-right: 0;
}
.about-content .section-title {
  margin-bottom: 15px;
}
.about-content p {
  margin-bottom: 40px;
}
.about-content .singiture h4 {
  font-size: 20px;
  margin-bottom: 25px;
}

.about-thumb {
  margin-top: 30px;
}

.mtext {
  display: inline-block;
  flex-direction: row;
  align-items: flex-end;
  font-size: 20px;
}

.linkp a {
  color: #797687;
}
.linkp a:hover {
  color: #662D91;
}

@media (min-width: 991px) {
  .about-content {
    padding-right: 130px;
  }
}
/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.contactus {
  padding: 20px 0 40px;
}

.contact-infos .contact-info {
  margin-bottom: 10px;
}
.contact-infos .contact-info:first-child {
  border-bottom: 1px solid #efe7e7;
}
.contact-infos .contact-info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.contact-infos .contact-info .description {
  font-size: 16px;
  line-height: 28px;
}
.contact-infos .contact-info .info i {
  margin-right: 10px;
}
.contact-infos .contact-info .info.phone {
  color: #60adff;
}

@media (min-width: 991px) {
  .contactus {
    padding: 50px 0;
  }
}
/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.portfolios {
  padding: 40px 0 40px;
}

.pixsass-isotope-filter {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pixsass-isotope-filter li {
  display: inline-block;
  margin-bottom: 10px;
}
.pixsass-isotope-filter li a {
  color: #54525e;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 23px;
  border: 1px solid transparent;
  border-radius: 30px;
  display: inline-block;
}
.pixsass-isotope-filter li.current a {
  border-color: #60adff;
  color: #60adff;
}

.grid-sizer {
  min-height: 1px;
}

.pixsass-portfolio-items.column-2 {
  width: 104%;
}
.pixsass-portfolio-items.column-2 .pixsass-portfolio-item,
.pixsass-portfolio-items.column-2 .grid-sizer {
  width: 29%;
  margin-right: 4%;
  float: left;
}
.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item {
  position: relative;
  margin-bottom: 150px;
  float: left;
}
.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
  max-width: 420px;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 40px;
  transition: all 0.3s ease-in-out;
}
.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 {
  font-size: 24px;
  margin: 0;
  line-height: 32px;
}
.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 a {
  color: #2b2350;
}
.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 a:hover {
  color: #60adff;
}
.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info span {
  color: #54525e;
  font-size: 16px;
}
.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item:hover .portfolio-info {
  box-shadow: none;
  bottom: 40px;
}

.portfolio-single {
  padding: 0 0 20px;
}

.portfolio-single {
  #options-wrapper {
    --sl-color-primary-600: #60adff;
    --sl-color-primary-700: #60adff;
    display: flex;
    flex-direction: column;
    gap: 2ch;
    margin-inline: auto;
    max-width: 600px;
    padding: 1rem;
  }
  sl-radio-group::part(form-control) {
    align-items: center;
    display: flex;
    gap: 2ch;
    flex-wrap: wrap;
    justify-content: space-between;
    --threshold: 350px;

    > * {
      /* ↓ Allow children to grow */
      flex-grow: 1;
      /* ↓ Switch the layout at the --threshold */
      flex-basis: calc((var(--threshold) - 100%) * 999);
    }
  }
  sl-radio-group::part(form-control-label) {
    font-weight: 700;
  }
  sl-radio-group::part(form-control-input) {
    box-shadow: 0px 5px 10px 0px rgba(70, 70, 70, 0.3);
  }
  #variant-selected {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    margin-top: 2em;

    .pix-btn {
      position: relative;

      &.loading {
        background: #60adff;

        span {
          visibility: hidden;
        }

        &::after {
          content: "";
          position: absolute;
          width: 16px;
          height: 16px;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          border: 4px solid transparent;
            border-top-color: transparent;
          border-top-color: #ffffff;
          border-radius: 50%;
          animation: button-loading-spinner 1s ease infinite;
        }
      }

      &[disabled] {
        background: #60adff;
        color: #fff;
        box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
      }
    }
  }
  #variant-unavailable {
    justify-content: center;
    margin-top: 2em;
    padding: 1rem;
  }
}

.port-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.port-header .portfolio-title {
  flex: 1;
}
.port-header .portfolio-title .title {
  max-width: 510px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}
.port-header .share-link {
  display: flex;
  align-items: center;
}
.port-header .share-link .footer-social-link {
  margin: 0;
}
.port-header .share-link li a {
  background: transparent;
}

.portfolio-content img {
  margin-bottom: 30px;
}
.portfolio-content .content-inner {
  padding-right: 65px;
  border-right: 1px solid #efe7e7;
}
.portfolio-content .product-notes {
  background: #fdf8f8;
  padding: 40px;
}
.portfolio-content .product-notes h2 {
  font-size: 1.75rem;
}
.portfolio-content .product-notes ul {
  padding-inline-start: 1ch;
}
.portfolio-content .product-notes li {
  margin-bottom: 1rem;
}
.portfolio-content .product-notes li::marker {
  content: "• ";
}
.portfolio-content .product-notes li p {
  font-size: 16px;
}
.portfolio-content .content-inner .sub-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 30px;
}
.portfolio-content .content-inner p {
  font-size: 18px;
  line-height: 30px;
}
.portfolio-content .portfolio-info {
  padding-left: 10px;
}
.portfolio-content .portfolio-info .info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-content .portfolio-info .info li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 45px;
  color: #2b2350;
}
.portfolio-content .portfolio-info .info li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #54525e;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .portfolios {
    padding: 20px 0 50px;
  }
  .pixsass-isotope-filter {
    margin-bottom: 40px;
  }
  .pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item {
    margin-bottom: 120px;
  }
  .pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
    max-width: 290px;
    left: 20px;
  }
  .portfolio-single {
    padding: 4px 0 10px;
  }
  .port-header {
    display: block;
  }
  .port-header .portfolio-title .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
    max-width: 60%;
    left: 20px;
  }
  .pixsass-portfolio-items.column-2 {
    width: 100%;
  }
  .pixsass-portfolio-items.column-2 .pixsass-portfolio-item,
  .pixsass-portfolio-items.column-2 .grid-sizer {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .pixsass-portfolio-items.column-2 .pixsass-portfolio-item img,
  .pixsass-portfolio-items.column-2 .grid-sizer img {
    width: 100%;
  }
  .pixsass-portfolio-items.column-2 .pixsass-portfolio-item {
    margin-bottom: 120px;
  }
  .portfolio-content img {
    margin-bottom: 30px;
  }
  .portfolio-content .content-inner {
    padding-right: 0;
    border-right: 0;
  }
  .portfolio-content .portfolio-info {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .pixsass-portfolio-items.column-2 .pixsass-portfolio-item {
    margin-bottom: 80px;
  }
  .pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
    max-width: 80%;
    padding: 20px;
    bottom: -50px;
  }
  .pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
/*--------------------------------------------------------------
  ##  Blog
  --------------------------------------------------------------*/
#blog-grid {
  padding: 19px 0 10px;
}
#blog-grid .feature-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
#blog-grid .feature-image a img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#blog-grid .feature-image a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 22;
}
#blog-grid .feature-image a:hover:before {
  opacity: 1;
}
#blog-grid .feature-image a:hover img {
  transform: scale(1.05);
}

.blog-post {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 14px 0px rgba(43, 35, 79, 0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.blog-post:hover {
  box-shadow: 0px 30px 60px 0px rgba(43, 35, 79, 0.12);
}

.blog-content {
  padding: 20px 10px 20px;
  background: #fff;
}
.blog-content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-content .post-meta li {
  display: inline-block;
  position: relative;
}
.blog-content .post-meta li:not(:last-child):after {
  position: absolute;
  content: "";
  right: -18px;
  top: 7px;
  width: 2px;
  height: 14px;
  background: #9997a3;
}
.blog-content .post-meta li i {
  margin-right: 5px;
  color: #60adff;
}
.blog-content .post-meta li a {
  color: #54525e;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-content .post-meta li a:hover {
  color: #60adff;
}
.blog-content .entry-title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 32px;
  line-height: 30px;
}
.blog-content .entry-title a {
  color: #222;
}
.blog-content .entry-title a:hover {
  color: #662d91;
}

.blog-post-archive {
  padding: 10px 0 20px;
}

#post-wrapper {
  max-width: 670px;
}

.post-wrapper .categories {
  position: absolute;
  top: 40px;
  right: 0;
}
.post-wrapper .category-item {
  font-size: 16px;
  font-weight: 700;
  background: #f8f6f2;
  padding: 9px 17px;
  color: #656177;
  margin-left: 5px;
}
.post-wrapper .category-item:hover {
  background: #2b2350;
  color: #fff;
}
.post-wrapper .post {
  margin-bottom: 40px;
}
.post-wrapper .post:last-child .post {
  margin-bottom: 0;
}
.post-wrapper .post-signle1 h1, .post-wrapper .post-signle1 h2, .post-wrapper .post-signle1 h3, .post-wrapper .post-signle1 h4, .post-wrapper .post-signle1 h5, .post-wrapper .post-signle1 h6 {
  margin-left: 0%;
}

.post .feature-image {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.post .blog-content {
  position: relative;
  border-bottom: 1px solid #e6e5e0;
}
.post .blog-content .post-meta li a {
  color: #54525e;
  font-size: 15px;
  margin-right: 3px;
}
.post .blog-content .post-meta li a:hover {
  color: #60adff;
}
.post .blog-content .entry-title {
  margin: 5px 0 22px;
  font-size: 30px;
  line-height: 1.2;
}
.post .blog-content h1 {
  margin-top: 35px;
}
.post .author {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.post .author img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.post .author span {
  font-size: 16px;
  font-weight: 500;
}
.post .author a {
  font-size: 16px;
  font-weight: 500;
  color: #2b2350;
}
.post .author a:hover {
  color: #60adff;
}

.quote-post {
  position: relative;
  background: #fdf8f8;
  padding: 50px;
  border-bottom: 0;
  overflow: hidden;
  border-radius: 6px;
}
.quote-post:before {
  content: "";
  position: absolute;
  left: 28px;
  top: -20px;
  background-image: url(../media/blog/quote2.png);
  width: 140px;
  height: 80px;
  z-index: 1;
}
.quote-post p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  color: #656177;
  text-align: center;
}
.quote-post span {
  font-size: 16px;
  font-weight: 500;
  color: #2b2350;
}
.quote-post .quote {
  position: absolute;
  right: 50px;
  bottom: 35px;
}

.post-post-grid {
  border-radius: 6px;
  box-shadow: 0px 6px 14px 0px rgba(43, 35, 79, 0.1);
  overflow: hidden;
  margin-bottom: 40px;
}
.post-post-grid .feature-image img {
  width: 100%;
  border: 2px solid #ccc;
}
.post-post-grid .feature-image img:hover {
  opacity: 0.6;
}
.post-post-grid .blog-content {
  padding: 22px 40px 30px;
}
.post-post-grid .blog-content .entry-title {
  margin: 8px 0 37px;
  line-height: 30px;
}
.post-post-grid .author img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.post-post-grid .author a {
  font-size: 16px;
  font-weight: 500;
  color: #2b2350;
}

.post-navigation {  
  max-width: 670px;
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
  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;
}
.post-navigation li {
  display: inline-grid;
  place-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #797687;
  border-radius: 50%;
  border: 1px solid #d6d8db;
  position: relative;
}
.post-navigation li a {
  display: block;
  color: #54525e;
}
.post-navigation li a::before {
  content: '';
  inset: 0;
  position: absolute;
}
.post-navigation .active a {
  color: inherit;
}
.post-navigation li.first a,
.post-navigation li.last a {
  padding-block-end: 2px;
}
.post-navigation li:hover {
  border-color: #662d91;
  background: #662d91;
}
.post-navigation li:hover a {
  color: #fff;
}
.post-navigation li.active {
  background: #662d91;
  color: #fff;
  border: none;
}
#search-box{
  text-align: center;
}
.blog-single {
  padding-top: 10px;
}
.blog-single .post {
  margin-bottom: 1%;
}
.blog-single .post .blog-content {
  padding: 40px 0 20px;
}
.blog-single .post .blog-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-single .post .blog-content h3 {
  margin-top: 42px;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-single blockquote {
  display: block;
  background: #fff;
  margin: 0% 5% 5% 4%;
  padding: 5% 3% 1% 3%;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  color: #aba8a4;
  text-align: justify;
  border-left: 15px solid #EBF2F8;
  border-right: 1px dotted #EBF2F8;
  box-shadow: -1px 2px 5px #ccc !important;
}
.blog-single .tagcloud span {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.blog-single .tagcloud a {
  line-height: 25px;
}

.blog-share {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-share .share-title {
  margin-left: 2%;
}
.blog-share .share-title p {
  color: #2b2350;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  margin-left: -16%;
}

.share-link {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}
.share-link li {
  display: inline-block;
  margin-right: 5px;
}
.share-link li:last-child {
  margin-right: 0;
}
.share-link li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 45px;
  color: #aba8a4;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #f8f9fa;
}
.share-link li a:hover {
  background: rgba(96, 173, 255, 0.5);
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
  border: none;
}

.pixsass_post_author_box {
  background: #fdf8f8;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
  border-radius: 6px;
}
.pixsass_post_author_box .profile_image {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
.pixsass_post_author_box .profile_image img {
  border-radius: 50%;
}
.pixsass_post_author_box .profile_content {
  -webkit-box-flex: 1;
  flex: 1;
}
.pixsass_post_author_box .profile_content .profile_name {
  font-size: 20px;
  line-height: 28px;
  color: #2b2350;
  margin: 0;
}
.pixsass_post_author_box .profile_content .author-job {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  display: inline-block;
}
.pixsass_post_author_box .profile_content p {
  font-size: 18px;
  color: #54525e;
  margin: 0;
  font-weight: 500;
}

.comment-area {
  padding: 20px;
}

.img-with-text {
  text-align: center;
  font-size: small;
}
.img-with-text img {
  display: block;
  margin: 0 auto;
}

.fedifeed {
  width: 100%;
  height: 800px;
}

@media (min-width: 768px) {
  .blog-content {
    padding: 10px 35px 20px;
  }
}
@media (min-width: 991px) {
  #blog-grid {
    padding: 25px 0 25px;
  }
  .blog-post-archive {
    padding: 15px 0;
  }
  .blog-single {
    padding-top: 30px;
  }
  .blog-content {
    padding: 20px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .blog-content {
    padding: 10px 35px 20px;
  }
}
/*--------------------------------------------------------------
  ##  Widget
  --------------------------------------------------------------*/
.widget:not(:last-child) {
  margin-bottom: 25px;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebe3e3;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #54525e;
  font-weight: 500;
}
.widget ul li a:hover {
  color: #60adff;
}

.gp-posts-widget-wrapper .post-item {
  display: flex;
  flex-wrap: wrap;
}
.gp-posts-widget-wrapper .post-item:not(:last-child) {
  margin-bottom: 30px;
}
.gp-posts-widget-wrapper .post-item .post-widget-thumbnail {
  border-radius: 5px;
  overflow: hidden;
  width: 100px;
  margin-right: 30px;
}
.gp-posts-widget-wrapper .post-item .post-widget-info {
  flex: 1;
}
.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title a {
  color: #2b2350;
}
.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title a:hover {
  color: #60adff;
}
.gp-posts-widget-wrapper .post-item .post-widget-info .post-date {
  color: #54525e;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.tagcloud a {
  font-size: 14px;
  background: #f8f9fa;
  color: #54525e;
  padding: 6px 21px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 30px;
}
.tagcloud a:hover {
  background: #60adff;
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
  position: relative;
  z-index: 2;
}

.youtube-video {
  width: 100%;
  height: 300px;
  margin-left: 2%;
}

.image-call {
  width: 100%;
  float: left;
  padding-right: 3%;
  padding-top: 3%;
  padding-bottom: 2px;
}

@media (min-width: 767px) {
  .image-call {
    width: 60%;
  }
}
@media (min-width: 991px) {
  .youtube-video {
    height: 400px;
  }
}
/*--------------------------------------------------------------
  ##  Error
  --------------------------------------------------------------*/
.error-page {
  background: #f8f9fa;
  padding: 130px 0 80px;
}

.error-content-wrapper img {
  margin-bottom: 30px;
}
.error-content-wrapper .error-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
}
.error-content-wrapper p {
  font-size: 16px;
  margin-bottom: 47px;
  text-align: center;
}
.error-content-wrapper .pix-btn {
  padding: 11px 67px;
}

@media (min-width: 991px) {
  .error-page {
    padding: 185px 0 5px;
  }
  .error-content-wrapper .error-title {
    font-size: 40px;
  }
  .error-content-wrapper p {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
#footer {
  background: #fdf8f8;
  text-align: center;
}
#footer .footer-nner {
  padding: 10px;
}
#footer .widget.footer-widget .widget-title {
  color: #2b2350;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5%;
  border-bottom: 0;
}
#footer .widget.footer-widget p {
  margin-bottom: 40px;
  text-align: center;
}
#footer .footer-menu {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
#footer .footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .footer-menu li a {
  display: block;
  color: #54525e;
  font-weight: 400;
  line-height: 30px;
}
#footer .footer-menu li a:hover {
  color: #60adff;
}
#footer .footer-social-link {
  margin-top: 0%;
  margin-bottom: 5%;
  padding: 0;
  list-style: none;
}
#footer .footer-social-link li {
  display: inline-block;
}
#footer .footer-social-link li:not(:last-child) {
  margin-right: 10px;
}
#footer .footer-social-link li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #efe7e7;
  display: block;
  border-radius: 50%;
  color: #9694a1;
  text-align: center;
  font-size: 16px;
}
#footer .footer-social-link li a:hover {
  background: #60adff;
  border-color: #60adff;
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}
#footer .site-info {
  padding: 0;
  display: block;
  justify-content: space-between;
  border-top: 1px solid #e4d9d9;
  position: relative;
  z-index: 3;
}
#footer .site-info p {
  margin: 0;
}
#footer .site-info p a {
  color: #60adff;
  font-weight: 500;
}
#footer .site-info p a:hover {
  color: #2d93ff;
}
#footer .trademark {

  font-size: 12px;
  line-height: 1.5;
}
.trademark p {
    text-align: center;
}
.site-info-menu p {
    text-align: center;
}
.site-info > div {
  text-align: center;
  padding: 0px 0;
}

.site-info-menu {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  display: grid;
  align-content: center;
  justify-content: center;
  font-size: 14px;
}
.site-info-menu li {
  display: inline-block;
}
.site-info-menu li a {
  display: inline-block;
  color: #54525e;
}
.site-info-menu li a:hover {
  color: #60adff;
}

.copyright {
  display: grid;
  align-content: center;
  font-size: 14px;
}

@media (max-width: 991px) {
  #footer {
    text-align: center;
  }
  #footer .site-info {
    padding: 21px 0;
  }
  #footer .widget.footer-widget .widget-title {
    margin-bottom: 38px;
    padding-bottom: 0;
  }
  #footer .widget.footer-widget p {
    text-align: center;
  }
  #footer .trademark {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 991px) {
  #footer .footer-nner {
    padding: 35px 0 0px;
  }
  #footer .site-info {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
    justify-content: space-evenly;
  }
  .site-info > div {
    padding: 20px 0 0 0;
  }
  .copyright {
    font-size: 16px;
  }
}

.signin {
	height: 1050px;
	position: relative;
	overflow: hidden;
}
.signin-from-wrapper {
	height: 1050px;
	position: relative;
	z-index: 22;
}
.signin-from-wrapper .signin-from-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 100px;
	position: relative;
	z-index: 222;
	
}
.signin-from-wrapper .signin-from-inner input &:focus {
	box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.signin-from-wrapper .signin-from-inner button {
  background-color: #662d91;
	border: 0;
	padding: 11px 67px;
	outline: 0;
	margin-bottom: 33px;
	margin-top: 55px;
}

.signin-from-wrapper .signin-from-inner p {
	margin-top: 10px;
	margin-bottom: 38px;
	font-size: 18px;
	
}
.signin-from-wrapper .signin-from-inner p a {
	color: #662d91;
}
.signin-from-wrapper .signin-from-inner .title {
  font-size: 36px;
  margin-bottom: 1em;
}
.signin-from-wrapper .signin-from-inner {
  input[type='text'], input[type='email'], input[type='password'] {
    width: 100%;  
  }
} 
.signin-banner {
	position: absolute;
	right: 0;
	height: 100%;
	max-width: 48%;
	width: 100%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.signin-banner .image-two {
	margin-left: -35px;
	margin-top: -140px;
}
.signin-banner.signup-banner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}  
.signin-banner.signup-banner .image-one {
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
.signin-banner.signup-banner  .image-two {
	position: absolute;
	bottom: 0;
	margin: 0; 
}
.signin-banner.signup-banner  .animate-image-inner {
	position: absolute;
	width: 100%; 
	height: 450px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.condition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	.styled-checkbox {
		position: absolute;
		opacity: 0;
		height: 20px;
		width: 16px;
		margin: 0; 
	}
	span {
		font-size: 14px;
	}
}
.styled-checkbox {
	+ label {
    display: inline-flex;
    align-items: center;
    gap: 1ch;
    input {
      position: relative;
      cursor: pointer;
      padding: 0;
      margin: 0;
      height: 20px;
    }
  }
	&:hover {
		+ label {
      &:before {
        border-color: #662d91;
      }
    }
	}
	&:checked {
		+ label {
      &:before {
        border-color: #662d91;
      }
      &:after {
        content: '';
        position: absolute;
        left: 3px;
        top: 9px;
        background: #662d91;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #662d91, 4px 0 0 #662d91, 4px -2px 0 #662d91, 4px -4px 0 #662d91, 4px -6px 0 #662d91, 4px -8px 0 #662d91;
        transform: rotate(45deg);
      }
    }
	}
}
.forget-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5px;
}
.forget-link .forget {
  font-size: 14px;
  color: #9694a2;
}
.forget-link .forget:hover {
  color: #662d91;
}

.profile form {
  --sl-color-primary-600: #60adff;

  h2 {
    font-size: 1.75rem;
    margin-block: 1ex;
  }

  sl-select::part(form-control) {
    display: inline-block;
  }
  
  sl-select::part(combobox) {
    height: 60px;
  
    &:focus-within {
      background-color: white;
    }
  }
}

sl-select::part(combobox) {
  height: 50px;
  background-color: #fdfafa;
  border: 1px solid #efe7e7;
  opacity: 0.8;

  &:focus-within {
    background-color: white;
  }
}

sl-select::part(form-control-label){
  margin-bottom: 0;
}
/* sl-select:has(.select--standard.select--disabled)::part(combobox){
} */

.addons {
	padding: 116px 0 75px;
}
.addons-single {
	padding: 116px 0 120px;
}
.visual-single {
	padding: 35px 0 35px;
}
.addons-two {
	padding-top: 116px;
	padding-bottom: 120px;
	.scroll-circle {
		right: 0;
		left: auto;
		top: 25%;
		z-index: -1;
	}
}
.addon-item {
	margin-bottom: 70px;
	max-width: 370px;
	margin: 0 auto 70px;
	.addon-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
    height: 300px;
    padding-bottom: 20px;
    .read-more {
      z-index: 2;
    }
		svg {
			position: absolute;
			bottom: -200%;
			left: 0;
      opacity: 0.7;
			transition: all 0.5s ease-in-out;
			&:hover {
				bottom: -15%;
			}
		}
		svg.layer-two {
			transition-delay: 0.1s;
		}
		&:hover {
			svg {
				bottom: -15%;
			}
		}
	}
	.addon-info {
    color: white;
		padding-top: 25px;
    position: relative;
		text-align: center;
    z-index: 2;
		.name {
      color: inherit;
			font-size: 20px;
			font-weight: 600;
		}
		.description {
      color: inherit;
			font-size: 16px;
			font-weight: 400;
		}
	}

  .thumbnail {
    position: absolute;
    inset: 0;
  }
}

/* sidebar primitive styles */
.with-sidebar {
  --sidebar-width: 20ch;
  --min-content-width: 50%;
  display: flex;
  flex-wrap: wrap;
  /* ↓ The default value is the first point on the modular scale */
  gap: var(--gutter, var(--s1));

  &:not([data-side="right"]) {
    > :first-child {
        /* ↓ The width when the sidebar _is_ a sidebar */
        flex-basis: var(--sidebar-width);
        flex-grow: 1;
    }
  
    > :last-child {
        /* ↓ Grow from nothing */
        flex-basis: 0;
        flex-grow: 999;
        /* ↓ Wrap when the elements are of equal width */
        min-width: var(--min-content-width);
    }
  }

  &[data-side="right"] {
      > :last-child {
          /* ↓ The width when the sidebar _is_ a sidebar */
          flex-basis: var(--sidebar-width); 
          flex-grow: 1;
      }
  
      > :first-child { 
          /* ↓ Grow from nothing */
          flex-basis: 0;
          flex-grow: 999;
          min-width: var(--min-content-width);
      } 
  }
}

/* box primitive styles */
.box {
  --s1: 1rem;
  /* ↓ Padding set to the first point on the modular scale */
  padding: var(--s1);
}

/* Checkout page */
.checkout {
  --min-content-width: 600px;
  --sidebar-width: 35%;

  #billing_details {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(180px, 320px)); */
    grid-template-columns: 12ch 1fr;
  }

  details[name="checkout"] {
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin: 0.5rem;
    /* max-width: 800px; */

    &[data-disabled="true"] {
      pointer-events: none;
    }

    &:hover {
      box-shadow: 2px 2px 2px 1px #e6e6e6;
    }

    summary {
      margin: 0.5rem;
      padding: 0.5rem;
      cursor: pointer;
      position: relative;
    }

    .complete-step {
      display: block;
      margin-block-start: calc(1ch + .5rem);
      margin-inline-start: auto;
    }

    /* &#billing {
      form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1ch 3ch;

        input {
          padding: 10px 12px;
          margin-bottom: unset;
        }
      }
    } */

    &#payment {
      form {
        button {
          width: 80%;
          margin-inline: auto;
          display: block;
          border-radius: 8px;
          background: transparent;
          color: rgb(102, 102, 102);
          border: 1px solid rgb(102, 102, 102);
        }
      }
    }
  }

  .cart-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;

    > :nth-child(even) {
      text-align: end;
    }

    .cart-total {
      font-weight: bold;

      .total {
        font-size: 18px;
      }
    }
  }

  checkout-item {
    article {
      display: flex;
      align-items: start;
      /* justify-content: space-between; */
      gap: 2em;

      [data-name="image"] {
        border-radius: 10px;
        flex: 0 0 26%;
        max-width: 25%;
      }

      [data-name="title"] {
        font-size: 1.5rem;
        margin-bottom: 0;
      }

      [data-name="price"] {
        margin-inline-start: auto;
      }
    }
  }

  .cart-items {
    list-style-type: none;
    padding-inline-start: 0;

    cart-item {
      border-bottom: 1px solid beige;
      display: block;
      padding-block: 0.5rem;

      article {
        display: grid;
        font-size: 15px;
        grid-template-columns: 3fr 1fr;
        position: relative;

        [data-name="image"] {
          border-radius: 6px;
        }

        [data-name="description"] {
          grid-row: 2;
        }

        [data-name="price"] {
          text-align: end;
        }
      }
    }
  }
}


/* imported from https://github.com/erikw/jekyll-glossary_tooltip/blob/main/lib/jekyll-glossary_tooltip/jekyll-glossary_tooltip.css */
/* Tooltip from https://www.w3schools.com/css/css_tooltip.asp */
.jekyll-glossary {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted #0074bd;
  cursor: help;
}

.jekyll-glossary .jekyll-glossary-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-size: 0.5em;
  padding: 5px;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;

  width: 160px;
  bottom: 100%;
  left: 50%;
  margin-left: -80px; /* Use half of the width to center the tooltip */

}

/* Show the tooltip text when you mouse over the tooltip container */
.jekyll-glossary:hover .jekyll-glossary-tooltip {
  visibility: visible;
}

/* Style the source link (if there is one provided in the glossary entry). */
.jekyll-glossary-source-link:before {
  content: "[source]";  /* "(reference)", "<link>" or whatever you want.*/
}

/* Arrow created with borders. */
.jekyll-glossary .jekyll-glossary-tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Animation from invisible to visible on hover. */
.jekyll-glossary .jekyll-glossary-tooltip {
  opacity: 0;
  transition: opacity 1s;
}
.jekyll-glossary:hover .jekyll-glossary-tooltip {
  opacity: 1;
}

/* HACK: hide surrounding parenthesis on definition. When Jekyll renders
 * post.excerpt, all HTML and CSS is stripped. The effect is that the extra
 * parenthesis that are added are hidden in the normal blog post with hoover, but
 * hidden in the post.except when html and css is stripped. Ref:
 * https://github.com/erikw/jekyll-glossary_tooltip/issues/7#issuecomment-2711471867 */
 .jekyll-glossary-tooltip-hidden {
    display: none;
  }

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