/*------------------------------------*/
/*common css start here*/
/*------------------------------------*/

/*common tags*/
:root{
    font-size: 16px;
}
body {
    --bs-body-font-family: Roboto, sans-serif;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 24px;
    --bs-body-color: var(--bs-black)
}
h1, h2, h3 {
    font-weight: 700;
}
h2{
    font-size: 28px;
    line-height: 34px;
}

sup{
    top: -0.8em;
    font-size: .5em;
}
/*common classes*/
.btn {
    --bs-btn-font-weight: 500;
    --bs-btn-font-family: Roboto, sans-serif;
    --bs-btn-border-radius: 4px;
    border: none;
    transition: box-shadow 0.3s ease 0s;
}
.btn-success {
    --bs-btn-bg: #78bc1e;
    --bs-btn-hover-bg: #5c9017;
    --bs-btn-active-bg: #5c9017;
}
.btn-danger {
    --bs-btn-bg: #e73570;
    --bs-btn-hover-bg: #c7245a;
}
.btn-success, .btn-danger {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
/* .btn-success:hover, .btn-danger:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
} */
.btn-outline-success{
    --bs-btn-color: #78bc1e;
    --bs-btn-bg: #fff;
    --bs-btn-hover-bg: #78bc1e;
    --bs-btn-hover-color: #fff;
}
.dropdown-toggle::after {
    color: #8F979E;
}

/*------------------------------------*/
/*pre css end here*/
/*------------------------------------*/

/*------------------------------------*/
/*header start here*/
/*------------------------------------*/
header.navbar {
    --bs-navbar-brand-padding-y: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11)
}

header .navbar-brand img {
    width: 214px;
    height: auto;
}
header a.btn {
    --bs-btn-padding-y: 10px;
    --bs-btn-padding-x: 16px;
    --bs-btn-font-size: 14px;
}

header [aria-controls="language-list"] {
    --bs-btn-padding-y: 0;
    --bs-btn-padding-x: 0;
}

header [aria-controls="language-list"]:hover {
    filter: brightness(0.8);
}

/*------------------------------------*/
/*header end here*/
/*------------------------------------*/

/*------------------------------------*/
/*banner start here*/
/*------------------------------------*/
#banner {
    background-repeat: no-repeat;
    background-position: center;
    height: 768px;
    background-image: linear-gradient(90deg, #ffffff 13.02%, rgba(255, 255, 255, 0) 100%),
    url("https://www.trade4youvn.com/wp-content/landing/vn/trading-hero/images/trading-hero-2019-master.jpg");
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-size: cover;
}
#banner .container {
    padding-top: 150px;
}
#banner .slider_description h1 {
    font-size: 48px;
    line-height: 1.17;
    letter-spacing: -0.03em;
}
#banner .slider_description p {
    font-size: 1.5em;
    line-height: 32px;
}
#banner a.btn {
    --bs-btn-padding-y: 12px;
    --bs-btn-padding-x: 20px;
    --bs-btn-font-size: 18px;
}
/*------------------------------------*/
/*banner end here*/
/*------------------------------------*/

/*------------------------------------*/
/*contest details start*/
/*------------------------------------*/
#contest_details h3{
    font-size: 18px;
    line-height: 32px;
}
#contest_details .contest_details__content .card-img-top {
    width: fit-content;
}
#contest_details .contest_details__content .card-group {
    justify-content: space-between;
}
#contest_details .contest_details__content .card-group .card {
    --bs-card-spacer-x: 0;
    --bs-card-spacer-y: 10px;
    --bs-card-group-margin: 20px;
    max-width: 250px;
    border: none;
}
#contest_details .contest_details__content .card-group .card .card-text{
    font-size: 18px;
}
/*------------------------------------*/
/*contest details end*/
/*------------------------------------*/

/*------------------------------------*/
/*registration section start here*/
/*------------------------------------*/
#registration {
    background: linear-gradient(225deg, #9ACD56 0%, #68A31A 100%);
}

#registration h3 {
    line-height: 1.529;
}

#registration .step{
    width: 100%;
}

