#header-frame {
  max-width: 100%;
  min-height: 15vh;
}

.header-frame {
  max-width: 100%;
  min-height: 15vh;
}

.shop-header-frame {
  max-width: 100%;
  min-height: 12vh;
}

#greetings {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.greetings_header {
  color: #063844;
  color: #40517d;
  font-size: 1.15rem !important;
}

.greetings_p {
  font-size: 0.85rem;
}

#frontpage {
  position: relative;
  width: 100%;
  //margin-top: 15vh;
  display: inline-flex;
  margin-bottom: 0.05rem;
  background-size: cover;
}

#pageintro,
#pageintro_1 {
  display: grid;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
}

#pageintro h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  display: block;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #40517d;
  color: #063844;
  color: #3e4b68;
  margin: 0%;
  justify-content: space-around;
}

#pageintro h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #40517d;
  color: #063844;
  color: #40517d;
}

#invest,
#mktplace {
  display: flex;
  align-content: center;
  width: 100%;
  justify-content: space-evenly;
}

#invest a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  justify-content: space-evenly;
  text-decoration: none;
  width: 23%;
  color: #063844;
  color: #01161a;
  color: #40517d;
  padding: 0.75rem 0px;
  background-color: transparent;
  border: 0.5px solid #063844;
  border-radius: 2.5rem;
}

#invest a:hover {
  color: #063844;
  color: #01161a;
  background-color: #bbe0d9;
  background-color: white;
  border: 0.5px solid #063844;
}

#shop-btn {
  font-style: normal;
  font-size: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  justify-content: space-evenly;
  text-decoration: none;
  width: 15%;
  color: wheat;
  font-size: 1.09rem !important;
  font-size: 0.85rem !important;
  font-weight: 400;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 0.5px solid #40517d;
  border-radius: 6px;
  background-color: #40517d;
}

.subscribe-btn {
  background-color: #40517d !important;
  color: wheat !important;
  text-transform: capitalize !important;
}

.text-wheat {
  color: wheat !important;
}

.text-body-blue {
  color: #40517d !important;
}

.bg-wheat {
  background-color: wheat !important;
}

.bg-body-blue {
  background-color: #40517d !important;
}

.border-color-blue {
  border-color: #40517d !important;
}

.border-color-wheat {
  border-color: wheat !important;
}

#sell-btn {
  font-style: normal;
  font-size: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  justify-content: space-evenly;
  text-decoration: none;
  width: 15%;
  color: black;
  font-size: 1.09rem !important;
  font-size: 0.85rem !important;
  font-weight: 400;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 0.5px solid #91b7ef;
  border-radius: 6px;
  background-color: #91b7ef;
}

#shop-btn:hover {
  color: wheat !important;
  background-color: #516188 !important ;
  border: 0.5px solid #516188 !important;
  border: 1px solid wheat !important;
}

#sell-btn:hover {
  color: black !important;
  background-color: #fbeeae !important ;
  border: 1px solid #fbeeae !important;
}

.market-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  justify-content: space-evenly;
  text-decoration: none;
  width: 23%;
  color: #063844;
  color: #01161a;
}

.market-btn a:hover {
  color: #063844;
  color: #01161a;
  background-color: #bbe0d9;
  background-color: white !important;
  border: 0.5px solid #063844;
}

