* {
  box-sizing: border-box;
  margin: 0;
}

html {
  overflow-x: hidden;
}

ul {
  list-style: square;
}

body {
  box-sizing: border-box;
  background: #fff;
  font-family: "Boogaloo", sans-serif;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: unset;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bangers", system-ui;
  font-weight: 400;
}

img {
  width: fit-content;
  max-width: 100%;
}

.theme-head {
  text-transform: uppercase;
  color: #fff;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    2px 2px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000,
    3px 3px 0 #000, -3px 0px 0 #000, 3px 0px 0 #000, 0px -3px 0 #000,
    0px 3px 0 #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000,
    4px 4px 0 #000, -4px 0px 0 #000, 4px 0px 0 #000, 0px -4px 0 #000,
    0px 4px 0 #000, -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000,
    5px 5px 0 #000, -5px 0px 0 #000, 5px 0px 0 #000, 0px -5px 0 #000,
    0px 5px 0 #000, -6px -6px 0 #000, 6px -6px 0 #000, -6px 6px 0 #000,
    6px 6px 0 #000, -6px 0px 0 #000, 6px 0px 0 #000, 0px -6px 0 #000,
    0px 6px 0 #000;

  span {
    color: #ffbe00;
  }
}

.ts-4,
.navi-content :is(h2, h3),
.parts-content h3 {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    2px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 0px -2px 0 #000,
    0px 2px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000,
    3px 3px 0 #000, -3px 0px 0 #000, 3px 0px 0 #000, 0px -3px 0 #000,
    0px 3px 0 #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000,
    4px 4px 0 #000, -4px 0px 0 #000, 4px 0px 0 #000, 0px -4px 0 #000,
    0px 4px 0 #000, -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000,
    5px 5px 0 #000, -5px 0px 0 #000, 5px 0px 0 #000, 0px -5px 0 #000,
    0px 5px 0 #000;
}

.ts-13 {
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    2px 2px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000,
    3px 3px 0 #000, -3px 0px 0 #000, 3px 0px 0 #000, 0px -3px 0 #000,
    0px 3px 0 #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000,
    4px 4px 0 #000, -4px 0px 0 #000, 4px 0px 0 #000, 0px -4px 0 #000,
    0px 4px 0 #000, -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000,
    5px 5px 0 #000, -5px 0px 0 #000, 5px 0px 0 #000, 0px -5px 0 #000,
    0px 5px 0 #000, -6px -6px 0 #000, 6px -6px 0 #000, -6px 6px 0 #000,
    6px 6px 0 #000, -6px 0px 0 #000, 6px 0px 0 #000, 0px -6px 0 #000,
    0px 6px 0 #000;
}

.ts-1 {
  text-shadow: -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000,
    -1px 0px 0 #000, 0px 0px 0 #000, 1px 0px 0 #000, -1px 1px 0 #000,
    0px 1px 0 #000, 1px 1px 0 #000;
}

.site-main {
  padding-top: 270px;
  padding-bottom: 260px;
}

.head.center {
  position: relative;
}

.bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.site_info a {
  text-decoration: underline;
}

.btn a {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -3px 3px 0px #1d1c1e, -1px 1px 0px #1d1c1e, 1px -1px 0px #1d1c1e,
    1px 1px 0px #1d1c1e;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  padding: 20px 45px;
  text-wrap: nowrap;
}

