@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #2e4174;
  --primary-color-hover: #465b95;
  --primary-color-active: #465b95;
  --primary-color-inverted: #e2eaff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-family: "Poppins", sans-serif;
}

/* html, body{font-size: 14px;} */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}

body {
  color: #171717;
}

p {
  line-height: 1.4;
  color: #171717;
  /* font-size: 1.1rem; */
  letter-spacing: 0.4px;
  font-size: 14px;
}

li {
  font-size: 14px;
  color: #171717;
}

main {
  padding-top: 110px;
}

.h2,
h2 {
  font-weight: 700;
  font-size: 2.5rem;
}

nav.menu > ul > li > a,
nav.menu > ul > li > a:hover,
nav.menu > ul > li > a.active,
nav.menu .menu-dropdown-icon > a::after {
  /* color: #1e2022; */
  color: var(--primary-color);
}

nav.menu > ul > li > a::before {
  background: var(--primary-color);
}

nav.menu > ul > li > a {
  text-transform: capitalize;
  font-size: 14px;
}

.section.mob-padding {
  padding: 50px 0;
}

.red-text {
  color: #e9171b;
}

/* wojo element start */
.wojo.label {
  letter-spacing: 1.5px;
}

.wojo.very.dimmed.text {
  opacity: 0.75;
}

.wojo.small.list,
.wojo.small.items {
  font-size: 13px;
}

/* wojo element end */

/* header start */
.wojo.primary.inverted.label.tryfreebtn {
  background-color: #e9171b;
  border-color: #e9171b;
  color: #fff;
}

header#header .logo {
  width: 8rem;
}

header#header .logo img.fullwidth {
  width: 100%;
}

/* header#header.sticky .top-bar,
header#header.sticky .top-bar .wojo.icons a,
header#header.sticky .top-bar i.primary.icon,
header#header.sticky .top-bar div.content {
    color: #fff;
} */

/* header#header .top-bar,
header#header {
    border-bottom: 1px solid rgb(50 50 50 / 10%);
    background-color: #fff;
}

header ul.top-menu .nav-item:nth-child(2),
header ul.top-menu .nav-item:last-child .nav-submenu-item:last-child {
    display: none;
} */

/*  */

