/*
** - Default Style
** - Section Title Style
** - Modal Style
** - Navbar Area Style
** - Hero Area Style
** - Services Area Style
** - Case Area Style
** - Funfact Area Style
** - Marketing Area Style
** - About Area Style
** - Remarkable Area Style
** - Testimonial Area Style
** - Blog Area Style
** - FAQ Area Style
** - Your Business Area Style
** - Footer Area Style
** - Brand Area Style
** - Drive Sales Area Style
** - Qualify Area Style
** - Pricing Area Style
** - Partner logo Style
** - Sales Area Style
** - Experts Area Style
** - Creators Area Style
** - Page Title Area Style
** - Pages Funfac Style
** - Services Pages Area Style
** - Case Pages Area Style
** - Blog Pages Area Style
** - Shop Pages Area Style
** - Product Pages Area Style
** - Cart Pages Area Style
** - Checkout Area Style
** - Contact Area Style
*/
/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); */
:root {
   /* --body-font-family: "Plus Jakarta Sans", sans-serif; */
   /* --heading-font-family: "Neue Haas Grotesk Display Pro"; */
   /* --fontSize: 16px; */
   /* --primaryColor: #f96277; */
   --secondaryColor: #796eff;
   /* --whiteColor: #ffffff; */
   /* --blackColor: #160f0a; */
   /* --paragraphColor: #827872; */
   --transition: 0.5s;
}

a {
   transition: var(--transition);
   color: var(--obsidian);
   outline: 0 !important;
}

a:hover {
   color: var(--primary-3);
}

.d-table {
   width: 100%;
   height: 100%;
}

.d-table-cell {
   vertical-align: middle;
}

img {
   max-width: 100%;
   height: auto;
}

.form-control:focus {
   outline: none;
   box-shadow: none;
   border-color: var(--primary-3) !important;
}

.ptb-100 {
   padding-top: 100px;
   padding-bottom: 100px;
}

.pt-100 {
   padding-top: 100px;
}

.pb-100 {
   padding-bottom: 100px;
}

.pt-75 {
   padding-top: 75px;
}

.pb-75 {
   padding-bottom: 75px;
}

/*=========================================
Default Button Style
===========================================*/
.default-btn {
   z-index: 1;
   position: relative;
   padding: 16px 25px;
   font-size: 16px;
   font-weight: 600;
   border-radius: 8px;
   display: inline-block;
   text-decoration: none;
   color: #fff;
   transition: var(--transition);
   background-color: var(--primary-3);
}

.default-btn::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   border-radius: 8px;
   opacity: 0;
   transition: var(--transition);
   border: 1px solid var(--black, #160f0a);
}

.default-btn:hover {
   color: var(--primary-3);
   background-color: #fff !important;
}

.default-btn:hover::before {
   opacity: 1;
}

.default-btn.style-2 {
   background-color: #58c09c;
}

.default-btn.style-3 {
   background-color: var(--secondaryColor);
}

.default-btn.gradient {
   color: var(--obsidian);
   background-color: #fff;
   transition: var(--transition);
}

.default-btn.gradient::after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   border-radius: 8px;
   transition: var(--transition);
   background: var(--green-gradient, linear-gradient(135deg, #95f6b2 0%, #47db84 100%)) !important;
}

.default-btn.gradient:hover {
   background-color: #fff;
}

.default-btn.gradient:hover::after {
   opacity: 0;
}

.default-btn.style-4 {
   color: #fff;
   background-color: #fff;
   transition: var(--transition);
}

.default-btn.style-4::after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   border-radius: 8px;
   transition: var(--transition);
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
}

.default-btn.style-4:hover {
   color: var(--obsidian);
   background-color: #fff;
}

.default-btn.style-4:hover::after {
   opacity: 0;
}

.default-btn.e9d175 {
   background-color: #e9d175;
}

.play-reel {
   right: 0;
   bottom: -150px;
   position: absolute;
   overflow: hidden;
}

.play-reel .image img {
   animation: rotation 15s infinite linear;
}

.play-reel .icon {
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   margin: auto;
   font-size: 25px;
   line-height: 1;
   text-align: center;
   text-decoration: none;
   transform: translateY(-50%);
   color: var(--secondaryColor);
   transition: var(--transition);
}

.play-reel:hover .icon {
   color: var(--primary-3);
}

.play-reel.style-2 {
   bottom: -20px;
   width: 149.306px;
   height: 149.344px;
   position: relative;
}

.play-reel.style-3 {
   margin-top: 100px;
   margin-left: auto;
   margin-right: auto;
   bottom: 0;
   width: 149.306px;
   height: 149.344px;
   text-align: center;
   position: relative;
}

.single-more-wrapper {
   margin-top: 10px;
   margin-bottom: 25px;
}

.single-more-wrapper a {
   position: relative;
   font-size: 1.7rem;
   font-weight: 500;
   padding-right: 1rem;
   text-decoration: none;
   letter-spacing: 0.4px;
   color: var(--primary-3);
   transition: .4s;
   -webkit-transition: .4s;
   -moz-transition: .4s;
   -ms-transition: .4s;
   -o-transition: .4s;
}

.single-more-wrapper a:hover {
   color: var(--primary-2);
   text-decoration: underline;
   text-underline-offset: 4px;
   text-decoration-thickness: 1px;
}

.single-more-wrapper a:hover i {
   opacity: 1;
   transform: translateX(5px);
   -webkit-transform: translateX(5px);
   -moz-transform: translateX(5px);
   -ms-transform: translateX(5px);
   -o-transform: translateX(5px);
}

.single-more-wrapper.style-2 {
   margin: 0;
}

@keyframes rotation {
   from {
      transform: rotate(0deg);
   }

   to {
      transform: rotate(359deg);
   }
}

/*=========================================
Section Title Style
===========================================*/
.section-title {
   max-width: 600px;
   margin: auto;
   margin-bottom: 30px;
}

.section-title h2 {
   font-size: 46px;
   font-weight: 600;
   line-height: 60px;
}

.section-title h2 span {
   padding-bottom: 10px;
}

.section-title span {
   color: var(--obsidian);
}

.section-title.style-2 {
   max-width: 700px;
   margin-bottom: 30px;
}

.section-title.style-3 {
   max-width: 820px;
}

.title-bg {
   z-index: 1;
   position: relative;
   display: inline-block;
   background-repeat: no-repeat;
   background-position: center bottom;
   background-image: url(../assets2/img/shape/shape-1.png);
}

.title-bg.expertise {
   background-image: url(../assets2/img/shape/shape-17.png);
}

.title-bg.marketing {
   background-position: left bottom;
   background-image: url(../assets2/img/shape/shape-2.png);
}

.title-bg.questions {
   background-image: url(../assets2/img/shape/shape-2.png);
}

/*=========================================
Modal Style
===========================================*/
.search-modal {
   background-color: rgba(22, 15, 10, 0.9);
}

.search-modal .btn-close {
   top: 10px;
   right: 20px;
   position: absolute;
   padding: 0;
   opacity: unset;
   font-size: 40px;
   box-shadow: unset;
   color: #fff;
   background-image: unset;
   transition: var(--transition);
}

.search-modal .btn-close:hover {
   color: var(--primary-3);
}

.modal-content {
   border: unset;
   background-color: transparent;
}

.modal-content .modal-header {
   border-bottom: unset;
}

.modal-content .modal-body .form-group {
   max-width: 500px;
   margin: auto;
   position: relative;
}

.modal-content .modal-body .form-group .form-control {
   height: 60px;
   padding-left: 25px;
   border-radius: 30px;
   border: unset;
   font-weight: 600;
   color: var(--obsidian);
   background-color: #fff;
}

.modal-content .modal-body .form-group .form-control::-moz-placeholder {
   font-weight: 600;
   color: var(--charcole);
}

.modal-content .modal-body .form-group .form-control::placeholder {
   font-weight: 600;
   color: var(--charcole);
}

.modal-content .modal-body .form-group button {
   font-size: 18px;
   top: 50%;
   right: 5px;
   width: 50px;
   height: 50px;
   line-height: 50px;
   position: absolute;
   padding: 0;
   border: none;
   box-shadow: none;
   border-radius: 100%;
   color: #fff;
   background-color: #e53e30;
   transition: var(--transition);
   transform: translateY(-50%);
}

.modal-content .modal-body .form-group button:hover {
   color: #fff;
   background-color: var(--obsidian);
}

/*=========================================
Hero Area Style
===========================================*/
.hero-area {
   position: relative;
   background-color: #f7eee5;
}

.hero-area .container-fluid {
   max-width: 1920px;
   margin: auto;
   padding-left: 100px;
   padding-right: 40px;
}

.hero-area .shape-3 {
   top: 187px;
   right: 104px;
   position: absolute;
}

.hero-area .shape-16 {
   top: 0;
   right: 0;
   position: absolute;
}

.hero-content {
   z-index: 1;
   position: relative;
   padding-top: 130px;
   max-width: 625px;
}

.hero-content h1 {
   color: #160f0a;
   font-size: 70px;
   line-height: 80px;
   margin-bottom: 25px;
   font-weight: 400;
}

.hero-content h1 span {
   padding-right: 40px;
   padding-bottom: 10px;
}

.hero-content p {
   color: #5f534b;
}

.hero-content .hero-content-user {
   margin-top: 20px;
   margin-bottom: 30px;
}

.hero-content .hero-content-user .user-image {
   margin-right: 10px;
}

.hero-content .hero-content-user .user-image li {
   margin-left: -18px;
   display: inline-block;
}

.hero-content .hero-content-user .user-image li img {
   width: 46px;
   height: 46px;
   border-radius: 100%;
   border: 3px solid #fff;
   box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
}

.hero-content .hero-content-user .user-image li:first-child {
   margin-left: 0;
}

.hero-content .hero-content-user span {
   font-size: 16px;
   font-weight: 500;
   letter-spacing: -0.32px;
   color: var(--obsidian);
}

.hero-content .hero-content-logo {
   margin-top: 50px;
}

.hero-content .hero-content-logo .logo li {
   margin-right: 30px;
   display: inline-block;
}

.hero-content .hero-content-logo .logo li:last-child {
   margin-right: 0;
}

.hero-image {
   z-index: 1;
   margin-top: 40px;
   position: relative;
}

.hero-image .shape-4 {
   top: 299px;
   left: -100px;
   position: absolute;
}

.hero-image .shape-4 img {
   animation: movebounce 5s linear infinite;
}

.hero-image .shape-5 {
   left: -4px;
   bottom: 74px;
   position: absolute;
}

.hero-image .shape-5 img {
   animation: movebounce 8s linear infinite;
}

.hero-image .shape-6 {
   left: 179px;
   bottom: 34px;
   position: absolute;
}

.hero-image .shape-6 img {
   animation: rotate3d 7s linear infinite;
}

.hero-image .shape-7 {
   left: 375px;
   bottom: -45px;
   position: absolute;
}

.hero-image .shape-7 img {
   animation: rotateme 20s linear infinite;
}

.hero-image .shape-8 {
   left: 132px;
   bottom: 166px;
   position: absolute;
}

.hero-image .shape-8 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.hero-image .shape-9 {
   top: 378px;
   left: 54px;
   position: absolute;
}

.hero-image .shape-9 img {
   animation: rotateme 20s linear infinite;
}

