/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  background: #08071b;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
body .container {
  max-width: 1300px;
  margin: 0px auto;
}
@media (min-width: 1300px) {
  body .container {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1400px;
    margin: 0px auto;
  }
}
[class*='__animate__'] {
  opacity: 0;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
header .container-fluid {
  max-width: 1400px;
  margin: 0px auto;
}
header .header-content {
  font-size: 2em;
  margin: 30px 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
header .main-menu {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: right;
}
header .main-menu ul {
  display: flex;
  padding: 0px;
  margin: 0px;
}
header .main-menu ul li {
  list-style: none;
}
header .main-menu ul li .sub-menu {
  display: none;
  position: absolute;
  background: #08071b;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5019607843);
}
header .main-menu ul li .sub-menu li {
  list-style: none;
}
header .main-menu ul li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header .main-menu ul li .sub-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 0px;
}
header .main-menu ul li .sub-menu li a:hover {
  color: #36bb91;
}
header .main-menu ul li:hover .sub-menu {
  display: block;
}
header .main-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
header .main-menu ul li a:hover {
  color: #36bb91;
}
header .main-menu ul li a.buy-now {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  color: #fff;
  box-shadow: none;
  font-weight: 500;
  letter-spacing: -0.009em;
  white-space: nowrap;
  line-height: 1;
  padding: 9px 22px;
  border-radius: 15px;
  transition: color 450ms, background 450ms;
}
header .main-menu ul li a.buy-now:hover {
  background: #fff;
  color: #212529;
}
header.fixed {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.72);
}
header.fixed .header-content {
  transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
section {
  padding: 100px 0px;
  overflow: hidden;
}
section .section-title {
  text-align: left;
  color: #2cbca5;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
section .section-sub-title {
  color: #fff;
  font-family: 'Raleway', Sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
section .section-desc {
  display: block;
  color: #848296;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 25px;
}
section .section-list-title {
  color: #fff;
  font-family: 'Raleway', Sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
#home {
  padding-top: 158px;
}
#home .text-content {
  position: relative;
}
#home .text-content .envato-parter {
  position: absolute;
  right: 0px;
  top: 0px;
}
#home .text-content .envato-parter img {
  width: 200px;
  height: auto;
}
#home .text-content .section-sub-title {
  font-size: 49px;
  margin: 30px 0px;
}
#home .text-content a.link-button {
  display: inline-block;
  font-family: 'Raleway', Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  fill: #020710;
  color: #020710;
  background-color: #2cbca5;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 4px 20px 0px rgba(44, 188, 165, 0.18);
  padding: 15px 45px 15px 45px;
  text-decoration: none;
  transition: all 150ms linear;
}
#home .text-content a.link-button:hover {
  transform: translateY(-8px);
  transition: all 150ms linear;
}
#home .text-content.animate__animated {
  --animate-duration: 3s;
}
#home .img-content {
  position: relative;
}
#home .img-content img:nth-child(1) {
  max-width: 110%;
  position: relative;
  top: 20px;
  right: -130px;
}
#home .img-content img:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 118%;
}
#home .img-content img:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 80px;
  width: 128%;
}
#features {
  text-align: center;
  background-color: #08071b;
  background-image: url('https://stockadvisory.shop/index/img/second-five-image.png');
  background-position: 50% 90px;
  background-repeat: no-repeat;
  background-size: 1200px auto;
}
#features .text-content {
  max-width: 500px;
  margin: 0px auto;
}
#features .info-box {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #1a1c2c;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 20px 20px 20px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 20px;
  padding: 30px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