#registration .step img {
    width: 52px;
    height: auto;
}
#registration .arrow {
    width: 64px;
    height: 64px;
}
#registration .btn {
    --bs-btn-hover-bg: rgb(240, 240, 240);
    --bs-btn-hover-color: #78BC1E;
    --bs-btn-padding-y: 16px;
    --bs-btn-padding-x: 20px;
    width:fit-content;
    letter-spacing: 1px;
    transition: box-shadow 0.3s ease 0s;
    box-shadow: 0 2px 4px rgba(50, 50, 71, 0.12),
    0 6px 12px rgba(50, 50, 71, 0.12)
}
#registration .btn:hover {
    box-shadow: 0 2px 4px rgba(50, 50, 71, 0.40),
    0 6px 12px rgba(50, 50, 71, 0.40)
}
/*------------------------------------*/
/*registration section end here*/
/*------------------------------------*/


/*------------------------------------*/
/*rating table start here*/
/*------------------------------------*/

/*Nav pills*/
#rating-table .nav{
    --bs-nav-link-padding-y: 12px;
    --bs-nav-link-padding-x: 70px;
    --bs-nav-link-font-weight: 500px;
    --bs-nav-link-color: #58636E;
    --bs-nav-link-hover-color: #9099a3;
    --bs-nav-link-font-size: 14px;
}
#rating-table .nav-pills {
    --bs-nav-pills-border-radius: 4px;
    --bs-nav-pills-link-active-bg: #78BC1E;
}
#rating-table .nav-pills .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 16px;
}
#rating-table .nav-pills .nav-link.active {
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.4);
}
#rating-table .nav-pills .nav-link.first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#rating-table .nav-pills .nav-link.last {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*Table*/
#rating-table .tab-content {
    max-width: 900px;
}
#rating-table table{
    caption-side: top;
    line-height: 26px;
}
#rating-table table caption{
    color: #202F3D;
}
#rating-table table caption.custom-dropdown button {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-color: #202F3D;
    --bs-btn-bg: unset;
    --bs-btn-font-weight: 400;
}
#rating-table .table thead th {
    font-weight: 400;
    color: #666666;
    border-color: #202F3D;
}
#rating-table .table td {
    padding: 10px 0;
    border: 0;
}
#rating-table .table tbody tr:nth-child(10n+1) td{
    padding-top: 30px;
}

/*Previous rounds tab*/
#previous_rounds-tab-pane .table tbody tr {
    display: none;
}
#previous_rounds-tab-pane .table.page-1 tbody tr.page-1-item {
    display: table-row;
}
#previous_rounds-tab-pane .table.page-2 tbody tr.page-2-item {
    display: table-row;
}
#previous_rounds-tab-pane .table.page-3 tbody tr.page-3-item {
    display: table-row;
}

/*Pagination*/
#rating-table .tab-pane .pagination{
    --bs-pagination-bg: rgb(245, 247, 249);
    --bs-pagination-padding-x: 16px;
    --bs-pagination-padding-y: 4px;
    --bs-pagination-font-size: 14px;
    --bs-pagination-color: #58636E;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: rgba(143, 151, 158, 0.5);
    --bs-pagination-border-radius: 2px;
    --bs-pagination-active-border-color: rgba(143, 151, 158, 0.5);
    --bs-pagination-active-bg: #68A31A;
    --bs-pagination-hover-color: rgba(88, 99, 110, 0.85);
    --bs-pagination-hover-bg: rgb(221, 222, 224);
    --bs-pagination-hover-border-color:rgba(143, 151, 158, 0.75);
    line-height: 16px;
    font-weight: 500;
}

/*Round dates*/
#rating-table p.round-dates {
    color: #58636E;
    font-size: 14px;
    line-height: 16px;
}
/*------------------------------------*/
/*Rating table end here*/
/*------------------------------------*/

/*------------------------------------*/
/*Calculator section start here*/
/*------------------------------------*/

#calculator{
    --bs-heading-color: #202F3D;
    padding-top: 25px;
    padding-bottom: 60px;
    background-image: url("https://www.trade4youvn.com/wp-content/landing/vn/trading-hero/images/vector.svg")
}

#calculator .main-content{
    max-width: 720px;
    border: 1px solid #E6E9EB;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

