@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,700;1,600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,500&display=swap');
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box;
}

.btn-border {
    border-radius: 50px !important;
    color: #fff;
    font-size: 15px !important;
}


*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

.poppins-400 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.poppins-300{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.poppins-600{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.poppins-700 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
}

nav {
    display: block;
    background: #000000;
}

.logo {
    width: 250px;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 20px 25px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

/* .menu li a:hover,.menu li:hover>a {
    color: #fff;
    background: #4f89d4;
} */

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 230px;
    position: absolute;
    left: 10px;
    background: transparent;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #0087ca;
    border-width: 6px;
    margin-left: -6px;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;

}

.menu ul li a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    color: #000000;
    background: rgb(0 0 0 / 50%);

}

.menu ul li a:hover,
.menu ul li:hover>a {
    background: #4f89d4;
    color: #fff;

}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;

}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;

}


.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: rgb(79 137 212);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #4db8c8;
    color: #fff;
    text-decoration: none;
}

.display {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-padding li a {
    padding: 20px 12px !important;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 90%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(79, 137, 212 / 50%);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;

}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.swiper-container {
    overflow: hidden;
    background-color: #000000;
    height: 100vh;
}



.image-gradiant-left {
    background: linear-gradient(to right,
            rgb(0, 0, 0) 0%,
            transparent 23%,
            transparent 100%);
}

.image-gradiant-right {
    background: linear-gradient(to left,
            rgb(0, 0, 0) 0%,
            transparent 23%,
            transparent 100%);
}

.image-gradiant-any {
    background: linear-gradient(to top, rgb(0, 0, 0) 4%, transparent 50%);
}

.image-gradiant-top {
    background: linear-gradient(to bottom, rgb(0, 0, 0) 4%, transparent 50%);
}

.slick-text {
    font-size: 50px;
    color: #fff;
}

.slick-btn {
    border-radius: 0 !important;
    margin-top: 15px !important;
}

.tirdlayer {
    font-family: "geomanist" !important;
    -webkit-text-stroke: 0.7px #fff !important;
    font-size: calc(67px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: transparent !important;
    text-align: left !important;
}

.letter-sp {
    letter-spacing: 2px;
}

.paddings {
    padding-top: 100px;
    padding-bottom: 50px;
}

.blog-back-1 {
    background-image: url(../images/fourth-blog-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: cover;

}

.blog-back-2 {
    background-image: url(../images/fourth-blog-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: cover;

}

.one-font {
    font-size: 50px;
}

.filters-content {
    font-family: sans-serif;
    margin: 2rem 0 2.5rem;
    padding: 0.375rem;
    border-radius: 0.75rem;
    display: flex;
    justify-content: space-between;
    column-gap: 0.5rem;
}

button {
    width: 100%;
    border: none;
    outline: none;
    padding: 1rem;
    transition: 0.3s;
    border-radius: 0.5rem;
}

button:hover {
    background-color: #0087ca;
}

.projects {}

.skills {}

/* Hide*/
.filters [data-content] {
    display: none;
}

[data-content].is-active[data-content] {
    display: grid;
}

[data-target].is-active {
    background-color: #4f89d4;
    color: #000000;
}

.card-container,
.front,
.back {
    width: 17rem;
    height: 12rem;
}

.card-container {
    margin: 5rem;
}

.front,
.back {
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .25);

    font-family: BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

/* front side bg is green gradient */
.front {
    background-image: linear-gradient(to right bottom, #1c1c1c, #1c1c1c);
}

/* back side bg is orange gradient */
.back {
    background-image: linear-gradient(to right bottom, #45b6fe, #4f89d4);
}

.card-container {
    position: relative;
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    overflow: hidden;
    transition: transform .8s ease;
}

.back {
    transform: rotateY(180deg);
}

.card-container:hover .front {
    transform: rotateY(-180deg);
}

.card-container:hover .back {
    transform: rotateY(0deg);
}

.card-container {
    perspective: 70rem;
}

.why-choose:hover {
    color: #fff;
}

.why-choose {
    color: #474747;
}



.social-links a {
    width: 80px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    margin: 0 30px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-links a .fab {
    font-size: 30px;
    line-height: 80px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.social-links a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: #000;
    background: linear-gradient(-45deg, #ed1c94, #ffec17);
    position: absolute;
    transition: 0.5s;
}

.social-links a:hover::after {
    top: 0;
}

.social-links a:hover .fab {
    color: #fff;
}

.social-links a:hover {
    transform: translateY(-10px);
}

.footer-text-color {
    color: #FFFFFF99;
}

/* Forex Section */

.forex-one {
    /* background: radial-gradient( #0096FF 0%, #4169E1 17%, #45b6fe 60%); */
    background: -webkit-radial-gradient(65% 15%, circle, rgba(0, 150, 255, 0.4), rgba(100, 149, 237, 0.4)),
        -webkit-radial-gradient(45% 15%, #45b6fe, #4169E1);
    /* background-image: url(../images/forex/forex-back-2.png);
        background-repeat: no-repeat;
        background-size: cover; */
    padding-top: 50px;
    padding-bottom: 50px;
    color: #1e1e1e;
}

.forex-head-font {
    font-size: 40px;
}

.orange {
    color: #fff;
    background-image: linear-gradient(120deg, transparent 50%, #45b6fe 50%);
}

.btnn:hover {
    color: #fff;
    background-position: 100%;
    transform: translateX(0.5rem);
}

.btnn:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.btnn {

    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    padding: 10px 20px;
    background-size: 300%;
    transition: all 0.6s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #45b6fe;
    background-color: #374147 !important;
}

.tab-btn .active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #45b6fe;
    top: 84%;
    left: 43%;
    transform: rotate(90deg);
}

.tabs-radius {
    border-radius: 50px !important;
}

.forex-five {
    background-image: url(../images/forex/forex-back-2.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Metals section */

.metals-one {
    background-image: url(../images/metals/metals.jpeg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #1e1e1e;
}

/* cfd section */

.cfd-one {
    background-image: url(../images/cfd/cfd-banner.jpeg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #1e1e1e;
}

/* about section */

.about-one {
    background-image: url(../images/About-us-banner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #1e1e1e;
}

.box {
    width: 48%;
    padding: 15px;
    background-color: #374147;
    border-radius: 10px;
    margin: 10px;
}

/* vertex section */
.ver-font {
    font-size: 50px;
}

.vertex-layer {
    font-size: calc(67px) !important;
}

.vertex-body {
    position: absolute;
    bottom: 0;
}

.image img {
    width: 70%;
}

/* contact section */

.contact-banner {
    background-image: url(../images/contact-banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.contact-banner-secound {
    background-image: url(../images/contact-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.contact-position {
    position: absolute;
    top: 80%;
    left: 10%;
}

.contact-font {
    font-size: 50px;
}

.pad {
    padding-bottom: 50px;
}

.form-control {
    border-radius: 0 !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    padding: 20px 25px;
}

/* Account Section */
ul.list_arow.inlien {
    padding-left: 15px;
    margin-bottom: 0rem;
}

ul.list_arow.inlien li {
    display: inline-block;
    padding: 11px 26px;
    margin: 10px;
    background: #dedede00;
    border-radius: 6px;
}

.stock-one {
    padding-top: 50px;
    padding-bottom: 50px;
}

.stock-secound {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tbl-scroll {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

table {
    border-collapse: collapse;
}

.bg-grad-2 {
    background: linear-gradient(89deg, #f4a300, #f4a300);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e600;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e614;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}


.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e614;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet td {
    display: table-cell;
    vertical-align: inherit;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #959595;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #b7b7b7;
    color: #fff;
}

.card-header:first-child {
    border-radius: 0;
}

.btn-account {
    border-radius: 0 !important;
}

.trader-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trading-padding-2 {
    padding: 100px 0px 49px 33px;
    width: 100%;
}

.trading-padding-1 {
    padding: 100px 0px 49px 33px;
    width: 100%;
}
.borderr-start{
    border-left: 3px solid #0087ca;
}
.borderr-end{
    border-right: 3px solid #0087ca;
}
.border-endd{
    border-right: 2px solid #474747;
}
.tabs-contents{
    width: 50%;
}
.hover a:hover{
    color: #0087ca;
}
.hover a{
    color: #6c757d;
}

/* Payment Method */

.block-cont {
    padding: 30px 0;
}
.payBox {
    border: #dfdfdf 1px solid;
}



/* Media Queries */

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
        padding: 23px 32px;
    }

    .trading-padding-2 {
        padding: 21px 0px 49px 33px;
        width: 100%;
        margin: 0 20px;
    }

    .trading-padding-1 {
        padding: 21px 0px 49px 33px;
        width: 100%;
    }
    .slick-text {
        font-size: 30px;
    }

    .tirdlayer {

        font-size: calc(30px) !important;

    }
    .borderr-start{
        border: none;
    }
    .borderr-end{
        border: none;
    }
    .margins{
        margin-bottom: 20px;
    }
    .forex-fonts{
        font-size: 18px;
        text-align: center;
    }
    .forex-fonts{
        font-size: 18px;
        text-align: center;
        padding-left: 7px;
        padding-bottom: 20px;
    }
    .border-endd{
        border: none;
    }
    .card-container,
.front,
.back {
    width: 36rem;
    
}
.social-links a{
    margin: 20px 30px;
}
.swiper-container {
    
    height: 31vh;
}
.tabs-contents{
    width: 100%;
    margin-top: 20px;
}
.image img{
    width: 100%;
    height: 100vh;
}
.vertex-body{
    position: absolute;
    bottom: -16px;
}
.vertex-layer {
    font-size: calc(67px) !important;
}
}




@media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        background: #fff;
        color: #797979;
    }

    .menu li a:hover,
    .menu li:hover>a {
        background: #0087ca;
        color: #000000;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }

    .box {
        width: 60%;
    }
    

}

@media (max-width: 576px) {}

@media (max-width: 480px) {
    .display {
        display: block;
    }

    .logo {
        width: 150px;
    }

    .btnn {
        padding: 10px 10px;
    }

    .common-class {
        flex-direction: column;
        text-align: center;
    }

    .box {
        width: 100%;
    }

    .trader-content {
        flex-wrap: wrap;
    }

    .trading-padding-1 {
        padding: 44px 99px 64px 41px;
        width: 100%;
    }

    .trading-padding-2 {
        padding: 44px 180px 64px 30px;
        width: 100%;
    }

    .slick-text {
        font-size: 30px;
    }
    .tirdlayer {

        font-size: calc(30px) !important;

    }
    .borderr-start{
        border: none;
    }
    .borderr-end{
        border: none;
    }
    .margins{
        margin-bottom: 20px;
    }
    .forex-fonts{
        font-size: 18px;
        text-align: center;
        /* padding-left: 36px; */
    }
    .border-endd{
        border: none;
    }
    .tabs-contents{
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .forex-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .forex-texts{
        text-align: center;
    }
    .join-text{
        text-align: center;
    }
    .join-btn{
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
    .social-links a{
        margin-bottom: 20px;
    }
    .vertex-layer {
        font-size: calc(30px) !important;
    }
    .image img{
        width: 100%;
        height: 100vh;
    }
    .vertex-body{
        position: absolute;
        bottom: -16px;
    }
}

@media (max-width: 320px) {
    .display {
        display: block;
    }

    .logo {
        width: 150px;
    }

    .btnn {
        padding: 10px 10px;
    }

    .common-class {
        flex-direction: column;
        text-align: center;
    }

    .box {
        width: 100%;
    }

    .trader-content {
        flex-wrap: wrap;
    }

    .trading-padding-1 {
        padding: 44px 99px 64px 41px;
        width: 100%;
    }

    .trading-padding-2 {
        padding: 44px 180px 64px 30px;
        width: 100%;
    }

    .slick-text {
        font-size: 30px;
    }

    .tirdlayer {

        font-size: calc(30px) !important;

    }
    .borderr-start{
        border: none;
    }
    .borderr-end{
        border: none;
    }
    .margins{
        margin-bottom: 20px;
    }
    .forex-fonts{
        font-size: 18px;
        text-align: center;
    }
    .forex-fonts{
        font-size: 18px;
        text-align: center;
        /* padding-left: 36px; */
    }
    .tabs-contents{
        width: 100%;
        margin-top: 20px;
    }
    .forex-texts{
        text-align: center;
    }
    .forex-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .join-text{
        text-align: center;
    }
    .join-btn{
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
    .social-links a{
        margin-bottom: 20px;
    }
    .vertex-layer {
        font-size: calc(30px) !important;
    }
    .image img{
        width: 100%;
        height: 100vh;
    }
    .vertex-body{
        position: absolute;
        bottom: -16px;
    }
}