@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container-xl{
    width: 100%;
    max-width: 1248px;
    padding-inline: 23px;
    margin-inline: auto;
}
.container-xls{
    width: 100%;
    max-width: 1200px;
    padding-inline: 23px;
    margin-inline: auto;
}
.telegram-btn {
    cursor: pointer;
    margin: 0 auto 1rem;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    scroll-behavior: smooth;
}
a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.section-padding{
    padding-block: 80px;
}
.header-block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: relative;
}
p{
    font-size: 17px;
    color: #222222;
    line-height: 1.5em;
    font-weight: 400;
}
h2{
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}
h3{
    font-size: 29px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}
.main-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    padding-inline: 40px;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 1200px;
}
.logo-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-header img{
    margin-right: 16px;
}
.logo-header a{
    font-size: 25px;
    line-height: 60px;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    color: #fff;
}

.menu-list{
    list-style: none;
    display: flex;
    align-items: center;
}
.sm-menu-icon{
    display: none;
    cursor: pointer;
    fill: #fff;
}
.menu-list li {
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
}
.menu-list li a{
    text-decoration: none;
    padding-inline: 20px;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    line-height: 60px;
    color: #fff;
}
.language-selector {
    position: relative;
    margin: auto;
}
.current-language {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-color: #16243e;
}
.language-selector:hover .language-menu {
    display: block;
    opacity: 1;
}
.current-language-name{
    color: #4b9cb4;
    line-height: normal;
    font-size: 15px;
    line-height: 60px;
}
.current-language img {
    width: 18px;
    margin-right: 4.5px;
}
.current-language span svg{
    margin-left: 10px;
    fill: #4b9cb4;
    position: relative;
    top: 3px;
}
.language-menu {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    display: none;
    position: absolute;
    width: 100%;
    max-width: 200px;
    transition: opacity 80ms linear;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    max-height: 350px;
    overflow-y: auto;
    padding-bottom: 8px;
    background-color: #16243e;
    left: 0;
}
.language-menu li:first-child {
    border-top: none;
}
.language-menu a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    line-height: normal;
}
.language-menu a span{
    line-height: normal;
    font-size: 14px;
}
.language-menu a:hover {
    color: #4b9cb4;
}
.language-menu img {
    width: 20px;
    margin-right: 5px;
}
.lg-none{
    display: none;
}
/* hero-section */
.hero-section{
    position: relative;
    top: 0;
}
.bg-hero{
    background-image: url(./images/background-hero.png);
    background-color: #16243e;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 240px 0px 190px;
}
.hero-inner-wrapper{
    width: 100%;
    max-width: 1246px;
    padding-inline: 23px;
    margin-inline: auto;
    display: flex;
    align-items: center;
}
.hero-left{
    width: 60%;
    padding-left: 0px;
}
.hero-left h1{
    font-size: 65px;
    line-height: 78px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}