.backimg {
  background: url(https://makkpressapps.com/uploads/images/makkpress/home/background-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* header end */

/* home page hero start */

.main-hero {
  padding: 60px 0;
  min-height: 600px;
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.custom-hero .subtitle {
  position: relative;
  display: block;
  padding-left: 19px;
  letter-spacing: 1px;
  font-weight: 600;
}

.custom-hero .subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #e9171b;
  transform: translateY(-50%);
}

/* home page hero end */

/* mobo section home page start */

.mobo-icon {
  max-width: 60px;
}

.mobo-icon img {
  width: 100%;
}

.mobo-wrap .card-inner {
  display: flex;
  align-items: center;
  max-width: 430px;
  padding: 20px;
  border-left: 4px solid transparent;
  transition: all 0.2s ease-in;
  border-radius: 0.25rem;
}

.card-item:hover .card-inner {
  border-color: var(--primary-color);
  box-shadow: 0 23px 49px 0 var(--shadow-color);
  background-color: #fff;
}

.mobo-content {
  padding-left: 15px;
}

.how_does .card-item {
  position: relative;
  z-index: 2;
}

.how_does .card-item > img {
  position: absolute;
  z-index: -1;
}

.how_does .card-item.item-1 > img {
  width: 160px;
  height: auto;
  right: 90px;
  top: 110%;
}

.how_does .card-item.item-2 > img {
  width: 160px;
  height: auto;
  top: -40px;
  left: 90%;
  rotate: 280deg;
}

.how_does .card-item.item-3 > img {
  width: 160px;
  height: auto;
  right: 99%;
  top: 50px;
  rotate: 114deg;
}

.how_does .card-item.item-4 > img {
  width: 190px;
  height: auto;
  left: 70px;
  top: -190px;
  rotate: -172deg;
}

.card-list-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.imgwrap {
  position: relative;
  height: 650px;
  display: flex;
  justify-content: space-between;
}

.back-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icons-homes .columns {
  text-align: center;
}

.icons-homes .icon-wrapper {
  display: flex;
  justify-content: space-between;
}

.icons-homes .icon-wrapper > .row {
  width: 60%;
}

.icons-homes .icon-wrapper > .side-banner {
  width: 40%;
}

.icons-homes .icon-wrapper > .side-banner .img-stick {
  position: sticky;
  top: 240px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 80px;
}

.icons-homes .row.grid.screen-2 > .columns {
  margin-bottom: 30px;
}

.icons-homes .row.grid.screen-2 > .columns > div {
  padding: 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}

.icons-homes .row.grid.screen-2 > .columns > div:hover {
  box-shadow: 0 20px 40px -8px rgba(45, 17, 17, 0.1);
}

/* mobo section home page end */

/* video section start */

.home-video .video-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.home-video .video-wrap iframe {
  width: 100%;
  height: 450px;
}

/* video section end */

/* custom testimonial start */

.custom-testimonial :is(h3, p, h6) {
  color: #fff;
}

.testimonial-inner {
  /* padding: 20px 45px 20px 20px;
    border: 4px solid #d6ebd6; */
  position: relative;
  padding-right: 40px;
}

.testimonial-inner .content-wrap {
  padding: 20px 35px 20px 20px;
  border: 4px solid #d6ebd6;
}

/* .testimonial-list {
    display: flex;
    gap: 50px;
} */
.testimonial-item {
  margin-right: 30px;
  /* width: calc(50% - 1rem)!important; */
}

.testimonial-inner .img-wrap {
  position: absolute;
  width: 80px;
}

.review-wrap {
  padding: 0 40px;
}

.testimonial-inner .img-wrap {
  position: absolute;
  width: 80px;
  top: 50%;
  /* right: -40px; */
  right: 0;
  transform: translateY(-50%);
  padding: 0px;
  background: #d6ebd6;
  padding: 4px;
}

/* custom testimonial end */

/* footer start */

footer {
  background-color: #21325b;
}

footer .copyright {
  font-size: 13px;
  padding: 10px 0;
}

footer .cus-footer img {
  width: 200px;
  margin-left: -11px;
}

footer .contents {
  padding: 4rem 0 1rem 0;
}

.footer-new .wojo.list a {
  opacity: 0.75;
}

.footer-new .wojo.list a:hover {
  opacity: 1;
  color: #fff;
}

.footer-new .wojo.simple.button {
  color: #fff;
}

.footer-new h5 {
  font-size: 18px;
}

.wojo.list,
.wojo.items {
  font-size: 14px;
}

.footer-new .big .columns {
  margin-bottom: 30px !important;
}

.footer-new .big .columns:nth-child(3) .wojo.list .item:nth-child(2),
.footer-new .big .columns:nth-child(4) .wojo.list .item:nth-child(4) {
  display: none;
}

/* footer end */

/* price intigration start */
.price-intigration {
  /* background: url(https://makkpressapps.com/uploads/images/laguna/laguna_about-bg-img.jpg); */
  background: linear-gradient(
    180deg,
    rgba(215, 223, 235, 0.5523459383753502) 0%,
    rgba(241, 241, 241, 1) 100%
  );
}

.price-intigration .left-col {
  width: 40%;
}

.price-intigration .right-col {
  width: 60%;
}

.price-intigration .card-item .cta-card {
  width: 250px;
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
  border-bottom: 5px solid #fff;
  transition: all 0.2s ease-in;
}

.price-intigration .card-item .cta-card:hover {
  border-color: #2e4174;
}

.price-intigration .card-item:last-child .cta-card:hover {
  border-color: #e9171b;
}

.card-wrap .row {
  justify-content: center;
  gap: 30px;
}

.price-intigration .btn-wrap a:last-child {
  background-color: #e9171b;
  border-color: #e9171b;
}

.price-intigration .btn-wrap a:last-child:hover {
  background-color: #f3464a;
  border-color: #f3464a;
}

.price-intigration .text-content p {
  /* font-size: 18px; */
  font-weight: 500;
  color: #111;
}

.price-intigration h3 {
  font-size: 24px;
  font-weight: 600;
}

/* price intigration end */

/* custom usp start */
.usp-with-video {
  margin-top: 303px;
  /* padding-top: 160px !important; */
  padding-top: 270px !important;
}

.usp-with-video .wojo.basic.card {
  background: transparent;
  box-shadow: none;
}

.usp-with-video .wojo.notification.image {
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow:
    0px 0px 0px 10px #21325b,
    0px 0px 0px 20px #fff;
  margin-bottom: 40px;
}

.usp-with-video .content * {
  color: #fff !important;
}

.usp-with-video .video-wrap {
  text-align: center;
  position: absolute;
  /* top: -281px; */
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1.77777;
}

.usp-with-video .wojo.card .content {
  padding-bottom: 10px;
}

.usp-with-video .columns {
  margin-bottom: 0 !important;
}

.usp-with-video .content h6 {
  margin-bottom: 4px;
}

.usp-with-video:before {
  background: #667088;
}

/* custom usp end */

/* custom blog start */
.fb-blog ul.slider-list {
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 0;
  margin-right: -450px;
}

.slider-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-item {
  position: relative;
  width: 400px;
  margin: 0 15px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  border: 2px solid #ecf0f8;
}

.main-slider-content {
  display: flex;
  margin: 0 -15px;
}

.left-text-content {
  width: 25%;
}

.right-slider {
  width: 75%;
  padding: 0 15px;
}

.slider-item .fb-content {
  padding: 20px;
  border-top: 1px solid;
  background: #fff;
}

.fb-blog .tabs-item {
  min-width: 176px;
  padding: 16px 16px 16px 24px;
  display: block;
  border-radius: 69px;
  transition: all 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7) !important;
  background: linear-gradient(
    90deg,
    rgb(142, 151, 225) -60%,
    rgba(255, 255, 255, 0) 80%
  );
  font-weight: 800;
  text-transform: uppercase;
}

.fb-blog .tabs-btn-list .tabs-item:last-child {
  display: none;
}

.fb-blog .tabs-item.active {
  background: linear-gradient(
    90deg,
    rgb(254, 125, 125) 0%,
    rgb(255, 195, 195) 103.13%
  );
}

.fb-blog .tabs-item i {
  opacity: 0;
  visibility: hidden;
}

.fb-blog .tabs-item.active i {
  opacity: 1;
  visibility: visible;
}

.tabs-btn-list {
  display: flex;
  margin-bottom: 60px;
  gap: 20px;
}

.left-text-content > p span {
  font-weight: 600;
}

.fb-content .bottom-link a {
  position: relative;
  font-weight: 500;
}

.fb-content .bottom-link a:before {
  content: "\e949";
  position: absolute;
  font-family: "WojoIcons";
  rotate: 180deg;
  display: block;
  right: -20px;
  top: 50%;
  transform: translateY(50%);
}

.slider-item:hover {
  box-shadow: 0 8px 0 0 var(--primary-color-active);
  transform: translateY(-6px);
}

.slider-item:hover .fb-content .bottom-link a,
.slider-item:hover .fb-content .bottom-link a:before {
  color: #e9171b;
}

.left-text-content > a {
  font-weight: 600;
  text-transform: capitalize;
}

.left-text-content > a {
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 7px;
}

.fb-img {
  height: 250px;
  overflow: hidden;
}

.fb-blog ul.slider-list.casestudy-content {
  display: none;
}

/* blog with slider start */
.custom-featured-blog-two .main-content-wrapper.fb-blog {
  position: relative;
}

.custom-featured-blog-two .main-content-wrapper.fb-blog:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  right: 100%;
  z-index: 8;
}

