*,*::after,*::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Montserrat';
    src: url("/i/fonts/study/Montserrat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
.show_1200{
    display: none;
}
.dotline3{
    display: none;
}
body{
    font-family: 'Montserrat';
    background: url(/i/img/beginners-landing/Mask.png) no-repeat;
    background-position: top center;
}
.wrap{
    max-width: 1920px;
    margin: auto;
}
.navbar{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-left{
    display: flex;
    align-items: center;
    gap: 70px;
}
.nav-left a{
    text-decoration: none;
    color: #000;
}
.nav-left a:hover{
    color: #000000a8;
}
.nav-right{
    display: flex;
    gap: 12px;
    border: 1px solid #6A1B9A;
    border-radius: 5px;
    align-items: center;
    padding: 8px 15px;
    cursor: pointer;
}
.header-wrap{
    background: url(/i/img/beginners-landing/Artwork.png) no-repeat;
    background-position: right bottom;
    background-size: 50%;
}
.header{

    max-width: 1200px;
    margin: auto;
    margin-top: 150px;
    padding-bottom: 15px;
}
.header-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    max-width: 750px;
}
.header-sub{
    margin-top: 25px;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.87);
    max-width: 750px;
}
.header-btn{
    background: #9c27b0de;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 50px;
    padding: 14px 35px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.header-btn::after{
    background: linear-gradient(45deg, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 75%);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    -webkit-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    -o-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    opacity: 0.7;
    border-radius: 100px;
}

.header-btn:hover{
    background: #7b1d8bde;
    box-shadow: 0px 3px 18px #7b1d8b61;
    transition: 0.3s;
}

@-webkit-keyframes shine{
    0% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%)
    }
    100% {
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }
}
@keyframes shine{
    0% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%)
    }
    100% {
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }
}
/* shine end*/

.header-list{
    margin-left: 25px;
    margin-top: 80px;
    list-style-image: url(/i/img/beginners-landing/Fill.svg);
}
.header-list li{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
}
.whatis{

    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 300px;
}
.whatis-left{
    margin: 26px 0;
    padding: 26px 28px;
    background: rgba(245, 245, 245, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 470px;
}
.whatis-wrapper{
    background: url(/i/img/beginners-landing/Group75.png) no-repeat;
    min-width: 600px;
    background-position: 50%;
}
.whatis-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #9C27B0;
}
.whatis-sub{
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}
.whatis-desc{
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
}
.whatis-right img{
    max-width: 800px;
    width: 100%;
}
.forex{
    max-width: 1200px;
    margin: auto;
    margin-top: 250px;

}
.forex-title{
    max-width: 1100px;
    font-weight: 500;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
}
.forex-title span{
    color: #9C27B0;
}
.forex-desc{
    margin-top: 48px;
}
.forex-item{
    display: flex;
    gap: 80px;
    align-items: center;
}
.forex-item-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}
.forex-tem-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-top: 25px;
    max-width: 364px;
}
.forex-item.even{
    justify-content: flex-end;
}
.finance{
    max-width: 1200px;
    margin: auto;
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
}
.finance-wrap{
    margin-top: 150px;
    background: url(/i/img/beginners-landing/Feature3-2.svg), url(/i/img/beginners-landing/Polygon-7.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 37%, 44.5%;
    background-position: left bottom, left top;
}
.finance-wrap-btm{
    /* background: url(/i/img/beginners-landing/Polygon-7.png) no-repeat; 
    background-position: left top;
    background-size: 44.5%;*/
}

.fin-left{
    max-width: 400px;
}
.fin-title{
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
}
.fin-sub{
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    margin-top: 29px;
}
.fin-btn{
    margin-top: 45px;
    background: #9c27b0de;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 35px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.fin-btn:hover{
    background: #9c27b0de; 
    transition: 0.3s;   
}

.fin-btn::after{
    background: linear-gradient(45deg, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 75%);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    -webkit-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    -o-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    opacity: 0.7;
    border-radius: 100px;
}

.fin-step{
    max-width: 620px;
    margin-bottom: 106px;
    display: flex;
    gap: 18px;
    align-items: center;
}
.fin-step-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}
.fin-step-desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
.fin-step.even{
    margin-left: 107px;
}
.reg{
    max-width: 1200px;
    margin: auto;
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    gap: 135px;
}
.reg-title{
    font-weight: 500;
    font-size: 35px;
    line-height: 43px;
}
.reg-desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-top: 45px;
}
.reg-desc a{
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #6A1B9A;
}

