/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*  typography */
html {
  font-size: 16px;
}

body {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #555;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #222;
}

small,
.small {
  font-size: 0.8rem;
}

@media (max-width: 400px) {
  .lead {
    font-size: 1rem !important;
  }
}

h6,
.h6 {
  font-size: 20px;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: calc(20px * 0.85);
  }
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: calc(20px * 0.8);
  }
}

h5,
.h5 {
  font-size: 25px;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: calc(25px * 0.85);
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: calc(25px * 0.8);
  }
}

h4,
.h4 {
  font-size: 31.25px;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: calc(31.25px * 0.85);
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: calc(31.25px * 0.8);
  }
}

h3,
.h3 {
  font-size: 39.0625px;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: calc(39.0625px * 0.85);
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: calc(39.0625px * 0.8);
  }
}

h2,
.h2 {
  font-size: 48.828125px;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: calc(48.828125px * 0.85);
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: calc(48.828125px * 0.8);
  }
}

h1,
.h1 {
  font-size: 61.03515625px;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: calc(61.03515625px * 0.85);
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: calc(61.03515625px * 0.8);
  }
}

/* Button style */
.btn {
  font-size: 0.9rem;
  font-family: "Maven Pro", sans-serif;
  text-transform: capitalize;
  padding: 0.85em 1.7em;
  border-radius: 5px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  font-weight: 500;
}
.btn-sm {
  padding: 0.65em 1.3em;
}
.btn:hover, .btn:active, .btn.active, .btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-primary {
  color: #000;
  border-color: #000;
  background-color: #ff897f;
}
.btn-secondary {
  color: #000;
  border-color: #000;
  background-color: #ffe179;
}
.btn-primary:hover, .btn-secondary:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.btn-dark {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.btn-light {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.btn-dark:hover, .btn-light:hover {
  color: #000;
  border-color: #000;
  background-color: #ff897f;
}
.btn-dark:hover {
  background-color: #ffe179 !important;
}

html {
  scroll-behavior: unset;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffe179;
  color: #000;
}

::selection {
  background: #ffe179;
  color: #000;
}

.line-bg {
  z-index: -1;
  pointer-events: none;
}
.line-bg span {
  width: 2px;
  background-image: linear-gradient(to top, #dadada 40%, transparent 20%);
  background-position: left;
  background-size: 1px 15px;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .line-bg span:nth-child(1), .line-bg span:nth-child(2) {
    display: none !important;
  }
}

.shape {
  position: absolute;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

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

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

button.text-white,
button.text-dark,
a.text-white,
a.text-dark {
  transition: 0.3s;
}

button.text-white:hover,
a.text-white:hover {
  color: #ffe179 !important;
}

button.text-dark:hover,
a.text-dark:hover {
  color: #ff897f !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section .title {
  text-transform: capitalize;
}
.section .subtitle {
  text-transform: uppercase;
}
.section .container {
  position: relative;
  z-index: 5;
}

.content-block {
  position: relative;
  z-index: 2;
}

@media (min-width: 1600px) {
  .container-3xl {
    max-width: 1500px;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-default {
  border-color: #dadada !important;
}

.border-start {
  border-left-color: #dadada !important;
}

.border-end {
  border-right-color: #dadada !important;
}

.border-top {
  border-top-color: #dadada !important;
}

.border-bottom {
  border-bottom-color: #dadada !important;
}

.border-dark {
  border-color: rgba(34, 34, 34, 0.5) !important;
}

.border-start.border-dark {
  border-left-color: rgba(34, 34, 34, 0.5) !important;
}

.border-end.border-dark {
  border-right-color: rgba(34, 34, 34, 0.5) !important;
}

.border-top.border-dark {
  border-top-color: rgba(34, 34, 34, 0.5) !important;
}

.border-bottom.border-dark {
  border-bottom-color: rgba(34, 34, 34, 0.5) !important;
}

.fw-medium {
  font-weight: 500;
}

.outline-0 {
  outline: 0 !important;
}

.bg-primary {
  background: #ff897f !important;
}

.text-primary {
  color: #ff897f !important;
}

.bg-secondary {
  background: #ffe179 !important;
}

.text-secondary {
  color: #ffe179 !important;
}

a.text-primary:hover,
a.text-secondary:hover {
  text-decoration: underline;
}

.text-default {
  color: #555 !important;
}

.text-success {
  color: #38e392 !important;
}

.font-primary {
  font-family: "Maven Pro", sans-serif;
}

.font-secondary {
  font-family: "Merriweather", serif;
}

.shadow, .statistics-tab-nav .nav-link.active, .features .features-block:hover {
  box-shadow: 0px 23px 60px rgba(0, 0, 0, 0.1) !important;
}

.input-group {
  border-radius: 5px;
}
@media (max-width: 400px) {
  .input-group {
    display: block;
  }
  .input-group input,
  .input-group .btn {
    width: 100% !important;
    text-align: center;
  }
}

.form-control {
  border-radius: 5px;
  padding: 16px 22px;
}
.form-control:focus {
  box-shadow: none;
  border-color: inherit;
}

:root {
  --swiper-navigation-size: 18px;
  --swiper-navigation-color: $white;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 25px;
  background: #ff897f;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  font-size: 0px;
  background: #ff897f;
  opacity: 0.2;
  border-radius: 10px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

.content img {
  max-width: 100%;
}
.content a {
  color: #222;
}
.content a:hover {
  color: #ff897f;
}
.content ol,
.content ul {
  padding-left: 20px;
}
.content ol li,
.content ul li {
  margin-bottom: 10px;
}
.content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.content ul li {
  padding-left: 20px;
  position: relative;
}
.content ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ff897f;
  left: 3px;
  top: 8px;
}
.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dadada;
}
.content table td,
.content table th {
  padding: 0.75rem;
  vertical-align: top;
  margin-bottom: 0;
}
.content tr:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.content th {
  font-weight: 500;
}
.content thead {
  background: #f4fdff;
  margin-bottom: 0;
}
.content thead tr {
  border-bottom: 1px solid #dadada;
}
.content tbody {
  background: white;
  margin-bottom: 0;
}
.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}
.content .notices p {
  padding: 10px;
  margin-bottom: 0;
}
.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f05a";
  left: 10px;
}
.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #e3f4ff;
}
.content .notices.note p::after {
  content: "Note";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.tip p {
  border-top: 30px solid #78c578;
  background: #e2ffe2;
}
.content .notices.tip p::after {
  content: "Tip";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.info p {
  border-top: 30px solid #f0b37e;
  background: #ffedde;
}
.content .notices.info p::after {
  content: "Info";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.warning p {
  border-top: 30px solid #e06f6c;
  background: #ffdad8;
}
.content .notices.warning p::after {
  content: "Warning";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content blockquote {
  font-size: 20px !important;
  color: #555;
  padding: 20px 40px;
  border-left: 2px solid #ff897f;
  margin: 40px 0;
  font-weight: bold;
  background: #f4fdff;
}
.content blockquote p {
  margin-bottom: 0 !important;
}
.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0px 10px;
  white-space: pre-wrap;
}
.content code {
  margin-bottom: 0 !important;
  font-size: 100%;
}

@media (max-width: 767px) {
  .top-bar {
    font-size: 14px;
    line-height: 1.3;
  }
}
.top-bar a {
  color: #ffe179;
}
.top-bar a:hover {
  text-decoration: underline;
}

.adjust-header-gap {
  padding-top: 98px;
}
@media (max-width: 991px) {
  .adjust-header-gap {
    padding-top: 80px;
  }
}

.header {
  z-index: 9999;
  padding: 15px 0;
  transition: all 0.3s cubic-bezier(0.36, 0.03, 0, 0.91);
}
.header .navbar-toggler {
  background-color: #ffe179;
  box-shadow: none;
  padding: 0;
  height: 42px;
  width: 42px;
}
.header .navbar-toggler .btn-open {
  display: inline-block;
}
.header .navbar-toggler .btn-close {
  display: none;
}
.header .navbar-toggler[aria-expanded=true] .btn-open {
  display: none;
}
.header .navbar-toggler[aria-expanded=true] .btn-close {
  display: inline-block;
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 23px 60px rgba(0, 0, 0, 0.1) !important;
  }
  .header .navbar-nav {
    width: 100%;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.header .nav-item .nav-link {
  padding: 20px 15px;
}
@media (max-width: 1199px) {
  .header .nav-item .nav-link {
    padding: 20px 12px;
  }
}
@media (max-width: 991px) {
  .header .nav-item .nav-link {
    padding: 6px 12px;
    text-align: center;
  }
}
.header .nav-item .nav-link {
  color: #000;
  font-weight: 500;
  transition: opacity 0.2s;
}
.header .nav-item .nav-link:hover {
  opacity: 0.65;
}
.header .dropdown {
  perspective: 1000px;
  perspective-origin: 50% -23%;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .dropdown-menu {
  border: 0;
  padding: 0.65rem 0;
  border-radius: 5px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 28px 80px 0px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .header .dropdown-menu {
    display: block;
    text-align: left;
    width: 200px;
    margin-left: -50%;
    transform: rotateX(-50deg) scaleY(0.8);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    transition: 0.3s;
  }
  .header .dropdown-menu li {
    transform: translateY(30px);
    opacity: 0;
    transition: 0.2s;
    display: block;
  }
  .header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg) scaleY(1);
    transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .dropdown:hover .dropdown-menu li {
    opacity: 1;
    transform: translate(0);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(1) {
    transition-delay: 0.06s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(2) {
    transition-delay: 0.12s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(3) {
    transition-delay: 0.18s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(4) {
    transition-delay: 0.24s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(6) {
    transition-delay: 0.36s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(7) {
    transition-delay: 0.42s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(8) {
    transition-delay: 0.48s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(9) {
    transition-delay: 0.54s;
  }
  .header .dropdown:hover .dropdown-menu li:nth-child(10) {
    transition-delay: 0.6s;
  }
}
.header .dropdown-item {
  color: rgba(85, 85, 85, 0.9);
  display: block;
  font-weight: 500;
  padding: 5px 20px;
}
.header .dropdown-item:hover {
  color: #000;
  background-color: transparent;
}

.banner {
  position: relative;
  z-index: 2;
}
.banner::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
  background-color: rgb(252.0012337, 244.789514303, 222.0207663);
}
.banner .image-block {
  z-index: 1;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .banner .image-block {
    padding-left: 30px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .banner .image-block {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .banner .image-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.banner .image-block::before, .banner .image-block::after {
  position: absolute;
  content: "";
  height: 100%;
  z-index: -1;
  width: calc(100% - 80px);
}
@media (max-width: 991px) {
  .banner .image-block::before, .banner .image-block::after {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .banner .image-block::before, .banner .image-block::after {
    width: calc(100% - 60px);
  }
}
@media (max-width: 400px) {
  .banner .image-block::before, .banner .image-block::after {
    width: calc(100% - 20px);
  }
}
.banner .image-block::before {
  top: -30px;
  left: 48px;
  background-color: #ff897f;
}
@media (max-width: 991px) {
  .banner .image-block::before {
    left: 0;
  }
}
@media (max-width: 400px) {
  .banner .image-block::before {
    top: -10px;
  }
}
.banner .image-block::after {
  bottom: -30px;
  right: -30px;
  background-color: #ffe179;
}
@media (max-width: 767px) {
  .banner .image-block::after {
    right: 0;
  }
}
@media (max-width: 400px) {
  .banner .image-block::after {
    bottom: -10px;
  }
}
.banner .image-block::before, .banner .image-block::after,
.banner .image-block .banner-image {
  border-radius: 5px;
  clip-path: polygon(32% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 1% 28%);
}
.banner .image-block .floating-image > div {
  position: absolute;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .banner .image-block .floating-image > div {
    transform: scale(0.7);
  }
}
@media (max-width: 991px) {
  .banner .image-block .floating-image > div {
    transform: scale(1);
  }
}
.banner .image-block .floating-image .image-1 {
  bottom: 70px;
  left: 0;
}
@media (max-width: 1199px) {
  .banner .image-block .floating-image .image-1 {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .banner .image-block .floating-image .image-1 {
    left: 10px;
    bottom: -60px;
  }
}
.banner .image-block .floating-image .image-2 {
  top: 25%;
  right: -120px;
}
@media (max-width: 767px) {
  .banner .image-block .floating-image .image-2 {
    transform: scale(0.8);
    top: -100px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .banner .image-block .floating-image .image-2 {
    transform: scale(0.7);
    right: -20px;
  }
}
.banner .image-block .shape {
  transform: scale(0.9);
}
@media (max-width: 1199px) {
  .banner .image-block .shape {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .banner .image-block .shape {
    transform: scale(0.7);
  }
}
.banner .image-block .shape-1 {
  top: -80px;
  left: 20px;
  z-index: -4;
}
@media (max-width: 991px) {
  .banner .image-block .shape-1 {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .banner .image-block .shape-1 {
    left: -40px;
  }
}
.banner .image-block .shape-2 {
  bottom: -100px;
  right: -100px;
}
@media (max-width: 767px) {
  .banner .image-block .shape-2 {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .banner .block .border-bottom {
    border-bottom-color: rgba(85, 85, 85, 0.2) !important;
  }
}
.banner .line-bg {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 55%);
  z-index: 0;
}
.banner .line-bg span {
  background-image: linear-gradient(to top, #ffe179 40%, transparent 20%);
}

.brands .section-sm {
  padding-left: 50px;
  padding-right: 50px;
}

.features {
  position: relative;
  z-index: 2;
}
.features::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 98%);
  background-color: rgb(244.01, 253.0018181818, 255);
}
.features .shape {
  transform: scale(0.9);
}
@media (max-width: 1199px) {
  .features .shape {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .features .shape {
    transform: scale(0.5);
  }
}
.features .shape-1 {
  left: 0;
  top: 5%;
  transform-origin: left;
}
.features .shape-1 .squiggle {
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: draw 1s linear forwards;
}
.features .shape-2 {
  right: 0;
  top: 35%;
  transform-origin: right;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.features .line-bg {
  clip-path: polygon(0 0, 100% 0, 100% 56%, 0 92%);
  z-index: 0;
}
.features .line-bg span {
  background-image: linear-gradient(to top, rgb(181.025, 224.2891666667, 255) 40%, transparent 20%);
}
.features .features-block {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dadada;
  transition: 0.25s;
}
.features .features-block:hover {
  border-color: #fff;
  transform: translateY(-4px);
}
.features .features-block .icon {
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
}

.statistics-tab-nav .nav-link {
  text-align: left;
  padding: 30px 20px 26px 20px;
  color: #555;
  border-radius: 5px;
  border: 1px solid #dadada;
  transition: 0.3s;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}
.statistics-tab-nav .nav-link:not(:last-child) {
  margin-bottom: 20px;
}
.statistics-tab-nav .nav-link .icon {
  font-size: 28px;
  color: #000;
}
.statistics-tab-nav .nav-link .block {
  padding-left: 20px;
}
.statistics-tab-nav .nav-link.active {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.statistics-tab-nav .nav-link.active h3 {
  color: #000;
}

.statistics-tab-content .block .shape {
  right: -70px;
  z-index: -1;
  opacity: 0;
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.statistics-tab-content .block .shape-1 {
  top: -60px;
  transform: translate(-100px, 100px);
}
.statistics-tab-content .block .shape-2 {
  bottom: -60px;
  transform: translate(-100px, -100px);
  transition-delay: 0.15s;
}
.statistics-tab-content .show .block .shape {
  opacity: 1;
  transform: translate(0);
}

.facts .block .col {
  position: relative;
}
.facts .block .col:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 100%;
  border-left: 2px dashed rgba(255, 137, 127, 0.3);
  right: 0;
  top: 15%;
}
@media (max-width: 767px) {
  .facts .block .col:nth-child(2)::after, .facts .block .col:nth-child(4)::after, .facts .block .col:nth-child(6)::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .facts .block .col::after {
    display: none;
  }
}
.facts .block .shape {
  z-index: -2;
}
.facts .block .shape-1 {
  bottom: -70px;
  left: -60px;
}
.facts .block .shape-2 {
  top: 40px;
  right: -80px;
}

.how-it-works {
  z-index: 1;
}
.how-it-works::after {
  z-index: -1;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgb(244.01, 253.0018181818, 255);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}
@media (max-width: 575px) {
  .how-it-works::after {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
}
.how-it-works .block:not(:last-child) {
  margin-bottom: 100px;
}
.how-it-works .image-block {
  position: relative;
  z-index: 1;
}
.how-it-works .image-block::after, .how-it-works .image-block::before {
  position: absolute;
  content: "";
  height: 250px;
  width: 250px;
  background-color: #ffe179;
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%, 0 49%);
  z-index: -1;
  top: 0;
  left: 40px;
}
@media (max-width: 400px) {
  .how-it-works .image-block::after, .how-it-works .image-block::before {
    display: none;
  }
}
.how-it-works .image-block::after {
  top: auto;
  bottom: 25px;
  left: auto;
  right: 40px;
  clip-path: polygon(100% 1%, 100% 57%, 57% 100%, 0 100%, 0 0);
}
.how-it-works .image-block .shape {
  z-index: -1;
  transform: scale(0.8);
}
.how-it-works .image-block .shape-1 {
  top: -35px;
  right: 0;
}
.how-it-works .image-block .shape-2 {
  bottom: 20px;
  left: -70px;
}
.how-it-works .image-right .image-block::after, .how-it-works .image-right .image-block::before {
  background-color: #ff897f;
}
.how-it-works .image-right .image-block::after {
  bottom: -20px;
}
.how-it-works .image-right .image-block::before {
  top: -20px;
}
.how-it-works .image-right .image-block .shape-1 {
  right: auto;
  left: 0px;
}
.how-it-works .image-right .image-block .shape-2 {
  left: auto;
  right: 0;
  bottom: -60px;
}
.how-it-works .content-block {
  padding: 0 50px;
}
@media (max-width: 575px) {
  .how-it-works .content-block {
    padding: 0;
  }
}
.how-it-works .line-bg {
  z-index: 0;
  clip-path: polygon(0 7%, 100% 1%, 100% 93%, -15% 100%);
}
.how-it-works .line-bg span {
  background-image: linear-gradient(to top, rgb(181.025, 224.2891666667, 255) 40%, transparent 20%);
}

.testimonials .testimonial-item .block {
  padding: 35px 25px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .testimonials .testimonial-item .logo img {
    max-width: 100%;
    transform: rotateZ(90deg);
  }
}
.testimonials .shape {
  z-index: -1;
}
.testimonials .shape-2 {
  left: -80px;
  bottom: -80px;
}
.testimonials .shape-1 {
  top: 45%;
  right: -70px;
}
.testimonials .shape-3 {
  top: -70px;
  right: -70px;
}
@media (max-width: 991px) {
  .testimonials .shape-3 {
    display: none;
  }
}

.blog .shape-1 {
  right: 0;
  top: 30%;
}
.blog .shape-2 {
  left: 0;
  bottom: 0;
}

.post-card .author {
  position: absolute;
  top: -34px;
  z-index: 4;
}
.post-card .author .text-black {
  transition: 0.3s;
}
.post-card .author:hover .text-black {
  color: #ff897f !important;
}

.footer {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.footer::after {
  position: absolute;
  content: "";
  height: 200px;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
}
.footer .line-bg {
  z-index: 0;
  height: 200px;
  clip-path: polygon(0 0, 100% 0, 115% 100%, 0 45%);
}
.footer .line-bg span {
  background-image: linear-gradient(to top, rgb(225.0125, 225.0125, 225.0125) 40%, transparent 20%);
}
.footer .footer-cta {
  position: relative;
  z-index: 99;
  padding: 60px;
}
@media (max-width: 767px) {
  .footer .footer-cta {
    padding: 60px 20px;
  }
}
@media (max-width: 991px) {
  .footer .footer-cta .shape {
    transform: scale(0.65);
  }
}
.footer .footer-cta .shape-1 {
  top: 0;
  left: 0;
  transform-origin: top left;
}
.footer .footer-cta .shape-2 {
  left: 40%;
  bottom: 0;
  transform-origin: bottom left;
}
.footer .footer-cta .shape-3 {
  bottom: 40%;
  right: 0;
  transform-origin: bottom right;
}
.footer .footer-newsletter {
  margin: 80px 0;
}
.footer .footer-links {
  padding: 75px 0;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
}
.footer .footer-links a:not(.btn) {
  color: #fff;
}
.footer .footer-links a:not(.btn):hover {
  color: #ffe179;
  text-decoration: underline;
}

.copywrite {
  padding: 30px 0;
  margin-bottom: 0;
  color: #bdbdbd;
}
.copywrite a {
  display: inline-block;
  color: #fff;
}
.copywrite a:hover {
  color: #ffe179;
  text-decoration: underline;
}

.social-links li {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
}
.social-links li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  border-color: inherit;
}
.social-links li a:hover {
  color: #000 !important;
  background-color: #ffe179;
}
/*# sourceMappingURL=style.css.map */