.hero-image .shape-10 {
   top: 304px;
   left: 165px;
   position: absolute;
}

.hero-image .shape-10 img {
   animation: rotate3d 4s linear infinite;
}

.hero-image .shape-11 {
   right: 268px;
   bottom: 90px;
   position: absolute;
}

.hero-image .shape-11 img {
   animation: movebounce 5s linear infinite;
}

.hero-image .shape-12 {
   right: 142px;
   bottom: 143px;
   position: absolute;
}

.hero-image .shape-12 img {
   animation: rotateme 20s linear infinite;
}

.hero-image .shape-13 {
   right: 243px;
   bottom: 242px;
   position: absolute;
}

.hero-image .shape-13 img {
   animation-duration: 5s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   animation-name: MOVE-BG;
}

.hero-image .shape-14 {
   right: 159px;
   top: 350px;
   position: absolute;
}

.hero-image .shape-14 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.hero-image .shape-15 {
   top: 149px;
   right: 126px;
   position: absolute;
}

.hero-image .shape-15 img {
   animation: animationFramesOne 15s infinite linear;
}

.hero-image-for-responsive {
   display: none;
}

.banner-area {
   padding-top: 286px;
   padding-bottom: 75px;
   z-index: 1;
   position: relative;
}

.banner-area .container-fluid {
   max-width: 1780px;
   margin: auto;
   padding-left: 30px;
   padding-right: 30px;
}

.banner-area .hero-bg {
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   z-index: -1;
   text-align: center;
   position: absolute;
}

.banner-area .shape-27 {
   top: 243px;
   right: 310px;
   position: absolute;
}

.banner-area .shape-29 {
   left: 385px;
   bottom: 195px;
   position: absolute;
}

.banner-area .shape-29 img {
   animation: rotateme 20s linear infinite;
}

.banner-area .shape-48 {
   top: 175px;
   right: 321px;
   pointer-events: none;
   position: absolute;
}

.banner-content {
   margin-right: -25px;
   margin-top: 15px;
}

.banner-content .title {
   margin-bottom: 20px;
}

.banner-content .title h2 {
   font-size: 70px;
   line-height: 80px;
   margin-bottom: 5px;
}

.banner-content .title p {
   max-width: 625px;
}

.banner-content .banner-info .user {
   margin-left: 20px;
}

.banner-content .banner-info .user .user-image {
   margin-right: 10px;
}

.banner-content .banner-info .user .user-image li {
   margin-left: -19px;
   display: inline-block;
}

.banner-content .banner-info .user .user-image li img {
   width: 46px;
   height: 46px;
   border-radius: 100%;
   border: 3px solid #fff;
   box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
}

.banner-content .banner-info .user .user-image li:first-child {
   margin-left: 0;
}

.banner-content .banner-info .user span {
   font-size: 16px;
   font-weight: 500;
   letter-spacing: -0.32px;
   color: var(--obsidian);
}

.banner-image .image {
   margin-left: 40px;
   margin-bottom: 25px;
   z-index: 1;
   position: relative;
   padding: 68px;
   max-width: 736px;
   border-radius: 30px;
   background-color: #fff;
}

.banner-image .image video {
   width: 100%;
   height: 336px;
   border-radius: 42px;
   border: 5px solid #000;
}

.banner-image .image .shape-26 {
   top: -90px;
   left: 12px;
   position: absolute;
}

.banner-image .image .shape-26 img {
   border: unset;
   animation: movebounce 5s linear infinite;
}

.banner-image .image .shape-28 {
   bottom: -33px;
   right: -25px;
   position: absolute;
}

.banner-image .image .shape-28 img {
   border: unset;
   animation: movebounce 5s linear infinite;
}

.banner-image .banner-image-view {
   margin-left: auto;
   margin-bottom: 20px;
   position: relative;
   max-width: 250px;
   padding: 26px 45px;
   border-radius: 20px;
   background-color: var(--obsidian);
}

.banner-image .banner-image-view h2 {
   margin-bottom: 5px;
   line-height: 1;
}