#features .info-box:hover {
  color: #08071b;
  background: #2cbca5;
}
#pricing {
  text-align: center;
  background-color: #08071b;
  background-image: url('https://stockadvisory.shop/index/img/second-five-image.png');
  background-position: 50% 90px;
  background-repeat: no-repeat;
  background-size: 1200px auto;
}
#pricing .section-sub-title {
  margin-bottom: 50px;
}
#pricing .pricing-box .pricing-box-content {
  background: #1a1c2c;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  font-family: 'DM Sans', Sans-serif;
}
#pricing .pricing-box .pricing-box-content > div {
  margin-bottom: 15px;
}
#pricing .pricing-box .pricing-box-content .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#pricing .pricing-box .pricing-box-content .price {
  font-size: 32px;
  font-weight: 600;
}
#pricing .pricing-box .pricing-box-content .price .real-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
#pricing .pricing-box .pricing-box-content .price .real-price .amount {
  color: #758598;
  font-weight: 400;
  font-size: 1.8rem;
}
#pricing .pricing-box .pricing-box-content .price .real-price .save {
  height: 27px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
}
#pricing .pricing-box .pricing-box-content .line {
  width: 120px;
  height: 1px;
  margin: 0px auto;
  background: rgba(132, 130, 150, 0.1803921569);
  margin-bottom: 15px;
}
#pricing .pricing-box .pricing-box-content .action-btn {
  font-family: 'Raleway', Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  fill: #020710;
  color: #020710;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 0px 0px 0px rgba(44, 188, 165, 0);
  padding: 15px 45px 15px 45px;
  transition: all 150ms linear;
  text-decoration: none;
  display: block;
}
#pricing .pricing-box .pricing-box-content .action-btn:hover {
  color: #020710;
  background-color: #fff;
  transition: all 150ms linear;
}
#pricing .pricing-box .pricing-box-content ul {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}
#pricing .pricing-box .pricing-box-content ul li {
  list-style: none;
  color: #848296;
  margin-bottom: 10px;
  font-family: 'DM Sans', Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#pricing .pricing-box:nth-child(1) .title,
