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

/* ------ MY STYLES ------ */

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

.logo-veed > img,
.footer-logo-veed > img,
.footer-logo-mobile > img,
.footer-bg-container > img {
  all: unset;
  width: 100%;
  max-width: 100%;
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

i,
button {
  cursor: pointer;
}
button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.container-veed {
  width: 95%;
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 0.7rem;
}

#disabled-veed {
  opacity: 0.6;
  cursor: pointer;
}
.disabled-veed {
  opacity: 0.6;
  cursor: pointer;
}

/* HEADER */
.header-veed {
  all: unset;
  width: 100%;
  height: 5.7rem;
  position: -webkit-sticky;
  position: sticky;
  background-color: #287094;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.nav-veed {
  all: unset;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-veed > img {
  height: 2.4rem;
  width: 104px;
}

.logo-veed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fdfdfd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 200;
  width: 104px;
}

.logo-veed:hover {
  color: #fdfdfd;
}

/* .logo-text-veed {
      font-size: 1.88rem;
      margin-left: 0.7rem;
    } */

.logo-veed > p {
  all: unset;
  font-size: 1.88rem;
  margin-left: 0.7rem;
}

ul.nav-list-veed {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  text-transform: uppercase;
}

.menu-icons-veed {
  display: none;
}

.nav-item-veed {
  margin: 0 0.94rem;
  color: #fafafa;
}

.nav-link-veed,
.current {
  color: #fafafa !important;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none !important;
}

.nav-link-veed::before,
.current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  background-color: #e64d45;
  width: 100%;
  height: 3.5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 650ms;
  transition: -webkit-transform 650ms;
  -o-transition: transform 650ms;
  transition: transform 650ms;
  transition: transform 650ms, -webkit-transform 650ms;
}

.current::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-link-veed:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

input.search-veed {
  width: initial;
  padding: initial;
}

.search-veed {
  margin-left: 2.2rem;
  text-align: center;
}
.search-veed,
.submit-search-veed {
  background: transparent;
  border: none;
}
.icon-veed {
  color: #fdfdfd;
}

.search-veed::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed::-moz-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed::-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed,
.search-veed::placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.submit-search-veed > i {
  color: white;
}

.join-mobile,
.dropdown-mobile {
  display: none;
}

.join-veed {
  background: #e64d45;
  border-radius: 5px;
  padding: 0.7rem 1.9rem;
  font-size: 0.9rem;
  color: #fdfdfd !important;
  cursor: pointer;
}
.join-veed > span {
  margin-left: 0.65rem;
}

.join-veed:hover,
.join-veed:focus {
  background-color: #2980b9;
}

.dropdown-veed {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-veed {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 140px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
  right: 0;
  top: 35px;
  border-radius: 5px;
}

.dropdown-content-veed a {
  color: rgba(0, 0, 0, 0.856);
  text-transform: uppercase;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.dropdown-content-veed a:hover {
  background-color: #ddd;
}

.show-veed,
.show-veed-mobile {
  display: block;
}

/* FOOTER STYLE */

footer.footer-veed {
  background-color: #287094;
  position: relative;
}

.footer-logo-mobile {
  display: none;
  width: 3.13rem;
}

.footer-bg-container {
  max-width: 24rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-grid-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.5rem;
}

.footer-grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-veed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  z-index: 100;
}

.contact-veed h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.88rem;
  font-family: "Open Sans", sans-serif;
}

.follow-us-veed {
  margin-top: 0.94rem;
  width: 15.5rem;
  z-index: 100;
}

.social-veed {
  display: inline-block;
  margin-left: 0.94rem;
}

.social-veed:first-of-type {
  margin-left: 0;
}

.follow-us-veed p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #ecf0f1;
}

.social-link-veed {
  color: #ecf0f1;
  font-size: 1rem;
}
.social-link-veed:hover {
  color: #ecf0f1;
}

.phone-veed {
  margin-left: 0.94rem;
}

.footer-logo-veed {
  width: 3.13rem;
}

.pages-veed h2,
.quick-veed h2,
.terms-veed h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.2rem;
}

.page-links-veed,
.quick-links-veed,
.term-links-veed {
  height: 9.4rem;
  margin-top: 0.625rem;
}

.page-link-veed a,
.quick-link-veed a,
.term-link-veed a {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.04em;
  color: #f6f7d4;
}
.terms-veed {
  z-index: 100;
}

.page-link-veed,
.quick-link-veed,
.term-link-veed {
  margin: 0.94rem 0;
}

