@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

body {
  background: url(https://www.kdpdigitalpublishers.com/images/back.png);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

body {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

:root {
  --blue: #007bff;
  --pink: #e83e8c;
  --yellow: #ffc107;
  --green: #28a745;
  --white: #fff;
}

:root {
  --columns: 3;
  --yellow: rgb(0 0 0);
  --pink: #000000;
  --blue: rgb(255 255 255);
  --green: rgb(255 255 255);
  --white: #000;
}

@media (min-width: 600px) {
  :root {
    --columns: 5;
  }
}

@media (min-width: 900px) {
  :root {
    --columns: 7;
  }
}

@media (min-width: 1200px) {
  :root {
    --columns: 9;
  }
}

@media (min-width: 1500px) {
  :root {
    --columns: 11;
  }
}

@media (min-width: 1800px) {
  :root {
    --columns: 13;
  }
}

section {
  display: block;
}

#banner {
  background: #168e57;
  background-size: cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  padding: 50px 0 10px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:-webkit-scrollbar {
  width: 12px;
  background-color: #222222;
}

:-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #161616;
}

:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #363636;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row {
  align-items: center;
  justify-content: center;
}

.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

.text-center {
  text-align: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h1 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

.row-1 h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h2 {
  font-size: 2rem;
}

h2 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 36px;
}

.row-1 h2 {
  color: #fff;
  font-size: 45px;
}

.mt-5 {
  margin-top: 3rem !important;
}

.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  font-size: 15px;
  font-weight: 300;
}

.text-white {
  color: #fff !important;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.animated-btn {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fefefe;
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

.animated-btn:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background-color: #000;
  transition: 0.3s ease-in-out;
  transform: scaleY(1);
}

.animated-btn:after {
  content: "";
  position: absolute;
  left: 6px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% - 12px);
  background-color: #000;
  transition: 0.3s ease-in-out;
  transform: scaleX(1);
  transition-delay: 0.5s;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.animated-btn:hover {
  color: #ffc107;
}

.animated-btn:hover:before {
  transform: scaleY(0);
}

.animated-btn:hover:after {
  transform: scaleX(0);
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.new-ul {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  margin-top: 15%;
}

#banner ul {
  list-style: none;
  padding: 0;
}

span {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

.animated-btn span {
  position: relative;
  z-index: 3;
}

li {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

li {
  font-weight: 400;
}

.new-ul li {
  grid-column-end: span 2;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -50%;
}

#banner li {
  font-size: 16px;
  color: #2e310a;
}

.new-ul li::before,
.new-ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 50% 100%, 100% 100%;
  background-position: left, right;
}

.new-ul li::before {
  z-index: 0;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-repeat: no-repeat;
  background-image: linear-gradient(
      -45deg,
      rgb(0 0 0) 53.5%,
      rgb(255 255 255) 53.5%,
      rgb(255 255 255) 60%,
      rgb(0 0 0) 60%
    ),
    linear-gradient(
      45deg,
      rgb(0 0 0) 65.3%,
      rgb(255 255 255) 65.3%,
      rgb(255 255 255) 69.9%,
      rgb(0 0 0) 69.9%
    );
}

.new-ul li::after {
  clip-path: polygon(100% 50%, 50% 100%, 0 50%, 20% 50%, 50% 80%, 80% 50%);
  -webkit-clip-path: polygon(
    100% 50%,
    50% 100%,
    0 50%,
    20% 50%,
    50% 80%,
    80% 50%
  );
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, rgb(6 6 6) 40%, rgb(255 255 255) 40%),
    linear-gradient(-45deg, rgb(0 0 0) 30%, rgb(255 255 255) 30%);
}

.new-ul li:nth-child(2n) {
  grid-column-start: 2;
}

@media (min-width: 600px) {
  .new-ul li:nth-child(2n) {
    grid-column-start: auto;
  }
}

.new-ul li:nth-child(2n)::before {
  background-image: linear-gradient(
      -45deg,
      var(--pink) 53.5%,
      var(--blue) 53.5%,
      var(--blue) 60%,
      var(--pink) 60%
    ),
    linear-gradient(
      45deg,
      var(--pink) 65.3%,
      var(--blue) 65.3%,
      var(--blue) 69.9%,
      var(--pink) 69.9%
    );
}

.new-ul li:nth-child(2n)::after {
  background-image: linear-gradient(45deg, var(--pink) 40%, var(--blue) 40%),
    linear-gradient(-45deg, var(--pink) 30%, var(--blue) 30%);
}

