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

* {
    scroll-behavior: smooth;
}

.logo {
    width: 175px;
}

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;
}


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');


body {
    margin: 0 auto;
    background-color: #0E0E0E;
    background-image: url('./img/bg.svg'); /* Replace with your image path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top; 
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    width: 1216px;
    margin: 0 auto;
    display: flex;
}

.accountType-row {
    gap: 20px;
    justify-content: flex-start !important;
}

.text-white {
    color: white;
}


.markets__mobile-table-bg{
      width: 80%;
    color: white;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #212121;
    padding: 24px;
}

.markets__mobile-table-bg:nth-child(1){
  border-radius: 10px 10px 0px 0px;
}

.markets__mobile-table:last-child{
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 30px;
}

.markets__mobile-table{
      width: 80%;
    color: white;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #1B1B1B;
    padding: 24px;
}
.markets__mobile-row{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}
.markets__mobile-label{
    width: 90px;
    color: #B7B7B7;
}
.markets__mobile-asset{
    display: flex;
    align-items: center;
    gap: 8px;
}
.markets__mobile-value--positive{
        display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #2DBD85;
    color: #2DBD85;
    border-radius: 8px;
    width: 110px;
}

.markets__mobile-value--negative{
        display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #D33536;
    color: #D33536;
    border-radius: 8px;
    width: 110px;
}
.markets__mobile{
    display: none;
}


.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.column-center {
    align-items: center;
}

.row-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.secondTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}

.tradeViewTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
}

header {
    /* background: linear-gradient(180deg, #000000 0%, #200D42 36.21%, #3D21A1 68.68%, #726EDB 86.54%); */
    color: #FFFFFF;
    padding: 20px 0;
}

.header, .intro {
    width: 100%;
}

.nav-links {
    list-style-type: none;
    list-style-position: inside;
    display: flex;
    margin: 0 10px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.nav-links > li {
    margin-right: 32px;    
}

.nav-links > li:last-child {
    margin-right: 0;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.burger span {
  height: 3px;
  background: white;
  border-radius: 2px;
}

.intro {
    padding: 80px 0 96px;
    width: 100%;
}

.intro .startInvesting {
    padding: 6px 20px;
    background: none;
    border-radius: 10px;
    border-color: #4A4A4A;
    border-width: 1px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #4A4A4A;
    width: fit-content;
}

.intro .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 71px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0;
    margin-bottom: 16px;
}

.intro .subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 128px;
}

.intro .openTradingAccount {
    background: white;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}

.riskManagement {
    padding: 0 0 124px;
    width: 100%;
    position: relative;
}

.riskManagement::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('./img/ellipse.svg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.riskManagement .title {
    margin-bottom: 16px;
}

