* {
  margin: 0;
  padding: 0;
}

:root {
  --primary0: linear-gradient(90deg, #c89116, #000000);
  --primary1: #ffde9d;
  --primary2: #76b277;
  --primary3: #253f4b;
  --primary4: radial-gradient(120% 90% at 50% 60%, #2a2a2a 0%, #191919 55%, #0c0c0c 100%);
  --contrast: #D4DCD7;
  --background: #e4f1f2;
  --topbarHeight: 30px;
  --neon: #ff6a00;
}

.home {
  font-family: "Mulish", sans-serif;
  color: #03000F;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .home {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home {
    font-size: 0.875rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home {
    font-size: 0.8125rem;
  }
}
.home p {
  margin-bottom: 0.9375rem;
}
.home p:last-child {
  margin-bottom: 0;
}
.home a {
  color: #03000F;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s;
}
.home a:hover {
  color: #417583;
}
.home a:visited {
  color: #417583;
}
.home ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home h2 {
  font-size: 3.125rem;
  color: #03000F;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .home h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home h2 {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
}
.home h3 {
  font-size: 2.25rem;
  color: #03000F;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .home h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home h3 {
    font-size: 1.25rem;
  }
}
.home h4 {
  font-size: 1.375rem;
  color: #03000F;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .home h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home h4 {
    font-size: 1rem;
  }
}
.home section {
  padding: 5rem 0;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .home section {
    padding: 3.4375rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home section {
    padding: 3.125rem 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section {
    padding: 3.125rem 0;
  }
}
.home section.hero {
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section.hero {
    padding-top: 0;
    background-position: left;
    background: var(--primary0);
  }
}
.home section.hero .content-block h1 {
  font-size: 49px;
  color: #fff;
  font-weight: bold;
}
.home section.hero .content-block p {
  color: #fff;
  max-width: 550px;
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section.hero .content-block {
    text-align: center;
  }
  .home section.hero .content-block .title-block {
    margin-bottom: 20px;
  }
  .home section.hero .content-block .title-block h1 {
    font-size: 30px;
  }
  .home section.hero .content-block p {
    font-size: 16px;
  }
}
.home section.hero .img-block img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 50px rgba(0, 0, 0, 0.3));
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section.hero .img-block img {
    max-width: 60%;
    margin-bottom: 25px;
  }
}
.home section.hero .note {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
}

.home section.hero .note-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .home section.hero .note {
    margin-top: 50px;
  }
}
.home section.icon-boxes {
  text-align: center;
  color: white;
}
.home section.icon-boxes .icon-box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 40px 25px;
  height: 100%;
  border-radius: 20px;
  color: white;
  border-color: white;
  flex-direction: column;
  gap: 20px;
  transition: all 0.5s;
  display: flex;
  align-items: center;      /* Since it's a column direction, this will center horizontally */
  justify-content: center;  /* This will center vertically */
}

.home section.icon-boxes .icon-box h3 {
  font-size: 23px;
  font-weight: bold;
  color: white;
}
.home section.icon-boxes .icon-box p {
  opacity: 0.5;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section.icon-boxes .icon-box {
    padding: 20px;
    gap: 15px;
  }
  .home section.icon-boxes .icon-box h3 {
    font-size: 18px;
  }
}
.home section.icon-boxes .icon-box:hover {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
}

.marketing-partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top;
  padding: 10px;
  width: 140px; /* Add fixed container width */
}

.marketing-partners a {
  width: 100%; /* Make anchor tags fill container */
  margin-bottom: 15px; /* Add spacing between partners */
  padding: 5px;
}

.marketing-partners a img {
  width: 100%; /* Make images fill anchor tags */
  height: auto; /* Maintain aspect ratio */
  max-width: 110px; /* Match original size as maximum */
  transition: transform 0.3s ease; /* Smooth size transitions */
}

/* Optional: Add hover effect */
.marketing-partners a img:hover {
  transform: scale(1.05);
}

/* Adjust size for different screen sizes */
@media (max-width: 1200px) {
  .marketing-partners {
    width: 100px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .marketing-partners {
    display: none;
  }
}



@media (min-width: 320px) and (max-width: 767px) {
  .home section.simple-content-block .content-block {
    margin-top: 25px;
  }
}

.home section.simple-content-block .content-block .title-block {
  margin-bottom: 0;
}
.home section.simple-content-block .content-block .content p {
  opacity: 0.5;
}

.home section.trading-strategies {
  background: var(--primary4);
  color: #fff;
}

.home section.trading-strategies h2,
.home section.trading-strategies p {
  color: #fff;
}

.home section.trading-strategies.contrast {
  background: var(--primary0);
  color: white,
}
.home section.trading-strategies.contrast h2,
.home section.trading-strategies.contrast p {
  color: #fff;
}
.home section.trading-strategies .img-block img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 50px rgba(0, 0, 0, 0.3));
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section.trading-strategies .img-block img {
    max-width: 60%;
    margin-bottom: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section.trading-strategies .content-block {
    text-align: center;
  }
}
.home section.trading-strategies .content-block .title-block {
  margin-bottom: 15px;
}
.home section.trading-strategies .content-block p {
  font-size: 22px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home section.trading-strategies .content-block p {
    font-size: 16px;
  }
}