@media (min-width: 600px) {
  .new-ul li:nth-child(4n-1) {
    grid-column-start: 2;
  }
}

@media (min-width: 900px) {
  .new-ul li:nth-child(4n-1) {
    grid-column-start: auto;
  }
}

.new-ul li:nth-child(7n)::before,
li:nth-child(7n-4):before {
  /* background-image: linear-gradient(
      -45deg,
      var(--blue) 53.5%,
      var(--white) 53.5%,
      var(--white) 60%,
      var(--blue) 60%
    ),
    linear-gradient(
      45deg,
      var(--blue) 65.3%,
      var(--white) 65.3%,
      var(--white) 69.9%,
      var(--blue) 69.9%
    ); */
}

.new-ul li:nth-child(7n)::after,
li:nth-child(7n-4):after {
  background-image: linear-gradient(45deg, var(--blue) 40%, var(--white) 40%),
    linear-gradient(-45deg, var(--blue) 30%, var(--white) 30%);
}

@media (min-width: 900px) {
  .new-ul li:nth-child(6n-2) {
    grid-column-start: 2;
  }
}

@media (min-width: 1200px) {
  .new-ul li:nth-child(6n-2) {
    grid-column-start: auto;
  }
}

.new-ul li:nth-child(9n)::before,
li:nth-child(9n-5):before {
  /* background-image: linear-gradient(
      -45deg,
      var(--white) 53.5%,
      var(--green) 53.5%,
      var(--green) 60%,
      var(--white) 60%
    ),
    linear-gradient(
      45deg,
      var(--white) 65.3%,
      var(--green) 65.3%,
      var(--green) 69.9%,
      var(--white) 69.9%
    ); */
}

.new-ul li:nth-child(9n)::after,
li:nth-child(9n-5):after {
  background-image: linear-gradient(45deg, var(--white) 40%, var(--green) 40%),
    linear-gradient(-45deg, var(--white) 30%, var(--green) 30%);
}

@media (min-width: 1200px) {
  .new-ul li:nth-child(8n-3) {
    grid-column-start: 2;
  }
}

@media (min-width: 1500px) {
  .new-ul li:nth-child(8n-3) {
    grid-column-start: auto;
  }
}

.new-ul li:nth-child(5n)::before {
  background-image: linear-gradient(
      -45deg,
      var(--green) 53.5%,
      var(--pink) 53.5%,
      var(--pink) 60%,
      var(--green) 60%
    ),
    linear-gradient(
      45deg,
      var(--green) 65.3%,
      var(--pink) 65.3%,
      var(--pink) 69.9%,
      var(--green) 69.9%
    );
}

.new-ul li:nth-child(5n)::after {
  background-image: linear-gradient(45deg, var(--green) 40%, var(--pink) 40%),
    linear-gradient(-45deg, var(--green) 30%, var(--pink) 30%);
}

@media (min-width: 1500px) {
  .new-ul li:nth-child(10n-4) {
    grid-column-start: 2;
  }
}

@media (min-width: 1800px) {
  .new-ul li:nth-child(10n-4) {
    grid-column-start: auto;
  }

  .new-ul li:nth-child(12n-5) {
    grid-column-start: 2;
  }
}

.new-ul li:nth-child(7n)::before,
li:nth-child(7n-4)::before {
  /* background-image: linear-gradient(
      -45deg,
      var(--blue) 53.5%,
      var(--white) 53.5%,
      var(--white) 60%,
      var(--blue) 60%
    ),
    linear-gradient(
      45deg,
      var(--blue) 65.3%,
      var(--white) 65.3%,
      var(--white) 69.9%,
      var(--blue) 69.9%
    ); */
}

.new-ul li:nth-child(7n)::after,
li:nth-child(7n-4)::after {
  background-image: linear-gradient(45deg, var(--blue) 40%, var(--white) 40%),
    linear-gradient(-45deg, var(--blue) 30%, var(--white) 30%);
}

.new-ul li:nth-child(9n)::before,
li:nth-child(9n-5)::before {
  /* background-image: linear-gradient(
      -45deg,
      var(--white) 53.5%,
      var(--green) 53.5%,
      var(--green) 60%,
      var(--white) 60%
    ),
    linear-gradient(
      45deg,
      var(--white) 65.3%,
      var(--green) 65.3%,
      var(--green) 69.9%,
      var(--white) 69.9%
    ); */
}

.new-ul li:nth-child(9n)::after,
li:nth-child(9n-5)::after {
  background-image: linear-gradient(45deg, var(--white) 40%, var(--green) 40%),
    linear-gradient(-45deg, var(--white) 30%, var(--green) 30%);
}