.find-out-more {
  position: relative;
  font-size: 10px;
  font-weight: 700;
  color: #747474;
  background-color: rgba(245, 245, 245, 0.8);
  text-transform: uppercase;
  border: 3px solid #00365f;
  border: 3px solid #063844;
  border: 3px solid #40517d !important;
  padding: 18px 40px 16px 27px;
  border-radius: 100px;
  letter-spacing: 1.57px;
  border-width: 4px;
  border-style: solid;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.find-out-more:hover {
  text-decoration: none;
  background-color: #00365f;
  background-color: #063844;
  background-color: #40517d !important;

  border-color: #d5d5d5 !important;
  color: #063844;
  color: #40517d;
  color: wheat !important;
}

.find-out-more:active {
  text-decoration: none;
  background-color: #00365f;
  background-color: white !important;
  border-color: #d5d5d5 !important;
  color: #40517d;
  color: #063844 !important;
}

.fresh-shop-now {
  position: relative;
  font-size: 10px;
  font-weight: 700;
  color: #bbe0d9 !important;
  color: black !important;
  background-color: rgba(245, 245, 245, 0.8);
  background-color: #015e4e !important;
  background-color: #91b7ef !important;

  text-transform: uppercase;
  border: 3px solid #00365f;
  border: 3px solid #063844;
  border: 3px solid #bbe0d9 !important;
  border: 3px solid #bbe0d9 !important;
  border: 3px solid #40517d !important;
  padding: 18px 40px 16px 27px;
  border-radius: 100px;
  letter-spacing: 1.57px;
  border-width: 4px;
  border-style: solid;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.fresh-shop-now:hover {
  text-decoration: none;
  background-color: #00365f;
  background-color: #063844 !important;
  background-color: #40517d !important;

  border-color: #d5d5d5 !important;
  color: #063844;
  color: #40517d;
  color: white !important;
  color: wheat !important;
}

.fresh-shop-now:active {
  text-decoration: none;
  background-color: #00365f;
  background-color: white !important;
  border-color: #d5d5d5 !important;
  color: #40517d;
  color: #063844 !important;
}

#frontimage {
  background-size: cover;
  background-position: center;
}

#frontimage img {
  float: right;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 60vh;
  object-fit: cover;
  overflow: hidden;
  background-color: darkslategray;
}

.homepage-indicators [data-bs-target] {
  background-color: #000;
  background-color: #1f1d86;
}

.homepage-indicators.active {
  opacity: 1;
}

.homepage-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.homepage-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  //background-color: #fff;
  //background-color: #1f1d86;
}

#main {
  display: block;
  padding-top: 5px;
  align-items: center;
}

#newsletter {
  //height: 15vh;
  display: flex;
  padding: 20px 30px 30px 20px;
  justify-content: space-between;
  align-items: center;
  //color: white;
  overflow: hidden;
  background-size: contain;
  //background-color: #063844;
  //background-color: #95c4bc;
  //background-color: #bbe0d9;
  //margin-top: 25px;
}

#newsupdate {
  //width: 50%;
  display: block;
  float: left;
}

#newsupdate h1 {
  font-size: 20px;
  color: #0e6ffd;
  color: #547fbd;
}

#newsupdate a {
  width: 100%;
}

#email {
  //width: 50%;
  display: flex;
}

#subheadings {
  width: 100%;
  background-size: contain;
  overflow: hidden;
}

#firstsubheadings,
#secondsubheadings {
  display: flex;
}

#capital,
#income,
#research,
#advisory {
  display: block;
  object-fit: cover;
  overflow: hidden;
  justify-content: space-evenly;
  align-items: center;
  background-size: contain;
}

#capital img,
#income img,
#research img,
#advisory img {
  width: 100%;
  height: 40vh;
  padding: 1px;
  object-fit: cover;
  overflow: hidden;
  justify-content: space-evenly;
  align-items: center;
  background-size: contain;
}

.subheadings_link {
  background-color: #40517d;
  color: wheat !important;
  background-color: transparent;
}

.subheadings_link:hover {
  background-color: #40517d;
  color: wheat !important;
}
.subheadings-header {
  width: 100%;
  height: 40px;
  display: flex;
  margin: 2px;
  justify-content: space-evenly;
  align-items: center;
  color: #012e38;
  color: #063844;
  color: #01161a;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-decoration: none;
  //background: rgba(110, 182, 248, 0.05);
}

.subheadings-btn {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 100%;
  line-height: 1.5;
  background-clip: padding-box;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #3e4b68;
  color: wheat;
  color: #40517d;
  text-decoration: none;
}

.subheadings-btn:hover {
  color: wheat;
  background-color: #40517d !important;
}

/* Target the <i> element when its parent <a> is hovered */
.subheadings-btn:hover i.bi-arrow-right-circle {
  color: wheat !important; /* Change the color or any other style you want */
  transform: scale(1.1); /* Example of another property you could change */
}

.subheadings-header:hover {
  color: #40517d;
  background-color: wheat !important;
}

#subheadings p {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 100%;
  color: #3e4b68;
  color: wheat;
  color: #40517d;
}

#subheadings p:hover {
  //color: wheat;
  //background-color: #40517d;
  //border-radius: 6px;
  //padding: 0.5rem !important;
}

#partners {
  display: block;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #40517d;
}