#pricing .pricing-box:nth-child(1) .tick {
  color: #2cbca5;
}
#pricing .pricing-box:nth-child(1) .action-btn,
#pricing .pricing-box:nth-child(1) .save {
  background: #2cbca5;
}
#pricing .pricing-box:nth-child(2) .title,
#pricing .pricing-box:nth-child(2) .tick {
  color: #50add7;
}
#pricing .pricing-box:nth-child(2) .action-btn,
#pricing .pricing-box:nth-child(2) .save {
  background: #50add7;
}
#pricing .pricing-box:nth-child(3) .title,
#pricing .pricing-box:nth-child(3) .tick {
  color: #c742f7;
}
#pricing .pricing-box:nth-child(3) .action-btn,
#pricing .pricing-box:nth-child(3) .save {
  background: #c742f7;
}
#pricing .pricing-box:nth-child(4) .title,
#pricing .pricing-box:nth-child(4) .tick {
  color: #fe717c;
}
#pricing .pricing-box:nth-child(4) .action-btn,
#pricing .pricing-box:nth-child(4) .save {
  background: #fe717c;
}
#integrations h3 {
  font-size: 28px;
}
#integrations h2.section-sub-title {
  margin-bottom: 60px;
}
#integrations a {
  color: #fff;
}
#integrations .img-content img {
  max-width: 100%;
}
#payments .section-sub-title {
  margin-bottom: 40px;
}
#payments .section-desc {
  margin-top: 24px;
}
#payments .img-content {
  background-image: url('https://stockadvisory.shop/index/img/tirth-bg-image.png');
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 90%;
}
#payments .img-content img {
  max-width: 90%;
}
#payments .info-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#payments .info-list li {
  background: #1a1c2c;
  border-radius: 20px 20px 20px 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 25px;
  position: relative;
  box-sizing: border-box;
  padding: 25px;
  padding-left: 90px;
}
#payments .info-list li img {
  position: absolute;
  left: 25px;
  top: 25px;
  max-width: 46px;
  margin-right: 15px;
}
#payments .info-list li .info-title {
  width: 100%;
  margin: 0px;
  font-family: 'Raleway', Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7em;
  position: relative;
  margin-top: -7px;
}
#payments .info-list li .info-desc {
  font-weight: 400;
  line-height: 22px;
}
#payments .info-list li:nth-child(1).animate__animated {
  --animate-duration: 1s;
}
#payments .info-list li:nth-child(1) .info-title {
  color: #2cbca5;
}
#payments .info-list li:nth-child(2).animate__animated {
  --animate-duration: 1.5s;
}
#payments .info-list li:nth-child(2) .info-title {
  color: #50add7;
}
#payments .info-list li:nth-child(3).animate__animated {
  --animate-duration: 2s;
}
#payments .info-list li:nth-child(3) .info-title {
  color: #c742f7;
}
#how-it-works {
  text-align: center;
}
#how-it-works .text-content {
  max-width: 500px;
  margin: 0px auto;
}
#how-it-works img {
  max-width: 100%;
}
#how-it-works .section-list-title {
  max-width: 80%;
  margin: 0px auto;
  margin-bottom: 30px;
}
#how-it-works .img-content {
  margin-bottom: 30px;
}
#testimonial .star {
  max-width: 90px;
}
#testimonial .text-content .section-title {
  display: inline-block;
  margin-bottom: 20px;
}
#testimonial .section-author {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#testimonial .section-author .author-name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 10px;
}
#testimonial .section-author .author-position {
  color: #848296;
  font-family: 'Raleway', Sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
}
#testimonial .section-author img {
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
}
#end {
  padding: 90px 0;
  padding-bottom: 200px;
  background-color: #08071b;
  background-image: url('https://stockadvisory.shop/index/img/last-image.png');
  background-position-y: 150px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#end .text-content {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  background: #1a1c2c;
  padding: 60px 40px 40px 40px;
  border-radius: 30px;
}
#end .text-content .section-sub-title {
  max-width: 60%;
  margin: 0px auto;
  margin-bottom: 30px;
}
#end .text-content a {
  display: inline-block;
  font-family: 'Raleway', Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  fill: #020710;
  color: #020710;
  background-color: #c742f7;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 4px 20px 0px rgba(44, 188, 165, 0.18);
  padding: 15px 45px 15px 45px;
  text-decoration: none;
  transition: all 150ms linear;
}
#end .text-content a:hover {
  transform: translateY(-8px);
  transition: all 150ms linear;
}
footer {
  background-image: url('https://stockadvisory.shop/index/img/footer-bg.png');
  background-position: center center;
  background-size: cover;
}
footer .f-menu-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  font-family: inherit;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
footer .f-menu-title::before {
  margin-right: 0.5rem;
  font-size: 14px;
  content: '|';
  width: 8px;
  display: inline-block;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.014em;
  color: #36bb91;
}
footer .f-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.021em;
  margin-bottom: 0.5em;
}
footer .f-desc {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
footer .f-top {
  padding: 80px 0px;
}
footer .f-bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 40px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
footer .f-bottom a {
  color: #36bb91;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration: none;
}
footer .f-menu-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .f-menu-list li {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.009em;
  margin-bottom: 1rem;
  color: #fff;
}
footer .f-menu-list li a {
  color: #fff;
  text-decoration: underline;
}
footer .mail-sub-info {
  font-size: 14.8px;
  line-height: 22px;
  width: 100%;
  letter-spacing: -0.006em;
  margin-bottom: 0;
}
footer .mail-sub-space {
  width: 100%;
  margin-bottom: 22px;
}
footer .mail-sub-space input {
  border-radius: 20px;
  padding: 12px 25px;
  text-overflow: ellipsis;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.011em;
  height: 51px;
  background: #fff;
  outline: none;
}
footer .mail-sub-space input:first-child {
  background: #1c222b;
  width: 64%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: unset;
  color: #fff;
}
footer .mail-sub-space input:last-child {
  width: 41%;
  margin-left: -7%;
  background: #36bb91;
  color: #fff;
  transition: 0.45s;
  text-align: center;
  box-shadow: unset;
  cursor: pointer;
}
.mobile-menu-close {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 20px;
  margin-top: 15px;
  z-index: 999;
  cursor: pointer;
  font-size: 22px;
  color: #b6bdc5;
}
.mobile-menu-open {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 12px;
  margin: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.mobile-menu-open span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  transition: all 0.1806s linear;
  background: #b6bdc5;
  top: 0;
}
.mobile-menu-open span:nth-child(2) {
  top: 10px;
  width: 50%;
}
.player {
  background: none;
  width: 35px;
  height: 35px;
  border: solid 5px #020710;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  box-shadow: 1px 1px 3px #999;
}
.player span {
  width: 0;
  height: 0;
  border-top: 7.5px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #020710;
  border-bottom: 7.5px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 20%;
  left: 36%;
}
.watch-video {
  padding: 7.8px !important;
}
.main-buttons {
  display: flex;
  align-items: center;
}
.main-buttons a:not(:first-child) {
  margin-left: 20px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .content {
  position: relative;
}
.modal .content iframe {
  width: 892px;
  height: 502px;
}
.modal .content .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #home .text-content {
  }
  #home .img-content {
  }
}
@media screen and (max-width: 1200px) {
  #home .img-content img {
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .modal .content iframe {
    width: 560px;
    height: 315px;
  }
  img {
    height: auto;
  }
  body {
    text-align: center;
  }
  .mobile-menu-open {
    display: block;
  }
  #home {
    padding-top: 120px;
    position: relative;
  }
  #home .text-content {
    left: 0px;
  }
  #home .text-content .envato-parter {
    position: inherit;
    display: block;
    margin-bottom: 20px;
  }
  #home .img-content {
    left: 0px;
    margin-bottom: 50px;
  }
  #home .img-content img:nth-child(1) {
    max-width: 72%;
    top: 0px;
    right: 0px;
  }
  #home .img-content img:nth-child(2) {
    top: 0px;
    left: 15px;
    width: 80%;
  }
  #home .img-content img:nth-child(3) {
    top: -30px;
    left: 15px;
    width: 90%;
  }
  section {
    padding: 0;
    padding-top: 0px;
  }
  section .section-title {
    font-size: 12px !important;
    margin-bottom: 10px;
  }
  section .section-sub-title {
    font-size: 26px !important;
  }
  section .section-desc {
    font-size: 14px !important;
  }
  section .section-list-title {
    font-size: 22px !important;
  }
  header .header-content {
    margin: 10px 0px;
  }
  header .main-menu {
    overflow: hidden;
    height: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background: #1a1c2c;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  header .main-menu ul {
    display: block;
  }
  header .main-menu ul li {
    margin-bottom: 10px;
  }
  header .main-menu ul li a {
    margin: 0px;
  }
  header .main-menu ul li .sub-menu-btn {
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
  }
  header .main-menu ul li .sub-menu {
    display: block;
    position: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 20px;
    padding-top: 0px;
    border-radius: 5px;
    box-shadow: none;
  }
  header .main-menu ul li .sub-menu li {
    list-style: none;
  }
  header .main-menu ul li .sub-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .main-menu ul li .sub-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin: 0px;
  }
  header .main-menu ul li .sub-menu li a:hover {
    color: #36bb91;
  }
  header .main-menu.active {
    overflow: visible;
    height: 100vh;
    transition: all 0.3s ease-in-out;
  }
  #testimonial .section-author {
    padding-top: 70px;
  }
  #testimonial .section-author img {
    right: calc(50% - 25px);
  }
  footer .col-12:not(:last-child) {
    margin-bottom: 35px;
  }
  #end {
    padding: 35px 0;
  }
  #end .text-content {
    padding: 40px 20px 20px 20px;
  }
  #end .text-content .section-sub-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pricing-box {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 678px) {
  footer .f-bottom {
    display: block;
  }
  footer .f-bottom span {
    display: inline-block;
    margin-bottom: 20px;
  }
  footer .f-bottom ul {
    justify-content: center;
  }
  .modal .content iframe {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 512px) {
  .main-buttons {
    display: block;
    justify-content: center;
  }
  .main-buttons a:not(:last-child) {
    display: block !important;
  }
  .main-buttons a {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 390px) {
  .modal .content {
    width: 75%;
  }
}
.social {
  display: flex;
  margin: 0;
  padding: 0;
}
.social li {
  list-style: none;
}
.social li div {
  margin-left: 5px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
.social li:last-child div {
  margin-right: 0px;
}
.social li.facebook div {
  -webkit-mask: url(https://stockadvisory.shop/index/img/social/facebook.svg)
    no-repeat center;
  mask: url(https://stockadvisory.shop/index/img/social/facebook.svg) no-repeat
    center;
}
.social li.twitter div {
  -webkit-mask: url(https://stockadvisory.shop/index/img/social/twitter.svg)
    no-repeat center;
  mask: url(https://stockadvisory.shop/index/img/social/twitter.svg) no-repeat
    center;
}
.social li.instagram div {
  -webkit-mask: url(https://stockadvisory.shop/index/img/social/instagram.svg)
    no-repeat center;
  mask: url(https://stockadvisory.shop/index/img/social/instagram.svg) no-repeat
    center;
}
.social li.linkedin div {
  -webkit-mask: url(https://stockadvisory.shop/index/img/social/linkedin.svg)
    no-repeat center;
  mask: url(https://stockadvisory.shop/index/img/social/linkedin.svg) no-repeat
    center;
}
.social li.youtube div {
  -webkit-mask: url(https://stockadvisory.shop/index/img/social/youtube.svg)
    no-repeat center;
  mask: url(https://stockadvisory.shop/index/img/social/youtube.svg) no-repeat
    center;
}
.social li.github div {
  -webkit-mask: url(https://stockadvisory.shop/index/img/social/github.svg)
    no-repeat center;
  mask: url(https://stockadvisory.shop/index/img/social/github.svg) no-repeat
    center;
}
.social li.whatsapp div {
  -webkit-mask: url(./whatsapp.svg) no-repeat center;
  mask: url(./whatsapp.svg) no-repeat center;
}
.refund-img {
  width: 100%;
  text-align: center;
  opacity: 0.9;
}
.refund-img img {
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .refund-img {
    margin-top: 10px;
  }
  .refund-img img {
    width: 100%;
  }
}
.whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 998;
  transition: all 0.3s ease-in-out;
}
.whatsapp-btn.in-bottom {
  bottom: 120px;
  transition: all 0.3s ease-in-out;
}
.whatsapp-btn .msg {
  position: absolute;
  top: 10px;
  width: 240px;
  right: 70px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  animation-name: showWpMsg;
  animation-duration: 3s;
  color: #000;
  height: 38px;
  box-sizing: border-box;
  line-height: normal;
  font-size: 18px;
}
.whatsapp-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
}
.whatsapp-btn a:hover {
  background-color: #128c7e;
}
.whatsapp-btn a .icon {
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-mask: url(./whatsapp.svg) no-repeat center;
  mask: url(./whatsapp.svg) no-repeat center;
}
@keyframes showWpMsg {
  from {
    visibility: hidden;
    opacity: 0;
    right: 0px;
  }
  to {
    visibility: visible;
    opacity: 1;
    right: 70px;
  }
}
@media screen and (max-width: 450px) {
  .whatsapp-btn.in-bottom {
    bottom: 200px;
  }
  .whatsapp-btn .msg {
    position: absolute;
    width: 200px;
    right: 70px;
    font-size: 13px;
  }
} /*# sourceMappingURL=main.css.map */

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-img-1,
.main-img-2,
.main-img-3 {
  animation: loading 80s linear infinite;
}

.whatsapp-btn a .icon {
  background-color: initial;
  -webkit-mask: initial;
  mask: initial;
}

.whatsapp-btn a .icon img {
  width: 100%;
}

section .section-desc {
  font-size: 20px !important;
}