.btn {
  background-image: url(../images/btn-bg-y.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.head.center {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  z-index: 1;
}

/* GLOBAL CSS END  */
/* HEADER CSS START  */
header.site-header {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: fit-content;
  padding: 19px 0;
}

.site_logo:after {
  content: " ";
  position: absolute;
  left: -120px;
  right: 0;
  display: block;
  width: 430px;
  height: 270px;
  background-image: url(../images/header-cloud.png);
  top: -95px;
  background-size: 100% 100%;
  background-position: bottom;
  z-index: -1;
  pointer-events: none;
  animation: clud_up 0.4s ease-out alternate;
}

@keyframes clud_up {
  0% {
    transform: translateY(-20rem);
  }

  100% {
    transform: translateY(0rem);
  }
}

.header_main {
  display: grid;
  grid-template-columns: 3fr 9fr;
  align-items: center;
  position: relative;
  z-index: 2;
}

.header-modal,
button.triggerInner {
  display: none;
}

.header-main ul {
  padding-left: 0;
}

.modal-col {
  display: grid;
  grid-template-columns: 6fr 3fr;
  justify-items: stretch;
  justify-content: space-between;
}

ul.main-menu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  animation: clud_up 0.4s ease-out alternate;
  list-style: none;
}

ul.main-menu li a {
  text-decoration: none;
  color: #fff;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -3px 0px #000000, 3px 0px #000000, 0px 3px #000000,
    0px -3px #000000, -3px -3px #000000, 3px 3px #000000, -3px 3px #000000,
    3px -3px #000000, -3px 0.3334px #000000, 3px 0.3334px #000000,
    0.3334px 3px #000000, 0.3334px -3px #000000, -3px -0.3334px #000000,
    3px 0.3334px #000000, -3px 0.3334px #000000, 3px -0.3334px #000000,
    -3px 0.6668px #000000, 3px 0.6668px #000000, 0.6668px 3px #000000,
    0.6668px -3px #000000, -3px -0.6668px #000000, 3px 0.6668px #000000,
    -3px 0.6668px #000000, 3px -0.6668px #000000, -3px 1.0002px #000000,
    3px 1.0002px #000000, 1.0002px 3px #000000, 1.0002px -3px #000000,
    -3px -1.0002px #000000, 3px 1.0002px #000000, -3px 1.0002px #000000,
    3px -1.0002px #000000, -3px 1.3336px #000000, 3px 1.3336px #000000,
    1.3336px 3px #000000, 1.3336px -3px #000000, -3px -1.3336px #000000,
    3px 1.3336px #000000, -3px 1.3336px #000000, 3px -1.3336px #000000,
    -3px 1.667px #000000, 3px 1.667px #000000, 1.667px 3px #000000,
    1.667px -3px #000000, -3px -1.667px #000000, 3px 1.667px #000000,
    -3px 1.667px #000000, 3px -1.667px #000000, -3px 2.0004px #000000,
    3px 2.0004px #000000, 2.0004px 3px #000000, 2.0004px -3px #000000,
    -3px -2.0004px #000000, 3px 2.0004px #000000, -3px 2.0004px #000000,
    3px -2.0004px #000000, -3px 2.3338px #000000, 3px 2.3338px #000000,
    2.3338px 3px #000000, 2.3338px -3px #000000, -3px -2.3338px #000000,
    3px 2.3338px #000000, -3px 2.3338px #000000, 3px -2.3338px #000000,
    -3px 2.6672px #000000, 3px 2.6672px #000000, 2.6672px 3px #000000,
    2.6672px -3px #000000, -3px -2.6672px #000000, 3px 2.6672px #000000,
    -3px 2.6672px #000000, 3px -2.6672px #000000, -3px 3px #000000,
    3px 3px #000000, 3px 3px #000000, 3px -3px #000000, -3px -3px #000000,
    3px 3px #000000, -3px 3px #000000, 3px -3px #000000;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

ul.main-menu li a:hover,
ul.main-menu .current-menu-item a {
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #ffbe00;
}

.btn.head-cta {
  display: flex;
  align-items: center;
  animation: clud_up 0.4s ease-out alternate;
  justify-self: end;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.btn:hover {
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  filter: drop-shadow(0 5px 5px #000);
}

.btn:hover a {
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #ffbe00;
}

body:not(.home) .btn.head-cta {
  background-size: 100% 101%;
  background-image: url(../images/header-cta_not_home.png);
}

:is(.your_growth_Sec .btn, .navi-content .btn):hover a {
  color: #fff;
}

.site_logo {
  max-width: 180px;
  animation: clud_up 0.4s ease-out alternate;
  z-index: 1;

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

.header-main ul.sub-menu li a,
.header-main .menu-item-has-children > a,
.header-main .main-menu li > a {
  list-style: none;

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}

.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 6.5px;
}

.menu-item-has-children::after {
  content: "";
  transform: rotate(180deg);
  transition: 0.4s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  right: -15px;
  top: 45%;
}

.menu-item-has-children .sub-menu {
  background-color: black;
  color: #f5f1f1;
  list-style: none;
  display: grid;
  grid-template-rows: repeat(4, 40px);
  border-radius: 5px;
  overflow: hidden;
  height: 0;
  transition: 0.4s;
  position: absolute;
  width: 130px;
}

.menu-item-has-children .sub-menu .menu-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.4s, transform 0.4s;
  transform: translateX(-100%);
  user-select: none;
  cursor: pointer;
}

.menu-item-has-children .sub-menu .menu-item:hover {
  background-color: white;
  color: #000;
}

.menu-item-has-children .sub-menu .menu-item:hover a {
  color: #000 !important;
}

.menu-item-has-children:hover::after {
  transform: rotate(0deg);
}

.menu-item-has-children:hover .sub-menu,
.sub-menu:hover {
  height: 160px;
}

.menu-item-has-children:hover .sub-menu .menu-item,
.sub-menu:hover .menu-item {
  transform: translateX(0);
}

/* Header CSS END  */

/* HOME PAGE CSS START  */

/* BANNER SECTION START  */
section.hero-section {
  background-image: url(../images/home-hero-bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 100px;
  align-items: center;
}

.hero_main h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -4px 10px 0px #1d1c1e, -4px -4px 0px #1d1c1e, 4px 4px 0px #1d1c1e,
    4px -4px 0px #1d1c1e, 5px 10px 0px #1d1c1e, 3.5px 10px 0px #1d1c1e,
    4.5px 10px 0px #1d1c1e, 3.7px 10px 0px #1d1c1e, 4.7px 10px 0px #1d1c1e,
    3.9px 10px 0px #1d1c1e, 4.9px 10px 0px #1d1c1e;
  position: relative;
  text-wrap: balance;

  span {
    color: #ffbe00;
  }
}

.hero_main h1::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 33%;
  background-image: url(../images/heading-arrows-sign.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 70px;
}

.hero-content {
  width: calc(100% + 10px);
  /* padding-bottom: 200px; */

  p {
    max-width: 610px;
  }
}

.hero_main p {
  font-family: Bangers;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}

.hero_main .btn {
  margin-top: 50px;
  background-image: url(../images/dark-yellow-btn-shape.svg);
}

.partner-sec .btn {
  background-image: url(../images/dark-yellow-btn-shape.svg);
}

.sec-ovverlay.bolt {
  position: relative;
  z-index: 1;

  img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -187px;
    max-height: 319px;
    object-fit: fill;
    z-index: 1;
    rotate: -1deg;
  }
}

.sec-ovverlay {
  position: relative;

  img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: fill;
  }
}

/* Expand Your Reach Section  */
.reach-sec {
  background-color: #1d1c1e;
  margin-top: -30px;
  counter-reset: reach-box-count 0;
  padding-bottom: 515px;
  position: relative;
  background-image: url(../images/dark-color-dotedt.png);
  background-position: center -30vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.reach-sec .bg-overlay {
  bottom: 0;
  max-width: 630px;
  margin: 0 auto;
  z-index: -1;
}

.reach-sec .head {
  text-align: center;
  padding: 123px 0 75px;
  max-width: 760px;
  margin: 0 auto;
  z-index: 1;
}

.reach-sec .head h2 {
  font-weight: 400;
  font-size: 90px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.reach-sub-head h4 {
  font-family: Bangers;
  font-weight: 400;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  margin-top: 40px;
  color: #ffffff;
}

text {
  text-shadow: -3px 0px #000000, 3px 0px #000000, 0px 3px #000000,
    0px -3px #000000, -3px -3px #000000, 3px 3px #000000, -3px 3px #000000,
    3px -3px #000000;
}

.reach_boxrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 90px;
  margin-bottom: 40px;
}

.reach-box {
  background-image: url(../images/Reach_box-bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 110px 65px 80px;
  counter-increment: reach-box-count;
  position: relative;
  height: 100%;
}

/* 
.reach-box span.box-counter::before {
  content: "0" counter(reach-box-count);
  position: absolute;
  top: 30px;
  left: -12px;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
} */
.reach-box span.box-counter img {
  position: absolute;
  top: 30px;
  left: 0px;
}

.reach-box h4 {
  color: #f5bf21;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 13px;
  text-wrap: balance;
}

.reach-box ul {
  padding-left: 16px;
  list-style: square;

  li {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
  }
}

.reach-bottom-txt p {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  color: #ffffff;
}

.sec-ovverlay.cloud-y img {
  bottom: 0;
  max-height: 315px;
  object-fit: fill;
  margin-bottom: -1px;
}

.navi-sec {
  background-color: #ffce22;
  position: relative;
  display: block;
}

.navi-sec::before {
  content: "";
  background-image: url(../images/white-bg-doted.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 940px;
  height: 100%;
}

.navi-sec .head.center {
  position: absolute;
  left: 0;
  right: 0;
  top: -16rem;

  .bg-overlay {
    top: -129%;
  }
}

.navi-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 50px;
  /* position: relative; */
}

.navi-img {
  position: absolute;
  right: 0;
  width: 60%;
  max-width: 900px;
  bottom: 0;
}

.navi-content {
  padding-top: 140px;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 330px;
  position: relative;
  z-index: 1;
}

.navi-content :is(h2, h3),
.parts-content h3 {
  color: #fff;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.25 !important;
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 10px;
}

.navi-content :is(ul, p),
.h-newsletter-content :is(p, ul li) {
  font-size: 24px;
  color: #1d1c1e;
}

.navi-img {
  display: flex;
  align-items: flex-end;
}

.result-sec {
  background-image: url(../images/exprnt-bg-sec.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -19rem;
  /* overflow: hidden; */
  /* clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); */
}

.result-sec::before {
  content: "";
  position: absolute;
  bottom: -15rem;
  left: 0;
  background-image: url(../images/Expertise-women-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 900px;
  height: 60%;
}

.result-sec .head {
  z-index: 5;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;

  .bg-overlay {
    z-index: -1;
    bottom: -108px;
  }

  .h2-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.result-sec .head .white-oval-shape {
  display: none;
}

.white-oval-shape {
  position: relative;
  background-image: url(../images/white-ovel-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 145px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-oval-shape > span {
  display: block;
  font-family: Bangers;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.result-sec .head h2 {
  max-width: 615px;
  font-weight: 400;
  font-size: 100px;
  line-height: 95px;
  text-align: center;
  text-transform: uppercase;
}

.h2-wrapper {
  position: relative;
}

.result-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 45px;
}

.result-img {
  display: block;
  width: 100%;
  height: 840px;
  z-index: 1;
  margin-top: auto;
}

.result-img img {
  width: 100%;
  height: 100%;
}

.result-sec .reach-sub-head {
  padding-top: 148px;
}

.result-accordion-main {
  padding-top: 30px;

  h5 {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
  }

  .accordion-item-body-content p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
  }

  .accordion-item:not(:last-child):after {
    content: "";
    display: block;
    max-height: 30px;
    width: 100%;
    background-image: url(../images/accordion_bolt.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 28px;
  }
}

.accordion-item-body-content .btn {
  background-image: url(../images/dark-yellow-btn-shape.svg);
}

/* Accordion css  */

.accordion-item {
  cursor: pointer;
  position: relative;
}

.accordion-item-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}

.accordion-item-body-content {
  padding: 5px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* .accordion-item:hover .accordion-item-body,
.result-content .result-accordion .accordion-item:first-child .accordion-item-body {
  height: 200px;
  transition: height .25s;
}

.accordion-item-body,
.result-accordion:hover .accordion-item-body {
  height: 0;
  overflow: hidden;
  transition: height .25s;
} */

.result-accordion:hover .accordion-item:hover .accordion-item-body,
.result-accordion .item-num1 .accordion-item-body {
  height: fit-content;
  max-height: 200px;
}

.accordion-item-body,
.result-accordion:hover .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}

/* partner-sec CSS  */
.partner-sec {
  background-color: #ffffff;
  position: relative;
  display: block;
  content-visibility: visible !important;
}

.partner-sec::before {
  content: "";
  display: block;
  background-image: url(../images/blacked-extra-doted.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 583px;
  height: 693px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.partner-sec .head {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  z-index: 1;

  .bg-overlay {
    z-index: -1;
    max-width: 653px;
    margin: 0 auto;
    top: -175px;
  }
}

.partner-sec .head h2 {
  font-weight: 400;
  font-size: 90px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.partnr-rows {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  padding-top: 15rem;
}

.parts-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.heading_h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -4px 10px 0px #1d1c1e, -4px -4px 0px #1d1c1e, 4px 4px 0px #1d1c1e,
    4px -4px 0px #1d1c1e, 5px 10px 0px #1d1c1e, 3.5px 10px 0px #1d1c1e,
    4.5px 10px 0px #1d1c1e, 3.7px 10px 0px #1d1c1e, 4.7px 10px 0px #1d1c1e,
    3.9px 10px 0px #1d1c1e, 4.9px 10px 0px #1d1c1e;
}

.dics_prnt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dics_prnt :is(p, ul) {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
}

.parts-image {
  position: relative;
  display: block;
  height: 540px;
  width: 100%;
  margin-left: auto;
  z-index: 1;
}

.parts-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* More Sections */
.nomore_sec {
  position: relative;
  display: block;
  /* padding: 30px 0 0; */
  background-image: url(../images/nomore-bg-sec.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.shape_heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/heading_nomore-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 622px;
  height: 584px;
  margin: auto;
  flex-direction: column;
}

.nomore_sec .shape_heading :is(h2, .theme-head) {
  transform: rotate(-4.5deg);
  text-wrap: nowrap;
}

.shape_heading :is(h2, .theme-head) {
  font-weight: 400;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.Banner_video_main {
  position: relative;
  display: block;
  width: 100%;
  height: 610px;
  cursor: pointer;
  padding: 10px;
  background-image: url(../images/video-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.Banner_video_main .video_media {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Banner_video_main .video_media video {
  width: 95%;
  height: 90%;
  border-radius: 30px;
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../images/video-shape.png);
  mask-image: url(../images/video-shape.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: bottom;
  margin-top: -30px;
  margin-left: -15px;
}

.vid-play-pause-par {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
}

.vid-play-pause-par::after {
  content: "";
  background-image: url(../images/play-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.vid-play-pause-par.pause_video {
  display: none !important;
}

.nomor-Row {
  position: relative;
  max-width: 894px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.videos_content {
  position: relative;
  display: block;
}

:is(.videos_content, .testi_content) > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}

:is(.videos_content, .testi_content) > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffff;
  margin-top: 30px;
}

:is(.videos_content, .testi_content) > span {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  color: #000;
  display: block;
}

/* More Sections */
/* marketing sec */
.marketing_sec {
  position: relative;
  display: block;
  width: 100%;
  height: 1400px;
  background-image: url(../images/marketing-sect-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

/* marketing sec */

/* Growth Sec */
.your_growth_Sec {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/growth-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -20rem;
  padding-bottom: 300px;
}

.your_growth_Sec .shape_heading {
  background-image: url(../images/grwo-cloud.png);
  width: 660px;
  height: 396px;
}

.your_growth_Sec .white-oval-shape {
  width: fit-content;
  height: 80px;
  margin-top: -50px;
  margin-bottom: 20px;
  background-image: url(https://hostifyweb.com/taboo/wp-content/themes/taboocomic/assets/images/black-white-btn-shape.png);
  padding: 8px 25px;
  background-size: 100% 100%;
  background-position: center center;
}

.your-growth-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 90px;
}

.your-growth-box {
  display: flex;
  flex-direction: column;
  gap: 60px;
  counter-increment: growth-box-count;
  position: relative;
}

.growth-box-counter {
  width: 190px;
  height: 135px;
  margin: 0 auto;
  box-shadow: 2px 9px 0px 0px #000000, 0px 2px 0px 6px #000000;
  border-radius: 20px;
  transform: skewX(-10deg) rotate(-10deg);
  position: relative;
  display: block;
}

.your-growth-box::before {
  content: "";
  background-image: url(../images/count-doted.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 162px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -245px;
  margin: auto;
}

span.counter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
}

.your-growth-box:nth-child(1) .growth-box-counter {
  background: #f23030;
}

.your-growth-box:nth-child(2) .growth-box-counter {
  background-color: #ee3897;
}

.your-growth-box:nth-child(3) .growth-box-counter {
  background: #66c448;
}

.growth-box-counter .counter::before {
  content: "0" counter(growth-box-count);
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-size: 64px;
  line-height: 100px;
  letter-spacing: 3px;
  color: #fff;
}

.your-growth-box h4 {
  font-size: 32px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, -1px 4px 0px #000000;
  color: #fff;
  margin-bottom: 11px;
}

.your-growth-box p {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  max-width: 396px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.your_growth_Sec .shape_heading :is(h2, .theme-head),
.full_img_sec :is(h2, .theme-head),
:is(.navi-sec, .letmarket-sec) .head.center .theme-head {
  font-size: 80px;
  line-height: 80px;
}

.home-newsletter-sec .head.center .theme-head {
  font-size: 100px;
  line-height: 100px;
}

:is(.your_growth_Sec .btn, .navi-content .btn, .btn.letmark-btn) {
  margin: 30px auto 0;
  width: max-content;
  background-image: url(../images/black-white-btn-shape.png);
}

:is(.your_growth_Sec .btn, .navi-content .btn, .btn.letmark-btn) a {
  color: #ffce22;
  padding: 14px 48px;
}

.navi-content .btn {
  margin-left: 0 !important;
}

/* .growth-box-counter:before {
  content: "";
  position: absolute;
  background-image: url(../images/box-mask.svg);
  left: 0;
  right: -2px;
  top: 2px;
  width: 110%;
  height: 300px;
  background: #000000;
  box-shadow: 1px 9px 0px 0px #000000;
  z-index: 2;
} */
/* Growth Sec */
.letmarket-sec {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/LetMarket-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -200px;
  padding-top: 294px;
}

.letmarket-sec .head.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;

  .bg-overlay {
    top: -54%;
  }
}

.letmarket-main {
  display: flex;
  align-items: start;
  gap: 120px;
}

.letmarket-img {
  max-width: 440px;
  margin-top: auto;
}

.letmarket-content {
  max-width: 710px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 120px;

  .btn.letmark-btn {
    margin-top: 20px;
    margin-left: 0;
  }
}

.letmarket-content :is(ul, p) {
  list-style: square;
  max-width: 500px;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
}

/* FOLOOW TIKTOK section */
.follow-tiktok-sec {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/follow-tiktok-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -150px;
}

.follow-tiktok-sec .bg-overlay {
  max-width: 636px;
  margin: 0 auto;
  top: -43%;
  z-index: -1;
}

.follow-tiktok-main {
  padding-top: 190px;
  padding-bottom: 375px;
}

.follow-tiktok-sec h2.theme-head {
  font-size: 90px;
}

/* FOOTER CSS START   */
/* FOOTER CSS START   */

.site-footer {
  background-color: #ffffff;

  .sec-ovverlay.bolt img {
    top: -135px;
    max-height: 245px;
    /* background: linear-gradient(185deg, #00000000 calc(100% - 165px), #fff 0); */
    rotate: -1.9deg;
  }
}

.footer-main {
  padding-top: 170px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 50px;
}

.footer-col {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-col:last-child {
  width: 100%;
  align-content: flex-end;
  flex-wrap: wrap;
}

.footer-main-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  max-width: 340px;
  width: fit-content;

  P {
    font-size: 16px;
    color: #000000;
  }
}

.footer-logo {
  max-width: 180px;
}

.heading-foot {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
  color: #fff;
}

ul.footer-links {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;

  li a {
    display: flex;
    gap: 11px;
    align-items: center;
    font-size: 16px;
    transition: all 0.3s ease-out;
    line-height: 1.1;
  }
}

ul.footer-links li a:hover {
  color: #ffbe00;
  transition: all 0.3s ease-out;
  text-shadow: 1px;
}

.site_info {
  padding: 16px 0;
  background: #000000;

  p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }
}

/* Inner pages Start */
.inner_banner {
  position: relative;
  padding: 150px 0 0;
  width: 100%;
  z-index: 1;
  height: 450px;
}

.inner_banner::before {
  content: "";
  background-image: url(../images/banner-dots.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.inner_banner::after {
  content: "";
  background-image: url(../images/bolt.png);
  position: absolute;
  left: 0;
  bottom: -27%;
  width: 100%;
  max-height: 320px;
  height: -webkit-fill-available;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
  rotate: -2deg;
}

/* 
.page-template-about-us-template .inner_banner .shape_heading {
  background-image: url(../images/about-heading-shape.png);
  background-size: 708px;
  width: 100%;
  pointer-events: none;
  height: 500px;
  background-position: center -30px;
}

.page-template-about-us-template
  .inner_banner
  .shape_heading
  :is(h2, .theme-head) {
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
} */
/* .about_story_row {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0;
  width: 100%;
  position: relative;
  padding-top: 15rem;
}
.about_story_content {
  position: relative;
  width: 875px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 10px solid #ffbe00;
  align-items: center;
  padding: 130px 0;
  height: fit-content;
}
.abt-disc {
  max-width: 669px;
  margin: auto;
}
.about_story_img {
  width: 731px;
  height: 1085px;
  margin-left: -15rem;
  z-index: 1;
}
.about_story_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

/* Inner pages Start */
.page_inner_sec {
  background-color: #1d1c1e;
  background-image: url(../images/inner-page-dots-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 400px;
  padding-bottom: 370px;
  margin-top: -30px;
}

/* COntact Us Page Css  */
body.page-template-contact-us-template .nomore_sec {
  background-image: url(../images/contact-hear-bg.png) !important;
  margin-top: -30rem;
  padding-bottom: 300px;

  .shape_heading {
    top: -6rem;
  }
}

.contact_sec {
  padding-bottom: 550px !important;
}

.contact-us-main {
  max-width: 1062px;
  margin: 0 auto;
}

.contact-us-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #ffffff;

  h3 {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
  }

  h5,
  h4 {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
  }

  P {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    width: 85%;
    max-width: 350px;
    margin-bottom: 15px;
  }
}

.contact-links {
  ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }

  li a {
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #f5bf21;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }

  li a:after {
    content: "";
    width: 100%;
    height: 20px;
    background-image: url(../images/link-underline-bolt.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.contact-us-form {
  padding-top: 40px;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-response-output {
  border-radius: 30px;
  margin-top: 0 !important;
  color: #fff;
  padding: 7px 10px !important;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;

  .form-field-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .form-field {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .form-field label {
    font-size: 24px;
    color: #fff;
  }

  .form-field input,
  .form-field textarea {
    width: 100%;
    padding: 22px 20px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 10px 0px #00000026;
    outline: none;
    color: #000;
    font-family: "Boogaloo";
    margin-top: 9px;
  }

  .form-field input:focus,
  .form-field textarea:focus {
    border: 1px solid #ffce22;
  }

  .form-field textarea {
    max-width: 100%;
    resize: vertical;
    min-height: 260px;
  }
}

.submit-btn input[type="submit"] {
  color: #fff;
  font-size: 24px;
  font-family: "Bangers";
  line-height: 30px;
  padding: 15px 60px;
  cursor: pointer;
  border: none;
  background-image: url(../images/dark-yellow-btn-shape.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: 0px 4px 10px 0px #00000026;
  text-transform: uppercase;
  text-shadow: -3px 3px 0px #1d1c1e, -1px 1px 0px #1d1c1e, 1px -1px 0px #1d1c1e,
    1px 1px 0px #1d1c1e;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.submit-btn input[type="submit"]:hover {
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  filter: drop-shadow(0 5px 5px #000);
  color: #ffbe00;
}

.home-newsletter-sec {
  background-image: url(../images/tabs.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 120%;
}

.home-newsletter-sec .head.center {
  top: 1rem;

  .bg-overlay {
    top: -37%;
  }

  .theme-head {
    rotate: -4.5deg;
    padding: 30px 60px;
  }
}

.home-newsletter-main {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
}

.h-newsletter-img {
  max-width: 492px;
}

.h-newsletter-content,
.h-newsletter-img {
  width: 100%;
}

.h-newsletter-content .heading_h2 {
  text-wrap: pretty;
  max-width: 630px;
}

/* body.home .site-footer {
  .sec-ovverlay.bolt img {
    background: none !important;
  }
} */
.h-newsletter-form {
  padding-top: 20px;
}

.h-newsletter-content {
  display: flex;
  flex-direction: column;
  gap: 20px;

  :is(p, ul li) {
    color: #fff;
  }

  ul {
    list-style: square;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.letter_form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.letter_form-field {
  input {
    color: #ffce22;
    font-size: 22px;
    font-family: "Bangers";
    line-height: 30px;
    padding: 17px 40px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background-color: transparent !important;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-indent: 10px;
    border-radius: 28%;
    background-image: url(../images/black-white-btn-shape.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    box-shadow: 0px 4px 10px 0px #00000026;
  }

  span.wpcf7-not-valid-tip {
    font-size: 15px;
  }
}

.letter_form-field input::-webkit-input-placeholder {
  color: #ffce22;
  text-shadow: -3px 3px 0px #1d1c1e, -1px 1px 0px #1d1c1e, 1px -1px 0px #1d1c1e,
    1px 1px 0px #1d1c1e;
}

.letter_form-field input:focus {
  outline: none !important;
  border: none !important;
}

/* .home .footer-main {
  padding-top: 60px;
} */

/* post card css  */

.post_cards_rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}

.post_card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.post_card_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 12px 20px 12px;
  background-image: url(../images/post_card-shape.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4/ 3.42;

  img {
    width: 100% !important;
    height: fit-content !important;
    object-fit: cover;
    aspect-ratio: 4 / 3.4;
    transition: all 0.3s ease-in-out;
  }
}

.post_card_img_wrap {
  aspect-ratio: 4 / 3.4;
  mask-image: url(../images/post_card-shape.png);
  -webkit-mask-image: url(../images/post_card-shape.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  height: 100%;
}

.post_card:hover {
  .post_card_img img {
    scale: 1.05;
    transition: all 0.3s ease-in-out;
  }

  a.read-more-btn {
    color: #ffce22;
    text-shadow: 0px 1px 0px #000, 1px 0px 0px #000, 1px 1px 0px #000,
      -1px -1px 0px #000;
  }
}

.post_card_content {
  border-radius: 15px;
  background-image: url(../images/post-content-bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 20px 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;

  h3 {
    color: #f5bf21;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
  }

  p {
    font-family: Boogaloo;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
  }

  .read-more-btn {
    font-family: "Bangers", system-ui;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 14px;
    background-image: url(../images/white-ovel-shape.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
    width: fit-content;
    transition: all 0.3s ease-in-out;
  }

  a.read-more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}

/* SINGLE POST CSS START  */
.single_post_banner .shape_heading {
  width: 100%;
  max-width: 1070px;
  background-image: url(../images/single_banner_cloud.png);
  background-position-x: center;

  :is(h2, .theme-head) {
    scale: 0.8;
    translate: 0 30%;
  }
}

.single_post_main {
  display: grid;
  grid-template-columns: 5fr 2.2fr;
  gap: 30px;
  column-gap: 60px;
}

.single_post_thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 15px 22px 15px;
  background-image: url(../images/single_post_shape.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 8.5 /5.71 !important;

  img {
    width: 100% !important;
    height: fit-content !important;
    object-fit: cover;
    aspect-ratio: 8.5 /5.66 !important;
    transition: all 0.3s ease-in-out;
    max-width: 100% !important;
  }
}

.single_post_thumbnail_wrap {
  aspect-ratio: 8.5 /5.66 !important;
  mask-image: url(../images/single_post_shape.png);
  -webkit-mask-image: url(../images/single_post_shape.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 100%;
}

.post_navigation {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  justify-content: space-between;

  .post_navi_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
  }

  .nav-next {
    justify-content: end;
  }

  .nav-previous {
    justify-content: start;
  }
}

.post_navi_btn {
  align-self: center;
  justify-self: center;
  background-image: url(../images/dark-yellow-btn-shape.svg);
  grid-column: 2;
}

.single_post_right_col {
  position: sticky;
  top: 40px !important;
  display: flex;
  flex-direction: column;
  height: fit-content;
  gap: 80px;
}

.author_box {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 450px;
}

.author_box .author_img::before {
  content: "";
  background-image: url(../images/author_box_layer.png);
  background-size: 86% auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -19%;
  left: 0;
  z-index: -1;
}

.author_info {
  position: relative;
  /* top: -5.5em; */
  width: 95%;
  max-width: 270px;
  margin: 0 auto;
  margin-top: -5.5em;
  z-index: 1;
  aspect-ratio: 2.7 /1.6;
  background-image: url(../images/author_box_cloud.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  h3 {
    font-size: 34px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
}

.author_description {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 14px;
}

.author_description::after {
  content: "";
  background-image: url(../images/author_bolt.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 18px;
}

.author_description p {
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
}

.author_social_links {
  display: flex;
  gap: 6px;
  list-style: none;
  padding-left: 0;
  padding-top: 15px;

  li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }

  li:hover a {
    background-color: #ffce22;
  }
}

.recent_post_cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding-top: 20px;
}

.recent_post_card {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.recent_post_card_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 7px 8px 7px;
  background-image: url(../images/recent_post_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1.48/ 1.18;

  img {
    width: 100% !important;
    height: fit-content !important;
    object-fit: cover;
    aspect-ratio: 1.48/ 1.18;
    transition: all 0.3s ease-in-out;
  }
}

.recent_post_card_img_wrap {
  aspect-ratio: 1.48/ 1.18;
  mask-image: url(../images/recent_post_bg.png);
  -webkit-mask-image: url(../images/recent_post_bg.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 100%;
  height: 100%;
}

.recent_post_card:hover {
  img {
    scale: 1.05;
  }
}

.recent_post_card_content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;

  h3 {
    color: #f5bf21;
    font-size: 18px;
    line-height: 1.2;
  }

  p {
    font-family: Boogaloo;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
  }
}

.full-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.main-entry-content {
  width: 100%;
  background-color: #fff;
  padding: 50px 40px 60px;
  border: 3px solid #000000;
  box-shadow: 1px 9px 0px 0px #000000;
  border-radius: 30px;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Bangers", system-ui;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
      1px 1px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
      2px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 0px -2px 0 #000,
      0px 2px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000,
      3px 3px 0 #000, -3px 0px 0 #000, 3px 0px 0 #000, 0px -3px 0 #000,
      0px 3px 0 #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000,
      4px 4px 0 #000, -4px 0px 0 #000, 4px 0px 0 #000, 0px -4px 0 #000,
      0px 4px 0 #000, -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000,
      5px 5px 0 #000, -5px 0px 0 #000, 5px 0px 0 #000, 0px -5px 0 #000,
      0px 5px 0 #000;
  }

  :is(h3, h4, h5, h6) {
    color: #fff;
    line-height: 1.15;
  }

  h1,
  h2 {
    font-size: 44px;
    text-transform: uppercase;
    color: #f5bf21;
    line-height: 1.13;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 31px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 25px;
  }

  :is(h1, h2, h3, h4, h5, h6, p, ul):not(:last-child) {
    margin-bottom: 20px;
  }

  :is(h1, h2, h3):not(:first-child) {
    margin-top: 35px;
  }

  p,
  ul {
    font-family: "Boogaloo", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    color: #1d1c1e;
  }
}

/* ABOUT US TEMPLATE CSS START  */
/* ABOUT US TEMPLATE CSS START  */
/* ABOUT US TEMPLATE CSS START  */
/* ABOUT US TEMPLATE CSS START  */
/* Inner pages Start */
/* .page-template-about-us-template .inner_banner {
  position: relative;
  padding: 150px 0 0;
  width: 100%;
  z-index: 1;
  height: 450px;
}
.page-template-about-us-template .inner_banner::before {
  content: "";
  background-image: url(../images/banner-dots.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
} */
/* .page-template-about-us-template .inner_banner::after {
  content: "";
  background-image: url(../images/bolt.png);
  position: absolute;
  left: 0;
  bottom: -27%;
  width: 100%;
  max-height: 320px;
  height: -webkit-fill-available;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
  rotate: -2deg;
} */

.page-template-about-us-template .inner_banner .shape_heading {
  background-image: url(../images/about-heading-shape.png);
  max-width: 720px;
  width: fit-content;
  background-position: center 33.5%;
}

/* 
.page-template-about-us-template
  .inner_banner
  .shape_heading
  :is(h2, .theme-head) {
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
} */

.page-template-about-us-template .nomore_sec {
  background-image: url(../images/blue-cloud-shape.png);
  padding: 30px 0 20rem;
  margin-top: -22rem;
}

.page-template-about-us-template .your_growth_Sec {
  padding-bottom: 480px;
}

.page-template-about-us-template .nomore_sec .shape_heading {
  margin-top: -10rem;
}

.about_story_row {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0;
  width: 100%;
  position: relative;
  padding-top: 22rem;
  /* align-items: center; */
}

.about_story_content {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 10px solid #ffbe00;
  align-items: center;
  padding: 130px 91px;
  height: fit-content;
}

.about_story_content::after {
  content: "";
  position: absolute;
  right: 13.7rem;
  bottom: -5.3rem;
  background-image: url(../images/though-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 111px;
  height: 84px;
  z-index: 1;
}

.abt-disc {
  max-width: 669px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abt-disc h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f5bf21;
  text-shadow: 1px 1px 0px #000000, -1px -3px 0px #000000, -1px 6px 0px #000000,
    4px 4px 0px #000000, -2px -2px 0px #000000, -2px 4px 0px #000000;
}

.abt-disc :is(p, ul) {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #1d1c1e;
}

.about_story_img {
  width: 731px;
  height: 1085px;
  margin-left: -15rem;
  margin-top: -3rem;
  z-index: 1;
}

.about_story_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.det_dic_Sec {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/red-cloud-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -23rem;
  min-height: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.det_dicWrp {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 60px;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.det_dic_Sec .btn {
  background-image: url(../images/black-white-btn-shape.png);
}

.det_dic_Sec .btn a {
  color: #ffce22;
}

.page-template-about-us-template .reach-sec {
  background-color: #1d1c1e;
  margin-top: -30px;
  counter-reset: reach-box-count 0;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/dark-color-dotedt.png);
  background-position: center -30vw;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  display: block;
}

/* Responsive Design */

.ss-msg {
  color: #ffffff;
  border: solid 1px #039a1d;
  padding: 7px;
}

.ss-msg a {
  text-decoration: underline;
}

/* SEO Page CSS START */
/* SEO Page CSS START */
/* SEO Page CSS START */

:is(.page-template-seopage-template, .page-template-adultseo-template)
  .hero-image {
  margin-left: 0 !important;
  margin-right: -75px;
}

:is(.page-template-seopage-template, .page-template-adultseo-template)
  .hero_main
  h1 {
  font-size: 120px;
  line-height: 0.95;
  width: fit-content;
}

:is(.page-template-seopage-template, .page-template-adultseo-template)
  section.reach-sec {
  padding-top: 12.5rem;
  background-image: url(../images/SEO_reach-bg.png) !important;
  background-position: center center !important;
}

:is(.page-template-seopage-template, .page-template-adultseo-template) {
  display: block;

  .hero_main h1::before {
    right: -70px;
    top: -33%;
  }

  .navi-img {
    width: 50%;
    max-width: 700px;
  }

  .partner-sec::before {
    content: none !important;
  }

  .nomor-Row {
    max-width: 1052px;
    margin: 130px auto 100px;
    gap: 70px;
    background-image: url(../images/video_sec-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    h2 {
      text-align: center;
    }
  }

  .Banner_video_main {
    width: 100%;
    height: fit-content;
    padding: 20px 10px 40px 10px;
    background-size: 100% 100%;
  }

  .Banner_video_main .video_media {
    width: 100%;
    height: fit-content;
  }

  .Banner_video_main .video_media video {
    width: calc(100% - 30px);
    height: fit-content;
    margin-top: unset;
    margin-left: 0 !important;
  }

  .partnr-rows_2 .dics_prnt p {
    text-align: center !important;
    font-size: 28px;
    line-height: 1.25;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 90px;
  }

  .nomor-Row .btn {
    align-self: center;
  }

  .your-growth-main {
    padding-top: 70px;
  }

  .letmarket-sec .head.center .bg-overlay {
    top: -130%;
  }

  .letmarket-sec .head.center {
    top: 90px;
  }

  .letmarket-sec {
    background-image: url(../images/testi_bg.png) !important;
  }

  .your_growth_Sec {
    background-image: url(../images/SEO_your_growth_Sec.png) !important;
    padding-bottom: 380px;
  }

  .partner-sec {
    padding-bottom: 350px;
  }

  .h-newsletter-content .heading_h2 {
    text-wrap: pretty;
    max-width: 630px;
    font-size: 38px;
  }

  .home-newsletter-sec .head.center .theme-head {
    padding: 0 !important;
  }

  .h-newsletter-fcol {
    width: 100%;
    max-width: 630px;
  }

  .home-newsletter-sec {
    background-image: url(../images/SEO_Form_sec.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .home-newsletter-main {
    padding-top: 230px;
    padding-bottom: 100px;
  }

  .site-footer .sec-ovverlay.bolt,
  .letmarket-sec:has(.letmarket-img) {
    display: none;
  }

  .seo_pblot.sec-ovverlay.bolt {
    img {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      top: 50%;
      translate: 0 -52%;
      max-height: 319px;
      object-fit: fill;
      z-index: 1;
      rotate: -1.1deg;
    }
  }

  .your-growth-box::before {
    top: -205px;
  }

  .navi-main {
    padding-top: 220px;
  }

  .navi-sec .head.center {
    .bg-overlay {
      top: 50%;
      translate: 0 -50%;
    }

    .h2-wrapper {
      position: relative;
      max-width: 670px;
    }
  }

  .partner-sec .head {
    top: -30px;

    .bg-overlay {
      top: -130px;
    }
  }
}

.reach-content .your-growth-box p {
  color: #ffffff !important;
}

.growth_buttons {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  margin-top: 60px;
  justify-content: center;

  .btn {
    margin: 0 !important;
  }
}

.full_img_sec {
  position: relative;
  margin-top: -2px;

  > img {
    width: 100%;
    height: fit-content;
  }
}

.full_img_content {
  max-width: 710px;
  margin: 0 auto;
  background-image: url(../images/full_sec-text-bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 10px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 27%;
  padding: 120px 0 70px;

  h2,
  p {
    text-align: center;
  }

  p {
    font-size: 28px;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 15px;
  }
}

.testi_slider {
  padding-top: 190px;
  padding-bottom: 140px;
}

.testi_content {
  max-width: 875px;
  margin: 0 auto;

  p,
  span {
    color: #ffffff !important;
  }
}

.btn.ybw-btn {
  background-image: url(../images/dark-yellow-btn-shape.svg) !important;

  a {
    color: #fff !important;
  }
}

.testi_slider_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  justify-self: anchor-center;
  margin: 0 auto;
  position: absolute;
  top: 12%;
  pointer-events: none;
  z-index: 1;

  .tbtn {
    width: 58px;
    height: fit-content;
    pointer-events: all;
    cursor: pointer;
  }

  .tbtn:hover svg path:nth-child(2) {
    fill: #ffce22;
  }

  svg path {
    transition: all 0.3s ease;
  }
}

.seo-fsub {
  margin-top: 40px;
}

.seo_pack_sec {
  background-image: url(../images/seo_pack-sec.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding-bottom: 200px;
  margin-top: -2px;
}

.seo_pack_sec .head .theme-head {
  font-size: 80px;
  line-height: 1.2;
}

.seo_pack_sec {
  .bg-overlay {
    top: -68%;
  }

  .head.center {
    top: 8rem;
  }
}

.seo_pack_main {
  padding-top: 370px;
}

.seo_pack_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-items: center;
  gap: 50px;
  margin-bottom: 100px;
  position: relative;
}

.seo_box_outer {
  position: relative;
}

.seo_box_outer:before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  left: -85px;
  right: -60px;
  background-image: url(../images/Seo_box_outer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  translate: 0 -50%;
}

.seo_box {
  transform: skewX(-10deg) rotate(-10deg);
  background-color: #fff;
  border: 10px solid #000000;
  box-shadow: -14px 14px 0px 0px #000000;
  border-radius: 40px;
  padding: 160px 30px 70px;
  width: 100%;
  height: 100%;
  max-width: 516px;
}

.seo_box-wrapper {
  transform: skewX(10deg) rotate(10deg);
}

.seo_head {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -260px;
  left: 0;
  right: 0;
  padding: 55px 0 24px;
  background-image: url(../images/seo_box_head_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.seo_box-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  height: 100%;
}

.seo_box h3,
.pack_price span {
  font-size: 60px;
  line-height: 1;
  text-align: center;
}

.pack_price {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin-top: 12px;
}

.seo_box :is(p, ul) {
  color: #000000;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Boogaloo", sans-serif;
}

.seo_box ul {
  list-style: square;
  padding-left: 28px;
  padding-right: 27px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  text-wrap-style: pretty;
}

.seo_box h4 {
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.seo_box-content :is(h4, p) {
  text-wrap: balance;
  text-align: center;
}

.seo_pack_main .btn {
  align-self: center;
  align-items: center;
  justify-self: anchor-center;
}

.pum.pum-active,
.pum.pum-active .pum-container {
  opacity: 1 !important;
  display: block !important;
}

.newsletterPopIconHldr {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  box-shadow: 0px 0px 3px 0px #0000002b;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

#popmake-472 .pum-close {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
}

#popmake-472 .pum-close i {
  display: none;
}

#popmake-472 .pum-close::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/minus-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
}

/* ADULT-SEO Page CSS START */
/* ADULT-SEO Page CSS START */
/* ADULT-SEO Page CSS START */
.result-content {
  padding-bottom: 60px;
}
.page-template-adultseo-template {
  .navi-sec .head.center {
    .h2-wrapper {
      position: relative;
      max-width: 670px;
      width: 100%;
    }
  }
  .result-sec .head .bg-overlay {
    display: flex;
    justify-content: center;
    img {
      width: fit-content;
      max-width: 100%;
      max-height: 340px;
      margin-left: 30px;
    }
  }
  .result-img {
    height: fit-content !important;
    display: flex;
    align-items: flex-end;
  }
  .partner-sec {
    background-color: #44ccc5 !important;
    background-image: url(../images/adult-partner-sec_bg.png) !important;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .partner-sec .head {
    top: 40px;
    max-width: fit-content;
    scale: 0.9;
    .bg-overlay {
      top: 50% !important;
      translate: 0 -50%;
    }
  }
  .navi-sec {
    background: linear-gradient(180deg, #1d1c1e 20%, #ffff 10%);
  }
  .sec-ovverlay.full_bg {
    position: static !important;
  }
  .sec-ovverlay.full_bg img {
    bottom: 0;
    top: auto;
    object-fit: cover;
    object-position: top;
    margin-bottom: -1px;
    min-height: 110%;
    max-height: 1400px;
  }
  .navi-sec::before {
    content: none !important;
  }
  .navi-content :is(ul, p) {
    font-size: 28px;
    max-width: 100%;
  }
  .letmarket-sec.adultseo-cta-sec {
    display: block !important;
    background-image: url(../images/adult_bottom_sec_bg.png) !important;
    background-position: center top;
    background-size: 101% 100%;
  }
  .navi-content {
    padding-top: 60px;
    padding-bottom: 420px;
  }
  .result-content {
    padding-bottom: 120px;
  }
  .letmarket-sec .head.center .bg-overlay {
    top: -110%;
  }
  .footer-main {
    padding-top: 60px;
  }
}
.adultseo-cta-sec .letmarket-main {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;

  .letmarket-content {
    max-width: 880px;
    align-items: center;
    justify-content: center;

    .btn {
      margin-top: 30px;
    }
  }
  .letmarket-content :is(ul, p) {
    max-width: 100% !important;
    text-align: center !important;
  }
}

/* ADULT-SEO Page CSS END  */
/* ADULT-SEO Page CSS END  */
/* ADULT-SEO Page CSS END  */
