* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

body {
    background-color: #f3f3f3;
}

nav {
    box-shadow: 0 2px 4px 0px rgba(16, 24, 40, .18), 0 1px 2px 0 rgba(16, 24, 40, .18);
}

.navbar-toggler {
border: none !important;
}
.navbar-toggler:focus {
box-shadow: none !important;
}

/* Header */
header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.startnow {
    background: #154f7b;
    text-align: center;
    color: #fff;
    font-size: 13px;
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
}

@media (max-width: 768px) {
    .offcanvas.offcanvas-end {
        width: 270px !important;
    }
}

.start-trading {
    background-image: url(../img/home/8u.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border-radius: 20px;
}

.start-trading-header {
    color: #000;
}

.start-trading-header h1{
    font-size: 55px;
    font-weight: 600;
}

.start-trading-header span {
    background-image: linear-gradient(106deg, #0ea4d1 15%, #9eff00 55%, #0ea4d1 75%);
    background-size: 300%;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    animation: animatedGradient 8s ease infinite;
}

.start-trading-img img {
    width: 380px;
    padding: 50px 50px 0 0;
}

.start-trading-button a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 40%;
    text-align: center;
    padding: 18px 0px;
}

.start-trading-button a:nth-child(odd) {
    background-color: #fff;
    color: #6C6BEF;
    border-radius: 0.25rem;
    margin-right: 20px;
}

.start-trading-button a:nth-child(even) {
    border: 1px solid #fff;
    border-radius: 0.25rem;
}

svg {
    margin-bottom: 2.8px;
}

@media (max-width: 768px) {
    .start-trading-button a {
        font-size: 10px;
        padding: 8px 0px;
    }
    svg {
        height: 20px;
        width: 20px;
    }
    .start-trading-img img {
        padding: 0;
        width: 250px;
    }
    .start-trading-img {
        justify-content: center !important;
    }
    .start-trading-header h1{
    font-size: 40px;
    font-weight: 600;
    }
    .tr-con {
        padding: 30px;
    }
}

.section-padding {
    padding-top: 90px;
}
/* End Header */

/* Why choose us page */
.wcu h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 3rem;
}

.wcu p {
    text-align: justify;
}

.c-red {
    color: red;
}

.value {
    padding: 0px 0px 40px 40px;
}

.value h4 {
    font-size: 36px;
    font-weight: 700;
}

.value a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 15px 25px;
}

@media (max-width: 768px) {
    .wcu h3{
        font-size: 40px;
        line-height: 2rem;
    }
    .wcu-p0 {
        padding: 0 !important;
    }
    .wcu {
        margin-top: 20px;
    }
    .reve {
        flex-direction: column-reverse;
    }
    .value {
        text-align: center;
        padding: 30px;
    }
    .value-img {
        width: 250px;
        margin: auto;
    }
    .value h4 {
        line-height: 2rem;
    }
}
/* End why choose us page */

/* Who we are  */
.wwa {
    background-color: #000;
    padding: 40px;
    color: #fff;
}

.wwa h4 {
    font-size: 30px;
    font-weight: 600px;
}

.wwa a {
    background-color: #fff;
    text-decoration: none;
    color: #000;
    padding: 15px 30px;
}

.who-we-are-con {
    padding: 20px;
}

.who-we-are-body h4 {
    font-size: 18px;
    color: #ddd;
    font-weight: 700;
}

@media (max-width: 768px) {
    .wwa {
        flex-direction: column;
    }
    .wwa h4 {
    font-size: 25px;
}
}
/* End Who we are  */

/* why trade */
.wt-header h4 {
   font-size: 30px;
   font-weight: 700;
} 

.why-trade-img img {
    width: 50px;
}

.why-trade-body h4 {
    font-size: 20px;
    font-weight: 700;
}

.why-trade-body p {
    font-size: 15px;
    text-align: justify;
}
/* End why trade */

/* table start */
.table-over {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
}
table, th, td {
    border: 1px solid #000;
    text-align: center;
    padding: 20px;
}

th {
    color: #fff !important;
    background-color: red !important;
}

/* table end */

/* benefits */
.benefits h4 {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
}
/* end benefits */

/* FOOTER START */
footer {
    background-color: #000;
}

.footer-head h5 {
    font-size: 17px;
    margin-bottom: 20px;
    opacity: .7;
}

p.footer-text {
    font-size: 14px;
}

.footer-link ul {
    padding: 0;
    list-style: none;
}

.footer-link ul li {
    margin-bottom: 11px;
}

.footer-link ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.footer-link ul li a:hover {
    color: #154f7b;
}

.footer-bottom-text {
    border-top: 1px solid #ddd;
    padding: 20px 10px;
}

.footer-bottom-text a {
    margin-right: .375rem;
    padding-right: .375rem;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.1875rem;
}

.footer-bottom-text span {
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.1875rem;
    color: #fff;
}

a.get-st {
    text-decoration: none;
    font-size: 14px;
    padding: 10px 25px;
    background-color: red;
    color: #fff;
    display: inline-block;
}
/* FOOTER END */