.custom-featured-blog-two .left-text-content {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 0 15px;
}

.custom-featured-blog-two .splide__track {
  overflow: visible;
}

.custom-featured-blog-two .slider-item {
  margin: unset;
}

/* .custom-featured-blog-two .fb-img img{height: 100%;} */
.custom-featured-blog-two .fb-img {
  height: auto;
}

.custom-featured-blog-two button.splide__arrow {
  top: -90px;
}

.custom-featured-blog-two button.splide__arrow.splide__arrow--next {
  right: 0;
}

.custom-featured-blog-two button.splide__arrow.splide__arrow--prev {
  right: 50px;
  left: auto;
}

/* blog with slider end */

/* custom blog end */

/* splide design start */
.splide__arrow {
  background: var(--primary-color-active);
}

.splide__arrow svg {
  fill: #fff;
}

.splide__arrow--next {
  right: -10px;
}

.splide__arrow--prev {
  left: -10px;
}

.splide__pagination {
  bottom: -20px;
}

.splide__pagination__page.is-active {
  background: var(--primary-color);
}

/* splide design end */

/*====== Page - Store Credit start ========*/

#pageCaption {
  display: none;
}

/* img usp start */
.img_card_list {
  display: flex;
  gap: 40px;
}

.img_card_item {
  flex: 1 1 0;
}

.img-box {
  margin-bottom: 2rem;
}

.img_card_list .info-wrap h6 {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.6s;
}

.img_card_list .img_card_item:hover h6 {
  color: #e9171b;
}

/* img usp end */

/* plain icons start */
.custom-plan-icon .title-wrap {
  text-align: center;
  margin-bottom: 70px;
}

/* plain icons end */

/* faq section start */
.wojo.accordion section h6.summary a {
  padding: 1rem 4.5rem 1rem 2rem;
}

.wojo.accordion section .details {
  padding: 1rem 2rem;
}

/* faq section end */

/* Page - Store Credit end */

/* our mission start */
.our-mis-wrap {
  display: flex;
  flex-wrap: wrap;
}