#chosenpartners {
  width: 100%;
  height: 25%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #40517d;
  color: #063844;
  color: #01161a;
  background-color: transparent !important;
  color: #40517d !important;
  font-weight: 400;
  letter-spacing: 1.2px;
  justify-content: center;
  text-align: center;
  align-items: center;
  //text-transform: uppercase;
}

#chosenpartners a {
  background-color: pink;
  background-color: #2e5c55;
  background-color: #e5f2f0;
  background-color: #bbe0d9;
  background-color: #ffd58e;
  background-color: transparent;
  color: #40517d !important;
  font-size: 2rem;
}

#partnersimages {
  width: 100%;
  height: 75%;
  background-size: contain;
  object-fit: cover;
  overflow: hidden;
  justify-content: space-around;
  overflow: hidden;
  align-items: center;
  //border-bottom: 3px solid #ffd58e;
  //border-bottom: 3px solid rgb(244 192 192 / 70%);
}

#partnersimages img {
  height: 40px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  object-fit: scale-down;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.partnersLink {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  padding: 1.25rem 0.5rem;
}

.btn-rightpill {
  border-radius: 0px 30px 30px 0px !important;
}

@media only screen and (max-width: 1440px) {
  #main {
    display: block;
    padding-top: 5px;
    align-items: center;
  }

  #invest a,
  #mktplace a {
    font-size: 20px;
    width: 27.5%;
  }
}

@media only screen and (max-width: 1199px) {
  #frontimage img {
    max-height: 100%;
    height: 50vh;
  }

  #greetings {
    padding: 0.25rem 0.5rem;
  }
  .greetings_header {
    font-size: 1.25rem !important;
  }

  .greetings_p {
    font-size: 0.95rem;
  }

  #pageintro h1 {
    font-size: 3rem;
    line-height: 100%;
    margin: 0rem 0rem;
  }

  #pageintro_descr {
    padding: 0.25rem 0rem;
    margin: 0rem 0rem;
  }

  #pageintro h2 {
    font-size: 1.15rem;
    line-height: 100%;
    padding: 0.25rem 0.5rem;
    margin: 0rem 0rem;
  }

  #mktplace a {
    width: 25%;
    font-size: 1.1rem;
    margin: 0rem 0.15rem;
  }

  #invest a {
    width: 28%;
    font-size: 1.1rem;
    margin: 0rem 0.15rem;
  }

  #email a:last-child {
    font-size: 10px;
    display: none;
  }

  #newsupdate h1 {
    font-size: 1.15rem;
  }

  #newsupdate a {
    font-size: 0.85rem;
  }

  #email a:last-child {
    font-size: 10px;
    display: none;
  }

  #subheadings a {
    height: 55px;
    line-height: 100%;
  }

  #subheadings p {
    font-size: 0.85rem;
    line-height: 100%;
    color: #3e4b68;
  }

  #chosenpartners a {
    line-height: 100%;
    padding: 0.5rem 0.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  #greetings {
    padding: 0.25rem 0.5rem;
  }
  .greetings_header {
    font-size: 1.25rem !important;
  }

  .greetings_p {
    font-size: 0.9rem;
  }

  #pageintro h1 {
    font-size: 2.5rem;
    line-height: 100%;
    margin: 0rem 0rem;
  }

  #pageintro h2 {
    font-size: 1rem;
    line-height: 100%;
    padding: 0.25rem 0.5rem;
    margin: 0rem 0rem;
  }

  #mktplace a {
    width: 28%;
    font-size: 1rem;
    margin: 0rem 0.15rem;
  }

  #invest a {
    width: 30%;
    font-size: 1rem;
    margin: 0rem 0.15rem;
  }
}

@media only screen and (max-width: 991px) {
  #mktplace a {
    width: 32.5%;
    font-size: 1rem;
    margin: 0rem 0.15rem;
  }

  #invest a {
    width: 38%;
    font-size: 1rem;
    margin: 0rem 0.15rem;
  }
}