.th-btn {
  padding: 12px 30px;
  color: #fff !important;
  background-color: #CB20C8;
  border: 1px solid #CB20C8;
  border-radius: 8px;
  transition: all 0.5s !important;
}
.th-btn:hover {
  opacity: 0.6 !important;
  background-color: #7A2B86 !important;
  color: #fff !important;
}

.th-btn:visited {
  color: #fff !important;
}
.th-btn .btn-arrow {
  width: 15px;
  height: 10px;
  background-image: url(../../images/arrow-light.svg);
  background-size: 100%;
  display: inline-table;
  margin-left: 5px;
}
.th-btn.btn-inverse {
  color: #fff;
  background-color: transparent;
}
.th-btn.btn-inverse .btn-arrow {
  background-image: url(../../images/arrow-blue.svg);
}
.th-btn.btn-inverse:hover {

  opacity: 0.7;
}
.th-btn.btn-inverse:hover .btn-arrow {
  background-image: url(../../images/arrow-light.svg);
}

.purple-line {
  background-color: #7A2B86;
  height: 2px; /* Du kannst die Höhe nach Wunsch anpassen */
  width: 100%;
  margin-bottom: 20px;
}

.th-btn.arrow-left {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}
.th-btn.arrow-left .btn-arrow {
  transform: rotate(177deg);
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .th-btn {
    padding: 12px 24px;
  }
}

.title-block {
  max-width: 750px;
  margin: 0 auto 50px;
  color: white;
}
.title-block h2 {
  margin-bottom: 10px;
  color: white;
}
.title-block p {
  opacity: 0.7;

}

footer.cs-footer{
  /* add neon border */
  border-top: 2px var(--neon) solid;
  background: var(--primary4);
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer.cs-footer {
    text-align: center;
  }
}
footer.cs-footer .ft-about {
  max-width: 500px;
  color: #fff;
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer.cs-footer .ft-about {
    font-size: 16px;
  }
}
footer.cs-footer .ft-about img {
  margin-bottom: 15px;
  max-width: 50px;
}
footer.cs-footer .ft-link h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: bold;
}
footer.cs-footer .ft-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.cs-footer .ft-link li {
  margin: 10px 0;
}
footer.cs-footer .ft-link li a {
  transition: all 0.5s;
  text-decoration: none;
}
footer.cs-footer .ft-link li a:hover {
  opacity: 0.8;
}
footer.cs-footer .main-footer {
  padding: 50px 0 20px;
}
footer.cs-footer .main-footer .ft-block {
  margin-bottom: 30px;
}
footer.cs-footer .main-footer .ft-block .ft-title {
  margin-bottom: 20px;
}
footer.cs-footer .main-footer .ft-block .ft-title h4 {
  font-size: 18px;
  font-family: "Mont - SemiBold";
  margin: 0;
}
footer.cs-footer .main-footer .ft-block .ft-links li {
  margin-bottom: 10px;
}
footer.cs-footer .main-footer .ft-block .ft-links li a:hover {
  color: #417583;
}
footer.cs-footer .main-footer .ft-block .ft-content {
  max-width: 300px;
}
footer.cs-footer .main-footer .ft-block .ft-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0 0;
}
footer.cs-footer .main-footer .ft-block .ft-social p {
  margin: 0;
}
footer.cs-footer .main-footer .ft-block .ft-social ul {
  display: flex;
  gap: 15px;
  font-size: 20px;
}
footer.cs-footer .main-footer .ft-block .ft-social ul a:hover {
  color: #417583;
}
footer.cs-footer .footer-bottom .container {
  border-top: 1px solid rgba(101, 101, 101, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
footer.cs-footer .footer-bottom .container .row {
  align-items: center;
}
footer.cs-footer .footer-bottom address {
  margin: 5px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer.cs-footer .footer-bottom address {
    text-align: center;
  }
}
footer.cs-footer .footer-bottom .payment img {
  margin: 0 0 0 auto;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer.cs-footer .footer-bottom .payment img {
    margin: 10px auto 0;
  }
}

header.cs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 320px) and (max-width: 767px) {
  header.cs-header {
    position: relative;
    box-shadow: 0 0 20px #000;
  }
}
header.cs-header .navbar-brand img {
  max-width: 50px;
}
header.cs-header .navbar-nav {
  gap: 20px;
}
header.cs-header .navbar-nav .nav-link {
  color: #fff;
  transition: all 0.5s;
}
header.cs-header .navbar-nav .nav-link:hover {
  opacity: 0.4;
}
@media (min-width: 320px) and (max-width: 767px) {
  header.cs-header .navbar-nav {
    margin-top: 15px;
  }
}
header.cs-header:not(.home-header) {
  position: relative;
  background: var(--primary4);
  border-bottom: 2px var(--neon) solid;
}
header.cs-header .th-btn {
  color: #fff !important;
  margin-left: 15px;
  text-decoration: none;
}
header.cs-header .header-account .th-btn:not(.btn-inverse):hover {
  background-color: rgba(65, 117, 131, 0.9);
}
@media (min-width: 320px) and (max-width: 767px) {
  header.cs-header .header-account {
    justify-content: space-between;
    gap: 15px;
  }
  header.cs-header .header-account .th-btn {
    flex-grow: 1;
    text-align: center;
    margin: 0;
  }
}
header.cs-header .navbar-toggler {
  border-color: #fff;
}
header.cs-header .navbar-toggler svg {
  fill: #fff;
  position: relative;
  top: 3px;
}/*# sourceMappingURL=style.css.map */


/* #4F8A8B
#FBD46D */
/* .container{
    border-style: solid;
    border-color: red;
    border-width: 2px;
} */
:root{
  --white: #F9F6EE;
  --dark: #253f4b;
}

.flex-container-login{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding: 5px;
}

.language-button{
  padding: 5px 10px;
  border: 1px solid #CB20C8;
  border-radius: 8px;
  color: #fff;
  background-color: transparent;
}

.centered{
  display: flex;
  justify-content: center;
  align-items: center;
}

.body{
  background: var(--primary0); 
  color: #F9F6EE;
}

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.flex-grow-1 {
  flex-grow: 1;
}

.nav-tabs .nav-link{
  width: 33.3%; 
  color: #417583; 
  border-color: #417583; 
  border-width: 1px;
}

.nav-tabs .nav-link:hover {
  color: var(--white);
}

#nav-tab-2 .nav-link{
  width: 50%; 
}