.our-mis-wrap .left-col {
  width: 40%;
}

.our-mis-wrap .right-col {
  width: 60%;
}

.our-mis-wrap .right-col .inner {
  padding: 60px 60px 60px 130px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffebf3, #fff);
}

.our-mis-wrap .right-col .main-para {
  font-size: 22px;
  font-weight: 600;
}

.our-mis-wrap .right-col .founder-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.our-mis-wrap .left-col .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-right: -80px;
  position: relative;
}

.founder-item h6 {
  font-size: 18px;
  /* font-weight: 500; */
}

/* our mission end */

/* we are back icons start */
.we-back-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.icons-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.we_back_icons .icon-item {
  min-width: 160px;
  min-height: 160px;
  border-radius: 20px;
  box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.we_back_icons .icon-item img {
  width: 100px;
}

.we_back_icons .left-side-title {
  width: 25%;
}

.we_back_icons .right-side-icons {
  width: 50%;
}

/* we are back icons end */

/* what are we start */

.who-we-are .content > div {
  font-size: 65px !important;
  position: absolute;
  top: -5%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-weight: 700 !important;
}

.who-we-are .card > .content {
  margin-top: 40px;
  border-radius: 10px;
}

/* what are we end */
/* about us start */
.about-hero figure.wojo.image {
  border-radius: 10px;
  overflow: hidden;
}

.continue-slider {
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0) -5.1%,
    #ffeeea 42.65%,
    hsla(0, 0%, 100%, 0)
  );
  overflow: hidden;
}

.mrq-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  cursor: pointer;
  height: 262px;
  margin: 0 12px 24px;
  max-width: 276px;
  padding: 24px 20px 24px 24px;
  transition: all 0.75s ease;
  width: 100%;
}

.mrq-card .content {
  height: 100%;
}

