<>
/* Make text look crisper and more legible in all browsers */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
text-wrap: pretty;
}
/* Focus state for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Set color to inherit */
.inherit-color * {
color: inherit;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child.w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small.container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*
Make the following elements inherit typography s from the parent and not have hardcoded values.
Important: You will not be able to for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text--3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text--2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide.hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
/* Featured Button Animation */
.button.is-featured:hover > .f-btn_bg {
width: calc(100% - 12px);
}
/* Splide Countries */
.sec-countries_slider .splide .splide__track{
overflow: visible !important;
}
.sec-countries_slider .splide .splide__slide.is-visible.is-active .countries_flag{
transform: scale(1.5);
}
@media screen and (max-width: 991px) {
.sec-countries_slider .splide .splide__slide.is-visible.is-active .countries_flag{
transform: scale(1.785);
}
}
/* Splide Goat */
.highlight-card_slider .splide .splide__track{
overflow: visible !important;
}
.highlight-card_slider .splide__pagination{
bottom: -26px;
}
.highlight-card_slider .splide__pagination .splide__pagination__page{
background: #D7D4D2;
}
.highlight-card_slider .splide__pagination .splide__pagination__page.is-active{
background: #000000;
}
.highlight-card_slider.is-hiw .splide__pagination .splide__pagination__page{
background: #FFFFFF3D;
}
.highlight-card_slider.is-hiw .splide__pagination .splide__pagination__page.is-active{
background: #D7D4D2;
}
.highlight-card_slider.is-expert .splide__pagination .splide__pagination__page{
background: #FFFFFF3D;
}
.highlight-card_slider.is-expert .splide__pagination .splide__pagination__page.is-active{
background: #FFFFFF;
}
/* Demo Section */
.demo-card .demo-table_row.is-hidden{
display: none;
}
.demo-card .demo-table_row.is-odd{
background-color: #1d1d1d;
}
/* Calculation Select */
.calculation_dropdown-list .calculation_dropdown-link.w--current{
color: #f6bf4a;
}
/* CTA Email Input */
.cta-email_form-wrapper:focus-within {
border: 1px solid #FFBE34;
}
/* Swiper JS Pagination */
.swiper-pagination_button-wrap {
transform-origin: left;
transform: scaleX(0);
}
.swiper-pagination_button-wrap.is-animating {
animation-name: progressFill;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
@keyframes progressFill {
from {
transform: scaleX(0);
}
to {
transform: scaleX(1);
}
}
.swiper#dashboardSwipper .swiper-slide.is-dashboard img{
opacity: 0%;
transition: all .2s;
}
.swiper#dashboardSwipper .swiper-slide.is-dashboard.swiper-slide-prev img.swiper#dashboardSwipper .swiper-slide.is-dashboard.swiper-slide-next img{
opacity: 50%;
}
.swiper#dashboardSwipper .swiper-slide.is-dashboard.swiper-slide-active img{
opacity: 100%;
}
@media (max-width: 767px) {
.sec-reason_list.table-1>:last-child {
grid-row: span 2;
}
}
@media (max-width: 406px) {
.sec-hiw .hiw-wrapper .sec-hiw_header .badge {
max-width: 230px;
}
}
>
EN
<>
.gft-lang-dropdown {
position: relative;
display: inline-block;
z-index: 10000;
}
.gft-lang-btn {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
background: transparent;
border: 1px solid rgba(2552552550.2);
border-radius: 8px;
cursor: pointer;
color: white;
font-size: 14px;
font-weight: 500;
transition: all 0.3s ease;
}
.gft-lang-btn:hover {
background: rgba(2552552550.1);
border-color: rgba(2552552550.3);
}
.gft-current-flag,
.gft-flag-icon {
width: 20px;
height: 20px;
object-fit: cover;
border-radius: 50%;
}
.gft-arrow {
transition: transform 0.3s ease;
}
.gft-lang-btn.active .gft-arrow {
transform: rotate(180deg);
}
.gft-lang-menu {
position: absolute;
top: calc(100% + 8px);
left: 0;
background: #1a1a1a;
border: 1px solid rgba(25519370.18);
border-radius: 8px;
box-shadow: 0 12px 36px rgba(0000.55);
min-width: 120px;
opacity: 0;
visibility: hidden;
transform: translateY(-6px) scale(0.97);
transition: all 0.2s ease;
overflow: hidden;
}
.gft-lang-menu.show {
opacity: 1;
visibility: visible;
transform: translateY(0) scale(1);
}
.gft-lang-opt {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 14px;
color: rgba(2552552550.6);
text-decoration: none;
font-size: 13px;
font-weight: 500;
transition: background 0.15scolor 0.15s;
border-bottom: 1px solid rgba(2552552550.06);
}
.gft-lang-opt:last-child {
border-bottom: none;
}
.gft-lang-opt:hover {
background: rgba(25519370.1);
color: #fff;
}
.gft-lang-opt.active {
background: rgba(25519370.08);
color: #FFC107;
font-weight: 700;
}
>
50% OFF for New Customers
Rated 4.8/5
Used by over 98,000 Traders
Get $1000 Instant funded account for $1 start your goat journey for one dollar. trade like the greatest.
simulated capital real Rewards$2,765 Avg. Payout
Average payout of $2,765 forourtraders
$2,000,000
Get up to $2M to trade with
100% Profit Split
Keep 100% of the profit split
Try it now for only $1 and get $1000 Account.
trusted by 98,000+ Traders worldwide Trading Period
Target
Daily Drawdown
Maximum Drawdown
Trading Period
Reward Schedule
Profit Split
News Trading
Weekend Holding
The Future of Trading is hereTrade with our simulated capital and keep 100% of the profit No challenge. No waiting. Instant Capital.
Rated 4.8/5 From 3.2K+ Verified reviews
Traders love goatfunded Join 98,000+ traders worldwide who trust goatfunded
Level up. Join our Community.
Exclusive Discounts & Giveaways