#calculator .main-content h2{
    font-size: 28px;
    line-height: 34px;
}

#calculator .main-content label[for="profit"], #calculator .main-content label[for="equity"]{
    color: var(--bs-black);
}

#calculator .main-content .label-text, #calculator .main-content label[for="profitability"]{
    font-size: 14px;
}
#calculator .main-content .label-text{
    line-height: 1;
    letter-spacing: 0.5px;
}
#calculator .main-content .value{
    font-size: 24px;
}

#calculator .main-content input.form-range{
    height: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #78bc1e 0%, #78bc1e 50%, #E6E9EB 50%, #E6E9EB 100%)
}
#calculator .main-content input.form-range::-webkit-slider-runnable-track{
    background-color: transparent;
}
#calculator .main-content input.form-range::-moz-range-track{
    background-color: transparent;
}
#calculator .main-content input.form-range::-webkit-slider-thumb{
    position: relative;
    top: -1px;
    width: 17px;
    height: 17px;
    background-color: #78BC1E;
    border: 1px solid #F5F7F9;
    border-radius: 50%;
}
#calculator .main-content input.form-range::-moz-range-thumb{
    width: 17px;
    height: 17px;
    background-color: #78BC1E;
    border: 1px solid #F5F7F9;
    border-radius: 50%;
}

#calculator .main-content label[for="profitability"]{
    line-height: 22px
}
#calculator .main-content output{
    color: #78BC1E;
    font-size: 64px;
    line-height: 48px;
}

#calculator #trading-conditions{
    width: 269px;
    font-size: 12px;
    line-height: 14px;
    box-shadow: 0 2px 4px rgba(50, 50, 71, 0.12), 0 6px 12px rgba(50, 50, 71, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.3);
}
/*------------------------------------*/
/*calculator section end here*/
/*------------------------------------*/

/*------------------------------------*/
/*Why trade with Forex4you section start*/
/*------------------------------------*/

#about {
    background: url("https://www.trade4youvn.com/wp-content/landing/vn/trading-hero/images/fBG.png") center / 100% auto no-repeat;
}
#about .about-sec__header{
    background: #78BC1E;
}
#about h2 {
    position: relative;
    color: var(--bs-white);
    font-size: 28px;
    line-height: 34px;
}
#about h2 span{
    color: #151522;
}
#about h2:after {
    position: absolute;
    content: "";
    width: 204px;
    height: 4px;
    bottom: 0;
    left: calc(50% - 102px);
    background-color: var(--bs-white);
    border-radius: 15px;
}
#about h2 span {
    color: #202f3d;
}
#about p {
    max-width: 540px;
    width: 100%;
    color: var(--bs-white);
    font-size: 16px;
    line-height: 24px;
}

#about .card{
    --bs-card-title-spacer-y: 0;
    --bs-card-spacer-x: 11px;
    box-shadow: 1px 2px 100px 1px rgba(0, 0, 0, 0.08);
}
#about .card-img-top{
    width: 52px;
    height: 52px;
}
#about .card-title{
    font-size: 12px;
    line-height: 19px;
}

/*------------------------------------*/
/*footer section start here*/
/*------------------------------------*/
footer {
    --bs-link-color-rgb: 120, 188, 30;
    --bs-link-hover-color-rgb: 92, 144, 23;
    background: #202f3d;
    padding: 60px 0 25px;
    color: #9099a3;
    font-size: 14px;
}
footer h4{
    font-size: 14px;
    font-weight: 400;
}
footer .foot-cont .call h4, footer .foot-cont .address {
    color: #f2f4f5;
}

footer .social-media li img{
    transition: all .7s ease;
}

footer .foot-cont .call a {
    font-size: 24px;
    font-weight: 300;
}
footer .foot-cont .call a img {
     vertical-align: -2px;
}
footer .foot-cont .call a:hover img{
    filter: brightness(0.75);
}
footer .social-media li:hover img{
    opacity: .5;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
footer .link-list{
    --bs-link-color-rgb: 144, 153, 163;
    --bs-link-hover-color-rgb: 242, 244, 245;
}
footer .link-list li a:hover {
    text-decoration: none;
}

/*------------------------------------*/
/*footer section end here*/
/*------------------------------------*/