.mrq-name {
  min-height: 50px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.custom_icon_slider .wojo.card {
  box-shadow: none;
}

.custom_icon_slider .wojo.card h3 {
  font-size: 18px;
  font-weight: 500;
}

/* about us end */

/* pricing page start */
.price_btn_list a {
  padding: 12px 20px;
  background: var(--primary-color-hover);
  display: block;
  color: #fff;
  text-align: center;
}

.price_btn_list a.active {
  background: #c31518;
  scale: 1.04;
}

.price_btn_list {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

.price_btn_list a:first-child {
  border-radius: 10px 0 0 10px;
}

.price_btn_list a:last-child {
  border-radius: 0 10px 10px 0;
}

.price_content {
  display: none;
}

.price_content.active {
  display: flex;
}

.custom-pricing-tabs {
  position: relative;
}

.custom-pricing-tabs .pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
  background: linear-gradient(90deg, #ffede6 0%, #effffe 100%);
}

.custom-pricing-tabs .wojo.simple.card {
  box-shadow: 0 23px 49px 0 var(--shadow-color);
}

.custom-pricing-tabs .card {
  height: 100%;
}

.custom-pricing-tabs .wojo.huge.text {
  font-size: 1.7rem;
}

.custom-pricing-tabs .price_content .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.price_content .content .button {
  margin-top: auto;
}

/* pricing page end */

/* policy page start */
.section.policy h1 {
  font-size: 2.5rem;
}

/* policy page end */

/* page-scroll-links-bar start */

.page-scroll-links-bar ul.links-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  border-radius: 0.25rem;
}

/* .page-scroll-links-bar {
    padding-bottom: 60px;
} */
.page-scroll-links-bar ul.links-list a {
  padding: 0.875rem 1.875rem;
  display: inline-block;
  background: var(--primary-color-hover);
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.page-scroll-links-bar ul.links-list a:hover {
  background-color: #c31518;
}

.page-scroll-links-bar ul.links-list li:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}

.page-scroll-links-bar ul.links-list li:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

.page-scroll-links-bar ul.links-list li {
  overflow: hidden;
  flex: 1 1 auto;
}

html {
  scroll-behavior: smooth;
}

.scrl-padd {
  scroll-margin-top: 150px;
}

/* page-scroll-links-bar end */

/* casestudy page start */
.case-study-content {
  padding-top: 0 !important;
}

.case-study-content ul {
  padding-left: 20px;
}

/* casestudy page end */

/* new changes */

/* Managing extra-spacing */
.padding-left-0 {
  padding-left: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* nav-tabs sticky on scroll */
.sticky-on-scroll {
  position: sticky;
  top: 110px;
  z-index: 9;
}

/* hide key feature */
.opacity-0 {
  opacity: 0;
}

.d-none {
  display: none;
}

/* START - Store credit page*/
/* -start Benefit section */
.text-align-justify p {
  text-align: justify !important;
}

.text-align-justify .wojo.message {
  padding: 1rem 0;
}

/* - end Benefit section */
/* END - Store credit page */
.py-50 {
  padding: 50px 0;
}

.bg-aliceblue {
  background: aliceblue;
}

.my-50 {
  margin: 50px auto;
}

/*case study  */
.h-unset {
  min-height: unset !important;
}

.bg-cover {
  background-size: cover !important;
}

.wojo.accordion section h6.summary a::before {
  content: "\ea0c";
}

.wojo.accordion section.active h6.summary a::before {
  content: "\e9e6";
}

.fb-blog
  .tabs-btn-wrap
  .tabs
  .tabs-item.casestudy-btn.active
  .main-slider-content
  .left-text-content
  p {
  display: none;
}

/*END case study  */

/* FAQ */
.page_faq .wojo.primary.bg.basic.tall.card .content {
  padding: 2rem;
}

.page_faq .wojo.primary.bg.basic.tall.card .content .aa.item a.white:hover,
a.white:focus {
  color: #fff;
}

/*END FAQ */

/* Footer */
.footer-new .wojo.list .content a:focus {
  color: #fff;
}

/* END new changes */

/* responsive start */

@media (max-width: 1024px) {
  /* header start */
  #header .bottom-bar .order-2 {
    display: none;
  }

  /* header end */

  .price-intigration .left-col {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .price-intigration .right-col {
    width: 100%;
    margin-top: 30px;
  }

  /* mobile section start */
  .mobo-wrap .card-inner {
    max-width: 370px;
  }

  /* mobile section end */

  /* pricing page start */
  .price_btn_list a {
    font-size: 14px;
  }

  /* pricing page end */
}

@media (max-width: 991px) {
  /* mobile section start */
  .how_does .card-item > img {
    display: none;
  }

  /* mobile section end */

  /* we-back-wrap section start */
  .we-back-wrap {
    flex-direction: column;
  }

  .we_back_icons .left-side-title {
    width: 100%;
    text-align: center;
  }

  .we_back_icons .right-side-icons {
    width: 100%;
  }

  .we_back_icons .icons-list {
    justify-content: center;
  }

  /* we-back-wrap section end */
}

/* @media(min-width: 768px){
    nav.menu > ul > li:first-child > ul.normal-sub {
        column-count: 2;
        width: auto;
    }
} */

@media (max-width: 767px) {
  /* wojo */
  main {
    padding-top: 90px;
  }

  .row.big.gutters > .columns {
    margin-bottom: calc(var(--gutter) * 1);
  }

  /* .h1,
    h1 {
        font-size: 2.1rem;
    } */

  .h1,
  h1 {
    font-size: 3.5rem;
    font-weight: 700;
  }
  .h2,
  h2 {
    font-size: 1.8rem;
  }

  .h4,
  h4,
  .h3,
  h3 {
    font-size: 1.5rem;
  }

  .wojo.buttons .button,
  .wojo.button {
    font-size: 0.7rem;
  }

  .wojo.big.buttons .button,
  .wojo.big.button {
    font-size: 0.7rem;
    padding: 0.85rem 1rem;
  }

  i.small.circular.icon,
  i.small.rounded.icon {
    font-size: 0.6rem;
  }

  .wojo.accordion section h6.summary a {
    padding: 0.8rem 2rem 0.8rem 0.8rem;
  }

  .wojo.accordion section h6.summary a::before {
    right: 0.8rem;
  }

  .wojo.accordion section .details {
    padding: 1rem;
  }

  .section.mob-padding,
  .main-hero {
    padding: 40px 0 !important;
  }

  .page-scroll-links-bar {
    display: none;
  }

  /* header start */
  nav.menu > ul > li > a::before {
    background: #fff;
  }

  header#header .bottom-bar {
    margin-bottom: 0.5rem;
  }

  /* header end */

  /* testimonial start */
  .review-wrap {
    padding: 0 0px;
  }

  /* testimonial end */

  /* hero section start */
  /* .custom-hero { padding-top: 130px !important; } */
  /* hero section end */

  /* mobile section start */
  .imgwrap {
    position: static;
    display: block;
    height: auto;
  }

  .back-image {
    position: static;
    transform: none;
    max-width: 370px;
    margin: 0 auto 30px;
    display: block;
  }

  .card-list-row {
    flex-direction: row;
  }

  /* mobile section end */

  /* youtube section start */
  .usp-with-video {
    margin-top: 0;
    padding-top: 96px !important;
  }

  .usp-with-video .video-wrap {
    max-width: 700px;
    width: 100%;
    aspect-ratio: 2/1.2;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }

  .usp-with-video .video-wrap iframe {
    width: 100%;
    height: 100%;
  }

  /* youtube section end */

  /* case study start */
  .tabs-btn-list {
    margin-bottom: 30px;
  }

  .main-slider-content {
    flex-wrap: wrap;
  }

  .left-text-content {
    margin-bottom: 15px;
  }

  .left-text-content,
  .right-slider {
    width: 100%;
  }

  .fb-blog ul.slider-list {
    margin-left: -15px;
  }

  /* case study end */

  /* img usp start */
  .img_card_list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .img_card_item {
    width: calc(50% - 10px);
  }

  /* img usp end */

  /* out mission start */
  .our-mis-wrap :is(.left-col, .right-col) {
    width: 100%;
  }

  .our-mis-wrap .right-col {
    margin-top: 30px;
  }

  .our-mis-wrap .right-col .inner {
    padding: 50px;
  }

  .our-mis-wrap .left-col .img-wrap {
    margin-right: 0;
  }

  .our-mis-wrap .left-col .img-wrap img {
    width: 100%;
  }

  .our-mis-wrap .right-col .founder-wrap {
    flex-direction: column;
    gap: 40px;
  }

  /* out mission end */

  /* what are we start */

  .who-we-are .card > .content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* what are we end  */

  /* blog section start */
  .fb-blog .tabs-item {
    min-width: 120px;
    padding: 10px 10px 10px 18px;
    font-size: 13px;
  }

  .custom-featured-blog-two .splide__track {
    overflow: hidden;
  }

  .custom-featured-blog-two .slider-list {
    width: 100%;
  }

  /* blog section end */

  /* pricing page start */
  .price_btn_list {
    flex-wrap: wrap;
    gap: 2px;
  }

  .price_btn_list a:first-child,
  .price_btn_list a:last-child {
    border-radius: 0;
  }

  .price_btn_list a.active {
    scale: 1;
  }

  .price_btn_list a {
    padding: 12px;
    width: calc(50% - 2px);
  }

  /* pricing page end */
}

@media (max-width: 550px) {
  /* mobile section start */

  .card-list-row {
    flex-direction: column;
  }

  .mobo-wrap .card-inner {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .back-image {
    max-width: 280px;
  }

  /* mobile section end */

  /* price integration start */
  .price-intigration .btn-wrap a {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    box-sizing: border-box;
  }

  /* price integration end */

  /* out mission start */
  .our-mis-wrap .right-col .inner {
    padding: 35px 20px;
  }

  /* out mission end */
}

@media (max-width: 480px) {
  main {
    padding-top: 50px;
  }

  /* hero section start */
  /* .custom-hero { padding-top: 80px !important; } */
  /* hero section end */

  /* img usp start */

  .img_card_item {
    width: 100%;
  }

  /* img usp end */

  /* about us start */
  .about-hero {
    padding-top: 100px !important;
  }

  /* about us end */

  /* we back icons start */
  .we_back_icons .icon-item {
    min-width: 130px;
    min-height: 130px;
  }

  /* we back icons end */

  /* pricing page start */
  .price_btn_list a {
    font-size: 13px;
  }

  .custom-pricing-tabs,
  .section.policy {
    padding-top: 100px !important;
  }

  /* pricing page end */
}

/* background color */

.background-colur {
  background: linear-gradient(
    180deg,
    rgba(237, 243, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.background-colur-2 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(239 244 255) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}
.background-youtube-image .usp-with-video {
  background-image: url(https://makkpressapps.com/uploads/images/makkpress/push-remarketing/neighborhood-with-colorful-modern-buildings-skyscrapers-cloudy-sky.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 96px 0 34px 0;
}
.section-blog-class {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

ul#main-menu li.nav-item:first-child {
  display: none;
}

header .custom-menu-code ul.top-menu .nav-item:nth-child(2),
header ul.top-menu .nav-item:last-child .nav-submenu-item:last-child {
  display: block !important;
}
.custom-menu-code nav.wojo.menu > ul > li a.active,
nav.wojo.menu > ul > li:hover {
  background: unset !important;
  border-radius: unset !important;
}
.custom-menu-code nav.wojo.menu > ul > li a {
  padding: 1.5rem 1rem;
}
.custom-menu-code nav.menu > ul > li > a::before {
}
.custom-menu-code nav.wojo.menu > ul > li > ul {
}
.banner-background {
  background: url(https://makkpressapps.com/uploads/images/makkpress/home/background-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
header#header {
  padding-top: 0;
}
/* responsive end */

.custom-menu-code .phone.toolbar-phone {
  display: none;
}

.section .custom-testimonial {
  background-image: url(https://makkpressapps.com/uploads/images/laguna/laguna_about-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* ----------------------------------------------------------------- */

header#header.fixed .top-bar {
  background: #21325b;
}
header#header.fixed .top-bar,
header#header.fixed .top-bar .wojo.icons a,
header#header.fixed .top-bar i.primary.icon,
header#header.fixed .top-bar div.content {
  color: #fff;
}
.banner-background h1 {
  font-weight: 700;
  margin-left: 0;
}
.banner-background .top.padding {
  padding-left: 0;
}
body .icon.chevron.right:before {
  content: "\e94a";
}
.usp-with-video:before {
  background: #667088 !important;
}
.overlay.gradient::before,
.overlay.white::before,
.overlay.secondary::before,
.overlay.dark::before,
.overlay::before {
  background: #21325b;
}
.wojo.label {
  padding: 0.613rem 1rem;
}
.wojo.secondary.label {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.btn-wrap.padding.top {
  padding-left: 0;
}

/* Home page Css end */

/* About Us Css */

.about-us-section h2 {
  margin: 0 0 1rem 0;
}

.about-us-section h1 {
  display: none;
}
.about-us-section h2.h6 {
  margin-top: 32px;
}

/*  */

/* contact page css */

.contact-top-section {
  background: linear-gradient(
    180deg,
    rgba(237, 243, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-top: -3px;
}

.contact-card {
  padding: 40px;
  max-width: 480px;
  color: #333;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transition: 0.3s ease-in-out;
}

.contact-card p {
  transition: 0.3s ease-in-out;
}

.contact-card:after {
  content: "";
  background: #f1f1f1;
  width: 100px;
  height: 100px;
  top: -20px;
  position: absolute;
  right: -20px;
  border-radius: 10px;
  rotate: 45deg;
  transition: 0.3s ease-in-out;
}

.contact-card:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.contact-card:hover p {
  color: #fff;
}

.contact-card:hover:after {
  background: #f1f1f14d;
}

section.contact-bottom-section.section.mob-padding {
  padding-top: 0;
}

/*  */

.h1,
h1 {
  font-size: 3.5rem;
  font-weight: 700;
}
.page_wix-app .custom_icon_slider > div > div,
.page_shopify-app .custom_icon_slider > div > div,
.page_bigcommerce-app .custom_icon_slider > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* align-items: center; */
  justify-content: center;
}
.page_wix-app .custom_icon_slider > div > div .columns,
.page_shopify-app .custom_icon_slider > div > div .columns,
.page_bigcommerce-app .custom_icon_slider > div > div .columns {
  width: 48%;
}
.custom_icon_slider .wojo.card {
  margin: 0px;
}

header .custom-menu-code ul.top-menu > .has-dropdown > a:after {
  content: "\e948";
  font-family: "WojoIcons";
  float: right;
  margin-left: 0.5rem;
}

header .custom-menu-code ul.top-menu > .has-dropdown > a ~ span {
  display: none;
}

nav.wojo.menu > ul > li > ul.normal-sub > li a.active,
nav.wojo.menu > ul > li > ul.normal-sub > li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
i.icon {
  font-size: 1rem !important;
}
.grid-move {
  display: none;
}

a#back-to-top .icon.chevron.up:before {
  content: "\e94b";
}
.icon.long.arrow.right:before {
  content: "\e9d7";
  opacity: 1;
}
i.icon.arrow.right::after {
  display: none;
}

.custom-menu-code nav.wojo.menu > ul > li > ul {
  padding: 0;
}
nav.wojo.menu > ul > li > ul.normal-sub > li a {
  border-radius: 0;
}
nav.wojo.menu > ul > li > ul.normal-sub > li a::before {
  display: none;
}
.icon.list:before {
  content: "\ea1a";
}

/* nav.wojo.menu>ul>li>ul.normal-sub>li a:hover {
    color: var(--body-bg-color);
    background-color: #2e4174;
}
nav.wojo.menu>ul>li>ul.normal-sub>li a.active{background-color: var(--primary-color);
    color: #fff;} */

.custom-menu-code nav.wojo.menu > ul > li a.active {
  background-color: #2e4174 !important;
  color: #fff;
}
.page_wix-app .wojo.basic.card img,
.page_wix-app .wojo.basic.card img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}
.page_wix-app .wojo.basic.card figure.wojo.notification.image.margin.bottom,
.page_shopify-app
  .wojo.basic.card
  figure.wojo.notification.image.margin.bottom {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .row .columns.tablet-70 {
    flex: 0 0 100%;
    width: 0;
  }
}
@media (max-width: 781px) {
  .page_wix-app .custom_icon_slider > div > div .columns {
    width: 100%;
  }
  .columns.screen-hide.tablet-hide.phone-order-2.mobile-order-2 {
    order: 3;
    flex: 0 0 40px;
    padding: 0;
  }

  /* .custom-menu-code .mobile.toolbar-phone {
    flex: 0 0 calc(100% - 210px);
    justify-content: flex-end;
    display: inline-flex;
    column-gap: 15px;
} */
  .columns.auto.phone.mobile.order-2 {
    flex: 0 0 calc(100% - 210px);
    justify-content: flex-end;
    display: inline-flex;
    column-gap: 15px;
  }
  .row.phone-vertical-gutters {
    column-gap: 10px;
  }

  .columns.auto.phone-order-1.mobile-order-1 {
    flex: 0 0 150px;
  }
  .row.phone-vertical-gutters > .columns .phone {
    display: none;
  }
  .row.phone-vertical-gutters > .columns {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 2.1rem;
  }
  .custom-menu-code nav.wojo.menu > ul > li a {
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .wojo.primary.button:hover {
    box-shadow: none !important;
  }
}

@media (max-width: 520px) {
  .columns.phone.mobile.order-2 {
    display: none !important;
  }
  .columns.screen-hide.tablet-hide.phone-order-2.mobile-order-2 {
    flex: 1 1 0px;
  }
  /* .row.phone-vertical-gutters>.columns {
    margin: 2px 0px;
} */
  .row.phone-vertical-gutters > .columns .phone {
    display: none;
  }
  header#header {
    padding: 0.53rem 0;
  }
}

/*  */

/* ===============================
   PLATFORM TABS
================================ */
.platform-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
  justify-content: center;
}

.platform-tabs .tab-btn {
  padding: 8px 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.platform-tabs .tab-btn.active {
  background: #2e4174;
  color: #fff;
}

/* ===============================
   TAB CONTENT
================================ */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ===============================
   SPLIDE BASE
================================ */
.splide {
  visibility: visible;
}

/* ===============================
   NO SLIDER MODE (<= 2 ITEMS)
================================ */
.no-slider .splide__arrows,
.no-slider .splide__pagination {
  display: none !important;
}
.splide__pagination {
  display: none !important;
}

.no-slider .splide__track {
  overflow: visible !important;
}

.splide__slide {
  box-sizing: border-box;
}

.tab-slider-custom .columns.splide__slide {
  width: 33.33%;
}
.platform-tabs .tab-btn {
  display: flex;
  gap: 6px;
}
.platform-tabs .tab-btn span {
  width: 42px;
  height: auto;
}
.no-slider .splide__arrows,
.no-slider .splide__pagination {
  display: none !important;
}

@media (max-width: 991px) {
    .splide__slide {
        width: 49% !important;
    }
     .tab-slider-custom .wojo.card > .content:not(.notes),
  .tab-slider-custom .wojo.segment > .content:not(.notes) {
    flex: 1 1 auto;
    padding: 1rem;
  }
 .tab-slider-custom .columns.splide__slide {
  
    margin-right: 1rem;
}
}

@media (max-width: 767px) {
  .splide__slide {
    width: 100% !important;
  }
  .tab-slider-custom .wojo.card > .content:not(.notes),
  .tab-slider-custom .wojo.segment > .content:not(.notes) {
    flex: 1 1 auto;
    padding: 12px;
  }
  .splide__arrow {
    height: 1.5em;
    width: 1.5em;
  }
  .splide__arrow svg {
    fill: #fff;
    height: 0.8em;
    width: 0.8em;
  }
  .platform-tabs {
    overflow-y: scroll;
  }
  .platform-tabs .tab-btn {
    margin-bottom: 20px;
  }
  .platform-tabs {
    justify-content: center;
    overflow-y: scroll;
    padding: 10px;
    gap: 0;
  }
  .platform-tabs .tab-btn.active {
    font-weight: 600;
    border: none;
  }
  .platform-tabs .tab-btn {
    margin-bottom: 20px;
    border: none;
  }
  .section.mob-padding,
  .main-hero {
    padding-top: 0px !important;
  }
  .no-slider .splide__slide {
    width: auto !important;
}
}
@media (max-width: 480px) {
      .platform-tabs {
    justify-content: start;
    overflow-y: scroll;
    padding: 10px;
    gap: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 994px) {
  .columns.phone.mobile{
    display: flex;
    gap: 12px;
    justify-content: end;
    width: 100%;
  }
  .custom-menu-code nav.wojo.menu > ul > li a{
      padding: 1rem;
  }
}