.copyright-veed {
  padding-bottom: 1.25rem;
  font-size: 1rem;
  margin-bottom: 0;
}

.location-veed,
.phone-veed {
  font-size: 1rem;
}

.terms-mobile {
  display: none;
}

p.copyright-veed,
.contact-veed,
.pages-veed,
.quick-veed,
.terms-veed {
  color: #f1f1f1;
}

.footer-grid-1 ul,
.footer-grid-2 ul {
  padding: 0;
}

/* MEDIA QUERIES FOR HEADER AND FOOTER */

@media (min-width: 851px) and (max-width: 1120px) {
  .search-veed {
    margin-left: 0;
  }

  .logo-text-veed {
    font-size: 1.1rem;
    margin-left: 0.4rem;
  }

  .nav-item-veed {
    margin: 0 0.6rem;
  }

  .nav-link-veed,
  .current {
    font-size: 0.75rem;
  }

  .join-veed {
    background: #e64d45;
    border-radius: 5px;
    padding: 0.6rem 1.3rem;
    font-size: 0.75rem;
    color: #fdfdfd !important;
    cursor: pointer;
  }
}

@media (max-width: 850px) {
  nav.nav-veed {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  }

  .nav-brand-veed {
    width: 1.25rem;
  }

  .menu-icons-veed {
    display: initial;
  }

  .menu-icons-veed .open-icon-veed,
  .menu-icons-veed .close-icon-veed {
    font-size: 1.88rem;
    color: #fafafa;
    cursor: pointer;
  }

  .fa-bars,
  .fa-bars:before,
  .fa-bars::after,
  .fa-times-circle,
  .fa-times-circle:before {
    color: #fafafa;
  }

  .close-icon-veed {
    color: #fafafa;
  }

  .join-mobile {
    display: initial;
    margin-top: 2.5rem;
  }

  .join-desktop,
  .dropdown-desktop {
    display: none;
  }

  #myDropdown.show-veed-mobile {
    display: block;
  }

  .nav-list-veed {
    width: 100vw;
    height: 100vh;
    background-color: #287094;
    position: fixed;
    top: 0;
    right: -100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    -webkit-transition: all 650ms ease-in-out;
    -o-transition: all 650ms ease-in-out;
    transition: all 650ms ease-in-out;
  }

  .nav-list-veed.active {
    right: 0;
  }

  .close-veed {
    position: absolute;
    top: 1.9rem;
    right: 1.6rem;
  }
  .nav-item-veed {
    margin: 1.25rem 0;
  }

  .nav-link-veed {
    font-size: 1rem;
    text-transform: uppercase;
    color: #f1f1f1;
  }

  .search-veed {
    margin-left: unset;
    margin-right: 0.19rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  /* FOOTER STYLE */

  .footer-logo-veed {
    display: none;
  }

  .footer-logo-mobile {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 4.4rem;
    padding-bottom: 3.8rem;
  }
  .footer-logo-mobile img {
    width: 3.13rem;
  }

  .pages-veed h2,
  .quick-veed h2,
  .terms-veed h2 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.19rem;
  }

  .footer-grid-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6.25rem 0;
  }

  .follow-us-veed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-veed {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .terms-veed {
    display: none;
  }

  .terms-mobile {
    display: block;
    text-align: center;
  }
  .terms-mobile > a {
    color: #f1f1f1;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .footer-grid-1 {
    width: 100%;
    /* max-width: 40rem; */
    margin: 0 auto;
    padding-top: 2.5rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .pages-veed,
  .quick-veed {
    text-align: center;
  }
}

/* ------ MY STYLES END ------ */

.overall {
  font-family: "Work Sans", sans-serif;
  color: #333333;
  background: #ffffff;
  text-rendering: optimizeLegibility;
}
.container {
  margin-bottom: 30px;
  width: 100%;
}
.heading {
  background-image: url(../images/bg-img.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
}

.heading h2 {
  padding-top: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  letter-spacing: -0.02em;
  color: #287094;
}
.heading p {
  max-width: 750px;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fdfdfd;
}
/* 
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  position: relative;
  bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-form input {
  width: 85%;
  max-width: 700px;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  background: #fdfdfd;
  -webkit-box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.2);
  box-shadow: 0px 4px 32px 4px rgba(149, 215, 254, 0.2);
  border-radius: 10px;
  border-style: none;
}

.search-btn {
  background: none;
  border: none;
  position: relative;
  right: 40px;
}

.search-icon {
  color: #287094;
  font-size: 25px;
  background: none;
  border: none;
}

.search-placeholder::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  opacity: 0.6;
}

.search-placeholder::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  opacity: 0.6;
}

.search-placeholder:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  opacity: 0.6;
}

.search-placeholder::-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  opacity: 0.6;
}

.search-placeholder::placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  opacity: 0.6;
}

.opportunity-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  padding: 25px 0;
}

.opportunity-info {
  padding-left: 30px;
}

.opportunity-info .paragraph {
  max-width: 700px;
}

.opportunity-invest {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-text {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 32px rgba(149, 215, 254, 0.3);
  box-shadow: 0px 4px 32px rgba(149, 215, 254, 0.3);
  border-radius: 12px;
  min-height: 350px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 30px auto;
}

.card-text h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -0.64px;
  color: #032539;
}
.verify {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  background: rgba(40, 112, 148, 0.3);
  color: #032539;
  border-radius: 5px;
  padding: 8px 15px;
  margin-left: 5px;
}

.money {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
}

.money-mobile {
  display: none;
}

.summary {
  color: #032539;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  padding-top: 40px;
  text-align: justify;
}

.status-circle {
  position: relative;
  background-size: 80px 80px;
  border: 0;
  background: rgba(3, 37, 57, 0.6);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  z-index: 0;
  margin: auto;
}

.status-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.status {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fdfdfd;
  margin-bottom: unset;
}

.card-text a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #287094;
  cursor: pointer;
}

.invest-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7px;
}
.invest {
  border-style: none;
  padding: 5px 15px;
  border-radius: 9px;
  background-color: #e64d45;
  color: #fdfdfd;
  border: none;
}

@media (max-width: 767px) {
  .heading {
    all: unset;
  }
  .heading p {
    color: #333333;
    margin: 40px 0;
  }
  .search-form {
    margin: 50px 0;
    bottom: unset;
  }
  .opportunity-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .money-mobile {
    display: initial;
  }
  .money-desktop {
    display: none;
  }
  .opportunity-info {
    padding: 0 30px;
  }
  .opportunity-invest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
  .status-circle {
    margin: unset;
    height: 65px;
    width: 65px;
    background-size: 65px 65px;
  }
  .invest-btn {
    display: unset;
  }
  .invest {
    padding: 10px 25px;
  }
}

@media (max-width: 499px) {
  .search input {
    width: 300px;
  }
  .summary {
    color: #032539;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.04em;
  }
}

/* TO TOP BUTTON STYLING */
#back-to-top-btn {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  border: 3px solid #333;
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
#back-to-top-btn:hover,
#back-to-top-btn:focus {
  background-color: #333;
  color: #fff;
}

/* Animations */
.btnEntrance {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: btnEntrance;
  animation-name: btnEntrance;
}

@-webkit-keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: btnExit;
  animation-name: btnExit;
}

