/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Nav Links*/
nav.right-menu {
  right: 0;
  left: auto;
}
nav a {
  color: white;
  padding: 0;
  font-family: "Gopher", sans-serif;
  font-size: 18px;
  padding-left: 10px;
  text-decoration: none;
  line-height: 40px;
}
nav a:hover {
  text-decoration: underline;
}

html {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-center {
  text-align: center;
}
.page-width {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.display-block {
  display: block;
}
.margin-auto {
  margin: 0 auto;
}
.font-70 {
  font-size: 70px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.padding-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-40 {
  padding-top: 40px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.d-flex {
  display: flex;
}
.d-center {
  justify-content: center;
  align-items: center;
}
.color-dark {
  color: #000;
}
.color-light {
  color: #fff;
}
.font-26 {
  font-size: 26px;
  line-height: 32px;
}
.font-32 {
  font-size: 32px;
  line-height: 36px;
}
.font-16 {
  font-size: 16px;
  line-height: 22px;
}
.font-50 {
  font-size: 50px;
  line-height: 49px;
}
.padding-t-200 {
  padding-top: 200px;
}
.padding-b-200 {
  padding-bottom: 200px;
}
.d-block {
  display: block;
}
.w-250 {
  width: 250px !important;
}
.vis-hidden {
  visibility: hidden;
}

.quote-block .circle {
  background: white;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin-right: 200px;
}
.quote-text {
  max-width: 580px;
}

.dark-bg {
  background-color: #131313;
}
span.highlight-purple {
  color: #825aff;
}
header {
  background-color: #131313;
  height: 550px;
}
header nav {
  height: 40px;
  top: 0;
  left: 0;
  padding: 10px;
}
.main-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hold-element {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-head h1 {
  font-size: 80px;
  max-width: 610px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 77px;
  margin-left: auto;
  margin-right: auto;
}
.main-head h3 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 26px;
  margin-top: 30px;
}
.gopher-medium {
  font-family: "Gopher", sans-serif;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.cta-one {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #a183ff;
  width: 164px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  color: black;
  font-size: 18px;
  position: relative;
  box-shadow: 7px 5px 0px #fc9ffc;
  -webkit-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.cta-color-variant-two {
  background-color: #c0acff;
  box-shadow: 7px 5px 0px #a7f1e0;
}
a.cta-one:hover {
  /*color:#fff;*/
  background-color: #fc9ffc;
  box-shadow: 7px 5px 0px #a183ff;
}
.cta-two {
  font-size: 16px;
  width: 164px;
  height: 42px;
  border-radius: 3px;
  color: #000;
  background-color: #ffea7f;
  text-decoration: none;
  font-weight: bold;
  line-height: 42px;
  -webkit-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.cta-two:hover {
  background-color: #fed600;
}
.margin-top-20 {
  margin-top: 20px;
}

@font-face {
  font-family: "Gopher";
  src: url(https://fontsfree.net//wp-content/fonts/basic/sans-serif//FontsFree-Net-Gopher1.ttf);
}

section.green-line {
  background-color: #50e3c2;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;

  background: rgb(161, 131, 255);
  background: radial-gradient(
    circle,
    rgba(161, 131, 255, 1) 0%,
    rgba(80, 227, 194, 1) 100%
  );
}
.green-line-reverse {
  background-color: #50e3c2;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;

  background: rgb(80, 227, 194, 1);
  background: radial-gradient(
    circle,
    rgba(80, 227, 194, 1) 0%,
    rgba(161, 131, 255) 100%
  );
}

.green-line-reverse .seperator,
.green-line .seperator {
  margin-left: 10px;
  margin-right: 10px;
}
.video-block {
  height: 600px;
  width: 345px;
  border-radius: 3px;
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url(https://media.snappd.tv/storyBuilder/storyData/SB-7F4074B37E03A0D0365241630/1/thumb-.jpg);
  background-size: cover;
  background-position: center;
}
.why-paragraph {
  max-width: 670px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.left-side {
  margin-right: 20px;
}
.left-side h5 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Gopher", sans-serif;
  margin-bottom: 10px;
}
.left-side p {
  max-width: 300px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
}
.purple-circle {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #fb7ffc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon {
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid black;
  display: block;
}
strong {
  font-weight: bold;
}
.mw-520 {
  max-width: 520px;
  width: 100% !important;
}
.margin-top-200 {
  margin-top: 200px;
}
.bolder-text {
  font-weight: bold;
}
.padding-top-margin-none-40 {
  padding-top: 40px;
  margin-top: 0px;
}

.brand-box {
  height: 200px;
  width: 170px;
  background-color: #d8d8d8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-size: cover;
  background-position: center;
}
.brand-box.outer {
  height: 240px;
}
.brand-box.mid {
  height: 280px;
  width: 190px;
}
.brand-box.focus {
  height: 400px;
  width: 220px;
}
.brand-box.mid .purple-circle {
  transform: scale(0.55);
}
.brand-box.outer .purple-circle {
  transform: scale(0.35);
}
.space-between {
  justify-content: space-between;
}

aside .asset-box,
aside .box-reverse .asset-box {
  height: 470px;
}
.asset-box img {
  width: 220px;
  height: 360px;
  background: #f5f6fb;
  object-fit: cover;
}
img.asset-one {
  z-index: 2;
  position: relative;
}
img.asset-two {
  position: relative;
  left: -120px;
  top: 110px;
  z-index: 1;
}
.info-box {
  border: 1px solid black;
  border-radius: 3px;
  width: 600px;
  padding: 50px;
  padding-right: 110px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.info-box .cta-two {
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -21px;
  /*background-color: #C0ACFF;*/
}
.info-box h4,
.info-box p {
  text-align: left;
  width: 100%;
}
.box-reverse .asset-box {
  height: 330px;
  margin-left: auto;
  margin-right: 0;
  width: 220px;
  position: relative;
}
.box-reverse {
  flex-direction: row-reverse;
}
.box-reverse img.asset-two {
  position: absolute;
  left: -120px;
  top: 110px;
  z-index: 1;
}

.info-heading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: black;
  font-size: 24px;
  position: relative;

  background-color: #c0acff;
  box-shadow: 7px 5px 0px #000; /*#a7f1e0;*/
}
.info-heading-backround {
  background-color: #c0acff;
}
.info-heading-backround-alt {
  background-color: #fc9ffc;
}

footer {
  border-bottom: 10px solid;
  padding: 10px;
  background: rgb(161, 131, 255);
  background: radial-gradient(
    circle,
    rgba(161, 131, 255, 1) 0%,
    rgba(80, 227, 194, 1) 100%
  );
  margin-top: 40px;
}
footer .inner-width {
  display: flex;
  justify-content: space-between;
}
.inner-width {
  max-width: 1200px;
  margin: 0 auto;
}
footer .inner-width div {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 300px;
  font-family: "Poppins";
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}
footer .inner-width div h3 {
  font-size: 26px;
  line-height: 32px;
  font-family: "Gopher";
  padding-bottom: 10px;
  font-weight: 500;
}
.inner-width.copy-text {
  font-family: "Poppins";
}
footer a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid black;
}
footer a:hover {
  box-shadow: 0px 2px 0px black;
}

section.slide-scroll {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: 500px;
  min-height: 440px;
  height: 440px;
  clip-path: rect(auto);
  clip: rect(auto, auto, auto, auto);
  position: relative;
  z-index: 1;
}
section .left-focus-content {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/snappd-6be54.appspot.com/o/proptours%2Fangled-background.svg?alt=media);
  background-size: 100% auto;
  background-position: -5px -5px;
  max-width: 700px;
  width: 80%;
  position: relative;
  background-repeat: no-repeat;
  height: 500px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.slide-scroll .overlay-bg-scroll {
  position: absolute;
  background-image: url(https://firebasestorage.googleapis.com/v0/b/snappd-6be54.appspot.com/o/proptours%2Fwhite-veticals-copy-min.png?alt=media);
  background-color: #d2d6dc;
  height: 400%;
  width: 400%;
  top: -25%;
  left: -100%;
  background-size: 800px auto;
  transform: rotate(-15deg) translateY(-240px);
  display: block;
}
section.slide-scroll.animate .overlay-bg-scroll {
  -webkit-animation-name: scrollLarge;
  animation-name: scrollLarge;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes scrollLarge {
  0% {
    transform: rotate(-15deg) translateY(-240px);
  }
  to {
    transform: rotate(-15deg) translateY(-1278px);
  }
}
@keyframes scrollLarge {
  0% {
    transform: rotate(-15deg) translateY(-240px);
  }
  to {
    transform: rotate(-15deg) translateY(-1278px);
  }
}

em {
  font-style: italic;
}

.read-page-p p.why-paragraph.poppins-regular.font-16 {
  margin-bottom: 0px;
  margin-top: 20px;
  line-height: 27px;
  font-size: 18px;
}
/* .read-page-p blockquote {
    border-left: 4px solid;
    padding-left: 15px;
    font-style: italic;
    line-height: 27px;
    font-size: 18px;
    font-family:'Poppins', sans-serif;
} */
.read-page-p blockquote {
  /* border-left: 4px solid; */
  /* padding-left: 15px; */
  font-style: italic;
  line-height: 27px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  background: black;
  color: white;
  padding: 20px;
  border: none;
}

/*blueprint*/
header.blueprint,
header.blueprint .hold-element {
  height: 300px;
}

/*pricing*/
header.pricing,
header.pricing .hold-element {
  height: 300px;
}
section.pricing-plans {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
/* section.pricing-plans .inner-width .plan:nth-of-type(2) .plan-details li svg {
    background: #22306d;

    background: rgb(161,131,255);
    background: linear-gradient(rgba(161,131,255,1) 0%, rgba(80,227,194,1) 100%);
} */
.plan-details li svg {
  height: 20px;
  width: 20px;
  margin-right: 20px;
  background: #000;
  border-radius: 100%;
  padding: 3px;
  width: 21px;
  height: 21px;
}
.plan-info .offer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-plans .plan button,
a.button.cta-hero {
  background: #000;
  color: #fff;
  padding: 15px 40px 15px 40px;
  font-size: 20px;
  margin-left: 76px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
  background-color: #000;
  transition-property: background, color, border-color, fill;
  transition-duration: 0.3s;
  font-size: 17px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  border: none;
  outline: 0 !important;
}
.plan-details button {
  background: #000;
  color: #fff;
  padding: 15px 40px 15px 40px;
  font-size: 20px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
  background-color: #000;
  transition-property: background, color, border-color, fill;
  transition-duration: 0.3s;
  font-size: 14px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* section.pricing-plans .inner-width .plan:nth-of-type(2) button {
    background-color: #22306d;

    background-color: #C0ACFF;
    color:#000;
    
    color: #fff;
    background: rgb(161,131,255);
    background: radial-gradient(circle, rgba(161,131,255,1) 0%, rgba(80,227,194,1) 100%);
} */
.pricing-plans .extra-info {
  color: #6b7280;
  margin-left: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 5px;
}
.plan-info .currency {
  line-height: 2.25rem;
  font-size: 1.875rem;
  letter-spacing: 0.025em;
  color: #9fa6b2;
  font-weight: 600;
}
.plan-info .was-info {
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.plan-details .was-info,
.plan-info .was-info {
  width: 250px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #959dab;
  letter-spacing: 0.5px;
}
section.pricing-plans .plan-details {
  padding-top: 20px;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top-width: 2px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-color: #f4f5f7;
  border-color: #dee9f1;
  background-color: #f6f6f9; /* #eef6fb;*/
  border-top-style: solid;
}
.plan-details .was-info,
.plan-info .was-info {
  width: 250px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #959dab;
  letter-spacing: 0.5px;
}
.plan-details li {
  color: #6b7280;
  color: #3d3f44;
  margin-left: 0.75rem;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin: 0;
  margin-bottom: 1rem;
}
.plan-info .cost .symbol {
  margin-right: 0.2rem;
  margin-top: 0.5rem;
  font-size: 2.25rem;
}
.plan-info .cost {
  letter-spacing: -0.025em;
  color: #161e2e;
  line-height: 1;
  font-size: 4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-right: 10px;
}
section.pricing-plans .inner-width {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
section.pricing-plans .inner-width .plan:nth-of-type(2) {
  max-width: 400px;
  min-width: 370px;
  border: 2px solid #22306d;
  border-radius: 0.5rem;
  position: relative;

  border-color: rgb(80, 227, 194);
}
section.pricing-plans .inner-width .plan:nth-of-type(1) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
section.pricing-plans .inner-width .plan {
  min-width: 330px;
  margin-bottom: 100px;
  text-align: center;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 15%), 0 1px 5px 0 rgb(0 0 0 / 10%);
}
section.pricing-plans .inner-width .plan .plan-info {
  padding: 30px 30px;
  padding-bottom: 20px;
}
.plan-info .title {
  color: #161e2e;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 2.25rem;
  font-size: 1.875rem;
  font-weight: 600;
}
section.pricing-plans .inner-width .plan:nth-of-type(2)::before {
  content: "Popular";
  top: -14px;
  background: #22306d;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  display: block;
  box-sizing: border-box;

  background: rgb(161, 131, 255);
  background: radial-gradient(
    circle,
    rgba(161, 131, 255, 1) 0%,
    rgba(80, 227, 194, 1) 100%
  );
}
.pricing-plans .plan button {
  margin-left: auto;
  margin-right: auto;
}
.pricing-plans .plan button:hover {
  text-decoration: underline;
}
section.faq-holder.auto-height {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  align-items: flex-start;
}
section.auto-height {
  height: auto;
  min-height: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}
.faq-q {
  flex: 0 50%;
  margin-bottom: 50px;
}
.faq-q .answer,
.faq-q .question {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-q .question {
  color: #161e2e;
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.faq-q .answer,
.faq-q .question {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-q .answer {
  color: #6b7280;
  line-height: 1.5rem;
  font-size: 1rem;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.single-center {
  align-items: center;
  display: flex;
}
.asset-box img.width-auto {
  background: transparent;
  object-fit: contain;
  width: auto;
  margin-right: 50px;
}
.box-reverse .asset-box img.width-auto {
  margin-right: 0px;
  margin-left: 50px;
}
.asset-box img.collect-inf-height {
  height: auto;
  width: 310px;
  margin-left: -170px !important;
}

img.full-width {
  width: 85%;
  margin: 40px auto;
  display: block;
}
img.small-image {
  /* width: auto;
  height: 340px; */
  max-width: 450px;
}

.hover-highlight:hover {
  color: #825aff;
  box-shadow: 0px 2px 0px #825aff;
  border-bottom: 1px solid #825aff;
}
.link-dark {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid black;
}
.active-highlight {
  color: #825aff;
  font-weight: bold;
  box-shadow: 0px 2px 0px #825aff;
  border-bottom: 1px solid #825aff;
}
.float-home-top {
  position: absolute;
  top: 3px;
  margin-bottom: 16px;
}

.mobileMenuToggle {
  position: absolute;
  height: 14px;
  width: 25px;
  right: 15px;
  left: auto;
  top: 20px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  display: none;
}
.hidden {
  display: none;
}
nav.right-menu.open-menu {
  position: fixed;
  width: 100%;
  display: flex !important;
  background: #131313;
  height: 100%;
  z-index: 999;
  flex-direction: column;
  top: 50px;
  left: 0;
  padding: 0;
  margin: 0;
}
header nav.right-menu.open-menu a {
  padding: 20px;
  height: auto;
  line-height: 10px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
/**/
@media (max-width: 1100px) and (min-width: 0px) {
  section.slide-scroll.-animate {
    display: none;
  }
  .quote-text span:nth-of-type(2n) {
    display: none;
  }
  .mobileMenuToggle {
    display: block !important;
  }
  nav.absolute.right-menu {
    display: none;
  }
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    min-width: 100%;
    max-width: 100%;
  }
  .page-width {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .main-head h1 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 35px;
  }
  .main-head h3 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    font-family: "Poppins";
  }
  header,
  .hold-element {
    height: auto;
  }
  header section {
    padding: 80px 0px;
  }
  header section h1 {
    padding: 0px 30px;
  }
  header .margin-top-20 {
    margin-top: 26px;
  }
  header img {
    height: 30px !important;
  }
  .star-icon {
    display: none !important;
  }
  .font-70 {
    font-size: 34px;
    line-height: 40px;
  }
  .font-26 {
    font-size: 16px;
    line-height: 22px;
  }
  .why-paragraph {
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  section.green-line,
  .green-line-reverse {
    font-size: 10px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
  }
  .green-line-reverse .seperator,
  .green-line .seperator {
    margin-left: 3px;
    margin-right: 3px;
  }
  .green-line-reverse .seperator svg,
  .green-line .seperator svg,
  .green-line-reverse .seperator img,
  .green-line .seperator img {
    height: 6px;
    width: 6px;
  }
  /*header nav, header nav img{
    width:100%;
  }*/
  header nav.right-menu {
    width: auto;
  }
  header nav.right-menu a {
    line-height: 60px;
  }
  .mobile-no-flex {
    display: block;
  }
  .left-side h5 {
    font-size: 22px;
  }
  .left-side p {
    max-width: 300px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .video-block {
    height: 600px;
    width: 345px;
    max-width: calc(100% - 5px);
    border-radius: 3px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .margin-top-40 {
    margin-top: 20px;
  }
  .padding-t-200 {
    padding-top: 100px;
  }
  .padding-b-200 {
    padding-bottom: 100px;
  }
  .quote-block .circle {
    background: white;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-bottom: 50px;
  }
  .font-50 {
    font-size: 26px;
    line-height: 30px;
  }
  aside .asset-box,
  aside .box-reverse .asset-box {
    height: auto;
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto;
  }
  .asset-box img.width-auto,
  .asset-box img.collect-inf-height {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100%;
  }
  .page-width.margin-top-40.d-flex.d-center.color-dark.font-50.gopher-medium {
    flex-direction: column;
  }
  .asset-box img {
    position: initial !important;
    width: 50%;
  }
  .info-box {
    width: 100%;
    margin-bottom: 40px;
    padding: 50px 20px;
  }
  .info-box .cta-two {
    position: absolute;
    right: auto;
    top: auto;
    margin-top: 0px;
    bottom: -21px;
    left: 50%;
    margin-left: -82px;
  }
  .margin-top-200 {
    margin-top: 100px;
  }
  .mobile-hide {
    display: none;
  }
  section .left-focus-content {
    width: 220px;
  }
  section .left-focus-content h2 {
    width: 220px;
    padding-left: 5px;
  }
  footer .inner-width {
    flex-direction: column;
  }
  footer .inner-width div {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
  }
  footer .inner-width div h3 {
    margin-top: 20px;
  }
  /* footer {
    margin: 0px;
  } */
  .margin-top-100 {
    margin-top: 50px;
  }
  footer .inner-width.copy-text {
    padding-top: 15px;
  }

  section.faq-holder.auto-height {
    display: flex;
    flex-direction: column;
  }
  section.pricing-plans .inner-width .plan,
  section.pricing-plans .inner-width .plan:nth-of-type(2) {
    min-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .links-header ul {
    flex-direction: column;
  }
  .links-header ul li {
    padding-bottom: 5px;
  }
}

body .cta-section-links h5 {
  margin-bottom: 40px;
}
body .cta-section-links p.why-paragraph {
  font-size: 16px !important;
  line-height: 22px !important;
}

.mission-p {
  max-width: 670px;
  margin: 0 auto;
}
.mission-p:hover span {
  color: transparent;
}
.mission-p span {
  position: relative;
}
.mission-p:hover span.world::after {
  content: "🌎";
  color: black;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.mission-p:hover span.thinking::after {
  content: "🤔";
  color: black;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.mission-p:hover span.video::after {
  content: "📹";
  color: black;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.mission-p:hover span.brands::after {
  content: "🛍";
  color: black;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.mission-p:hover span.dead::after {
  content: "☠️";
  color: black;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
span.emp::after {
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 4px;
  z-index: -1;
  left: 0;
  content: "";
  background: rgba(161, 131, 254, 0.7);
}