.reg-desc a:hover{    
    color: #6a1b9aa8;
}

.reg-right img{
    margin-top: 84px;
    width: 100%;
}
/* Pre-load */
.preloader_white_mini {
    position: relative;
    margin: 0 auto;
}
.preloader_white_mini, .preloader_white_mini::before, .preloader_white_mini::after {
    display: block;
    width: 32px;
    height: 32px;
}
.preloader_white_mini::before {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABXpJREFUeNrkm22IVFUYx8%2FMjovFuBK15aZJia69Uu6uuV9MSwgKsZTovT6W1IfCVSgUpBJ6gU2zN7IaQ7I3IxNbgiCzzNrKisrMpLAk2jfNt43VsZ3p%2F3T%2F0eXOOXfmXu+duScP%2FEDvzDnn+c+55zzPec7ZdLFYVFVibdFc1lbLjrQ6wUoUgjPgLnB1jHbOYR+ZWgu+HHwDngZPgZExiJU2V7CPr8DMWgieCN4Cm8D5fHYOuDcGwYvYtpSLwAfse2Ko1gJO+nrwMDhqWHwOgzP53RRoAXeD1aDfZ9HqAzl+t4V1pY2xbFNXhsAyMCKIhn8aDlBS4BPQ7vOdDeBncB2o51vwBdgJfgF9YAgcAaeAM8AEcB6YxmnyJ3gTTAazffraCqbLuMU1wkIbKPiM1gHwJLjUNVJBSLHucvCHTz%2FDtCVQ+2H92UsaA3rAAnByhH4zCxaCXk1%2FuTBthjVkjGtu5cFjNC6ugEHa7gTH2OdB2hC4rbB+bRDsAllwK+donEX66wCvkv18FplbqucCpSuyyHwEfgdtVRDrLttAK+gFH4LTfRbX+iCCH6K%2Fm+J53siOpONrweEaRIeHwFzwNW1p9HwuNn8MHqh0lZ4EjrhWwhdBE+fRt2BVyNU3alK0pZsLZRNtHabtomFCJX74bXCN59kBzll5leaB4YTsBeoYdTXRj2c1Wub6jfCVPn5vFxiVgJH1Mhr85GP3LNP2UFbsTsMv+Re4qUZztlw5CG6gjbqywr3LcguW7deFhkrLwZcJ3uaKbSsNn4mmO3WCd4M9mgoS+z5owd5+KdcYb9nDGL5E8EZwLljiceqPhHXyVS6Dnik5SC2iqavc5mEc6AL7Yw4Z4whBZcOxkW6q4tDyN74Guy0ZXfeovs4FrCdIpJXmfvYVC%2FN0a2h7OojgNgYX3RYK7qYbag0ieAY3CAULBRe5D5geRLD8Op9ZnH7uNo2wDP0bmudXgNUWC5b82f06bbJ5MCXAJnPDYGNpBj8GzUsPWDzCA2ES8YMWCz4URnBB%2FQ+Ln+AGi3U1hBHcaLFgo+3iltYZ3NIki1dpOWjbywCkRPD1mgqv0S11WSpYtoTvgVsqfaUlg9Bu8Ss9zZShMQmWfK+c4qUsFJvilNwSRPA2uqV2S0e3EHSEpYKcz95moeDbGUMXggg+C5wNblSlye0klyxtFtubKhF8ElgMdijnVo6c0M+3SPB82jybLnUxNbl2y%2F8luOaBXw0H3VlLEng9GvtF0xzdycM4MF7zq41RppO4ZJWltNVbxlNbyQhnwHbD+YycvLcmeHSnuG4HeMt31FYywpLaXOATgkr6c3QCR3aUcrKrppTzPcp17uRdtCQc26CpJMel+5STAq1LkFix5WXlXHPS7d%2FluHRTObckN9+OuvxxTjm37WYp50bccwmJwMSGZ5VzBeMypnVyLv8rGjpKahnmxKNgM+eG+3kj2AleAHU1nLN1tOEH2uSdz1t5Y7Dim3hyIeSY0t9wk1%2F0XeUcx9xcg1RQA1%2FjseAq0G8Y%2FREgX2mklVfm63x9fIWkQ7nB01JFsW2M8yWKmmEQq2h7PmjGo9zK2Mx9pyTsO2MOQbPs41MmJppD9xfx1cOOiKOyLNvsqeXVw6llLpfuiFDw51FfLk2HcAUry7ilPsPzS5g2Ok05t9xH8t%2FybKqhTn+ZjOsTQV1kUMGy8m02LQj0gYsMny1TzpmPnAoMkQE+e9xQ5z5lvp2TZ5IuE6dg6UQOqS4A6zWfr+EqGlXZDp7XPF9PG5bQfca+aP2LXPr6vsIrve%2F4zMctPvVOdV0Ul83NzOOx+Xj%2FLOZ9cDG4g%2F%2FvjcElSQy%2FkHN+lc8rXlHJRGCQGPBMzAFHLqqGTri%2FTPtbgAEA1EZTrD32jtkAAAAASUVORK5CYII=) no-repeat;
}
.preloader_white_mini::before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.preloader_white_mini::after {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABBhJREFUeNrsm2tIFFEUx2fNoELSwIq+iJWhRA%2FSBKnFtTAqqA+VXyoikiAQDIsgJPpURgQlIfWpIoLsgdqnykhitQdF+SpQexj2oswgi1722v6XPQsSzsx9zczuugd+sO7MnHP%2F48y995x71xcKhYzRZEnGKLOE4IRgZyyVcN2SHfTtA%2FPBYrAQzAMzQNp%2F5w2C56ATtILb9NmR3tTnQC+dCzaCEpAh6eMFqAPn6CboMyZYE8UgGNJvQfKtpZ063uEscAVcBwEHnsIA+b5KsTzrtNg7WgEegZUu9DcrKNYOiu2q4BRQD6rBOBc7WRbrCL3fKW4JngqCYI2Hw+laasMUp4elyaAZZEs29AM4C9qH9egbQLqErzxqSyEYcKKXTgEPFXrbOpA2gl%2F2Xb2C37tgAq8OXrE+xUY1gzEW%2FseCmwr+66mN2oalcnpvZI315n8sjv+ic1Te6XJdM60sGg5ke+M+MF1ghiU7O%2FsB5oJnqr10jeLQ81rg3FeKQ1aN6rBUTAO+iqU7dK7Z5KRYRfAei2NfORuRzflIzxQY7r5bHNsrKzgfFFkcZ9lQlU3wyBS0ikPEAU6hVTYdaCGlo8Lj8DGbocBP52WACxxDx0GQNEIc9t0hjusbQBZd47c5t0Z0HGaN6OcUHKEItNlc0w62gXyCfe6wuaaTfA+PZSf4rcnNNRWcy3HH%2FSY3aisY0JAHMx9lIHmEOH6O6%2FNEJh5LJXvJv+AEmAUOg58SPn6Do+TjOP0tm0dzd1q5isMDq1PtAnNAo8B1jVQHqyAfKpYnIjhHUxr3lIoDjJcW570Dq+i8Lk2xZ4sIztScSzfS9NTM2HTwsuY8PlPkwkkcDs+DUpdr22xM30Kx7SyNV%2FBEzuDTwEnwACxyQWwBuANOUWweS9VZxIvYAnAL1CpkOnY3tpbEFjhRtfws+aitBz1gt0axrLd+Qr5lKpWfeP%2FDHyUbOB6UaRRcKludNBvWkiyS9li3PhHBPXEguEtEcFscCG4VEXwjDgQ3iwjuAO9jWCxre7uIYJb11MWw4IukQWhOejqGBZ+RmYTfBy0xKLaF2i6VdeyLQcH7VdKsJsEE3mu7ZoR3CyjllduN8DJGtBtro+36Eo9gVrWojAHBldRWLVULVlRriGKxDdRGQ5dgtsS4OUqnnPfAJoNzI5tIAeCLEV6sehxFYlmSsxp8UykAWBnbSxEwdO+Ok08OAobI%2Fg5DrsTTb4QX2S55%2FM4Wycz3ZWta7PFeB3aCIReFDlHMEmqD4ZbgSEfGNqaxIl7QBbFBilVtKOy01VG17AZLwDKzHFRDXrucYnSrOtO5X7qJyNHok+3269V595xYNTCrh70xee%2FYd2brTr26G+fz6Gc8kWWQQbcDJxve2KBHcRO%2FakkIjjf7J8AAJpCcb5SurHgAAAAASUVORK5CYII=) no-repeat;
}
.preloader_white_mini::before, .preloader_white_mini::after {
    position: absolute;
    content: "";
    background-size: cover;
}
@-moz-keyframes spin {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* Select 2 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 48.5px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    text-align: left;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    height: 48px;
    gap: 2px;
}
.f32 {
    margin-top: -2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px !important;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-results__option--selectable {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.input-field .select2-container{
    width: 100% !important;
}
.group-mobile{
    display: flex;
    flex-direction: column;
}
.group-mobile .select2-container{
    width: 26% !important;
    border-right: 0;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.telnum {
    border-left: 0 !important;
    border-radius: 0px 10px 10px 0px !important;
}
/* Form */
.form-container{
    padding: 60px;
    border-radius: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}
.form-container .content-container{
    flex-direction: row;
    max-width: none;
    justify-content: space-between;
}
.form-container .content-container .flex{
    flex-direction: column;
    align-items: flex-start;
}
.form-container .text-content{
    width: 50%;
    gap: 30px;
}
.form-container .text-content img{
    width: 146px;
    position: relative;
    left: calc(100% - 190px);
    top: 50px;
}
.form-container .text-content div{
    max-width: 500px;
}
.form-container .form-content{
    width: 50%;
    gap: 20px;
}
.form-content .text{
    font-weight: 400;
    font-size: 14px;
    line-height: 104.5%;
    width: 100%;
}
.form-container .content-container .title {
    margin-top: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
}
.input-field{
    width: 550px;
}
.form-container .black-button {
    width: 100%;
    text-align: center;
    border: 0;
    font-size: 16px;
}
.line{
    width: 100%;
    border-bottom: 1px solid #ffffff;
}
.form-footer{
    font-size: 22px;
    text-align: center;
}
.form-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.form-content{
    margin-top: 45px;
}

.group-iagree label{
    width: 100%;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.input-field input{
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
backdrop-filter: blur(20px);
padding-left: 10px;
font-size: 16px;
font-family: 'Montserrat';
/* Note: backdrop-filter has minimal browser support */

border-radius: 10px;
}
.input-field{
    min-width: 550px;
    margin-bottom: 18px;
}
.select2-container--default{
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
backdrop-filter: blur(20px);
/* Note: backdrop-filter has minimal browser support */

border-radius: 10px;
}
.telnum{
    min-width: unset !important;
}
.submit{
    display: flex;
    margin:auto;
    margin-top: 30px;
    background: #9c27b0de;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 35px;
    min-width: 240px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.submit::after{
    background: linear-gradient(45deg, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 75%);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    -webkit-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    -o-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    opacity: 0.7;
    border-radius: 100px;    
}

.submit:hover{
    background: #7b1d8bde;
    box-shadow: 0px 3px 18px #7b1d8b61;
    transition: 0.3s;
}

.form-text{
    max-width: 236px;
    margin: auto;
    margin-top: 22px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;

    color: rgba(0, 0, 0, 0.5);
}
.form-wrapper{
    padding: 45px 55px;
    background: rgba(251, 243, 244, 0.4);
border: 0.5px solid rgba(156, 39, 176, 0.2);
backdrop-filter: blur(20px);
/* Note: backdrop-filter has minimal browser support */

border-radius: 10px;
}
.input-field .select2-container {
    background: #FFF;
}
.form-label{
    margin-bottom: 10px;
    margin-left: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.invalid-feedback{
    text-align: left;
    display: block;
    padding-left: 34px;
    margin-left: 15px;
    color: #9D0000;
    line-height: 35px;
    font-size: 13px;
    margin-right: 15px;
    background: url(/i/img/error.svg), #FEEFEF;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    width: 99%;
    border-radius: 5px;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.iagree-container a{
    color: initial;
}
.iagree-container a:hover{
    color: #000000a8;
}

.reg-left-txt{
    margin-top: 22px;
    font-weight: 400;
font-size: 18px;
line-height: 24px;
/* or 133% */

text-align: justify;
}
.footer-wrapper{
    margin-top: 80px;
    background: #FBF4F3;
}
.footer{
    max-width: 1200px;
    margin: auto;

    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 31px 0;
    align-items: center;
    justify-content: space-between;

}
.fs-left{
    position: relative;
}
.dotline{
    position: absolute;
    position: absolute;
    left: 70%;
    top: 90%;
}
.dotline2{
    position: absolute;
    position: absolute;
    left: 0;
    top: 80%;
}

.promo_lession_block{
    width: 1316px;
    margin: 30px auto;
    text-align: center;
}

.promo_lession_block h4{
    font-size: 35px;
    font-weight: 500;
}

.promo_lession_block a{
    text-decoration: none;
    color: #9C27B0;
    line-height: 40px;
    font-size: 20px;
}

.lession_block_body_one{    
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    margin-top: 50px;
    align-items: center;
}

.lession_block_body_one .img_block img{
    max-width: 512px;
}

.lession_block_body_one .txt_block{
    text-align: left;
    line-height: 40px;
    font-size: 20px;
}

.lession_block_body_two{
    display: flex;
    align-items: center;
}

.lession_block_body_two .img_block{
    width: 15%;
    float: left;
}

.txt_block_two{  
    text-align: left;
    line-height: 40px;
    font-size: 20px;
    width: 85%;
    float: left;
    padding-right: 100px;
}

.txt_block_two h4{font-size: 40px;line-height: 110px;}

.promo_lession_block_cotainer{
    padding-top: 195px;
}

.promo_lession_block_cotainer_two{    
    background: url(/i/img/beginners-landing/fill_2.svg), url(/i/img/beginners-landing/fill_2.svg), linear-gradient(190.4deg, rgb(225 190 231 / 5%) 23.61%, rgba(255, 236, 179, 0.2) 107.05%);
    /* background: url(/i/img/beginners-landing/fill_2.svg), url(/i/img/beginners-landing/fill_2.svg), linear-gradient(190.4deg, rgb(225 190 231) 23.61%, rgba(255, 236, 179, 0.2) 107.05%); */
    margin: 0 0 40px 0!important;
    background-repeat: no-repeat;
    background-position: top -98px right 30%, bottom -22px left 25%, top center;
    padding-bottom: 25px;
}

.lession_block_body_two .img_block img{
    max-width: 180px;
}

.txt_block_two .img_block_two{
    display: none;
    max-width: 140px;
    margin: 0 auto;
}


.trader_btn{
    border: none;
    background: rgba(156, 39, 176, 1);
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;

}

.top_trader_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    padding-top: 15px;
    padding-bottom: 100px;
}

.top_trader_container .top_trader_item img{
    width: auto;
}

.top_trader_container .top_trader_item p{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
}

.top_trader_btn_block{
    min-height: 136px;
    /* background: url('/i/img/beginners-landing/group_1567.png') no-repeat; */
    background-position: center top 7px;
}

@media (max-width: 1920px){
    .promo_lession_block_cotainer {
        padding-top: 7%;
    }
}

@media (min-width: 1900px){
    body {
        background-size: contain;
    }
    .finance-wrap {
        /* background-size: auto; */
    }
    .finance-wrap-btm{
        /* background-size: contain; */
    }
}
@media (min-width: 1500px){
  .finance-wrap-btm {
    /* background-size: 915px; */
  }
}
@media (max-width: 1440px){
    .header {
        margin-top: 136px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar {
        margin-top: 40px;
    }
    .header-sub {
        margin-top: 23px;
    }
    .header-btn {
        margin-top: 39px;
    }
    .header-list {
        margin-top: 69px;
    }
    .header-list li {
        margin-bottom: 30px;
    }
    .whatis , .forex , .finance , .reg , .navbar{
        padding-left: 25px;
        padding-right: 25px;
    }

    .finance{
        gap: 100px;
    }
    .footer {
        padding: 31px 25px;
        gap: 30px;
    }

}
@media (max-width: 1365px){
    .promo_lession_block{
        width: 96%;
        text-align: center;
        padding: 0 10px;
    }

    .lession_block_body_two .img_block img{
        max-width: 100%;
    }

    .txt_block_two h4{
        line-height: normal;
        padding-bottom: 20px;
    }
}

@media (max-width: 1200px){
    .show_1200{
        display: block;
    }
    .hide_1200{
        display: none;
    }
    .reg-title , .reg-desc{
        text-align: center;
    }
    .form-wrapper{
        margin-top: 32px;
    }

    .whatis {
        flex-direction: column;
        align-items: center;
        gap: 75px;
    }
    .reg{
        flex-direction: column;
    }
    .finance{
        flex-direction: column;
        padding-top: 50px;
        gap: 150px;
    }
    .form-content {
        max-width: 550px;
        margin: auto;
        margin-top: 45px;
    }
    .finance-wrap-btm {
        background: url(/i/img/beginners-landing/Feature3-2.png) no-repeat;
        background-position: top right;
        background-size: 50%;
    }

    .finance-wrap {
        background: url(/i/img/beginners-landing/Polygon-7.png) no-repeat;
        background-repeat: no-repeat;
        background-size: 44.5%;
        background-position: left top;
    }
}
@media (max-width: 1199px){
    .top_trader_container .top_trader_item p{
        width: 90%;
    }
}

@media (max-width: 1024px){
    body {
        background: url(/i/img/beginners-landing/Mask1.png) no-repeat;
        background-size: contain;
    }
    .nav-left a:not(:first-child){
        display: none;
    }
    .header {
        padding-right: 125px;
    }
    .header-title {
        font-size: 35px;
        line-height: 45px;
    }
    .header-sub {
        font-size: 26px;
        line-height: 32px;
    }
    .header-list li {
       max-width:360px;
    }
    .whatis {
        margin-top: 100px;
        gap: 75px;
    }
    .whatis-wrapper {
        background: url(/i/img/beginners-landing/Fill-2.svg) no-repeat;
        width: 520px;
        background-position: right;
        padding: 100px 0;
    }
    .whatis-left {
        width: 500px;
        margin: auto;
        padding: 26px 14px;
        text-align: center;

    }
    .whatis-title {
        font-size: 26px;
        line-height: 45px;
    }
    .whatis-sub {
        font-size: 26px;
        line-height: 32px;
    }
    .whatis-desc {

        font-size: 18px;
    }
    .forex {
        margin-top: 180px;
    }
    .forex-title {
        font-size: 26px;
        line-height: 32px;
    }
    .forex-item-img img{
        width: 165px;
    }
    .forex-item {
        gap: 20px;
        margin-bottom: 43px;
    }
    .finance-wrap {
        background: url(/i/img/beginners-landing/Polygon-7.png) no-repeat;
        background-size: 75%;
    }
    .finance-wrap-btm {
        background-size: 35%;
        background-position-y: 150px;
    }
    .fin-title {
        font-size: 26px;
        line-height: 32px;
    }
    .fin-sub {
        font-size: 19px;
        margin-top: 18px;
    }
    .fin-btn {
        margin-top: 39px;
    }
    .fin-left{
        margin-left: 15px;
        max-width: 420px;
        margin-top: 60px;
    }
    .fin-step-title {
        font-size: 20px;
        line-height: 22px;
    }
    .fin-step-desc {
        font-weight: 400;
        line-height: 22px;
    }
    .reg {
        margin-top: 140px;
        gap: 22px ;
    }
    .reg-title {
        font-size: 26px;
        line-height: 32px;
    }
    .reg-desc {
        line-height: 25px;
        margin-top: 30px;
    }
    .form-title{
        max-width: 360px;
        margin: auto;
    }
    .reg-right img{
        width: 376px;
    }
    .reg-right{
        text-align: center;
    }
}

@media (max-width: 991px){
    .txt_block_two h4 {
        font-size: 25px;
    }

    .txt_block_two{
        width: 58%;
        padding-right: 0;
    }

    .lession_block_body_two .img_block {
        width: 42%;
    }

    .promo_lession_block a, .txt_block_two p{
        line-height: 30px;
    }

    .lession_block_body_one .img_block img {
        max-width: 250px;
    }

    .lession_block_body_one .txt_block{
        line-height: 30px;
    }

    .top_trader_container .top_trader_item img {
        max-width: 200px;
    }
    
}

@media (max-width: 767px){
    .lession_block_body_one{    
        grid-template-columns: repeat(1, 1fr);   
        margin-top: 20px;     
    }

    .txt_block_two h4{
        font-size: 17px;
        line-height: 18px;
    }
    
    .lession_block_body_one .img_block img{width: 220px;}
    .promo_lession_block_head h4 {
        font-size: 17px;
        line-height: 18px;
        padding: 0 50px;
    }

    .promo_lession_block_cotainer{padding-top: 0;}

    .lession_block_body_one .txt_block{
        text-align: center;
    }
    .promo_lession_block a, .lession_block_body_one .txt_block, .txt_block_two p{
        line-height: 20px;
        font-size: 14px;
    }

    .top_trader_container{
        grid-template-columns: repeat(1, 1fr);
    }

    .top_trader_item{
        padding-bottom: 20px;
    }
}

@media (max-width: 768px){
    body {
        background: url(/i/img/beginners-landing/Mask2.png) no-repeat;
        background-size: contain;
    }
    .input-field {
        min-width: unset;
        width: 100%;
    }
    .reg-right img {
        width: 100%;
        margin-top: 13px;
    }
    .fs-left img{
        width: 40px;
    }
    .dotline{
        display: none;
    }
    .forex-item {
        flex-direction: column;
    }
    .nav-left img{
        width: 128px;
    }
    .fin-step.even {
        margin-left: 0;
    }
    .footer img{
        display: none;
    }
    .whatis, .forex, .finance, .reg, .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar {
        margin-top: 37px;
    }
    .nav-right {
        font-size: 18px;
        line-height: 22px;
        border: none;
        gap: 10px;
    }
    .header {
        margin-top: 68px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
    }
    .header-sub {
        margin-top: 20px;
        font-size: 17px;
        line-height: 18px;
        /* or 106% */

        text-align: center;
    }
    .header-btn {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        padding: 14px 30px;
        display: flex;
        margin: auto;
        margin-top: 26px;
        cursor: pointer;
    }
    .header-list {
        margin-top: 45px;
        margin-left: 10px;
    }
    .header-list li {
        max-width: unset;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .header-wrap {
        background-size: 100%;
        background-position: bottom right;
        padding-bottom: 160px;
        background-size: 320px;
    }
    .header-list {
        list-style-image: url(/i/img/beginners-landing/Fill2-1.svg);
    }
    .whatis {
        margin-top: 40px;
        gap: 45px;
        padding: 0;
    }
    .whatis-wrapper {
        width: 100%;
        background-position: center;
        min-width: unset;
    }
    .whatis-left {
        width: 100%;
        min-width: unset;
        width: unset;
        margin-left: 20px;
        margin-right: 20px;
        padding: 25px 22px;
    }
    .whatis-title {
        font-size: 17px;
        line-height: 45px;
    }
    .whatis-sub {
        font-size: 17px;
        line-height: 20px;
    }
    .whatis-desc {
        font-size: 17px;
        line-height: 20px;
    }
    .submit {
        width: 100%;
        padding: 0;
        justify-content: center;
        padding: 14px 0;
    }
    .forex {
        margin-top: 90px;
    }
    .forex-title{
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
    }
    .forex-item-desc{
        text-align: center;
    }
    .forex-item-title {
        font-size: 16px;
        line-height: 20px;
    }
    .forex-tem-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }
    .finance-wrap-btm{
        background: none;
    }
    .finance-wrap{
        margin-top: 120px;
        background-size: 100%;
        background: url(/i/img/beginners-landing/Polygon\ 7-1.png) no-repeat;
        background-size: contain;
    }
    .fin-title {
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
    }
    .fin-left {
        max-width: unset;
        margin: 0;
    }
    .fin-sub {
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }
    .fin-btn {
        margin-top: 39px;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        width: 100%;
    }
    .finance{
        gap: 40px;
    }
    .fin-step {
        gap: 8px;
        align-items: flex-start;
        margin-bottom: 12px;
    }
    .fin-step-title {
        font-size: 15px;
        line-height: 18px;
    }
    .fin-step-desc{
        margin-top: 6px;
        font-size: 14px;
        line-height: 18px;
    }
    .dotline2{
        display: none;
    }
    .fs-right{
        margin-top: 15px;
        max-width: 375px;
    }
    .reg{
        margin-top: 109px;
        padding: 0;
    }
    .reg-title{
        font-size: 17px;
        line-height: 20px;
        padding: 0 20px;
    }
    .reg-desc , .reg-desc a {
        font-size: 14px;
        line-height: 18px;
        margin-top: 18px;
        padding: 0 20px;
    }
    .form-wrapper {
        margin-top: 38px;
        padding: 25px 0;
        border-radius: 0;
        border: 0.5px solid rgba(156, 39, 176, 0.2);
        backdrop-filter: blur(20px);
    }
    .form-title {
        font-size: 15px;
        line-height: 18px;
    }
    .form-content {
        margin-top: 20px;
        padding: 0 20px;
    }
    .form-label {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 3px;
    }
    .input-field {
        margin-bottom: 12px;
    }
    .reg-left-txt {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        padding: 0 20px;
    }
    .footer {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 17px;
    }
    .footer-wrapper {
        margin-top: 20px;
    }
    .dotline3{
        display: block;
        position: absolute;
        top: 100%;
        width: unset !important;
        left: 50%;
    }
    .finance{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px){
    .lession_block_body_two .txt_block_two{
        width: 100%;
        text-align: center;
    }

    .lession_block_body_two .img_block{
        display: none;
    }

    .txt_block_two .img_block_two{
        display: block;
    }

    .txt_block_two h4 {        
        padding: 0 30px 20px 30px;
    }
}