@media only screen and (max-width: 832px) {
  #subheadings a {
    height: 60px;
    line-height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #frontimage {
    margin-top: 0.5rem;
    background-size: cover;
  }

  #greetings {
    padding: 0.25rem 0.5rem !important;
  }
  .greetings_header {
    font-size: 1.15rem !important;
  }

  .greetings_p {
    font-size: 0.85rem;
  }

  #frontpage {
    margin-bottom: 1vh;
    overflow: hidden;
  }

  #pageintro {
    max-height: 40%;
    height: 40% !important;
    padding: 0.1rem 0.5rem !important;
  }

  #pageintro h1 {
    font-size: 1.8rem;
    line-height: 100%;
    margin: 0rem 0rem !important;
  }

  #pageintro_descr {
    padding: 0.25rem 0rem !important;
    margin: 0rem 0rem !important;
  }

  #pageintro h2 {
    font-size: 0.85rem;
    line-height: 100%;
    padding: 0.25rem 0.5rem !important;
    margin: 0rem 0rem !important;
  }

  #mktplace a {
    width: 35%;
    font-size: 0.85rem;
    margin: 0rem 0.15rem;
  }

  #invest a {
    width: 40%;
    font-size: 0.85rem;
    margin: 0rem 0.15rem;
  }

  #main {
    display: block;
    padding-top: 5px;
    align-items: center;
  }

  #newsupdate h1 {
    font-size: 1.15rem !important;
  }

  #newsupdate a {
    font-size: 0.85rem !important;
  }

  #chosenpartners a {
    font-size: 1.25rem !important;
    line-height: 100%;
    padding: 0.5rem 0.5rem !important;
  }

  .partnersLink {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    padding: 1rem 0.25rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #mktplace a {
    width: 40%;
    font-size: 0.85rem;
    margin: 0rem 0.15rem;
  }

  #invest a {
    width: 40%;
    font-size: 0.85rem;
    margin: 0rem 0.15rem;
  }
}

@media only screen and (max-width: 575px) {
  #frontimage img {
    max-height: 100%;
    height: 40vh !important;
  }

  #invest a,
  #mktplace a {
    width: 25%;
    font-size: 0.85rem;
  }

  #greetings {
    padding: 0.25rem 0.5rem !important;
  }
  .greetings_header {
    font-size: 1.1rem !important;
  }

  .greetings_p {
    font-size: 0.75rem;
  }

  #frontpage {
    display: flex;
    flex-direction: column-reverse !important;
    padding: 0.1rem 0.15rem !important;
  }

  #pageintro {
    padding: 0.25rem 0.15rem !important;
    margin: 0.25rem 0.15rem !important;
    height: unset !important;
  }

  #frontimage {
    padding: 0.1rem 0.15rem !important;
    margin: 0rem 0.15rem !important;
  }

  #frontimage img {
    border-radius: unset !important;
  }

  #pageintro h1 {
    font-size: 1.8rem;
    line-height: 100%;
    margin: 0rem 0rem !important;
  }

  #pageintro_descr {
    padding: 0.25rem 0rem !important;
    margin: 0rem 0rem !important;
  }

  #pageintro h2 {
    font-size: 0.85rem;
    line-height: 100%;
    padding: 0.25rem 0.5rem !important;
    margin: 0rem 0rem !important;
  }

  #invest,
  #mktplace {
    margin-top: 0.25rem !important;
  }

  #chosenpartners a {
    font-size: 1.25rem !important;
    line-height: 100%;
    padding: 0.5rem 0.5rem !important;
  }

  .partnersLink {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    padding: 1rem 0.25rem !important;
  }
}

@media only screen and (max-width: 448px) {
  #invest a,
  #mktplace a {
    width: 30%;
    font-size: 0.85rem;
  }

  #pageintro h1 {
    font-size: 1.85rem;
    line-height: 100%;
    margin: 0rem 0rem !important;
  }

  #pageintro_descr {
    padding: 0.25rem 0rem !important;
    margin: 0rem 0rem !important;
  }

  #pageintro h2 {
    font-size: 0.85rem;
    line-height: 100%;
    padding: 0.15rem 0.5rem !important;
    margin: 0rem 0rem !important;
  }
}

@media only screen and (max-width: 330px) {
  #invest a,
  #mktplace a {
    width: 39%;
  }

  #pageintro h1 {
    font-size: 1.4rem;
    line-height: 100%;
    margin: 0rem 0rem !important;
  }

  #pageintro_descr {
    padding: 0rem 0rem !important;
    margin: 0rem 0rem !important;
  }

  #pageintro h2 {
    font-size: 0.75rem;
    line-height: 100%;
    padding: 0.15rem 0.5rem !important;
    margin: 0rem 0rem !important;
  }
}