.hero-left p{
    font-size: 17px;
    line-height: 25.5px;
    color: #fff;
    margin-bottom: 20px;
    margin-bottom: 25.5px;
}
.hero-right{
    width: 40%;
    padding-left: 36px;
}
.hero-right h5{
    font-size: 23px;
    text-align: center;
    color: #fff;
    margin-bottom: 34.5px;
    line-height: 34.5px;
}
.hero-form input{
    display: block;
    padding: 14px 16px;
    width: 100%;
    background: white;
    background-color: #ffffff;
    padding: 14px 16px;
    border-radius: 2px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 25%);
    transition: all 0.2s linear;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25.5px;
    color:#222222;
    border: 1px solid #818a91;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.hero-form input::placeholder{
    font-size: 17px;
    line-height: 25.5px;
}
.secure-btn{
    width: 100%;
    background: linear-gradient(to top right, #194f70, #4f9bb4);
    color: #FFFFFF;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 52%);
    fill: #FFFFFF;
    border: none;
    border-radius: 20px;
    outline: none;
    padding: 20px 48px;
    font-weight: semi-bold;
    font-size: 17px;
    white-space: inherit;
    font-size: 17px;
    line-height: 25.5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
/* <!-- Disclaimer --> */
.join-bitcoin-alrex{
    background-color:#f7f8f9;
}
.disclaimer-content{
    font-size: 15px;
    line-height: 22.5px;
    color: #222222;
    font-weight: 400;
    font-style: italic;
}
.disclaimer-content span{
    color: #1e73be;
}
.disclaimer-para-one{
    margin-bottom: 1.5em;
}
/* <!-- join-bitcoin-section --> */
.join-alrex-wrapper{
    display: flex;
}
.join-alrex-left{
    width: 50%;
    background-image: url(./images/join-alrex-bg-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    overflow: hidden;
}
.join-alrex-left img{
    border-radius: 20px;
}
.join-bitcoin-alrex-para{
    margin-bottom: 1.5em;
}
.join-alrex-right{
    width: 50%;
    padding-left: 40px;
}
.join-btn{
    display: inline-flex;
    padding: 15px 20px;
    border-radius: 12px;
    background-image: linear-gradient(30deg, #316985, rgb(75,156,180));    
    transition: all 0.5s ease;
    word-wrap: break-word;
    border: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    cursor: pointer;
}
.join-btn:hover{
    transform: translate3d(0, -7px, 0);
}
/* chinese-proverb */
.proverb{
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, #004d6e, #00accc);
}
.proverb::before {
    content: "";
    background-image: url(./images/proverb-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    z-index: 999;
}
.proverb-contents{
    padding-block: 20px;
}
.proverb-contents h6{
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
}
.proverb-contents p{
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
/* <!-- why-participate-in-online-trading-section--> */
.why-participate-trading{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.why-participate-trading::before{
    content: "";
    background-image: url(./images/why-trading-section-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.27;
}
.why-participate-trading-inner{
    width: 100%;
    z-index: 99;
    position: relative;
}
.online-trading-title{
    font-family: sans-serif;
    margin-bottom: 20px;
    text-align: center;
}
.why-participate-trading-inner-wrapper{
    display: flex;
    flex-direction: column;
    gap: 40px 0px;
}
.why-participate-trading-items{
    display: flex;
    align-items: center;
}
.why-participate-trading-left{
    width: 50%;
}
.why-participate-trading-left p{
    margin-bottom: 1.5em;
}
.why-participate-trading-right{
    width: 50%;
    padding-left: 40px;
    display: flex;
    justify-content: center;
}
.why-participate-trading-right img{
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    z-index: 99;
    width: 100%;
    max-width: 456px;
}
.trading-items-two .why-participate-trading-left{
    order: 2;
    padding-left: 40px;
}
.trading-items-two .why-participate-trading-right{
    order: 1;
    padding-left: 0px;
}
.registrer-btn{
    display: inline-flex;
    padding: 15px 20px;
    border-radius: 12px;
    background-image: linear-gradient(30deg, #316985, rgb(75,156,180));    
    transition: all 0.5s ease;
    word-wrap: break-word;
    border: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    cursor: pointer;
    margin-top: 1.5em;
    font-weight: 700;
}
.registrer-btn:hover{
    transform: translate3d(0, -7px, 0);
}
/* <!-- start-your-jouney with-bit-coin-alrex-section--> */
.journey-with-bitcoin-alrex{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: linear-gradient(91deg, rgb(75,156,180), #316985);
    width: 100%;
}
.journey-with-bitcoin-alrex::before {
    content: "";
    background-image: url(./images/journey-with-alrex-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
}
.journey-with-bitcoin-alrex h2{
    color: #fff;
}
.journey-with-bitcoin-alrex p{
    color: #fff;
    margin-bottom: 1.5em;
}
/* <!--benefits-of-bitcoin-alrex-section --> */
.benefits-of-bitcoin-alrex h2{
    text-align: center;
    margin-bottom: 50px;
}
.benefits-of-bitcoin-alrex h2 span{
    color:#4b9cb4;
    text-transform: uppercase;
}
.benefits-cards-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.benefits-card-items{
    width: calc(33.333% - 40px);
    padding: 25px;
    border-radius: 20px;
    border-top: 2px solid #316985;
    border-right: 2px solid #4b9cb4;
    border-bottom: 2px solid #4b9cb4;
    border-left: 2px solid #316985;
    background-color: #f7f8f9;
}
.benefit-icon{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.benefit-icon svg{
    color: #316985;
    width: 43.5px;
    height: 58px;
}
.benefits-card-items-inner h3{
    text-align: center;
    color: #222222;
    margin-bottom: 20px;
}
.benefits-card-items-inner p{
    text-align: center;
    margin-bottom: 1.5em;
}
.btn{
    display: inline-flex;
    padding: 15px 20px;
    border-radius: 12px;
    background-image: linear-gradient(30deg, #316985, rgb(75,156,180));    
    transition: all 0.5s ease;
    word-wrap: break-word;
    border: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    cursor: pointer;
    margin-top: 1.5em;
    font-weight: 700;
}
.btn:hover{
    transform: translate3d(0, -7px, 0);
}
.unlock-trading-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unlock-btn{
    margin-top: 30px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* <!-- setUp-new-account-via-alrex-section --> */
.setUp-newAccount-via-alrex{
    background-image: url(./images/setup-account-via-alrex-bg.png);
    background-color: #16243e;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.setUp-newAccount-title span{
    color: #4b9cb4;
    text-transform: uppercase;
}
.setUp-newAccount-desc{
    margin-bottom: 35px;
    color: #fff;
}
.setUp-steps-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.setUp-steps-cards{
    width: calc(33.33% - 40px);
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #4b9cb4;
    background-color: #ffffff;
    color: #16243e;
    min-height: 250px;
}
.step-num{
    display: inline-flex;
    font-size: 30px;
    padding: 15px 23px;
    margin-top: -60px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #4b9cb4;
    background-color: #ffffff;
    color: #4b9cb4;
    text-decoration: none;
}
.setUp-steps-cards span{
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}
.create-btn{
    margin-top: 30px !important;
}
/* <!-- trading-applications-and-platforms --> */
.container-trading-app{
    width: 100%;
    max-width: 1246px;
    margin-inline: auto;
    padding-inline: 23px;
}
.trading-app-and-platform{
    background-color: #f7f8f9;
}
.trading-app-and-platform h2{
    text-align: center;
}
.trading-info-table{
    overflow: auto;
    margin-bottom: 1.5em;
}
.trading-info-table table{
   min-height: 530px;
   overflow-x: auto;
}
.trading-info-table table{
    border-collapse: collapse;
}
.trading-info-table table tbody tr td{
    border: 1px solid;
    padding: .5em;
    line-height: 1.5em;
    font-size: 17px;
    color: #222222;
}
.trading-info-table table tbody tr .td-version{
    width: 22%;
}
.trading-info-table table tbody tr td a{
   color: #1e73be;
   transition: .1s ease-in-out;
   text-decoration: none;
}
.trading-info-table table tbody tr td a:hover{
    color: #222222;
    text-decoration: underline;
}
/* <!-- faq-section --> */
.faq-section{
    padding-top: 80px;
}
.faq-container-xl{
    width: 100%;
    max-width: 1200px;
    padding-inline: 23px;
    margin-inline: auto;
}
.faq-desc{
    margin-bottom: 35.5px;
}
.faq-dropdown-block{
    width: 100%;
    max-width: 1246px;
    padding-inline: 23px;
    margin-inline: auto;
    margin-bottom: 10px;
}
.faq-item {
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #d1dfee;
    overflow: hidden;
    border-radius: 5px;
}
.faq-button {
    width: 100%;
    background: #fdfeff;
    border: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    margin: 0;
    line-height: 19.6px;
    padding: 17px 56px 17px 12px;
    cursor: pointer;
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.faq-button::before {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 56px;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 700;
    color: #000;
    font-size: 20px;
    transition: transform 0.3s ease;
}
.faq-button.active::before {
    content: "–";
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 12px;
    background-color: #fff;
  
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.faq-answer.show {
    max-height: 800px; 
    padding: 12px;
    overflow-y: auto;
    border-top: 1px solid #d1dfee;
}

.faq-answer p {
    margin-bottom: 24px;
    font-size: 16px;
}

/*<!-- mian-heighLights-section --> */
.highlight-title span{
    color: #4b9cb4;
    text-transform: uppercase;
}
.highLight-table{
    border-bottom: 1px solid #f0f0f0;
}
.highLight-table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
}
.highLight-table table td {
    border: none;
    text-align: left;
    padding: .5em;
    color: #222222;
    line-height: 1.5em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: 400;
    width: 50%;
}
.highLight-table table  tr:nth-child(odd) {
    background-color: #f0f0f0;
}
/* <!-- over-view-section --> */
.overview-wrapper{
    display: flex;
}
.overview-title{
    text-transform: uppercase;
}
.overview-title span{
    text-transform: uppercase;
    color: #4b9cb4;
}
.overview-subtitle{
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom:20px;
    font-weight: 400;
}
.overview-left{
    width: 60%;
}
.overview-para{
    margin-bottom: 1.5em;
}
.stars-wrapper{
    display: flex;
    align-items: baseline;
}
.stars-wrapper span{
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}
.starts-wrapper{
    position: relative;
    margin-left: 15px;
    top: 4px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.starts svg{
    width: 20px;
}
.overview-right{
    width: 40%;
    padding-left: 15px;
}
.overview-right img{
    width: 100%;
    max-width: 461.59px;
}
.rating{
    padding-top: 15px;
    padding-bottom: 20px;
}
.review-pros{
    margin-block: 20px;
}
.review-pros h4{
    font-size: 24px;
    line-height: 36px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}
.review-list{
    margin: 0 0 0 3em;
    padding-bottom: 1.5em;
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
    color: #222222;
}
.cons{
    margin-top: 40px;
}
/* <!-- growth-of-bitcoin-alrex-section --> */
.growth-bitcon-alrex{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #fff;
    background-image: linear-gradient(91deg, #4b9cb4, #316985);
}
.growth-bitcon-alrex::before{
    content: "";
    background-image: url(./images/growth-section-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40%;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
}
.growth-bitcon-alrex h2{
    line-height: 1.2em;
    text-transform: uppercase;
}
.growth-bitcon-alrex-desc{
    margin-bottom: 1.5em;
    color: #fff;
}
/* footer-section */
.footer-section{
    padding: 60px 23px 30px;
    background-color: #16243e;
    color:#fff;
    background-image: url(images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer-container{
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
}
.footer-inner{
    display: flex;
}
.footer-left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-left img{
    margin-bottom: 20px;
}
.footer-right{
    width: 50%;
    padding-left: 40px;
}
.footer-desc{
    font-size: 13px;
    color: #fff;
    margin-bottom: 1.5em;
    line-height: 19.5px;
    font-weight: 400;
}
.footer-info-links{
    display: flex;
    width: 100%;
    gap: 40px;
    margin-top: 40px;
}
.footer-empty, .footer-mail, .footer-links{
    width: calc(33.333% - 40px);
} 
.single-links{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color .1s ease-in-out;
}
.single-links span{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.single-links svg{
    position: relative;
    top: 2px;
    fill: #fff;
}
.footer-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.privacy{
    margin-bottom: 16px;
}
.privacy:hover svg{
    fill: #4b9cb4;
}
.privacy:hover span{
    color: #4b9cb4;
}

.terms:hover svg{
    fill: #4b9cb4;
}
.terms:hover span{
    color: #4b9cb4;
}
.xbt-v:hover svg{
    fill: #4b9cb4;
}
.xbt-v:hover span{
    color: #4b9cb4;
}
.footer-mail{
    display: flex;
    justify-content: center;
}
.footer-mail a{
    color: #fff;
    text-decoration: none;
    transition: color .1s ease-in-out;
    font-size: 17px;
}
.footer-mail a:hover{
    color: #4b9cb4;
}
.copyRIght{
    padding: 20px 23px;
    background-color: #16243e;
    width: 100%;
}
.copyRIght span{
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
}
.scroll-top-btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    cursor: pointer;
    z-index: 999;
}
.scroll-top-btn svg{
    width: 16px;
    cursor: pointer;
}
/* about-page */
.hero-about{
    padding: 150px 23px 50px !important;
}
.hero-title{
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    text-align: center;
    width: 100%;
}
.who-we-are-wrapper{
    display: flex;
}
.who-we-title{
    color: #4b9cb4;
}
.who-we-desc{
    margin-bottom: 1.5em;
} 
.who-we-desc a{
    transition: .1s ease-in-out;
    color: #4b9cb4;
    text-decoration: none;
}
.who-we-desc a:hover{
    color: #222222;
    text-decoration: underline;
}

.who-we-are-left{
    width: 60%;
}
.offers-block{
    margin-bottom: 40px;
}
.offers-block-inner{
    padding-block: 20px;
    border-top: 1px solid #4b9cb4;
    border-bottom: 1px solid #4b9cb4;
    display: flex;
    justify-content: space-between;
}
.offer-items{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.offer-icon svg{
    width: 68px;
    height: 68px;
    fill: #4b9cb4;
    margin-bottom: 10px;
}
.offer-para{
    margin-bottom: 1.5em;
}
.who-we-are-right{
    width: 40%;
    padding-left: 40px;
}
.who-we-are-right h2{
    color: #222222;
}

.dupli-form  input{
    border: 1px solid #818a91 !important;
}
.aim-desc{
    margin-bottom: 1.5em;
}
.join-btn-about{
    margin-top: 20px;
}
.proverb-about{
    padding: 20px;
    margin-bottom: 30.6px;
}
.proverb-about h6{
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    color: #fff;
    line-height: 30.6px;
    margin-bottom: 1.596em;
    font-weight: 400;
}
.proverb-about p{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 30.6px;
    text-align: center;
    color: #fff;
}
.expand-title{
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
.expand-title span{
    color: #4b9cb4;
}
.expand-trading-opportunity{
    display: flex;
    align-items: center;
}
.expand-tra-op-left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expand-tra-op-left img{
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
}
.expand-tra-op-right{
    padding-left: 40px;
    width: 50%;
}
.trading-opportunity-title{
    margin-bottom: 20px;
    text-align: center;
}
.trading-opportunity-desc{
    text-align: center;
    margin-bottom: 1.5em;
}
.trading-opportunity-wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px 0px;
}
.order-left{
    order: 1;
    padding-left: 0px;
}
.order-right{
    order: 2;
    padding-left: 40px;
}
/* contact-css-started */
.need-help-sec{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(images/need-help-sec-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.need-help-wrapper{
    display: flex;
    align-items: center;
}
.need-help-left{
    width: 60%;
}
.need-help-left h2{
    text-transform: uppercase;
}
.need-help-left h2 span{
    color: #4b9cb4;
}
.need-help-left p{
    margin-bottom: 1.5em;
}
.need-help-left p a{
    color: #1e73be;
    text-decoration: none;
    transition: .1s ease-in-out;
}
.need-help-left p a:hover{
    color: #222222;
    text-decoration: underline;
}
.need-help-right{
    width: 40%;
    padding-left: 40px;
}
.our-team{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: linear-gradient(90deg, rgb(75,156,180), #316985);
}
.our-team::before{
    content: "";
    background-image: url(./images/our-team-bg.png);
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.our-team-wrapper{
    display: flex;
    align-items: center;
    gap: 40px 0px;
}
.our-team-left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-team-left img{
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
}
.our-team-right{
    width: 50%;
    padding-left: 40px;
}
.our-team-right p{
    color: #fff;
    margin-bottom: 1.5em;
}
/* login-page-css-stared */
.login-title{
    max-width: 999px;
    width: 100%;
    text-align: center;
    margin-inline: auto;
}
.sign-in-section{
    position: relative;
    background-image: url(./images/sign-in-shap-2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.sign-in-conatiner{
    width: 100%;
    max-width: 1296px;
    padding-inline: 23px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}
.sign-in-inner{
    display: flex;
    align-items: center;
    gap: 40px 0px;
    margin-top: 40px;
}
.sign-in-left{
    width: 60%;
}
.sign-in-left h2{
    color: #222222;
    text-transform: uppercase;
}
.sign-in-left p{
    margin-bottom: 1.5em;
}
.sign-in-right{
    width: 40%;
    padding-left: 40px;
    margin-right: 40px;
    position: relative;
}
.sign-in-right img{
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
}
.boost{
    text-align: center;
    background-color: #16243e;
    color: #fff;
    background-image: url(./images/boost-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.boost h4{
    font-size: 30px;
    color: #fff;
    width: 100%;
    max-width: 1090px;
    text-align: center;
    margin-inline: auto;
    font-weight: 700;
    margin-bottom: 45px;
}
.sign-up{
    display: flex;
    align-items: flex-start;
    gap: 40px 0px;
}
.sign-up-left{
    width: 50%;
}
.sign-up-left p{
    color: #222222;
    margin-bottom: 1.5em;
}
.signUp-btn{
    margin-top: 0px !important;
}
.sign-up-right{
    width: 50%;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-up-right img{
    width: 100%;
    max-width: 522px;
    border-radius: 20px;
}
.registerIn-section{
    background-color: #16243e;
    color: #fff;
    background-image: url(./images/register-in-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.registerIn-wrapper p{
    margin-bottom: 55px;
    color: #fff;
}
.registrerIn-steps{
    width: 100%;
    display: flex;
    gap: 40px;
}
.registrerIn-items{
    width: calc(33.333% - 20px);
    min-height: 353px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    color: #16243e;
}
.step-one::before{
    content: "";
    background-image: url(./images/one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    border-radius: 20px;
    pointer-events: none;
    opacity: 0.2;
}
.step-two::before{
    content: "";
    background-image: url(./images/two.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    border-radius: 20px;
    pointer-events: none;
    opacity: 0.2;
}
.step-three::before{
    content: "";
    background-image: url(./images/three.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    border-radius: 20px;
    pointer-events: none;
    opacity: 0.2;
}
.registrerIn-items h3{
    margin-bottom: 20px;
    color: #16243E;
}
.registrerIn-items p{
    margin-bottom: 1.5em;
    color: #16243E;
}
.registerIn-wrapper .btn{
    margin-top: 30px !important;
}
.adventanges-alrex{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: linear-gradient(90deg, #4b9cb4, #316985);
}
.adventanges-alrex::before{
    content: "";
    background-image: url(./images/adventages-section-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.3;
}
.adventanges-alrex-container{
    z-index: 999;
    position: relative;
}
.adventanges-alrex h2{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.adventages-card-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.adventages-card{
    width: calc(33.33% - 27px);
    min-height: 308px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.adventages-card h3{
    text-align: center;
    margin-bottom: 20px;
}
.adventages-card p{
    margin-bottom: 1.5em;
}
.enhance-investment{
    text-align: center;
    background-image: url(./images/enhance-bg-dot.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.section-padding h3{
    color: #222222;
    margin-bottom: 20px;
}
.section-padding p{
    margin-bottom: 1.5em;
}
.enhance-btn{
    margin-top: 0px;
}

.menu-list li a.current-menu {
    color: #4b9cb4;
}
/* form-validation */
.hero-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
  
.hero-form input {
    padding-right: 30px;
    margin-bottom: 0px;
}
  
.hero-form input.error {
    border-color: red;
}
.hero-form input.valid {
    border-color: green;
}
.hero-form .error-message {
    font-weight: bold;
    bottom: -5px;
    font-size: 10px;
    text-align: left;
    display: block;
    color: red;
    position: relative;
}
.tick {
    background: url(./images/check.png) center center / 22px no-repeat;
    position: absolute;
    right: 10px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
    z-index: 2;
}

/* media-Query-started */
@media (max-width:1339px){
    .hero-left{
        padding-left: 0px;
    }
}
@media (max-width:1023px){
    .main-header{
        padding-inline: 30px;
    }
    .menu-list li a{
        padding-inline: 15px;
    }
    .benefits-card-items{
        width: calc(33.333% - 20px);
    }
    .benefits-cards-wrapper{
        gap: 40px 20px;
    }
    .setUp-steps-wrapper{
        gap: 40px 20px;
    }
    .setUp-steps-cards{
        width: calc(33.3% - 20px);
    }
    .who-we-are-right {
        padding-left: 20px;
    }
    .offer-items p{
        text-align: center;
        font-size: 16px;
    }
    .offers-block-inner {
       gap: 10px;
    }
    .sign-in-right{
        margin-right: 0px;
    }
    .sign-in-right img{
        position: absolute;
        top: -50px;
        right: 10px;
        z-index: -1;
    }
}
@media (max-width:768px){
    .main-header{
        padding-inline: 30px;
    }
    .menu-list{
        display: none;
    }
    .sm-menu-icon{
        display: block;
        padding-inline: 20px;
    }
    .hero-right {
        padding-left: 34px;
    }
    .open-menu{
        display: block;
        width: 100%;
        height: 100vh;
        background: #16243e;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        z-index: 999999999 !important;
        flex-direction: column;
        padding: 10% 10% 0;
        max-width: 700px;
        transition: opacity .2s, visibility .2s;
    }
    .open-menu li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .language-selector{
        margin-block: 0px;
        text-align: center;
    }
    .current-language{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .language-menu{
        max-width: 100%;
        box-shadow: none;
    }
    .language-menu a{
        display: flex;
        justify-content: center;
    }
    .sm-cross-btn{
        border: none;
        padding: 20px;
        background-color: transparent;
        cursor: pointer;
    }
    .sm-cross-btn svg{
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    .lg-none{
        display: block;
    }
}
@media (max-width:767px){
    .hero-inner-wrapper {
        flex-direction: column;
        gap: 20px 0px;
    }
    .sm-menu-icon{
        padding-right: 0px;
    }
    .hero-left {
        width: 100%;
    }
    .hero-left h1 {
        font-size: 55px;
        line-height: 66px;
    }
    .hero-right{
        width: 100%;
        padding-left: 0px;
    }
    .bg-hero{
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .hero-right h5{
        display: none;
    }
    .join-alrex-wrapper{
        flex-direction: column;
        gap: 40px 0px;
    }
    .join-alrex-left {
        width: 100%;
        max-width: 504px;
    }
    .join-alrex-left img{
        width: 100%;
    }
    .join-alrex-right {
        width: 100%;
        padding-left: 0px;
    }
    .why-participate-trading-items{
        flex-direction: column;
        gap: 40px 0px;
    }
    .why-participate-trading-left{
        width: 100%;
    }
    .why-participate-trading-right{
        width: 100%;
        padding-left: 0px;
    }
    .trading-items-two .why-participate-trading-left{
        order: 1;
    }
    .trading-items-two .why-participate-trading-right{
        order: 2;
    }
    .benefits-card-items{
        width: 100%;
        min-height: 400px;
    }
    .setUp-steps-cards {
        width: 100%;
    }
    .overview-wrapper{
        flex-direction: column;
    }
    .overview-left{
        width: 100%;
        order: 2;
    }
    .overview-right{
        width: 100%;
        order: 1;
        padding-left: 0;
    }
    .footer-inner{
        flex-direction: column;
    }
    .footer-left, .footer-right{
        width: 100%;
    }
    .footer-right{
        padding-left: 0px;
    }
    .footer-info-links{
        flex-direction: column;
    }
    .footer-empty{
        width: 100%;
    }
    .footer-mail{
        width: 100%;
        margin-bottom: 1.5em;
    }
    .footer-links{
        margin-bottom: 1.5em;
        width: 100%;
    }
    .footer-links{
        margin-bottom: 0px;
    }
    .who-we-are-wrapper{
        flex-direction: column;
        gap: 60px 0px;
    }
    .who-we-are-left{
        width: 100%;
        order: 2;
    }
    .who-we-are-right {
        width: 100%;
        padding-left: 0px;
        order: 1;
    }
    .offers-block-inner {
        flex-direction: column;
        gap: 40px 0px;
    }
    .offer-items p{
        text-align: unset;
        font-size: 17px;
    }
    .expand-trading-opportunity{
        flex-direction: column;
        gap: 40px 0px;
    }
    .expand-tra-op-right {
        padding-left: 0px;
        width: 100%;
    }
    .expand-tra-op-left {
        width: 100%;
        padding-left: 0px;
    }
    .order-left{
        order: 2;
        padding-left: 0px;
    }
    .order-right{
        order: 2;
        padding-left: 0px;
    }
    .expand-tra-op-left img{
        max-width: 300px;
    }
    .need-help-wrapper {
        flex-direction: column-reverse;
        gap: 40px 0px;
    }
    .need-help-right, .need-help-left{
        width: 100%;
        padding-left: 0px;
    }
    .our-team-wrapper{
        flex-direction: column;
    }
    .our-team-left{
        width: 100%;
        justify-content: flex-start;
    }
    .our-team-right {
        width: 100%;
        padding-left: 0px;
    }
    .sign-in-inner {
        flex-direction: column-reverse;
    }
    .sign-in-right {
        width: 100%;
        padding-left: 0px;
    }
    .sign-in-left {
        width: 100%;
    }
    .sign-up {
        flex-direction: column;
    }
    .sign-up-left{
        width: 100%;
    }
    .sign-up-right{
        width: 100%;
        padding-left: 0px;
    }
    .registrerIn-steps {
        flex-direction: column;
    }
    .registrerIn-items{
        width: 100%;
    }
    .adventages-card{
        width: 100%;
    }
    .sign-in-right img {
        top: -80px;
        right: 0;
    }
}
@media (max-width: 575px){
    .faq-button {
        padding: 17px 45px 17px 12px;
    }
    .logo-header img {
        margin-right: 8px;
    }
    .main-header {
        padding-inline: 23px;
    }
    .logo-header a {
        font-size: 22px;
    }
}