img {
  vertical-align: middle;
  border-style: none;
}

img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.new-ul img {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-60%);
  transition-property: transform;
  transition-duration: 0.3s;
}

.new-ul img:hover {
  transform: translateX(-40%) translateY(-70%) rotatez(25deg);
}

.our-process {
  background: linear-gradient(#000000, #000000),
    url(https://storytoebook.com/lp/marketing/assets/images/section-2.webp) 0px
      0px / cover no-repeat;
  margin-top: 50px;
  padding: 50px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.text-center {
  text-align: center !important;
}

.heading {
  margin: 0 0 40px;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

ul {
  list-style: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

.our-process ul {
  position: relative;
}

.our-process ul {
  text-align: center;
}

.our-process ul {
  padding-bottom: 20px;
  margin: 0px 0px 40px;
}

.our-away .row.brdr .box::after,
.our-process ul li strong,
.our-process ul::before {
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
}

.our-process ul::before {
  content: "";
  background: rgb(237, 239, 243);
  height: 8px;
  width: 100%;
  bottom: 0px;
}

.our-away .row.brdr .box::after,
.our-process ul li strong,
.our-process ul::before {
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row {
  margin: 0 -10px;
}

.row {
  align-items: center;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h2 {
  font-size: 2rem;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  position: relative;
  line-height: 70px;
  z-index: 1;
  margin-bottom: 0;
}

.heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
}

.heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #333;
}

.heading h2 {
  /* font-size: 25px; */
  /* font-weight: 600; */
  /* margin: 0px; */
  /* text-transform: capitalize; */
}

.our-process h2 {
  color: rgb(255, 255, 255);
}

.heading h2::after {
  content: "";
  bottom: -14px;
  z-index: -1;
}

.heading h2::after {
  height: 16px;
  width: 313px;
  position: absolute;
  left: 0;
  bottom: -14px;
  z-index: -1;
}

.heading.text-center h2::after {
  right: 0;
  margin: auto;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  color: #0f1110;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

p {
  color: #404146;
  font-size: 18px;
  padding-left: 0px !important;
}

p {
  color: #404146;
  font-size: 18px;
  font-weight: 500;
}

.heading p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

.heading p {
  font-size: 17px;
  margin: 10px 0px;
}

.our-process h2 + p {
  color: rgb(255, 255, 255);
}

.heading.text-center p {
  /* width: 85%; */
  /* margin: 40px auto 0; */
  /* color: #fff; */
}

.heading.text-center p {
  /* width: 85%; */
  /* margin: 40px auto 0; */
}

.heading.text-center p {
  /* width: 83%; */
  /* margin: 11px auto 25px; */
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

.our-process ul li {
  display: inline-block;
}

.our-process ul li {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 100;
  width: 24%;
  position: relative;
}

.col-md {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

.btn-block {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 3px;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

.our-process ul li span {
  font-size: 30px;
  font-weight: 800;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

strong {
  font-weight: bolder;
}

.our-process ul li strong {
  height: 30px;
  width: 30px;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 50%;
  bottom: -30px;
  z-index: auto;
  background: #168e57;
  transition: all 0.5s ease 0s;
}

.our-process .box {
  text-align: center;
}

.our-process .box {
  background: rgb(255, 255, 255);
  height: 350px;
  padding: 20px 30px;
  transition: all 0.5s ease 0s;
  transform: scale(1);
  border: 2px solid;
}

.our-process .box:hover {
  background: #168e57;
  border-color: rgb(255, 255, 255);
  color: #ffff;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a {
  text-decoration: none !important;
}

a {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s all;
  border-radius: 5px;
  border: 1px solid;
}

.btn-yel {
  background: #fff;
  border-color: #0f1110;
  color: #000000 !important;
  border: 1px solid #fff;
}

.btn {
  color: white;
  padding: 6px 30px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-block .btn:first-child {
  margin-right: 5px;
}

a:hover {
  color: #0f6ce2;
  text-decoration: underline;
}

a:hover {
  outline: none;
}

.btn:hover {
  text-decoration: none;
}

.purp {
  background: #1ea361;
  color: #fff !important;
  border-color: #1ea361;
  border: 1px solid #fff;
}

.shake-element {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

.our-process .box .img {
  height: 100px;
  width: 100px;
  background: #333;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  border: 4px solid rgb(255, 255, 255);
  margin: 0px auto 20px;
  transition: all 0.5s ease 0s;
  position: relative;
}

.our-process .img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
  width: 59px;
  height: 59px;
  background: url("https://storytoebook.com/lp/marketing/assets/images/css_sprites.webp") -10px -10px;
}

.our-process .box:hover .img {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}

.our-process .box p {
  font-size: 17px;
  color: rgb(0 0 0);
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
  transition: all 0.5s ease 0s;
}

.our-process [class*="col"]:nth-child(2) .img::before {
  width: 62px;
  height: 56px;
  background: url("https://storytoebook.com/lp/marketing/assets/images/css_sprites.webp") -89px -10px;
}

.our-process [class*="col"]:nth-child(3) .img::before {
  width: 57px;
  height: 57px;
  background: url("https://storytoebook.com/lp/marketing/assets/images/css_sprites.webp") -88px -89px;
}

.our-process [class*="col"]:nth-child(4) .img::before {
  width: 59px;
  height: 55px;
  background: url("https://storytoebook.com/lp/marketing/assets/images/css_sprites.webp") -171px -10px;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

img {
  vertical-align: middle;
  border-style: none;
}

img {
  max-width: 100%;
}

.our-process .box img {
  display: none;
}

.our-process .box:hover .img img {
  filter: brightness(0.1);
}

.our-process .box p span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-top: 7px;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.top-header {
  background-color: #168e57 !important;
}

:root {
  --brand-blue: #4876ff;
  --brand-lime: #000000;
  --brand-navy: #2e3192;
  --brand-orange: #168e57;
  --brand-pink: #f7d0e9;
  --brand-purple: #692e54;
  --brand-gray: #fffdf9;
  /*  Fluid Typography  */
  --step--2: clamp(0.7813rem, 0.7747rem + 0.0326vw, 0.8rem);
  --step--1: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem);
  --step-0: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem);
  --step-2: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem);
  --step-3: clamp(1.944rem, 1.771rem + 0.8651vw, 2.4414rem);
  --step-4: clamp(2.3328rem, 2.0827rem + 1.2504vw, 3.0518rem);
  --step-5: clamp(2.7994rem, 2.4462rem + 1.7658vw, 3.8147rem);
  --step-6: clamp(3.3592rem, 2.8691rem + 2.4507vw, 4.7684rem);
}

.skate .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0px;
}

.title-section h2 {
  opacity: 0;
  font-size: var(--step-6);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
  animation: slideInFromLeft 600ms
    linear(
      0,
      0.464 8.3%,
      0.819 17%,
      0.956 21.5%,
      1.069 26.2%,
      1.156 31%,
      1.219 36%,
      1.252 40.2%,
      1.271 44.5%,
      1.275 49.1%,
      1.265 54.1%,
      1.215 63.4%,
      1.041 86.9%,
      1.01 93.7%,
      1
    )
    forwards;
  animation-delay: 200ms;
}

.subtitle-section p {
  opacity: 0;
  text-align: center;
  margin-bottom: 40px;
  font-size: var(--step-0);
  animation: slideInFromLeft 600ms
    linear(
      0,
      0.464 8.3%,
      0.819 17%,
      0.956 21.5%,
      1.069 26.2%,
      1.156 31%,
      1.219 36%,
      1.252 40.2%,
      1.271 44.5%,
      1.275 49.1%,
      1.265 54.1%,
      1.215 63.4%,
      1.041 86.9%,
      1.01 93.7%,
      1
    )
    forwards;
  animation-delay: 500ms;
}

.product-grid {
  --min: 225px;
  --gap: 1.25rem;
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
}

@media (min-width: 768px) {
  .product-card:nth-child(even) {
    margin-top: 4rem;
  }
}

.product-card {
  padding: 1rem 2rem 0 2rem;
  max-height: 600px;
  text-align: center;
  position: relative;
  overflow: hidden;
  position: relative;
  inline-margin: auto;
  width: 100%;
  max-width: 18rem;
  opacity: 0;
  transform: translateY(50px);
  animation: slideInFromBottom 0.8s
    linear(
      0,
      0.464 8.3%,
      0.819 17%,
      0.956 21.5%,
      1.069 26.2%,
      1.156 31%,
      1.219 36%,
      1.252 40.2%,
      1.271 44.5%,
      1.275 49.1%,
      1.265 54.1%,
      1.215 63.4%,
      1.041 86.9%,
      1.01 93.7%,
      1
    )
    forwards;
}

.product-card:nth-child(1) {
  animation-delay: 0.8s;
}

.product-card:nth-child(2) {
  animation-delay: 1s;
}

.product-card:nth-child(3) {
  animation-delay: 1.2s;
}

.product-card:nth-child(4) {
  animation-delay: 1.4s;
}

.product-card:nth-child(5) {
  animation-delay: 1.6s;
}

.product-card:nth-child(6) {
  animation-delay: 1.8s;
}

.product-card:nth-child(7) {
  animation-delay: 2s;
}

.product-card:nth-child(8) {
  animation-delay: 2.2s;
}

.product-card:nth-child(9) {
  animation-delay: 2.4s;
}

.product-card:nth-child(10) {
  animation-delay: 2.6s;
}

.horizontal-line,
.vertical-line {
  stroke-width: 2;
  transition: opacity 0.3s ease;
  color: #a8a29e;
  opacity: 0.5;
}

.horizontal-line {
  margin-left: -3rem;
  margin-right: -8rem;
  height: auto;
  width: calc(100% + 5rem);
}

.vertical-line {
  position: absolute;
  top: 0;
  height: 100%;
}

.vertical-line.left {
  left: 1rem;
}

.vertical-line.right {
  right: 1rem;
}

.product-card:hover :is(.horizontal-line, .vertical-line) {
  opacity: 1;
}

.product-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
  width: 58%;
  transform-origin: top center;
  transition: transform 500ms
    linear(
      0,
      -0.008 3.8%,
      -0.035 7.8%,
      -0.177 20.3%,
      -0.215 24.7%,
      -0.228 29%,
      -0.207 32.9%,
      -0.12 37.9%,
      0.037 42.5%,
      0.261 46.7%,
      0.877 55.7%,
      1.055 59.9%,
      1.17 64.4%,
      1.222 69%,
      1.228 71.5%,
      1.221 74.2%,
      1.182 79.2%,
      1.033 92.4%,
      1.008 96.3%,
      1
    );
}

.product-card:hover img {
  transform: scale(1.5);
}

.title-wrapper {
  position: relative;
  height: 50px;
}

.product-title {
  font-size: var(--step-0);
  font-weight: bold;
  margin: 8px 0;
  position: absolute;
  inset: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--step-1);
  margin-bottom: 16px;
  visibility: hidden;
}

.product-button-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 200ms;
}

.product-card:hover .product-button-wrapper,
.product-card:focus-within .product-button-wrapper {
  opacity: 1;
}

.product-image-wrapper {
  overflow: hidden;
  margin-bottom: -0.25rem;
  padding-inline: 1rem;
}

.scribble-svg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  animation: squiggle 0.5s infinite;
}

.scribble-path {
  transform-origin: center;
  opacity: 0.6;
  transition: stroke-dashoffset 500ms ease-in;
  stroke-dasharray: 1700;
  stroke-dashoffset: 1700;
}

.product-card:hover .scribble-path {
  stroke-dashoffset: 0;
}

@keyframes squiggle {
  0% {
    filter: brightness(0) saturate(100%) invert(36%) sepia(91%) saturate(688%)
      hue-rotate(114deg) brightness(93%) contrast(85%);
  }

  25% {
    filter: brightness(0) saturate(100%) invert(36%) sepia(91%) saturate(688%)
      hue-rotate(114deg) brightness(93%) contrast(85%);
  }

  50% {
    filter: brightness(0) saturate(100%) invert(36%) sepia(91%) saturate(688%)
      hue-rotate(114deg) brightness(93%) contrast(85%);
  }

  75% {
    filter: brightness(0) saturate(100%) invert(36%) sepia(91%) saturate(688%)
      hue-rotate(114deg) brightness(93%) contrast(85%);
  }

  100% {
    filter: brightness(0) saturate(100%) invert(36%) sepia(91%) saturate(688%)
      hue-rotate(114deg) brightness(93%) contrast(85%);
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(-20px);
  }
}

/* Button coded by the brilliant Adam Kuhn  */
.button-outer {
  filter: drop-shadow(0 1px 0 #000) drop-shadow(-1px 0 0 #000)
    drop-shadow(1px 0 0 #000) drop-shadow(0 -1px 0 #000)
    drop-shadow(5px 5px 0 #000);
  transition: filter 0.3s ease-in-out;
}

.button-outer:hover {
  filter: drop-shadow(0 1px 0 #000) drop-shadow(-1px 0 0 #000)
    drop-shadow(1px 0 0 #000) drop-shadow(0 -1px 0 #000)
    drop-shadow(0px 0px 0 #000);
}

.button-outer:hover .button-middle {
  transform: translate(5px, 5px);
}

.button-outer:hover .button-middle .button-inner {
  color: #168e57;
  background-position: 50% 100%;
}

.button-outer .button-middle {
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  border: none;
  font-family: monospace;
  font-size: var(--step-0);
  font-weight: 600;
  padding: 0;
}

.button-outer .button-middle .button-inner {
  background: linear-gradient(
      to bottom,
      var(--brand-orange) 33%,
      var(--brand-lime) 66%
    )
    50% 0%/100% 400% no-repeat;
  color: #000;
  padding: 1rem;
  position: relative;
  transition: color 0.3s ease-in-out, background-position 0.3s ease-in-out;
}

.button-outer .button-middle .button-inner:before,
.button-outer .button-middle .button-inner:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: calc(100% - 1px);
  background: inherit;
  clip-path: polygon(
    100% 0,
    74% 28%,
    100% 29%,
    100% 70%,
    84% 78%,
    100% 100%,
    0 100%,
    0 0
  );
}

.button-outer .button-middle .button-inner:after {
  left: calc(-1rem + 1px);
  clip-path: polygon(
    23% 19%,
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    29% 79%,
    9% 80%,
    0 33%
  );
}

.promo-container {
  position: fixed;
  top: 0;
  right: 0;
}

.promo-link {
  font-size: var(--step--1);
  opacity: 0;
  display: inline-flex;
  align-items: center;
  color: white;
  background-color: #444;
  border-bottom-left-radius: 0.5rem;
  cursor: pointer;
  gap: 0.5rem;
  padding: 26px 12px 6px;
  text-decoration: none;
  z-index: 10;
  animation: slideInFromTop 0.8s
    linear(
      0,
      0.464 8.3%,
      0.819 17%,
      0.956 21.5%,
      1.069 26.2%,
      1.156 31%,
      1.219 36%,
      1.252 40.2%,
      1.271 44.5%,
      1.275 49.1%,
      1.265 54.1%,
      1.215 63.4%,
      1.041 86.9%,
      1.01 93.7%,
      1
    )
    forwards;
  animation-delay: 4s;
}

.promo-link svg {
  height: 1.5em;
}

.para {
  margin-bottom: 0px !important;
}
.bg-img {
  background-image: url("../images/footer-back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
/* make sure header or main-header is relative */
header,
.site-header,
.main-header,
nav {
  position: relative;
  overflow: visible; /* was hidden before — fix dropdown cutoff */
}

/* Pumpkins container inside header */
.pumpkin-fall-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* 🔥 changed from 10 to 0 so it stays behind menu */
  pointer-events: none; /* 🔥 ensures menus remain clickable */
}

/* pumpkin style */
.pumpkin {
  position: absolute;
  top: -60px;
  width: 45px;
  opacity: 0;
  transform: scale(0.3);
  animation: fallInHeader 6s ease-in-out infinite;
}

/* random delays & position */
.p1 {
  left: 10%;
  animation-delay: 0s;
}
.p2 {
  left: 35%;
  animation-delay: 1.2s;
}
.p3 {
  left: 60%;
  animation-delay: 2.4s;
}
.p4 {
  left: 80%;
  animation-delay: 3.6s;
}

/* falling animation */
@keyframes fallInHeader {
  0% {
    top: -60px;
    opacity: 0;
    transform: scale(0.3) rotate(0deg);
  }
  30% {
    opacity: 1;
    transform: scale(0.7) rotate(180deg);
  }
  65% {
    top: 90%;
    transform: scale(1) rotate(360deg);
  }
  75% {
    top: 80%;
  }
  85% {
    top: 90%;
  }
  100% {
    top: -60px;
    opacity: 0;
    transform: scale(0.3) rotate(0deg);
  }
}

/* pumpkin image placement & animation */
.pumpkin-float {
  position: absolute;
  top: -28px; /* distance from top of button */
  left: 50%;
  transform: translateX(-50%);
  width: 36px; /* image size - adjust if needed */
  height: auto;
  animation: floatPumpkin 3s ease-in-out infinite;
  z-index: 5;
  transition: filter 0.3s ease;
}

/* floating up-down motion */
@keyframes floatPumpkin {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

/* subtle glow on hover */
.chatNow:hover ~ .pumpkin-float,
.pumpkin-float:hover {
  filter: drop-shadow(0 0 10px orange);
}
.bg-\[\#e71a1a\] {
  --tw-bg-opacity: 1;
  background-color: #e71a1a !important;
}
