* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

nav {
    box-shadow: 0 2px 4px 0px rgba(16, 24, 40, .18), 0 1px 2px 0 rgba(16, 24, 40, .18);
}

.navbar-brand img {
    width: 135px;
}

.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: #171c27;
    border-radius: 20px;
}

.start-trading-header {
    color: #fff;
}

.start-trading-header h1{
    font-size: 70px;
    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 */

/* fast-con */
.fast-con p{
    font-weight: 400;
    font-size: 20px;
    color: rgba(20, 29, 34, 0.60);
    letter-spacing: -0.09px;
    line-height: 2rem;
}
@media (max-width: 768px) {
    .fast-con p {
        font-size: 18px;
        margin: 0 10px;
    }
}
/* End fast-con */

/* start global companies */
.gc-con h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 3.9rem;
}
.gc-con p {
    font-weight: 400;
    letter-spacing: -0.05px;
    font-size: 18px;
    color: rgba(20, 29, 34, 0.60);
}
.gc-img {
    display: block;
    background-image: url(../assets/img/bg-img/amazonsmall.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 430px;
    position: relative;
}
.gc-width {
    width: 50%;
}
.items {
    background: #f3f3f3;
    padding: 20px;
}
@media (max-width: 768px) {
    .gc-img {
        background-image: url(../assets/img/bg-img/amazon.png);
        width: 100%;
        height: 204px;
    }
    .gc-con h2 {
        font-size: 36px;
        line-height: 2rem;
    }
    .gc-con p {
        font-size: 16px;
    }
    .gc-width {
        width: 100%;
    }
}
/* end global companies */

/* Why choose us */
.wch-p {
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #9eff00;
    display: inline;
}
.wch h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}
.wch-card {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 24px;
    background: #1d2434;
    color: #fff;
}
.box-title {
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    font-size: 1.8rem;
}
@media (max-width: 768px) {
    .wch h2 {
        font-size: 2rem;
    }
    .wch-p2 {
        line-height: 1.2em !important;
        font-size: 14px;
    }
}
/* End Why choose us */

/* Trading instruments */
.custom-card {
    border-radius: 15px;
    padding: 20px;
    color: white;
    text-align: left;
    position: relative;
}
.custom-card h5 {
    font-weight: 600;
    overflow-wrap: break-word;
    font-size: 1.7rem;
}
.dark-card {
    background-color: #1b2a41;
}
.red-card {
    background-color: #ff5252;
}
.green-card {
    background-color: #32cd32;
}
.blue-card {
    background-color: #007bff;
}
/* End Trading instruments */


/* start tools */
.tools-bg {
    background-color: #f3f3f3;
}

.tools-img img {
    width: 100px;
}

.tools-body h4 {
    font-size: 26px;
    font-weight: 600;
}

.tools-body p {
    font-size: 15px;
}

.tools-body a {
    text-decoration: none;
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
}
/* end tools */

/* start open free acc */
.open-free-bg {
    background-color: red;
}

.open-acc a{
    text-decoration: none;
    padding: 15px 45px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
}
/* end open free acc */

/* who we are */
.who-we-are-body h4 {
    font-size: 36px;
    font-weight: 700;
}

.who-we-are-body p {
    font-size: 18px;
    text-align: justify;
}

.who-we-are-body a {
    text-decoration: none;
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    display: inline-block;
}
/* end we are */





/* Why choose us page */

/* End why choose us page */





/* 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 */