.riskManagement .subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.riskManagement .riskManList {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.riskManagement .riskMan {
    max-width: 360px;
    width: 26%;
    padding: 32px 40px;
    border: 1px solid #3D3D3D;
    border-radius: 10px;
    background-color: #0D0D0D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: inherit;
    min-height: 240px;
}

.riskManagement .riskMan p {
    color: #FFFFFF;
    text-align: center;
}

.riskManagement .riskMan p.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.riskMan-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.riskManagement .riskMan img {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
}

.settingGoals {
    padding: 0 0 64px;
    width: 100%;
    background: black;
}

.settingGoals .title {
    margin-bottom: 32px;
}

.settingGoalsList-title {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    width: 100%;
}

.settingGoalsList-subtitle {
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #FFFFFF;
}

.settingGoals .bigBlock {
    max-width: 592px;
    width: 43%;
    height: auto;
    background: linear-gradient(149.35deg, #20153C -59.95%, #0D0D0D 83.66%);
    padding: 80px 40px 40px;
    border-radius: 10px;
    border: 1px solid #3D3D3D;
}

.settingGoals .bigBlock img {
    width: 250px;
    height: 250px;
    margin-bottom: 80px;
    text-align: center;
}

.settingGoals .smallBlock {
    padding: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #3D3D3D;
    background: #0D0D0D;
    max-width: 510px;
    border-radius: 10px;
    text-align: left;
}

.settingGoals .smallBlock:last-child {
    margin-bottom: 0;
}

.settingGoals .smallBlock img {
    height: 60px;
    width: 60px;
    margin-bottom: 24px;
}

.accountType {
    padding: 0 0 64px;
    width: 100%;
    background: #010101;
}

.accountType-title {
    padding-bottom: 32px;
}

.popular-bg {
    background: linear-gradient(157.37deg, #20153C -91.32%, #0D0D0D 104.47%) !important;
}

.accountType-type {
    padding: 32px;
    background: #0D0D0D;
    border: 1px solid #3D3D3D;
    max-width: 384px;
    width: 27%;
    height: fit-content;
    border-radius: 10px;
}

.accountType-typeTitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #FFFFFF;
}

.accountType-typePackage {
    margin-bottom: 32px;
}

.accoutnType-popularBtn {
    width: fit-content;
    height: fit-content;
    padding: 6px 20px;
    border-radius: 10px;
    border: 1px solid #524979;
    font-family: 'Inter', sans-serif;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #524979;

}

.accountType-price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.accountType-getStarted {
    display: flex;
    width: fit-content;
    padding: 15px 30px 15px 30px;
    border-radius: 10px;
    background: #FFFFFF;
    border: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #0D0D0D;
    margin-bottom: 64px;
}

.accountTypeOptions-text {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 12px;
    margin-left: 36px;
    position: relative;
}

.accountTypeOptions-text::before {
    content: url('./img/check.svg');
    position: absolute;
    left: -36px;
}

.tradeView {
    display: flex;
    background: #010101;
    padding: 0 0 64px;
}

.tradeView-title {
    margin-bottom: 32px;
}

.macroeconomic {
    padding: 0 0 128px;
    background: #010101;
}

.macroeconomic-subtitle {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.macroeconomic img {
    margin: 64px 0 32px;
}

.macroeconomic-block {
    padding: 64px 130px;
    border: 1px solid #3D3D3D
}

footer {
    background: linear-gradient(180deg, #000000 0%, rgba(32, 13, 66, 0.4) 36.21%, rgba(61, 33, 161, 0.2) 68.68%);

    /* background-image: url('./img/Rectangle.png'); Replace with your image */
    background-size: cover;        /* Make the image cover the entire block */
    background-position: center;   /* Center the image */
    background-repeat: no-repeat;
}

.contact-title {
    margin-bottom: 24px;
}

.contact-subtitle {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}

.contact-form input, .contact-form select {
    width: 360px;
    padding: 9px 12px 9px 12px;
    border-radius: 10px;
    background: #FFFFFF33;
    border: none;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.contact-form button {
    width: 384px;
    padding: 15px 30px 15px 30px;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
}

.footer {
    padding: 22px 0;
    border-top: 1px solid #FFFFFF33
}

.footer-copy {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.footer-socials {
    width: 150px;
}


.markets__table {
    border-radius: 12px;
    width: inherit;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 96px;
    border: 2px solid #3D3D3D;
    background-image: url('./img/markets-bg.svg');
    background-size: cover;      
    background-position: center; 
    background-repeat: no-repeat; 
}

.markets__table p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.markets__header {
    display: flex;
    align-items: left;
    font-size: 22px;
    color: white;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
   margin-left: 24px;
    margin-top: 24px;
    margin-bottom: 10px;
    width: 100%;
}

.markets__col-title {
  width: 16%;
}

.hr{
    height: 1px;
    width: 100%;
    opacity: 0.6;
}

.markets__col-value{
    width: 100px;
    font-size: 20px;
    color: white;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
}
.markets__asset{
    display: flex;
    align-items: center;
    gap: 8px;
}
.markets__col-value--positive{
    display: flex;
    align-items: left;
    justify-content: left;
    padding: 10px;
    margin-right: 10px;
    background-color: #16C784;
    border-radius: 8px;
    width: 80px;
}

.markets__col-value--negative{
    display: flex;
    align-items: left;
    justify-content: left;
    padding: 10px;
    background-color: #EA3943;
    border-radius: 8px;
    width: 90px;
}


.markets__col-title--change{
  align-items: left;
  padding: auto;
}

.markets__col-graf-positive,
.markets__col-graf-negative {
  display: none;
}

.markets__row{
  font-family: "Inter Tight";
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    margin-top: 10px;
    margin-right: 100px;
}

.markets__row:last-child{
    margin-bottom: 24px;
}


.markets__row-bg{
  font-family: "Inter Tight";
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    margin-top: 10px;
    margin-right: 100px;
}
.markets__row--border{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.markets__title{
font-family: 'Unbounded';
font-style: normal;
font-weight: 300;
font-size: 63px;
line-height: 120%;
text-align: center;

background: linear-gradient(90deg, #83DEFF 0%, #FF4319 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin: auto;
margin-top: 94px;
margin-bottom: 48px;

}
.markets__col-graf{
  background:'./img/graf.svg';
}
.markets__mobile-value--positive{
        display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #2DBD85;
    color: #2DBD85;
    border-radius: 8px;
    width: 110px;
}

.markets__mobile-value--negative{
        display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #D33536;
    color: #D33536;
    border-radius: 8px;
    width: 110px;
}
.markets__mobile{
    display: none;
}

section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

button.openTradingAccount {
  transition: opacity 0.3s ease;
}

button.openTradingAccount:hover {
  opacity: 0.9;
}

button.openTradingAccount:hover {
  opacity: 0.9;
}

button.accountType-getStarted {
  transition: opacity 0.3s ease;
}
button.accountType-getStarted:hover {
  opacity: 0.9;
}

button.accountType-popularBtn {
  transition: opacity 0.3s ease;
}
button.accountType-popularBtn:hover {
  opacity: 0.9;
}

button.submit {
  transition: opacity 0.3s ease;
}
button.submit:hover {
  opacity: 0.9;
}

@media (min-width: 320px) and (max-width: 767px) {


  body {
    margin: 0 auto;
    background-color: #0E0E0E;
    background-image: url('./img/bg-mobile.svg'); /* Replace with your image path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top; 
}


  .wrapper {
    width: 300px;
  }

  .secondTitle {
    font-size: 32px;
  }


  .nav-links {
    position: absolute;
    top: 60px;
    right: 0;
    background: #111;
    width: 200px;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .burger {
    display: flex;
  }

  .intro .title {
    font-size: 32px;
  }

  .intro .subtitle {
    font-size: 22px;
    margin-bottom: 122px;
  }

  .riskManagement .subtitle {
    font-size: 16px;
  }

  .riskManagement .riskManList {
    justify-content: center;
  }

  .riskManagement .riskMan {
    width: 100%;
    margin-bottom: 20px;
    padding: 22px 30px;
  }

  .riskManagement .riskMan:last-child {
    margin-bottom: 0;
  }

  .settingGoals .title {
    font-size: 32px;
  }

  .settingGoalsList {
    justify-content: center;
  }

  .settingGoals .bigBlock {
    width: 80%;
    margin-bottom: 20px;
    padding: 40px 20px 20px;
  }

  .othersColumn {
    align-items: center;
  }

  .settingGoals .smallBlock {
    width: 80%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .settingGoals .smallBlock:last-child {
    margin-bottom: 0;
  }

  .accountType-type {
    width: 80%;
    margin-bottom: 20px;
    padding: 15px;
  }

.accountType-type:last-child {
    margin-bottom: 0;
  }

  .accountType-row {
    justify-content: center;
  }

.accountType-typePackage {
    margin-bottom: 20px;
  }


  .tradeView img {
    width: 300px;
    margin: 0 auto;
  }

  .macroeconomic img {
    width: 300px;
    margin: 20px auto;
  }

  .macroeconomic-subtitle {
    width: 270px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .macroeconomic-block {
    padding: 10px 10px;
  }

  .contact-subtitle {
    width: 270px;
    font-size: 16px;
  }

  .contact-form input {
    width: 260px;
  }

  .contact-form button {
    width: 280px;
  }

  .footer-copy {
    margin-bottom: 20px;
  }
.markets__mobile-icon {
  width: 24px;
  height: 24px
}
  
.markets__table{
    display: none;
}
.markets__mobile{
    justify-items: center;
    display: block;
    margin: auto;
    width: 80%;
    margin-bottom: 20px;
}
.markets__title{
    font-size: 41px;
    margin-top: 64px;
}
.tradeViewTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
}

.tradeView {
  padding: 0 0 20px 0px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    width: 680px;
  }

  /* .secondTitle {
    font-size: 32px;
  }

  .intro .title {
    font-size: 32px;
  }

  .intro .subtitle {
    font-size: 22px;
    margin-bottom: 122px;
  }

  .riskManagement .title {
    font-size: 32px;
  }*/

  .riskManagement .subtitle {
    font-size: 22px;
  }

  /*

  .riskManagement .riskManList {
    justify-content: center;
  }

  .riskManagement .riskMan {
    width: 100%;
    margin-bottom: 20px;
    padding: 22px 30px;
  }

  .riskManagement .riskMan:last-child {
    margin-bottom: 0;
  }

  .settingGoals .title {
    font-size: 32px;
  }

  .settingGoalsList {
    justify-content: center;
  }*/

  .settingGoals .bigBlock {
    width: 52%;
    margin-bottom: 20px;
  }

  /*
  .othersColumn {
    align-items: center;
  }*/

  .settingGoals .smallBlock {
    width: 60%;
    margin-bottom: 20px;
  }

  .settingGoals .smallBlock:last-child {
    margin-bottom: 0;
  }

  .accountType-type {
    width: 60%;
  }

  /*
.accountType-type:last-child {
    margin-bottom: 0;
  }

  .accountType-row {
    justify-content: center;
  }

.accountType-typePackage {
    margin-bottom: 20px;
  }*/


  .tradeView img {
    width: 700px;
    margin: 0 auto;
  }

  .macroeconomic img {
    width: 680px;
    margin: 20px auto;
  }

  .macroeconomic-subtitle {
    width: 600px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .macroeconomic-block {
    padding: 20px 60px;
  }

  .contact-subtitle {
    width: 600px;
    font-size: 22px;
  } 
}

@media (min-width: 1024px) {
  .wrapper {
    width: 950px;
  }

  .riskManagement .riskMan {
    width: 24%;
  }

  .settingGoals .bigBlock {
    width: 40%;
  }

  .others {
    width: 50%;
  }

  .accountType-type {
    width: 25%;
  }
}


@media (min-width: 1440px) {
  .wrapper {
    width: 1200px;
  }
}