@-webkit-keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@media (max-width: 992px) {
  #back-to-top-btn {
    font-size: 22px;
    width: 40px;
    height: 40px;
    bottom: 18px;
    right: 18px;
  }
}
@media (max-width: 768px) {
  #back-to-top-btn {
    font-size: 18px;
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}

/* @media (max-width: 1200px) {
  .card-text {
    width: 100%;
    height: 450px;
    margin: 30px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .card-text {
    width: 100%;
    height: 450px;
    margin: 30px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search input {
    width: 500px;
  }

  .card-text .paragraph .summary {
    color: #032539;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    width: 850px;
  }
  .card-text .paragraph .status {
    padding: 10px 10px;
    height: 55px;
    margin: 50px 30px 0 40px;
  }
  .card-text .link {
    margin: 10px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-text a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #287094;
    cursor: pointer;
  }

  .invest {
    border-style: none;
    border: 1px solid #287094;
    padding: 5px 15px;
    border-radius: 9px;
    margin: 5px 0px 20px 30px;
    background-color: #e64d45;
    color: #fdfdfd;
    border: none;
    margin: 0 20px 0 auto;
  }

  @media (max-width: 768px) {
    .card-text {
      width: 100%;
      height: 100%;
      margin: 10px auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .search input {
      width: 400px;
    }
    .heading {
      background-image: none;
      height: 40vh;
    }
    .heading p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: 0.04em;
      color: #333333;
      margin: 40px 0 0 0;
    }

    .card-text .paragraph .status {
      padding: 10px 10px;
      height: 55px;
      margin: 80px 30px 0 40px;
    }
    .card-text .paragraph .summary {
      color: #032539;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.04em;
      width: 850px;
    }
    .search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 40px auto;
    }
  }
  */