.fs-error-msg{
  color:#253f4b;
}

.text {
  display: flex;
  align-items: center;
}

.fas.fa-info-circle {
  margin-left: 5px;
}

.black {
  background-color: #03000F;
}

.log_in_layout{
  text-align: right;
}


#cover_container {
  margin-top: 50px;
}

.show_border{
  border-style: solid;
  border-color: green;
  border-width: 1px;
}

.neon-border{
  border-bottom-style: solid;
  border-bottom-color: var(--neon);
  border-bottom-width: 2px;

}


.custom-card-header{
  background: var(--primary4);
  font-size: 2rem;
  font-weight: bold;
}

.custom-card-body{
  color: black;
}

.debug-app-btn {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, var(--neon), #ff8533);
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.3);
}

.debug-app-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.debug-app-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.4);
  background: linear-gradient(135deg, #ff8533, var(--neon));
}

.debug-app-btn:hover:before {
  left: 100%;
}

.debug-app-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.3);
}

/* Global overflow prevention - should be at the top */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

/* Enhanced fix for overflow issues on MacBook and smaller screens */
@media (max-width: 1440px) {
  .home {
    overflow-x: hidden;
    width: 100%;
  }
  
  .home section.hero > div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  .home section.hero .container {
    max-width: 100% !important;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  
  .home section .img-block {
    overflow: hidden !important;
    max-width: 100% !important;
  }
  
  .home section .img-block img {
    max-width: 100% !important;
    height: auto;
    transform: none !important;
  }
  
  .home .container {
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .home .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    overflow: hidden;
  }

  .home .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
}

/* Fix overflow issues on MacBook sizes */
@media (min-width: 1024px) and (max-width: 1440px) {
  .home section.hero .img-block img[style*="scale(1.2)"] {
    transform: scale(1.0) !important;
  }
  
  .home section .img-block img[style*="scale(1.25)"] {
    transform: scale(1.0) !important;
  }
  
  .home section .img-block img[style*="scale(1.3)"] {
    transform: scale(1.0) !important;
  }
}

/* Additional safety for smaller screens */
@media (max-width: 1023px) {
  .home section.hero > div[style*="display:flex"] {
    display: block !important;
    width: 100%;
  }
  
  .home section .img-block {
    overflow: hidden;
    max-width: 100%;
  }
  
  .home section .img-block img {
    max-width: 100%;
    height: auto;
    transform: none !important;
  }
}