.banner-image .banner-image-view h2 span {
   font-size: 47px;
   font-weight: 900;
   letter-spacing: -3px;
   line-height: 1;
   background: var(--green-gradient, linear-gradient(135deg, #95f6b2 0%, #47db84 100%));
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.banner-image .banner-image-view h2 .target {
   left: -5px;
   top: 9px;
   position: relative;
}

.banner-image .banner-image-view p {
   color: #afb1c2;
   font-size: 12px;
   font-weight: 600;
   line-height: 22px;
   margin-bottom: 0;
   letter-spacing: 1.2px;
}

.banner-image .banner-image-view .shape-25 {
   top: -42px;
   right: -18px;
   position: absolute;
}

.banner-image .banner-image-view .shape-25 img {
   animation: rotateme 20s linear infinite;
}

.banner-image .banner-image-view .shape-25.style-2 {
   top: auto;
   bottom: -30px;
}

.banner-image .banner-image-view.style-2 {
   margin-top: -125px;
   margin-left: -165px;
   margin-right: auto;
   margin-bottom: 20px;
   z-index: 1;
}

.banner-wrapper-area {
   padding-top: 300px;
   padding-bottom: 170px;
   position: relative;
   background-color: #0d1d13;
}

.banner-wrapper-area .container-fluid {
   max-width: 1680px;
   margin: auto;
   padding-left: 30px;
   padding-right: 30px;
}

.banner-wrapper-area .shape-54 {
   top: 75px;
   right: 25px;
   position: absolute;
}

.banner-wrapper-area .shape-54 img {
   animation: movebounce 4s linear infinite;
}

.banner-wrapper-area .shape-55 {
   left: 399px;
   bottom: 90px;
   position: absolute;
}

.banner-wrapper-area .shape-55 img {
   animation: movebounce 5s linear infinite;
}

.banner-wrapper-content {
   margin-left: -80px;
   margin-right: -80px;
}

.banner-wrapper-content .title {
   margin-bottom: 30px;
}

.banner-wrapper-content .title h1 {
   font-size: 80px;
   line-height: 90px;
   margin-bottom: 25px;
   color: #fff;
}

.banner-wrapper-content .title h1 span {
   padding: 0 10px;
   border-radius: 4px;
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
}

.banner-wrapper-content .title p {
   margin: auto;
   max-width: 625px;
   color: #b1bcb8;
}

.banner-wrapper-image .banner-wrapper-user {
   z-index: 1;
   margin-top: 30px;
   max-width: 300px;
   position: relative;
   transform: rotate(-15deg);
}

.banner-wrapper-image .banner-wrapper-user .user-card {
   padding: 20px;
   border-radius: 10px 10px 0px 0px;
   background-color: #fff;
}

.banner-wrapper-image .banner-wrapper-user .user-card ul li {
   padding-left: 52px;
   position: relative;
   font-size: 14px;
   font-weight: 600;
   color: #000000;
}

.banner-wrapper-image .banner-wrapper-user .user-card ul li img {
   left: 0;
   top: 50%;
   position: absolute;
   transform: translateY(-50%);
   width: 40px;
   height: 40px;
   border-radius: 100%;
}

.banner-wrapper-image .banner-wrapper-user .image-slider {
   z-index: -1;
   position: relative;
}

.banner-wrapper-image .banner-wrapper-user .image-slider .owl-dots {
   left: 0;
   right: 0;
   bottom: 5px;
   margin: auto;
   text-align: center;
   position: absolute;
   display: inline-block;
}

.banner-wrapper-image .banner-wrapper-user .image-slider .owl-dots .owl-dot span {
   width: 10px;
   height: 10px;
   border-radius: 100%;
   transition: var(--transition);
   background-color: rgba(255, 255, 255, 0.4);
}

.banner-wrapper-image .banner-wrapper-user .image-slider .owl-dots .owl-dot span:hover {
   background-color: var(--primary-3);
}

.banner-wrapper-image .banner-wrapper-user .image-slider .owl-dots .owl-dot.active span {
   background-color: #fff;
}

.banner-wrapper-image .banner-wrapper-user .social-list {
   position: relative;
   padding: 20px 20px;
   border-radius: 0px 0px 10px 10px;
   background-color: #fff;
}

.banner-wrapper-image .banner-wrapper-user .social-list ul {
   position: relative;
}

.banner-wrapper-image .banner-wrapper-user .social-list ul li {
   margin-right: 10px;
   position: relative;
   display: inline-block;
}

.banner-wrapper-image .banner-wrapper-user .social-list ul li:last-child {
   margin-right: 0;
}

.banner-wrapper-image .banner-wrapper-user .social-list ul .save {
   right: 0;
   position: absolute;
}

.banner-wrapper-image .banner-wrapper-user .shape-50 {
   top: -51px;
   right: -28px;
   transform: rotate(13deg);
   position: absolute;
}

.banner-wrapper-image .banner-wrapper-user .shape-50 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.banner-wrapper-image .banner-wrapper-user .shape-51 {
   bottom: -72px;
   right: -66px;
   transform: rotate(18deg);
   position: absolute;
}

.banner-wrapper-image .banner-wrapper-user .shape-51 img {
   animation: rotateme 20s linear infinite;
}

.banner-wrapper-image .banner-wrapper-user .shape-52 {
   left: -85px;
   top: 25px;
   position: absolute;
}

.banner-wrapper-image .banner-wrapper-user .shape-52 img {
   animation: rotate3d 4s linear infinite;
}

.banner-wrapper-image .banner-wrapper-user .shape-53 {
   right: 35px;
   bottom: -75px;
   transform: rotate(346deg);
   position: absolute;
}

.banner-wrapper-image .banner-wrapper-user .shape-53 img {
   animation: movebounce 8s linear infinite;
}

.banner-wrapper-image .banner-wrapper-user.style-2 {
   margin-top: 190px;
   margin-left: auto;
   transform: rotate(15deg);
}

@keyframes movebounce {
   0% {
      transform: translateY(0px);
   }

   50% {
      transform: translateY(20px);
   }

   100% {
      transform: translateY(0px);
   }
}

@keyframes rotateme {
   from {
      transform: rotate(0deg);
   }

   to {
      transform: rotate(360deg);
   }
}

@keyframes rotate3d {
   0% {
      transform: rotateY(0deg);
   }

   100% {
      transform: rotateY(360deg);
   }
}

@keyframes animationFramesOne {
   0% {
      transform: translate(0px, 0px) rotate(0deg);
   }

   20% {
      transform: translate(73px, -1px) rotate(36deg);
   }

   40% {
      transform: translate(141px, 72px) rotate(72deg);
   }

   60% {
      transform: translate(83px, 122px) rotate(108deg);
   }

   80% {
      transform: translate(-40px, 72px) rotate(144deg);
   }

   100% {
      transform: translate(0px, 0px) rotate(0deg);
   }
}

@keyframes zoom-in-zoom-out {
   0% {
      transform: scale(1, 1);
   }

   50% {
      transform: scale(1.5, 1.5);
   }

   100% {
      transform: scale(1, 1);
   }
}

@keyframes MOVE-BG {
   0% {
      transform: translateX(0);
   }

   50% {
      transform: translateX(60px);
   }

   100% {
      transform: translateX(0);
   }
}

/*=========================================
Others Option For Responsive Area Style
===========================================*/
.others-option-for-responsive {
   display: none !important;
}

.others-option-for-responsive .dot-menu {
   padding: 0 10px;
   height: 30px;
   cursor: pointer;
   z-index: 999;
   position: absolute;
   right: 60px;
   top: -30px;
}

.others-option-for-responsive .dot-menu .inner {
   display: flex;
   align-items: center;
   height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
   height: 5px;
   width: 5px;
   border-radius: 100%;
   margin: 0 2px;
   transition: all ease 0.5s;
   background-color: var(--secondaryColor);
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
   background-color: var(--secondaryColor);
}

.others-option-for-responsive .container {
   position: relative;
}

.others-option-for-responsive .container .container {
   position: absolute;
   right: -2px;
   top: 15px;
   max-width: 200px;
   margin-left: auto;
   opacity: 0;
   visibility: hidden;
   transition: all ease 0.5s;
   transform: scaleY(0);
   z-index: 1;
   padding-left: 15px;
   padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
   opacity: 1;
   visibility: visible;
   transform: scaleY(1);
}

.others-option-for-responsive .others-options {
   background-color: #fff;
   padding: 15px;
   text-align: center;
}

.others-option-for-responsive .others-options ul {
   padding-left: 0;
   margin-bottom: 0;
   list-style-type: none;
}

.others-option-for-responsive .others-options ul li {
   display: inline-block;
   margin-right: 15px;
}

.others-option-for-responsive .others-options ul li .btn {
   font-size: 20px;
   border: none;
   padding: 0;
   line-height: 1;
   color: var(--obsidian);
   background-color: transparent;
}

.others-option-for-responsive .others-options ul li .btn:hover {
   color: var(--primary-3);
}

.others-option-for-responsive .others-options ul li .cart-icon {
   margin-right: -10px;
   font-size: 20px;
   line-height: 1;
   text-decoration: none;
   color: var(--obsidian);
}

.others-option-for-responsive .others-options ul li .cart-icon span {
   font-size: 12px;
   top: -14px;
   left: -9px;
   width: 26px;
   height: 26px;
   font-weight: 700;
   line-height: 26px;
   position: relative;
   border-radius: 100%;
   text-align: center;
   display: inline-block;
   color: #fff;
   transition: var(--transition);
   background-color: var(--obsidian);
}

.others-option-for-responsive .others-options ul li .cart-icon i {
   top: 4px;
   position: relative;
}

.others-option-for-responsive .others-options ul li .cart-icon:hover {
   color: var(--primary-3);
}

.others-option-for-responsive .others-options ul li .cart-icon:hover span {
   background-color: var(--primary-3);
}

.others-option-for-responsive .others-options ul li .whatsapp-for-responsive {
   top: 2px;
   font-size: 22px;
   line-height: 1;
   position: relative;
   text-decoration: none;
   color: var(--obsidian);
}

.others-option-for-responsive .others-options ul li .whatsapp-for-responsive:hover {
   color: var(--primary-3);
}

.others-option-for-responsive .others-options ul li:last-child {
   margin-bottom: 0;
   margin-right: 0;
}

/*=========================================
Services Area Style
===========================================*/
.services-area {
   z-index: 1;
   position: relative;
   background-color: #f7eee5;
}

.services-area .shape-68 {
   top: 100px;
   left: 0;
   z-index: -1;
   position: absolute;
}

.services-area .shape-68 img {
   animation: movebounce 4s linear infinite;
}

.services-content {
   margin-left: 25px;
   margin-right: -20px;
   position: relative;
}

.services-content .title {
   margin-bottom: 25px;
}

.services-content .title h2 {
   font-size: 46px;
   line-height: 60px;
   margin-bottom: 20px;
}

.services-content .title h2 span {
   padding-bottom: 10px;
}

.services-card-area {
   margin-right: 30px;
}

.single-services-card {
   z-index: 1;
   position: relative;
   padding: 40px;
   border-radius: 20px;
   margin-bottom: 25px;
   background-color: #fff;
   transition: var(--transition);
}

.single-services-card .services-icon {
   width: 80px;
   height: 80px;
   line-height: 80px;
   border-radius: 100%;
   margin-bottom: 30px;
   display: inline-block;
   text-align: center;
   background-color: #87d6ba;
}

.single-services-card .services-icon.f6df84 {
   background-color: #f6df84;
}

.single-services-card .services-icon.a9a3f5 {
   background-color: #a9a3f5;
}

.single-services-card .services-icon.e5a46e {
   background-color: #e5a46e;
}

.single-services-card h3 {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 14px;
}

.single-services-card::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   border-radius: 20px;
   opacity: 0;
   z-index: -1;
   transition: var(--transition);
   border: 2px solid var(--black, #160f0a);
}

.single-services-card:hover::before {
   opacity: 1;
}

.col-lg-6:nth-child(2) .single-services-card {
   margin-top: 60px;
}

.col-lg-6:nth-child(3) .single-services-card {
   margin-top: -60px;
}

/*=========================================
Funfact Area Style
===========================================*/
.funfact-area {
   z-index: 1;
   position: relative;
}

.funfact-area::before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   width: 100%;
   height: 50%;
   z-index: -1;
   background-color: #f7eee5;
}

.funfact-area.style-2 {
   z-index: 3;
}

.funfact-area.style-2::before {
   display: none;
}

.funfact-info {
   padding: 80px 50px 55px;
   border-radius: 20px;
   background-color: #fff;
   border: 2px solid var(--range, #e5781e);
}

.funfact-info.style-2 {
   padding: 0;
   border: unset;
   background-color: transparent;
}

.funfact-slider .single-funfact-logo {
   margin-bottom: 25px;
}

.funfact-slider .single-funfact-logo img {
   width: auto;
   margin: auto;
}

/*================================================
Case Area Style
=================================================*/
.case-area {
   position: relative;
}

.case-area.style-2::before {
   content: "";
   position: absolute;
   width: 515px;
   height: 515px;
   left: 312px;
   bottom: 0;
   z-index: -1;
   border-radius: 515px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.case-area.style-2::after {
   content: "";
   position: absolute;
   width: 563px;
   height: 563px;
   right: 0;
   bottom: 0;
   z-index: -1;
   border-radius: 563px;
   background: linear-gradient(135deg, rgba(149, 246, 178, 0.5) 0%, rgba(71, 219, 132, 0.5) 100%);
   filter: blur(302px);
}

.case-area.style-3 {
   z-index: 1;
   position: relative;
   background-color: #fff;
}

.case-area.style-3 .shape-23 {
   top: -120px;
   left: 0;
   right: 0;
   margin: auto;
   z-index: -1;
   text-align: center;
   position: absolute;
}

.single-case-info {
   position: relative;
   border-radius: 20px;
   margin-bottom: 25px;
   padding: 40px 30px 50px;
   box-shadow: 0 2px 10px #eee;
   background-color: #fff6;
   overflow: hidden;
   z-index: 1;
}

.single-case-info::after {
   content: "";
   position: absolute;
   inset: 0;
   background-color: #fff5;
   backdrop-filter: blur(10px);
   z-index: -1;
}

.single-case-info:hover {
   background-color: #fffe;
}

.single-case-info .image {
   text-align: center;
}

.single-case-info {
   margin-bottom: 1rem;
}

.single-case-info .icon {
   width: 5rem;
   height: 5rem;
   line-height: 5rem;
   margin-bottom: 1rem;
   border-radius: 100%;
   text-align: center;
   display: block;
   flex: 0 0 auto;
   background-color: #fff;
}

.single-case-info .more {
   font-size: 16px;
   font-weight: 600;
   padding-right: 25px;
   position: relative;
   color: var(--obsidian);
   text-decoration: none;
}

.single-case-info .more i {
   font-size: 16px;
   right: 0;
   top: 2px;
   position: absolute;
}

.single-case-info .more:hover {
   color: var(--primary-3);
}

.single-case-info.secondarycolor {
   padding: 0;
   background-color: var(--secondaryColor);
}

.single-case-info.e5e4f3 {
   background-color: #e5e4f3;
}

.single-case-info.f5e9de {
   background-color: #f5e9de;
}

.single-case-info.f3f0e2 {
   background-color: #f3f0e2;
}

.single-case-info.e1ebe7 {
   background-color: #e1ebe7;
}

.single-case-info.e5781e {
   padding: 0;
   background-color: #e5781e;
}

/*================================================
Marketing Area Style
=================================================*/
/*================================================
About Area Style
=================================================*/
.about-area {
   overflow: hidden;
   position: relative;
   padding-bottom: 170px;
}

.about-bg {
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   margin: auto;
   text-align: center;
   transform: translateY(-50%);
   z-index: -1;
}

.about-area.style-2 {
   z-index: 2;
   position: relative;
   padding-bottom: 70px;
}

.about-area.style-2 .container-fluid {
   max-width: 1780px;
   margin: auto;
   padding-left: 30px;
   padding-right: 30px;
}

.about-area.style-2 .shape-32 {
   right: 190px;
   top: 285px;
   z-index: 1;
   position: absolute;
}

.about-area.style-2 .shape-32 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.about-area.about-style {
   padding-bottom: 75px;
}

.about-content {
   margin-bottom: 25px;
   z-index: 1;
   position: relative;
}

.about-content .title {
   margin-bottom: 35px;
}

.about-content .title h2 {
   font-size: 46px;
   line-height: 60px;
   margin-bottom: 15px;
}

.about-content .title h2 > span {
   padding-bottom: 0.7rem;
}

.about-content .about-list {
   margin-top: 55px;
   margin-right: -455px;
   padding: 40px 35px;
   border-radius: 20px;
   z-index: 111;
   position: relative;
   background-color: #fff;
}

.about-content .about-list li {
   margin-right: 35px;
   display: inline-block;
}

.about-content .about-list li span {
   font-size: 16px;
   font-weight: 600;
   color: #5e534c;
   letter-spacing: 0.8px;
}

.about-content .about-list li:last-child {
   margin-right: 0;
}

.about-content.style-2 {
   margin-right: auto;
   margin-left: -35px;
   max-width: 830px;
   margin-right: auto;
}

.about-content.style-2 .title h2 {
   margin-bottom: 25px;
}

.about-content.style-2 .title p {
   max-width: 406px;
}

.about-content.style-2 .about-content-info {
   margin-left: -35px;
   margin-right: 30px;
}

.about-content.style-2 .about-content-info .info-card {
   margin-bottom: 30px;
}

.about-content.style-2 .about-content-info .info-card ul {
   margin-bottom: 12px;
}

.about-content.style-2 .about-content-info .info-card ul li {
   font-size: 18px;
   position: relative;
   padding-left: 58px;
   letter-spacing: -0.36px;
   color: var(--obsidian);
}

.about-content.style-2 .about-content-info .info-card ul li i {
   font-size: 14px;
   left: 0;
   top: 50%;
   width: 46px;
   height: 46px;
   line-height: 50px;
   text-align: center;
   position: absolute;
   border-radius: 100%;
   color: var(--secondaryColor);
   transform: translateY(-50%);
   background-color: #fff;
}

.about-image {
   margin-left: 90px;
   margin-bottom: 185px;
   z-index: 1;
   position: relative;
}

.about-image .image-1 {
   margin-bottom: 25px;
}

.about-image .image-2 {
   margin-bottom: -130px;
}

.about-image .shape-20 {
   z-index: -1;
   top: 172px;
   right: 150px;
   position: absolute;
}

.about-image .shape-20 img {
   animation: movebounce 4s linear infinite;
}

.about-image .shape-21 {
   left: -50px;
   bottom: 80px;
   position: absolute;
}

.about-image .shape-21 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.about-image .shape-22 {
   top: 107px;
   right: 108px;
   position: absolute;
}

.about-image .shape-22 img {
   animation-duration: 5s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   animation-name: MOVE-BG;
}

.about-image.style-2 {
   margin-left: 0;
   margin-bottom: 25px;
}

.about-image.style-2 .image {
   position: relative;
}

.about-image.style-2 .image img {
   border-radius: 20px;
}

.about-image.style-2 .image-2 {
   right: 80px;
   bottom: 126px;
   position: absolute;
   margin-bottom: 0;
}

.about-image.style-2 .image-2 img {
   width: 222px;
   height: 222px;
   border-radius: 20px;
   box-shadow: -10px 4px 34px 0px rgba(0, 0, 0, 0.09);
}

.about-image.style-2 .shape-31 {
   right: 200px;
   bottom: -47px;
   position: absolute;
}

.about-image.about-style {
   margin-bottom: 155px;
}

/*================================================
Remarkable Area Style
=================================================*/
.remarkable-area {
   z-index: 1;
   position: relative;
   padding-top: 3rem;
   margin-top: 0;
}

.remarkable-area .shape-23 {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   z-index: -1;
   text-align: center;
   transform: translateY(-48%);
   -webkit-transform: translateY(-48%);
   -moz-transform: translateY(-48%);
   -ms-transform: translateY(-48%);
   -o-transform: translateY(-48%);
}

.remarkable-area .shape-24 {
   top: 30px;
   left: 520px;
   position: absolute;
}

.remarkable-area .shape-24 img {
   animation: movebounce 5s linear infinite;
}

.remarkable-area.style-2 {
   padding-top: 10px;
   background-color: #fff;
}

.remarkable-area.style-2 .shape-23 {
   top: -130px;
}

.remarkable-area.case-style {
   margin-top: 0;
   padding-top: 100px;
}

.remarkable-area.case-style .shape-24 {
   top: 80px;
   left: 490px;
}

.remarkable-info {
   border-radius: 20px;
   padding: 50px 40px 0px;
   margin-bottom: 25px;
}

.remarkable-info .title {
   margin-bottom: 20px;
}

.remarkable-info .title h3 {
   font-size: 26px;
   font-weight: 700;
   margin-bottom: 15px;
   color: #fff;
}

.remarkable-info .title p {
   color: #dcd9ff;
}

.remarkable-info .remarkable-list {
   margin-bottom: 30px;
}

.remarkable-info .remarkable-list li {
   margin-right: 40px;
   display: inline-block;
}

.remarkable-info .remarkable-list li h2 {
   margin-bottom: 5px;
}

.remarkable-info .remarkable-list li h2 span {
   font-size: 46px;
   font-weight: 900;
   line-height: 1;
   color: #e9d175;
}

.remarkable-info .remarkable-list li h2 .target {
   top: 8px;
   left: -6px;
   position: relative;
}

.remarkable-info .remarkable-list li p {
   font-size: 12px;
   line-height: 22px;
   letter-spacing: 1.2px;
   text-transform: uppercase;
   color: #fff;
}

.remarkable-info .remarkable-list li:last-child {
   margin-right: 0;
}

.remarkable-info .remarkable-list.style-2 li {
   margin-right: 60px;
   max-width: 140px;
   vertical-align: top;
}

.remarkable-info .remarkable-list.style-2 li:last-child {
   margin-right: 0;
}

.remarkable-info .image img {
   border-radius: 20px 20px 0px 0px;
}

.remarkable-info.secondaryColor {
   background-color: var(--secondaryColor);
}

.remarkable-info.green {
   background-color: #58c09c;
}

.remarkable-info.green .title p {
   color: #d4fff0;
}

.remarkable-info.primaryColor {
   background-color: var(--primary-3);
}

.remarkable-info.primaryColor .title p {
   color: #ffedef;
}

.remarkable-info.primaryColor .image {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.remarkable-info.primaryColor .image video {
   width: 100%;
   height: 100%;
   border-radius: 20px 20px 0px 0px;
   -o-object-fit: cover;
   object-fit: cover;
}

/*================================================
Testimonial Area Style
=================================================*/
.testimonial-area {
   z-index: 2;
   position: relative;
}

.testimonial-area .container-fluid {
   padding: 0;
}

.testimonial-area.style-2::before {
   bottom: 0;
   left: 46px;
   width: 660px;
   height: 660px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 660px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.testimonial-area.style-2::after {
   bottom: 0;
   right: 160px;
   width: 588px;
   height: 588px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.testimonial-area .shape-49 {
   top: -80px;
   left: 0;
   position: absolute;
}

.testimonial-area .shape-49 img {
   animation: movebounce 3s linear infinite;
}

.testimonial-area .ellipse-1 {
   top: 32px;
   right: 99px;
   width: 588px;
   height: 588px;
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.testimonial-area .ellipse-2 {
   top: 304px;
   right: 99px;
   width: 588px;
   height: 588px;
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.testimonial-area .ellipse-3 {
   top: 79px;
   left: 284px;
   width: 588px;
   height: 588px;
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.testimonial-area .ellipse-4 {
   bottom: 0;
   left: 118px;
   width: 500px;
   height: 500px;
   z-index: -1;
   position: absolute;
   border-radius: 500px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.testimonial-area .ellipse-5 {
   top: 0;
   right: 719px;
   width: 334px;
   height: 334px;
   z-index: -1;
   position: absolute;
   border-radius: 334px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.testimonial-slider .owl-dots {
   text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
   margin-bottom: 2rem;
}

.testimonial-slider .owl-dots .owl-dot span {
   display: inline-block;
   width: 12px;
   height: 12px;
   margin: 0 6px;
   border-radius: 100%;
   transition: var(--transition);
   background-color: transparent;
   border: 2px solid var(--charcole);
}

.testimonial-slider .owl-dots .owl-dot span:hover {
   background-color: var(--obsidian);
   border-color: var(--obsidian);
}

.testimonial-slider .owl-dots .owl-dot.active span {
   background-color: var(--obsidian);
   border-color: var(--obsidian);
}

.testimonial-slider .owl-item .single-testimonial-info {
   padding: 3.4rem 3rem 2.4rem;
   margin-block: 1rem 2rem;
   border-radius: 20px;
   transition: var(--transition);
   -webkit-transition: var(--transition);
   -moz-transition: var(--transition);
   -ms-transition: var(--transition);
   -o-transition: var(--transition);
   outline: 1px solid #fff8;
   outline-offset: -8px;
}

.testimonial-slider .owl-item.center .single-testimonial-info {
   box-shadow: 0 2px 15px #0002;
}

.testimonial-slider .owl-item .single-testimonial-info .star-icon {
   margin-bottom: 1.5rem;
}

.testimonial-slider .owl-item .single-testimonial-info .star-icon li:not(:last-of-type) {
   margin-right: 3px;
}

.testimonial-slider .owl-item .single-testimonial-info .star-icon li i {
   font-size: 1.4rem;
   color: #ff5518;
}

.testimonial-slider .owl-item .single-testimonial-info p {
   font-weight: 500;
}

.testimonial-slider .owl-item .single-testimonial-info .paragraph2 {
   font-size: 1.7rem;
   color: #433934;
   line-height: 28px;
   transition: var(--transition);
}

.testimonial-slider .owl-item .single-testimonial-info .paragraph2 i {
   font-size: 14px;
   margin-right: 3px;
   color: var(--secondaryColor);
}

.testimonial-slider .owl-item .single-testimonial-info .testimonial-user {
   margin-top: 2rem;
   text-align: right;
}

.testimonial-slider .owl-item .single-testimonial-info .testimonial-user .image {
   display: block;
   flex: 0 0 auto;
   margin-right: 15px;
}

.testimonial-slider .owl-item .single-testimonial-info .testimonial-user .image img {
   width: 60px;
   height: 60px;
   border-radius: 100%;
}

.testimonial-slider .owl-item .single-testimonial-info .testimonial-user .content h3 {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 3px;
}

.testimonial-slider .owl-item .single-testimonial-info .testimonial-user .content p {
   color: #827872;
   font-size: 14px;
   letter-spacing: -0.28px;
}

.testimonial-slider .owl-item .single-testimonial-info .paragraph1 {
   display: none;
   font-size: 1.7rem;
   color: #433934;
   line-height: 28px;
   transition: var(--transition);
}

.testimonial-slider .owl-item .single-testimonial-info .paragraph1 i {
   font-size: 14px;
   margin-right: 3px;
   color: var(--secondaryColor);
}

.testimonial-slider .owl-item .single-testimonial-info.e5e4f3 {
   background-color: #e5e4f3;
}

.testimonial-slider .owl-item .single-testimonial-info.f3f0e2 {
   background-color: #f3f0e2;
}

.testimonial-slider .owl-item .single-testimonial-info.e1ebe7 {
   background-color: #e1ebe7;
}

.testimonial-slider .owl-item .single-testimonial-info.f5e9de {
   background-color: #f5e9de;
}

.testimonial-slider .owl-item.center .single-testimonial-info .paragraph1 {
   display: block;
}

.testimonial-slider .owl-item.center .single-testimonial-info .paragraph2 {
   display: none;
}

.testimonial-section-title {
   margin-bottom: 30px;
}

.testimonial-section-title .title {
   max-width: 47rem;
}

.testimonial-section-title .title h2 {
   font-size: 3.8rem;
   font-weight: 600;
   line-height: 5.5rem;
}

.testimonial-section-title .title h2 span {
   padding-bottom: 10px;
}

.testimonial-section-title .title h2 img {
   animation-duration: 4s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   animation-name: MOVE-BG;
}

.single-testimonial-info.style-2 {
   gap: 10px;
   border-radius: 10px;
   padding: 30px 19px 24px 19px;
   margin-bottom: 25px;
   border-radius: 20px;
   background-color: #fff;
   transition: var(--transition);
}

.single-testimonial-info.style-2 .star-icon {
   position: relative;
   padding-top: 15px;
   border-top: 1px solid rgb(238, 238, 238);
}

.single-testimonial-info.style-2 .star-icon li {
   margin-right: 3px;
}

.single-testimonial-info.style-2 .star-icon li i {
   font-size: 12px;
   color: rgb(233, 209, 117);
}

.single-testimonial-info.style-2 .star-icon li a {
   text-decoration: none;
}

.single-testimonial-info.style-2 .star-icon li a i {
   font-size: 21px;
   color: rgb(51, 204, 255);
}

.single-testimonial-info.style-2 .star-icon li:last-child {
   right: 0;
   position: absolute;
}

.single-testimonial-info.style-2 .paragraph1 {
   font-size: 16px;
   line-height: 30px;
   letter-spacing: -0.32px;
   color: var(--obsidian);
}

.single-testimonial-info.style-2 .paragraph1 i {
   font-size: 5px;
   top: 7px;
   margin-right: 3px;
   color: var(--obsidian);
}

.single-testimonial-info.style-2 .testimonial-user {
   margin-bottom: 20px;
}

.single-testimonial-info.style-2 .testimonial-user .image {
   display: block;
   flex: 0 0 auto;
   margin-right: 15px;
}

.single-testimonial-info.style-2 .testimonial-user .image img {
   width: 60px;
   height: 60px;
   border-radius: 100%;
}

.single-testimonial-info.style-2 .testimonial-user .content h3 {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 3px;
}

.single-testimonial-info.style-2 .testimonial-user .content p {
   color: #827872;
   font-size: 14px;
   letter-spacing: -0.28px;
}

/*================================================
FAQ Area Style
=================================================*/
.faq-area {
   z-index: 1;
   position: relative;
}

.faq-area .faq-bg {
   top: 50%;
   left: 0;
   right: 0;
   margin: auto;
   z-index: -1;
   text-align: center;
   position: absolute;
   transform: translateY(-50%);
}

.faq-area.style-2 {
   z-index: 2;
}

.faq-area.style-2::before {
   top: -60px;
   right: 591px;
   width: 496px;
   height: 496px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 496px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.faq-area.style-2::after {
   bottom: -252px;
   right: 103px;
   width: 588px;
   height: 588px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.faq-image {
   margin-left: -10px;
   margin-bottom: 25px;
}

.faq-content {
   margin-left: 45px;
   margin-bottom: 25px;
}

.faq-content .title {
   margin-bottom: 20px;
}

.faq-content .title h2 {
   font-size: 46px;
   font-weight: 600;
   line-height: 60px;
}

.faq-content .title h2 span {
   padding-bottom: 10px;
}

.questions-content .accordion-item {
   margin-bottom: 15px;
   background: #ffffff;
   border: none;
   border-radius: 4px;
}

.questions-content .accordion-item .accordion-button {
   padding: 20px 25px 20px;
   position: relative;
   box-shadow: none;
   border-radius: 4px;
   background-color: #fff;
}

.questions-content .accordion-item .accordion-button span {
   font-size: 18px;
   font-weight: 500;
   color: var(--obsidian);
   font-family: var(--figtree);
}

.questions-content .accordion-item .accordion-button::after {
   width: 15px;
   height: 15px;
   right: 25px;
   top: 20px;
   position: absolute;
   content: "\f1ae";
   font-size: 14px;
   margin: auto !important;
   background-image: unset !important;
   color: var(--obsidian);
   font-weight: 700;
   font-family: "remixicon" !important;
}

.questions-content .accordion-item .accordion-button.collapsed::after {
   top: 19px;
   content: "\ea13";
   color: var(--obsidian);
}

.questions-content .accordion-item .accordion-button:focus {
   border-color: unset;
   outline: 0;
   box-shadow: unset;
}

.questions-content .accordion-item .accordion-body {
   border: none;
   color: #6a6a6a;
   border-radius: 4px;
   padding: 20px 25px 20px;
   border-top: 1px solid #eee9e9;
   background-color: #fff;
}

/*================================================
Your Business Area Style
=================================================*/
.business-area {
   z-index: 1;
   position: relative;
}

.business-area.style-2 {
   z-index: 2;
   position: relative;
}

.business-area.style-2::before {
   top: -252px;
   right: 103px;
   width: 588px;
   height: 588px;
   content: "";
   z-index: -1;
   pointer-events: none;
   position: absolute;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.business-area.style-2::after {
   top: -252px;
   left: 103px;
   width: 686px;
   height: 686px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 686px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.business-area.services-style {
   z-index: 2;
}

.business-area.services-style::before {
   content: "";
   position: absolute;
   left: 86px;
   top: 0;
   width: 588px;
   height: 588px;
   z-index: -1;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.business-area.services-style::after {
   content: "";
   position: absolute;
   right: 86px;
   top: 0;
   width: 660px;
   height: 660px;
   z-index: -1;
   border-radius: 660px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.business-info {
   padding: 6rem 5rem 4rem;
   border-radius: 20px;
   background: #fff;
   box-shadow: 0px 4px 25px 0px #e9e8ff;
}

.business-info.style-2 {
   z-index: 2;
   position: relative;
   box-shadow: 0px 4px 87px 0px rgba(233, 232, 255, 0.6);
}

.business-info.style-2 .shape-43 {
   top: -30px;
   left: 111px;
   position: absolute;
}

.business-info.style-2 .shape-43 img {
   animation: rotate3d 7s linear infinite;
}

.business-info.style-2 .shape-44 {
   bottom: 99px;
   left: 172px;
   position: absolute;
}

.business-info.style-2 .shape-44 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.business-info.style-2 .shape-45 {
   top: 64px;
   right: 93px;
   position: absolute;
}

.business-info.style-2 .shape-45 img {
   animation: rotateme 20s linear infinite;
}

.business-info.style-2 .shape-46 {
   right: 141px;
   bottom: -40px;
   position: absolute;
}

.business-info.style-2 .shape-46 img {
   animation: movebounce 5s linear infinite;
}

.business-info.about-style .shape-44 {
   bottom: 185px;
   left: 172px;
   position: absolute;
}

.business-content {
   margin-bottom: 25px;
}

.business-content .title {
   margin-bottom: 30px;
}

.business-content .title h2 {
   font-size: 46px;
   line-height: 60px;
   margin-bottom: 10px;
}

.business-content .title h2 span {
   font-weight: 700;
   color: var(--primary-3);
}

.business-content .title p {
   font-size: 18px;
}

.business-content .business-button ul li {
   margin-right: 15px;
   display: inline-block;
}

.business-content .business-button ul li a {
   display: inline-block;
   font-size: 1.6rem;
   padding: 1.5rem 2.5rem;
   position: relative;
   text-decoration: none;
   color: #fff;
   background-color: #e5781e;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.business-content .business-button ul li a i {
   font-size: 2rem;
   font-weight: 400;
   color: #fff;
   margin-right: 1rem;
}

.business-content .business-button ul li a:hover {
   background-color: var(--secondaryColor);
}

.business-content .business-button ul li a.style-2 {
   background-color: #58c09c;
}

.business-content .business-button ul li a.style-2:hover {
   background-color: var(--secondaryColor);
}

.business-content .business-button ul li a strong {
   font-weight: 800;
}

.business-content .business-button ul li span {
   font-size: 18px;
   text-transform: uppercase;
   color: var(--obsidian);
}

.business-content .business-button ul li:last-child {
   margin-right: 0;
}

.business-content.style-2 {
   max-width: 690px;
   margin-left: auto;
   margin-right: auto;
}

.business-content.style-2 .title h2 span {
   color: var(--primary-3);
}

.business-content.style-2 .business-button ul li a.gradient {
   z-index: 1;
   position: relative;
}

.business-content.style-2 .business-button ul li a.gradient::after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   transition: var(--transition);
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%)) !important;
}

.business-content.style-2 .business-button ul li a.gradient:hover {
   background-color: #58c09c;
}

.business-content.style-2 .business-button ul li a.gradient:hover::after {
   opacity: 0;
}

.business-content.style-2 .business-button ul li a.style-2 {
   background-color: #58c09c;
}

.business-content.style-2 .business-button ul li a.style-2:hover {
   background-color: var(--secondaryColor);
}

.business-image {
   margin-bottom: 25px;
}

/*================================================
Brand Area Style
=================================================*/
.brand-area {
   z-index: 1;
   position: relative;
}

.brand-area::before {
   left: 67px;
   bottom: 0;
   width: 588px;
   height: 588px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.brand-area::after {
   left: 687px;
   bottom: 10px;
   width: 334px;
   height: 334px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 334px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.brand-area.style-3::before {
   display: none;
}

.brand-area.style-3::after {
   display: none;
}

.brand-area.services-style .shape-56 {
   right: 30px;
   bottom: 200px;
   position: absolute;
}

.brand-area.services-style .shape-56 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.brand-content {
   margin-left: -15px;
   margin-right: 65px;
   margin-bottom: 25px;
}

.brand-content .title {
   margin-bottom: 30px;
}

.brand-content .title h2 {
   font-size: 46px;
   font-weight: 600;
   line-height: 60px;
   margin-bottom: 15px;
}

.brand-content .brand-info ul li {
   padding-top: 13px;
   padding-bottom: 13px;
   padding-right: 25px;
   padding-left: 63px;
   display: inline-block;
   border-radius: 120px;
   font-size: 18px;
   position: relative;
   margin-bottom: 15px;
   letter-spacing: -0.36px;
   color: var(--obsidian);
   border: 2px solid #fff;
}

.brand-content .brand-info ul li i {
   font-size: 14px;
   left: 5px;
   top: 50%;
   width: 46px;
   height: 46px;
   line-height: 50px;
   text-align: center;
   position: absolute;
   border-radius: 100%;
   color: var(--secondaryColor);
   transform: translateY(-50%);
   background-color: #fff;
}

.brand-content.style-3 {
   margin-left: 50px;
   margin-right: 0;
   position: relative;
}

.brand-content.style-3 .brand-info ul li {
   border: 2px solid #9ed8d5;
}

.brand-content.style-3 .shape-56 {
   right: -65px;
   bottom: 140px;
   position: absolute;
}

.brand-content.style-3 .shape-56 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.brand-content.services-style {
   margin-left: 0;
}

.brand-image {
   margin-bottom: 25px;
   margin-left: 48px;
   margin-right: -15px;
   position: relative;
}

.brand-image .image {
   padding-top: 108px;
   padding-right: 88px;
   position: relative;
   border-radius: 30px;
   background: var(--green-gradient, linear-gradient(135deg, #95f6b2 0%, #47db84 100%));
}

.brand-image .image img {
   border-radius: 0px 30px;
}

.brand-image .image .shape-33 {
   top: 15px;
   right: 20px;
   z-index: 1;
   position: absolute;
}

.brand-image .image-2 {
   margin-top: -50px;
   margin-left: -97px;
   z-index: 1;
   position: relative;
}

.brand-image .image-2 img {
   max-width: 530px;
}

.brand-image .shape-47 {
   top: 50%;
   left: -80px;
   transform: translateY(-50%);
   position: absolute;
}

.brand-image .shape-47 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.brand-image.style-3 {
   margin-left: 0;
   margin-right: 0;
}

.single-brand-info {
   margin-bottom: 25px;
}

.single-brand-info .image-bg {
   border-radius: 10px 0px 0px 10px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   background-image: url(../img/brand/brand-4.jpg);
   height: 100%;
}

.single-brand-info .image-bg.bg-2 {
   background-image: url(../img/brand/brand-5.jpg);
}

.single-brand-info .image-bg.bg-3 {
   background-image: url(../img/brand/brand-6.jpg);
}

.single-brand-info .image-bg.bg-4 {
   background-image: url(../img/brand/brand-7.jpg);
}

.single-brand-info .image-bg.bg-5 {
   background-image: url(../img/brand/brand-8.jpg);
}

.single-brand-info .image-bg.bg-6 {
   background-image: url(../img/brand/brand-9.jpg);
}

.single-brand-info .content {
   border-radius: 0px 10px 10px 0px;
   padding: 42px 25px;
}

.single-brand-info .content .title {
   margin-bottom: 55px;
}

.single-brand-info .content .title .image {
   margin-bottom: 13px;
}

.single-brand-info .content .title span {
   padding: 2px 8px 5px;
   font-size: 14px;
   color: #fff;
   background-color: var(--obsidian);
}

.single-brand-info .content .content-list li {
   margin-bottom: 50px;
}

.single-brand-info .content .content-list li h2 {
   margin-bottom: 5px;
   letter-spacing: -2px;
}

.single-brand-info .content .content-list li h2 span {
   font-size: 46px;
   font-weight: 900;
   line-height: 1;
   color: var(--charcole);
}

.single-brand-info .content .content-list li h2 .target {
   top: 7px;
   position: relative;
}

.single-brand-info .content .content-list li p {
   font-size: 12px;
   font-weight: 600;
   line-height: 12px;
   letter-spacing: 1.2px;
}

.single-brand-info .content .content-list li:last-child {
   margin-bottom: 0;
}

.single-brand-info .content.style-2 {
   padding-top: 50px;
   padding-bottom: 90px;
}

.single-brand-info .content.style-2 .title {
   margin-bottom: 90px;
}

.single-brand-info .content.style-2 .content-list li p {
   line-height: 22px;
}

.single-brand-info .content.f5f3ea {
   background-color: #f5f3ea;
}

.single-brand-info .content.f2eaea {
   background-color: #f2eaea;
}

.single-brand-info .content.f5efef {
   background-color: #f5efef;
}

.single-brand-info .content.efebf2 {
   background-color: #efebf2;
}

.single-brand-info .content.f5f0ec {
   background-color: #f5f0ec;
}

.single-brand-info .content.eeedf4 {
   background-color: #eeedf4;
}

/*================================================
Drive Sales Area Style
=================================================*/
.drive-sales-area {
   padding-bottom: 150px;
   position: relative;
}

.drive-sales-area::before {
   content: "";
   position: absolute;
   left: 67px;
   top: 0;
   width: 588px;
   height: 588px;
   z-index: -1;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.drive-sales-area::after {
   content: "";
   position: absolute;
   right: 139px;
   top: 0;
   width: 588px;
   height: 588px;
   z-index: -1;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.drive-sales-area.style-3 {
   padding-bottom: 120px;
}

.drive-sales-area.style-3::after {
   top: 100px;
}

.drive-sales-area.style-3 .ellipse-1 {
   top: 150px;
   left: 67px;
   position: absolute;
   width: 588px;
   height: 588px;
   z-index: -1;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.drive-sales-area.style-3 .ellipse-2 {
   bottom: 0;
   left: 67px;
   position: absolute;
   width: 588px;
   height: 588px;
   z-index: -1;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.drive-sales-area.style-3 .ellipse-3 {
   left: 925px;
   bottom: -70px;
   position: absolute;
   width: 588px;
   height: 588px;
   z-index: -1;
   border-radius: 334px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.drive-sales-area.about-style {
   padding-bottom: 75px;
}

.drive-sales-single-image {
   margin-right: -5px;
   margin-bottom: 25px;
   position: relative;
}

.drive-sales-single-image img {
   border-radius: 20px;
}

.drive-sales-single-image.gradient {
   padding-top: 104px;
   padding-bottom: 104px;
   padding-right: 39px;
   padding-left: 72px;
   z-index: 2;
   position: relative;
   border-radius: 20px;
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
}

.drive-sales-single-image.gradient img {
   background-color: transparent;
}

.drive-sales-single-image.gradient.style-3 {
   margin-left: auto;
   margin-right: 30px;
   z-index: 0;
   max-width: 428px;
   padding-top: 90px;
}

.drive-sales-single-image.gradient.style-3 .shape-59 {
   left: -100px;
   bottom: 130px;
   position: absolute;
}

.drive-sales-single-image .shape-34 {
   top: -58px;
   left: -171px;
   z-index: 1;
   position: absolute;
}

.drive-sales-single-image .shape-35 {
   left: -60px;
   bottom: 63px;
   position: absolute;
}

.drive-sales-single-image .shape-35 img {
   animation: rotateme 10s linear infinite;
}

.drive-sales-single-image.style-3 {
   z-index: 1;
   max-width: 312px;
   margin-top: -75px;
}

.drive-sales-single-image.style-3 .shape-58 {
   top: 67px;
   right: -153px;
   position: absolute;
}

.drive-sales-single-image.about-style {
   margin-left: 40px;
   margin-bottom: 0;
}

.drive-sales-single-image.about-style.gradient {
   margin-left: auto;
   margin-right: 0;
}

.drive-sales-content {
   margin-left: 40px;
   margin-right: 20px;
   margin-bottom: 80px;
   position: relative;
}

.drive-sales-content .title {
   margin-bottom: 30px;
}

.drive-sales-content .title h2 {
   font-size: 46px;
   font-weight: 600;
   line-height: 60px;
}

.drive-sales-content .shape-36 {
   bottom: -70px;
   right: -122px;
   position: absolute;
}

.drive-sales-content .shape-36 img {
   animation: rotate3d 8s linear infinite;
}

.drive-sales-content.style-3 {
   margin-bottom: 100px;
}

.drive-sales-content.style-3 .drive-sales-content-info {
   margin-bottom: 20px;
   padding: 40px 50px;
   border-radius: 20px;
   background: #fff;
}

.drive-sales-content.style-3 .drive-sales-content-info ul {
   margin-bottom: 10px;
}

.drive-sales-content.style-3 .drive-sales-content-info ul li {
   display: flex;
   align-items: center;
}

.drive-sales-content.style-3 .drive-sales-content-info ul li .image {
   flex: 0 0 auto;
   display: block;
   margin-right: 20px;
}

.drive-sales-content.style-3 .drive-sales-content-info ul li h3 {
   font-size: 22px;
   margin-bottom: 0;
}

.drive-sales-content.style-3 .drive-sales-content-info:nth-child(3) {
   margin-left: 50px;
   margin-right: -50px;
}

.drive-sales-content.style-3 .drive-sales-content-info:nth-child(4) {
   margin-bottom: 0;
}

.drive-sales-content.about-style {
   margin-left: 20px;
   margin-right: 40px;
   margin-bottom: 25px;
}

/*================================================
Qualify Area Style
=================================================*/
.qualify-area {
   z-index: 1;
   padding-top: 50px;
   position: relative;
}

.qualify-area::before {
   content: "";
   position: absolute;
   right: 612px;
   top: 40px;
   width: 392px;
   height: 392px;
   z-index: -1;
   border-radius: 392px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.qualify-content {
   margin-right: 95px;
   margin-bottom: 25px;
}

.qualify-content .title {
   margin-bottom: 30px;
}

.qualify-content .title h2 {
   font-size: 46px;
   font-weight: 600;
   line-height: 60px;
   margin-bottom: 15px;
}

.qualify-content .qualify-content-card ul li {
   padding-left: 70px;
   position: relative;
   margin-bottom: 25px;
}

.qualify-content .qualify-content-card ul li .icon {
   left: 0;
   top: 0;
   position: absolute;
}

.qualify-content .qualify-content-card ul li h3 {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 10px;
}

.qualify-content .qualify-content-card ul li p {
   max-width: 225px;
}

.qualify-content .qualify-content-card ul li .shape-37 {
   top: 50%;
   right: 40px;
   position: absolute;
   transform: translateY(-50%);
}

.qualify-content .qualify-content-card ul li .shape-37 img {
   animation: movebounce 4s linear infinite;
}

.qualify-content .qualify-content-card ul li .shape-38 {
   top: 50%;
   left: -130px;
   position: absolute;
   transform: translateY(-50%);
}

.qualify-content .qualify-content-card ul li .shape-38 img {
   animation: rotate3d 4s linear infinite;
}

.qualify-content .qualify-content-card ul li:last-child {
   margin-left: 180px;
   margin-bottom: 0;
}

.qualify-image {
   margin-left: 30px;
   margin-bottom: 25px;
   position: relative;
}

.qualify-image .qualify-image-user {
   top: 95px;
   left: -20px;
   position: absolute;
   display: inline-block;
   border-radius: 15px;
   padding: 20px 25px;
   background-color: #fff;
}

.qualify-image .qualify-image-user ul li {
   padding-left: 75px;
   position: relative;
}

.qualify-image .qualify-image-user ul li .image {
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
}

.qualify-image .qualify-image-user ul li .image img {
   width: 58px;
   height: 58px;
   border-radius: 100%;
}

.qualify-image .qualify-image-user ul li p {
   font-size: 16px;
   letter-spacing: 0.8px;
   color: var(--obsidian);
   margin-bottom: 3px;
}

.qualify-image .qualify-image-user ul li a {
   font-size: 18px;
   font-weight: 800;
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.qualify-image .shape-38 {
   right: -27px;
   bottom: 170px;
   position: absolute;
   transform: rotate(216deg);
}

.qualify-image .shape-38 img {
   animation: movebounce 5s linear infinite;
}

.qualify-image .shape-39 {
   top: -40px;
   left: 177px;
   position: absolute;
   transform: rotate(1deg);
}

.qualify-image .shape-39 img {
   animation: movebounce 5s linear infinite;
}

.qualify-image .shape-40 {
   right: 1px;
   top: -3px;
   position: absolute;
}

.qualify-image .shape-40 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.qualify-image .shape-41 {
   bottom: -20px;
   right: -45px;
   position: absolute;
}

.qualify-image .shape-41 img {
   animation: movebounce 5s linear infinite;
}

.qualify-image .shape-42 {
   left: 170px;
   bottom: -51px;
   position: absolute;
}

.qualify-image .shape-42 img {
   animation: rotate3d 8s linear infinite;
}

/*================================================
Pricing Area Style
=================================================*/
.pricing-area {
   z-index: 2;
   padding-top: 40px;
   position: relative;
}

.pricing-area::before {
   top: -220px;
   left: 103px;
   width: 660px;
   height: 660px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 660px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.pricing-area::after {
   top: -220px;
   right: 103px;
   width: 588px;
   height: 588px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.pricing-area.pricing-style {
   padding-top: 100px;
}

.pricing-content {
   margin-top: 60px;
   margin-left: -15px;
   margin-right: 30px;
   margin-bottom: 25px;
   position: relative;
}

.pricing-content h2 {
   font-size: 46px;
   line-height: 60px;
}

.pricing-content .shape-63 {
   bottom: -220px;
   right: 100px;
   position: absolute;
}

.pricing-content .shape-63 img {
   animation: rotateme 20s linear infinite;
}

.single-pricing-info {
   margin-left: 40px;
   margin-bottom: 25px;
   margin-right: -15px;
   padding: 50px 40px;
   border-radius: 10px;
   position: relative;
   background: var(--obsidian);
}

.single-pricing-info h6 {
   font-size: 14px;
   letter-spacing: 1.4px;
   margin-bottom: 10px;
   color: #fff;
}

.single-pricing-info span {
   display: block;
   color: #c7caf5;
   margin-bottom: 25px;
}

.single-pricing-info span strong {
   color: #fff;
}

.single-pricing-info h1 {
   font-size: 40px;
   font-weight: 900;
   margin-bottom: 30px;
   color: #fff;
}

.single-pricing-info h1 sub {
   color: #c7caf5;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: -0.28px;
}

.single-pricing-info .default-btn {
   margin-bottom: 30px;
}

.single-pricing-info p {
   color: #c7caf5;
   font-size: 14px;
   margin-bottom: 10px;
   letter-spacing: -0.28px;
}

.single-pricing-info ul li {
   font-size: 16px;
   font-weight: 400;
   padding-left: 22px;
   position: relative;
   margin-bottom: 10px;
   letter-spacing: -0.32px;
   color: #fff;
}

.single-pricing-info ul li i {
   top: 5px;
   left: 0;
   font-size: 12px;
   color: #e9d175;
   position: absolute;
}

.single-pricing-info ul li:last-child {
   margin-bottom: 0;
}

.single-pricing-info ul.style-2 li i {
   color: #95f6b2;
}

.single-pricing-info .icon {
   top: -41px;
   right: 20px;
   position: absolute;
}

.single-pricing-info .icon img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.col-lg-6:nth-child(2) .single-pricing-info {
   margin-top: 60px;
}

/*================================================
Partner logo Style
=================================================*/
.partner-area {
   z-index: 1;
   position: relative;
}

.partner-area.about-style::before {
   top: 0;
   left: 67px;
   content: "";
   width: 588px;
   height: 588px;
   z-index: -1;
   position: absolute;
   pointer-events: none;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.9);
   filter: blur(302px);
}

.partner-area.about-style::after {
   top: 0;
   right: 139px;
   content: "";
   width: 588px;
   height: 588px;
   z-index: -1;
   position: absolute;
   pointer-events: none;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.7);
   filter: blur(302px);
}

.partner-slider {
   max-width: 1250px;
   margin: auto;
}

.partner-slider .partner-logo {
   margin-bottom: 25px;
   text-align: center;
}

.partner-slider .partner-logo img {
   width: auto;
   margin: auto;
}

/*================================================
Sales Area Style
=================================================*/
.sales-area {
   padding-top: 160px;
   padding-bottom: 160px;
   z-index: 1;
   position: relative;
   height: 100%;
   overflow: hidden;
}

.sales-area::before {
   content: "";
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   width: 50%;
   z-index: -1;
   border-radius: 20px 0px 0px 20px;
   background: var(--green-gradient, linear-gradient(135deg, #95f6b2 0%, #47db84 100%));
}

.sales-content {
   margin-right: 70px;
}

.sales-content .title {
   margin-bottom: 20px;
}

.sales-content .title h2 {
   font-size: 46px;
   line-height: 60px;
   margin-bottom: 15px;
}

.sales-content .title p {
   font-size: 18px;
}

.sales-content .title p strong {
   letter-spacing: -0.36px;
   color: var(--obsidian);
}

.sales-content .learn-more {
   font-size: 16px;
   font-weight: 600;
   position: relative;
   padding-right: 25px;
   text-decoration: none;
}

.sales-content .learn-more i {
   top: 3px;
   right: 0;
   position: absolute;
}

.sales-image {
   margin-left: 140px;
   position: relative;
}

.sales-image .shape-60 {
   top: 0;
   right: -50px;
   position: absolute;
}

.sales-image .shape-61 {
   bottom: 0;
   left: -50px;
   position: absolute;
}

.sales-scroll-wrap {
   height: 522px;
   overflow-y: scroll;
   overflow-x: unset;
}

.scroll-bar {
   margin-top: 0 !important;
   overflow: auto;
}

.scroll-bar::-webkit-scrollbar {
   width: 6px;
   -webkit-transition: var(--transition);
   transition: var(--transition);
   border-radius: 50px;
}

.scroll-bar::-webkit-scrollbar-track {
   background: #f0f0f4;
   -webkit-transition: var(--transition);
   transition: var(--transition);
   border-radius: 50px;
}

.scroll-bar::-webkit-scrollbar-thumb {
   background-color: var(--secondaryColor);
   -webkit-transition: var(--transition);
   transition: var(--transition);
   border-radius: 50px;
}

.scroll-bar::-webkit-scrollbar-thumb:hover {
   background: var(--obsidian);
   border-radius: 50px;
}

/*================================================
Experts Area Style
=================================================*/
.experts-area {
   z-index: 1;
   margin: auto;
   max-width: 1720px;
   border-radius: 10px;
   position: relative;
   background-color: #281f18;
}

.experts-area .shape-62 {
   top: -40px;
   right: 628px;
   z-index: -1;
   position: absolute;
}

.experts-area .shape-62 img {
   animation: movebounce 5s linear infinite;
}

.experts-content {
   margin-left: 95px;
   margin-bottom: 25px;
}

.experts-content .title {
   margin-bottom: 30px;
}

.experts-content .title h2 {
   font-size: 46px;
   line-height: 60px;
   margin-bottom: 25px;
   color: #fff;
}

.experts-content .title p {
   color: #a9a9a9;
}

.experts-image ul li {
   margin-right: 70px;
   margin-bottom: 25px;
   display: inline-block;
}

.experts-image ul li:nth-child(3) {
   margin-right: 0;
}

.experts-image ul li:last-child {
   margin-right: 0;
}

/*================================================
Creators Area Style
=================================================*/
.creators-area {
   z-index: 1;
   position: relative;
}

.creators-area::before {
   z-index: -1;
   left: 86px;
   bottom: 0;
   width: 588px;
   height: 588px;
   content: "";
   position: absolute;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.creators-area::after {
   z-index: -1;
   right: 107px;
   bottom: 0;
   width: 660px;
   height: 660px;
   content: "";
   position: absolute;
   border-radius: 660px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.creators-area.services-style {
   z-index: 1;
}

.creators-area.services-style::before {
   z-index: -1;
   left: 86px;
   bottom: 0;
   width: 588px;
   height: 588px;
   content: "";
   position: absolute;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.creators-area.services-style::after {
   z-index: -1;
   right: 107px;
   bottom: 0;
   width: 660px;
   height: 660px;
   content: "";
   position: absolute;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.creators-area.services-style .ellipse-1 {
   position: absolute;
   right: 0;
   bottom: 72px;
   width: 588px;
   z-index: -1;
   height: 588px;
   border-radius: 588px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.creators-area.services-style .ellipse-2 {
   position: absolute;
   left: 0;
   bottom: 72px;
   width: 588px;
   z-index: -1;
   height: 588px;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.creators-content {
   margin-right: 20px;
   margin-bottom: 25px;
}

.creators-content .title {
   margin-bottom: 25px;
}

.creators-content .title h2 {
   font-size: 46px;
   font-weight: 600;
   line-height: 60px;
   margin-bottom: 10px;
}

.creators-content .creators-form .form-group {
   margin-bottom: 15px;
}

.creators-content .creators-form .form-group .form-control {
   height: 60px;
   border-radius: 4px;
   padding-left: 20px;
   box-shadow: unset;
   border: unset;
   background-color: #fff;
}

.creators-content .creators-form .form-group textarea {
   padding-top: 20px;
   height: 120px !important;
}

.creators-content .creators-form .form-check {
   margin-top: 10px;
   margin-bottom: 20px;
}

.creators-content .creators-form .form-check .form-check-input {
   width: 20px;
   height: 20px;
   line-height: 20px;
   margin-right: 10px;
   border: 1px solid #5e5cfa;
   box-shadow: unset;
}

.creators-content .creators-form .form-check .form-check-label {
   font-size: 14px;
   font-weight: 500;
   line-height: 14px;
   letter-spacing: -0.28px;
}

.creators-content .creators-form .form-check .form-check-label a {
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 14px;
   font-weight: 500;
   line-height: 14px;
   letter-spacing: -0.28px;
   text-decoration: none;
}

.creators-content .creators-form .form-check .form-check-label a:hover {
   background: var(--purple-gradient, linear-gradient(135deg, var(--primary-3) 0%, var(--primary-3) 100%));
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.creators-content .creators-form .default-btn {
   border: unset;
}

.creators-content .creators-form.contact-form {
   position: relative;
}

.creators-content .creators-form.contact-form .form-group .list-unstyled li {
   color: red;
   font-size: 14px;
   font-weight: 500;
   left: 5px;
   position: relative;
   top: 4px;
}

.creators-content.about-style {
   margin-right: 0;
   margin-left: 20px;
}

.creators-image {
   margin-left: 30px;
   margin-bottom: 25px;
   position: relative;
}

.creators-image .shape-63 {
   right: -23px;
   top: 20px;
   position: absolute;
}

.creators-image .shape-63 img {
   animation: movebounce 5s linear infinite;
}

.creators-image .shape-63.style-2 {
   right: auto;
   left: -23px;
   transform: rotateX(174deg);
}

.creators-image.about-style {
   margin-left: 0;
   margin-right: 30px;
}

/*================================================
Pages Funfac Style
=================================================*/
.pages-funfact-info {
   padding-top: 60px;
   padding-bottom: 30px;
   border-top: 1px solid rgba(121, 110, 255, 0.2);
   border-bottom: 1px solid rgba(121, 110, 255, 0.2);
}

.pages-funfact-card {
   margin-left: 110px;
   margin-bottom: 25px;
}

.pages-funfact-card h2 {
   margin-bottom: 5px;
   letter-spacing: -2px;
}

.pages-funfact-card h2 span {
   font-size: 46px;
   font-weight: 900;
   line-height: 1;
}

.pages-funfact-card h2 .target {
   top: 7px;
   position: relative;
}

.pages-funfact-card p {
   color: #6a6a6a;
   font-size: 12px;
   font-weight: 600;
   line-height: 22px;
   letter-spacing: 1.2px;
   max-width: 157px;
}

/*================================================
Page Title Area Style
=================================================*/
.page-title-area {
   padding-top: 220px;
   padding-bottom: 120px;
   z-index: 2;
   background-color: #0d1d13;
   position: relative;
}

.page-title-area .shape-64 {
   top: 70px;
   right: 0;
   position: absolute;
}

.page-title-area .shape-64 img {
   animation: movebounce 3s linear infinite;
}

.page-title-area .shape-65 {
   left: 472px;
   bottom: 0;
   position: absolute;
}

.page-title-area .shape-65 img {
   animation-duration: 5s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   animation-name: MOVE-BG;
}

.page-title-area .shape-66 {
   right: 339px;
   bottom: 73px;
   position: absolute;
}

.page-title-area .shape-66 img {
   animation: zoom-in-zoom-out 5s ease-out infinite;
}

.page-title-area .shape-67 {
   top: 170px;
   left: 255px;
   position: absolute;
}

.page-title-area .shape-67 img {
   animation: rotateme 20s linear infinite;
}

.page-title-content h1 {
   border-radius: 4px;
   padding: 15px 28px;
   font-size: 40px;
   font-weight: 600;
   display: inline-block;
   margin-bottom: 13px;
   color: #fff;
   background: linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%);
}

.page-title-content ul li {
   color: #b1bcb8;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: 1.4px;
   display: inline-block;
   position: relative;
   margin-right: 2px;
   padding-right: 25px;
   text-transform: uppercase;
}

.page-title-content ul li a {
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 1.4px;
   text-decoration: none;
   color: #fff;
}

.page-title-content ul li::before {
   content: "\ea6e";
   position: absolute;
   right: 0;
   top: -1px;
   font-size: 16px;
   font-family: "remixicon" !important;
   font-style: normal;
}

.page-title-content ul li:last-child {
   margin-right: 0;
   padding-right: 0;
}

.page-title-content ul li:last-child::before {
   display: none;
}

.single-pages-widget {
   margin-bottom: 50px;
}

.single-pages-widget h3 {
   font-size: 18px;
   margin-bottom: 15px;
}

.single-pages-widget.form .form-group {
   position: relative;
}

.single-pages-widget.form .form-group .form-control {
   height: 60px;
   padding-left: 20px;
   color: #aaa4a0;
   border: 1px solid #d9d7f2;
}

.single-pages-widget.form .form-group .form-control::-moz-placeholder {
   font-size: 14px;
   color: #aaa4a0;
}

.single-pages-widget.form .form-group .form-control::placeholder {
   font-size: 14px;
   color: #aaa4a0;
}

.single-pages-widget.form button {
   top: 50%;
   right: 5px;
   position: absolute;
   width: 50px;
   height: 50px;
   line-height: 50px;
   border: unset;
   box-shadow: unset;
   border-radius: 4px;
   color: #fff;
   transform: translateY(-50%);
   transition: var(--transition);
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
}

.single-pages-widget.select .form-select {
   height: 60px;
   box-shadow: none;
   font-weight: 500;
   padding-left: 20px;
   color: var(--obsidian);
   border: 1px solid #d9d7f2;
}

.single-pages-widget.categories ul li {
   position: relative;
   padding-left: 30px;
   margin-bottom: 12px;
}

.single-pages-widget.categories ul li a {
   color: #6a6a6a;
   font-size: 16px;
   font-weight: 500;
   letter-spacing: -0.32px;
   text-decoration: none;
}

.single-pages-widget.categories ul li a i {
   top: 2px;
   left: 0;
   position: absolute;
   transition: var(--transition);
   color: var(--secondaryColor);
}

.single-pages-widget.categories ul li a:hover {
   color: var(--primary-3);
}

.single-pages-widget.categories ul li a:hover i {
   color: var(--primary-3);
}

.single-pages-widget.categories ul li:last-child {
   margin-bottom: 0;
}

.single-pages-widget.recent-post .post-card {
   padding-bottom: 20px;
   margin-bottom: 20px;
   border-bottom: 1px solid #e7e6f6;
}

.single-pages-widget.recent-post .post-card .image {
   width: 70px;
   height: 80px;
   display: block;
   flex: 0 0 auto;
   margin-right: 20px;
}

.single-pages-widget.recent-post .post-card h6 {
   margin-bottom: 0;
}

.single-pages-widget.recent-post .post-card h6 a {
   font-size: 16px;
   font-weight: 600;
   line-height: 24px;
   text-decoration: none;
   color: var(--obsidian);
}

.single-pages-widget.recent-post .post-card h6 a:hover {
   color: var(--primary-3);
}

.single-pages-widget.recent-post .post-card .content h4 {
   font-size: 14px;
   margin-bottom: 0;
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.single-pages-widget.recent-post .post-card:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border: unset;
}

.single-pages-widget.recent-post .post-card.shop-style {
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.single-pages-widget.recent-post .post-card.shop-style h6 {
   margin-bottom: 10px;
}

.single-pages-widget.tags ul li {
   margin-right: 10px;
   margin-bottom: 10px;
   display: inline-block;
}

.single-pages-widget.tags ul li a {
   border-radius: 4px;
   padding: 9px 18px;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: -0.28px;
   text-decoration: none;
   display: inline-block;
   background-color: #e7e6f6;
   color: var(--secondaryColor);
}

.single-pages-widget.tags ul li a:hover {
   color: var(--primary-3);
}

.single-pages-widget.tags ul li:last-child {
   margin-bottom: 0;
   margin-right: 0;
}

.terms-conditions-content {
   margin-bottom: 25px;
}

.terms-conditions-content .title {
   margin-bottom: 25px;
}

.terms-conditions-content .title h3 {
   font-size: 24px;
   margin-bottom: 10px;
}

.terms-conditions-content .title p a {
   color: #92210f;
   text-decoration: none;
}

.terms-conditions-content .title p a:hover {
   color: var(--obsidian);
}

.terms-conditions-content .title ul li {
   margin-bottom: 10px;
}

.terms-conditions-content .title ul li:last-child {
   margin-bottom: 0;
}

.terms-conditions-content .title ul.general li {
   padding-left: 20px;
   margin-bottom: 10px;
   position: relative;
}

.terms-conditions-content .title ul.general li:last-child {
   margin-bottom: 0;
}

.terms-conditions-content .title ul.general li strong {
   left: 0;
   position: absolute;
}

.terms-conditions-content .title ul.confidential li {
   padding-left: 20px;
   position: relative;
}

.terms-conditions-content .title ul.confidential li a {
   color: #92210f;
   text-decoration: none;
}

.terms-conditions-content .title ul.confidential li a:hover {
   color: var(--obsidian);
}

.terms-conditions-content .title ul.confidential li::before {
   top: 10px;
   left: 0;
   width: 5px;
   height: 5px;
   content: "";
   position: absolute;
   border-radius: 100%;
   background-color: var(--obsidian);
}

.terms-conditions-content .title strong {
   color: var(--obsidian);
}

.terms-conditions-content .title:last-child {
   margin-bottom: 0;
}

.error-area {
   padding-top: 190px;
   background-color: #e9fcff;
}

.error-content {
   margin-bottom: 25px;
}

.error-content h1 {
   margin-top: 15px;
   margin-bottom: 0;
   line-height: 1;
   font-size: 200px;
   font-weight: 700;
   color: #92210f;
}

.error-content h1 span {
   color: var(--obsidian);
}

.error-content h3 {
   font-size: 24px;
   margin-bottom: 15px;
}

.error-content a {
   margin-top: 10px;
}

/*================================================
Services Pages Area Style
=================================================*/
.services-details-content .title {
   margin: auto;
   max-width: 870px;
}

.services-details-content .title h1 {
   font-size: 36px;
   font-weight: 600;
   margin-bottom: 10px;
}

.services-details-content .title p {
   color: #6a6a6a;
}

.services-details-content .title p strong {
   background: var(--purple-gradient, linear-gradient(135deg, #5e5cfa 0%, #414dd4 100%));
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.services-details-content .title h3 {
   margin-top: 50px;
   margin-bottom: 20px;
   font-size: 24px;
}

.services-details-content .image {
   margin-top: 25px;
   margin-bottom: 25px;
   margin-left: auto;
   margin-right: auto;
   max-width: 1096px;
}

/*================================================
Case Pages Area Style
=================================================*/
.case-details-item {
   margin-bottom: 10px;
}

.case-details-content .title {
   margin: auto;
   max-width: 870px;
}

.case-details-content .title span {
   color: #6a6a6a;
   margin-bottom: 10px;
}

.case-details-content .title h1 {
   font-size: 36px;
   font-weight: 600;
   margin-bottom: 15px;
}

.case-details-content .title .case-details-card {
   margin-bottom: 25px;
}

.case-details-content .title .case-details-card h2 {
   font-size: 46px;
   font-weight: 900;
   margin-bottom: 0;
   color: var(--obsidian);
}

.case-details-content .title .case-details-card h2 .svg {
   margin-left: 10px;
}

.case-details-content .title .case-details-card p {
   color: #6a6a6a;
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 1.2px;
}

.case-details-content .title .successfully {
   color: #6a6a6a;
   font-size: 20px;
   font-weight: 500;
   line-height: 36px;
   margin-bottom: 50px;
   letter-spacing: -0.4px;
}

.case-details-content .title .successfully strong {
   color: var(--obsidian);
}

.case-details-content .title .case-details-list {
   margin-bottom: 50px;
}

.case-details-content .title .case-details-list h3 {
   font-size: 24px;
   margin-bottom: 20px;
}

.case-details-content .title .case-details-list ul li {
   color: #6a6a6a;
   padding-left: 30px;
   margin-bottom: 12px;
   position: relative;
}

.case-details-content .title .case-details-list ul li i {
   left: 0;
   top: 1px;
   position: absolute;
   color: var(--secondaryColor);
}

.case-details-content .title .highlighted {
   margin-bottom: 25px;
}

.case-details-content .title .highlighted h3 {
   font-size: 24px;
   margin-bottom: 25px;
}

.case-details-content .title .highlighted .highlighted-img {
   margin-bottom: 25px;
}

.case-details-content .image {
   margin-top: 50px;
   margin-bottom: 50px;
   margin-left: auto;
   margin-right: auto;
   max-width: 1096px;
}

.case-details-content .results {
   margin-bottom: 50px;
   margin-left: auto;
   margin-right: auto;
   padding: 50px 0;
   max-width: 1096px;
   background-color: #e7e6f6;
}

.case-details-content .results .content {
   margin: auto;
   max-width: 870px;
}

.case-details-content .results .content h3 {
   font-size: 24px;
   margin-bottom: 10px;
}

.case-details-content .results .content ul li {
   position: relative;
   padding-left: 30px;
   color: var(--obsidian);
}

.case-details-content .results .content ul li i {
   top: 2px;
   left: 0;
   position: absolute;
   color: var(--secondaryColor);
}

.pagination {
   margin-top: 20px;
   margin-bottom: 25px;
}

.pagination .page-item {
   margin-right: 10px;
}

.pagination .page-item .page-link {
   border-radius: 100%;
   font-size: 14px;
   font-weight: 500;
   height: 46px;
   width: 46px;
   line-height: 32px;
   box-shadow: unset;
   transition: var(--transition);
   color: var(--obsidian);
   border: 1px solid #efefef;
   background-color: transparent;
}

.pagination .page-item .page-link:hover {
   color: #fff;
   border: 1px solid var(--secondaryColor);
   background-color: var(--secondaryColor);
}

.pagination .page-item .page-link i {
   font-size: 16px;
}

.pagination .page-item .page-link.active {
   color: #fff;
   border: 1px solid var(--secondaryColor);
   background-color: var(--secondaryColor);
}

.pagination .page-item .page-link.icon {
   border: 1px solid var(--secondaryColor);
}

/*================================================
Contact Area Style
=================================================*/
.contact-area {
   z-index: 1;
   position: relative;
}

.contact-area::before {
   left: 118px;
   bottom: 0;
   width: 500px;
   height: 500px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 500px;
   background: rgba(121, 110, 255, 0.5);
   filter: blur(302px);
}

.contact-area::after {
   right: 496px;
   bottom: 0;
   width: 588px;
   height: 588px;
   content: "";
   z-index: -1;
   position: absolute;
   border-radius: 588px;
   background: rgba(233, 209, 117, 0.5);
   filter: blur(302px);
}

.single-contact-info {
   padding: 70px 30px;
   border-radius: 10px;
   margin-bottom: 25px;
   background-color: #fff;
}

.single-contact-info .content h3 {
   font-size: 22px;
   line-height: 32px;
}

.single-contact-info .content a {
   color: #7b798d;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: -0.36px;
   text-decoration: none;
}

.single-contact-info .content a:hover {
   color: var(--primary-3);
}

.single-contact-info .content p {
   max-width: 277px;
   color: #7b798d;
   font-size: 18px;
   font-weight: 500;
   line-height: 30px;
   letter-spacing: -0.36px;
}

.col-lg-4:nth-child(2) .single-contact-info {
   margin-top: 30px;
}

.col-lg-4:nth-child(3) .single-contact-info {
   margin-top: 60px;
}

#msgSubmit {
   font-size: 18px;
   position: absolute;
   bottom: -50px;
   left: 0;
}