/* @import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&family=Protest+Guerrilla&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Playwrite CU", cursive; */
}

:root {
    --theme-primary: #59cbe8;
    --theme-secandry: #11111f;
    --paragraph: rgb(95, 95, 95);


}

section {
    padding: 80px 0px;
}

p {
    color: var(--paragraph) !important;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Protest Guerrilla", sans-serif; */
    /* font-family: "Playwrite CU", cursive; */
}

ul {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px !important;

}
.bg-warning{
    background-color: var(--theme-primary)!important;
}
header {
    background-color: var(--theme-secandry);
}

nav .big_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

nav ul {
    display: flex;
}

nav ul li a:hover {
    color: var(--theme-primary);
}

nav ul li a {
    color: white;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
}

.dropdown_itom {
    position: absolute;
    border-top: 2px solid var(--theme-primary);
    background-color: rgb(88, 50, 4);
    border-radius: 0px 0px 10px 10px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 500;
}

.dropdown:hover .dropdown_itom {
    margin-top: 15px;
    opacity: 1;
    transition: all .5s;
    visibility: visible;
}

.dropdown_itom ul {
    flex-direction: column !important;
}

.dropdown_itom ul li a {
    padding: 15px 25px !important;
    display: block;
    background-color: #57caea7d;
}

.yellow_button {
    border-radius: 25px;
    border: 1px solid white;
    padding: 10px 20px;
    transition: all .2s;
    font-weight: 400;
    color: white;
}
.yellow_button.one{
    background-color: var(--theme-secandry);
    color: var(--theme-primary)!important;
}

.yellow_button:hover {
    background-color: var(--theme-primary);
    border: 1px solid var(--theme-secandry)!important;
    transition: all .2s;
    color: var(--theme-secandry)!important;
}

.mobile_burger i {
    font-size: 25px;
    border: 1px solid var(--theme-primary);
    padding: 3px 10px;
    color: var(--theme-primary);
    border-radius: 5px;
}

.mobile_nav {
    display: none;


}

.offcanvas-header {
    background-color: var(--theme-secandry);
}

.offcanvas-body {
    background-color: var(--theme-secandry);
}

.mobile_pages ul {
    flex-direction: column;
}

.mobile_pages a {
    display: block;
    padding: 10px 10px;
    color: white;
}

.mobile_pages a:active {
    background-color: #F9C213;
    color: var(--theme-secandry);
}

.mobile_dropdown_content {
    height: 0;
    overflow: hidden;
    transition: all .5s;
    margin-left: 15px;
    background-color: rgb(31, 18, 2);
    /* border: 1px solid rgba(211, 211, 211, 0.774); */
    border-radius: 10px;
}

.rotate {
    transition: all .5s;
    transform: rotate(180deg);
}

.banner {
    background-color: var(--theme-primary);
}

.banenr_right img {
    width: 50%;
    /* transform: translateX(50%); */
}

.banner_left .title,
.banner_left .sub_title {
    color: white !important;
}

.title {
    color: black;

}

.banner_left .sub_title {
    background-color: rgb(56, 56, 56);
    border-radius: 25px;
    width: fit-content;
    font-size: 18px;
    padding: 5px 10px;
    display: grid;
    place-items: center;
}

.title {
    font-size: 50px;
    font-weight: bold;
}

.banner_left .title {
    font-size: 55px;
}

.banner_left p {
    margin-bottom: 30px;
    margin-top: 20px;
}

.banner_left a {
    color: white;
}

.about_box {
    display: flex;
  
}

.blog_body{
    padding: 20px ;
}
.blog_body .date{
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.blog_body .sub_title{
    font-size: 30px;
    margin: 10px 0px;
    font-weight: bold;
    line-height: 35px;
}
.blog_body .title{
    font-weight: normal;
    font-size: 16px;
    color: #5f5f5f;
}
.blog_card{
    border: 1px solid rgb(189, 188, 188);
    box-shadow: 0px 0px 10px 2px grey ;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s;
}
.blog_card:hover{
    transition: all .3s;
    scale: 1.05;
}
.about_num {
    background-color: var(--theme-primary);
    /* padding: 25px; */
    margin-right: 20px;
    font-size: 20px;
    width: 100px;
    height: 50px;
    border-radius: 50px;
    display: grid;
    place-items: center;
}

.how_to_start {
    padding: 150px 0px;
    background-color: var(--theme-primary);
}

.how_to_start .process_box {
    border: 1px solid var(--theme-primary);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 10;


}

.process_icon_box {
    border: 1px solid var(--theme-secandry);
    width: fit-content;
    padding: 15px;
    border-radius: 25px;
    margin: auto;
}

.how_to_start .container .row:nth-child(2) :first-child .process_icon_box,
.how_to_start .container .row:nth-child(2) :last-child .process_icon_box {
    margin-top: -100px;
}

.how_to_start .container .row:nth-child(2) :nth-child(2) .process_icon_box,
.how_to_start .container .row:nth-child(2) :nth-child(3) .process_icon_box {
    margin-top: 50px;
}

.how_to_start .container .row:nth-child(2) :first-child .process_icon_box::before,
.how_to_start .container .row:nth-child(2) :nth-child(2) .process_icon_box::before,
.how_to_start .container .row:nth-child(2) :nth-child(3) .process_icon_box::before,
.how_to_start .container .row:nth-child(2) :last-child .process_icon_box::before {
    content: "";
    height: 70px;
    width: 75px;
    border: 1px solid var(--theme-secandry);
    position: absolute;
    margin-top: 40px;
    margin-left: 10px;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.how_to_start .container .row:nth-child(2) :first-child .process_icon_box::after,
.how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after {
    content: "";
    height: 70px;
    width: 124px;
    border: 1px solid var(--theme-secandry);
    position: absolute;
    margin-top: -86px;
    margin-left: -12px;
    border-right: none;
    border-bottom: none;
    border-radius: 10px 0px 0px 0px;

}

.how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after {
    margin-left: -134px;
    border: 1px solid var(--theme-secandry);
    border-left: none;
    border-bottom: none;
    border-radius: 0px 10px 0px 0px;
}

.how_to_start .container .row:nth-child(2) :nth-child(2) .process_icon_box::after,
.how_to_start .container .row:nth-child(2) :nth-child(3) .process_icon_box::after {
    content: "";
    height: 52px;
    width: 1px;
    border: 1px solid var(--theme-secandry);
    border-left: none;
    position: absolute;
    margin-top: -66px;
    margin-left: -12px;
}

.step_box {
    border: 1px solid var(--theme-secandry);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border-bottom: none;
    height: 100%;

}

.step_box>div {
    height: 100%;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.step_box span {
    color: white;
    font-size: 18px;
}

.content_box {
    border: 1px solid #5f5f5f;
    padding: 10px;
    position: relative;
    margin-bottom: -50px;
    border-radius: 10px;
}

.content_box h4 {
    color: black;
    font-weight: bold;
}

.content_box p {
    color: black;
}

.how_to_start .container .row:nth-child(3) :first-child .step_box,
.how_to_start .container .row:nth-child(3) :last-child .step_box {
    margin-top: -81px;
}

.how_to_start .container .row:nth-child(3) :nth-child(2) .step_box,
.how_to_start .container .row:nth-child(3) :nth-child(3) .step_box {
    margin-top: 70px;
}


.whychoose_head {
    text-align: center;
}

.whychoose_box:hover .icon img {
    transform: rotate(360deg);
    transition: all .5s;
}


.whychoose_box:hover {
    scale: 1.05;
    transition: all .2s;

}

.whychoose_box {
    transition: all .5s;

    border: 2px solid var(--theme-primary);
    border-left-color: var(--theme-secandry);
    border-bottom-color: var(--theme-secandry);
    text-align: center;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* transition: all .2s; */
    /* border-radius: 2px; */
}

.whychoose_box .icon img {
    margin-top: -70px;
    background-color: var(--theme-secandry);
    padding: 10px;
    border-radius: 50px;
}

.platform_head {
    color: white;
}

.platform_disc h2 {
    color: white;
}

.btn_plateform_name {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.btn_plateform_name button {
    padding: 10px 15px;
    border-radius: 25px;
    background-color: var(--theme-primary);
    font-weight: bold;
}

.btn_plateform_name p {
    color: white;
    font-size: 25px;
}

.platform_box {
    display: flex;
    justify-content: center;
    color: white;
    padding: 0px 50px;
    border-radius: 10px;
    background-color: var(--theme-primary);
}

.platform_img {
    width: 50%;
    margin-top: -100px;
}

.platform_box p {
    color: white;
}

.platform_button_group {
    display: flex;
}

.platform_button_group a {
    color: var(--theme-secandry);
    display: flex;
    background-color: #ffffff;
    width: fit-content;

    /* padding: 10px 5px; */
    border-radius: 8px;
    overflow: hidden;
}

.platform_button_group a img {
    width: 150px;
   
}


.feature_head {
    text-align: center;
}

.feature_box {
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
    /* Add a width for visibility */
    height: 100%;
    /* Add a height for visibility */
    background-color: #f0f0f0;
    /* Background for the main box */
    border: 1px solid #ccc;
    /* Optional border for better visibility */
    overflow: hidden;
    /* Hide the overflow of the pseudo-element */
    border-radius: 10px;
}




.feature_box:hover {
    /* scale: 1.05; */
    transition: all .5s;
}

.feature_box:hover .logo {
    transform: rotate(360deg);
    transition: all .5s;
}

.window::before {
    content: "";
    height: 30%;
    width: 40%;
    background-color: #57caea7d;
    position: absolute;
    top: 0;
    left: 30%;
    transition: all .5s;
    border-radius: 0px 0px 100px 100px;


}

.window:hover::before {
    height: 100%;
    width: 100%;
    /* left: 0%; */
    border-radius: 0px;
    left: 0;
    transition: all .5s;
}

.window_content_wraper .logo img {
    margin-top: -100px;


}

.window {
    text-align: center;
    background-color: var(--theme-secandry);
    color: white;
    padding: 20px 50px;
    height: 100%;
}

.newsletter{
    margin-bottom: -60px;
    /* z-index: 20; */
}
.newsleter_wraper{
    background-color: var(--theme-primary);
    padding: 50px ;
    border-radius: 20px;
    z-index: 20;
    position: relative;
    

}
.newsletter_left p {
    color: white !important;
}

.newsletter_left h3 {
    color: white;
}

.newsletter_right {
    background-color: white;
    width: fit-content;
    margin-left: auto;
    padding: 20px;
    border-radius: 10px;

}

.newsletter_right input:focus {
    border: none;
    /* outline: none; */
}

.newsletter_right button {
    padding: 10px;
    border-radius: 10px;
    color: white;
    background-color: black;
}

.newsletter_right input {
    padding: 10px;
    border: none;
}

.feature_title {
    margin: 10px 0px;
    font-size: 23px;
    font-weight: 500;
    color: var(--theme-primary);

    }

footer{
    z-index: -1;
}

.footer_contact_box .sub_title {
    font-size: 25px;
}

.footer_contact_box .title {
    font-size: 45px;
}

.footer_contact_box {
    text-align: center;
    background-image: linear-gradient(to right, #f9c313, #f9c313), url(../img/footer_contect.jpg);
    background-size: cover;
    padding: 50px 0px;
    color: black;
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
}

.footer_contact_btn_line p {
    color: black;
    text-align: left;
    padding: 10px;
    margin-bottom: 0px;
}

.footer_contact_btn_line {
    margin-top: 20px;
}

.footer_contact_btn_line img {
    margin: 0px 30px;
}

.footer_contact_btn_line a:hover {
    background-color: black;
    color: white;
}

.footer_contact_btn_line a {
    color: black;
    border: 2px solid black;
}

.footer_contact_btn_line {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}


/* about page */
.about_banner {
    text-align: center;
}
.bradcrumb{
    background-image: linear-gradient(to right, #59c8e591, #11111f3d), url(../img/about_bread_crumb.jpg);
    background-size: cover;
    background-repeat:no-repeat ;
    background-position: center;
    color: white !important;
}

.financial_market_box{
    display: flex !important;
}

.financial_market_box:hover::after {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    transition: all .2s;
    border-radius: 0px;

}

.financial_market_box .section_head .title {
    font-size: 18px  !important;
}
.finsncial_market_box_wraper{
   display: grid;
   gap: 20px;
   grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.financial_market_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--theme-primary);
    box-shadow:  0px 0px 5px  2px  ;
    border-left-color: black;
    color: white;
    border-bottom-color: black;
    padding: 20px;
    
}
.financial_market_box .logo{
    margin-right: 20px;
}

.financial_market_box .card_disc {
    font-size: 18px; 
}

.financial_market_box .card_title {
    font-size: 25px;
    font-weight: 500;
    color: var(--theme-secandry);
}

.slider_box_wraper {
    overflow: hidden;
    position: relative;
    height: 430px;
}

.swiper-container {
    margin: 30px 0px;
}

.swiper-slide {
    height: 350px !important;
    /* background-color: red; */
    box-shadow: 0px 0px 10px 2px grey;
    border-radius: 20px;
    
}

.why_trade_box {
    background-color: white;
    height: 100%;
    padding: 30px 40px;
    border-radius: 20px;
    border-top: 5px solid var(--theme-primary);

}

.why_trade_box::before {
    content: " ";
    background-color: rgba(0, 0, 0);
    
    width: 80px;
    position: absolute;
    height: 100px;
    border-radius: 0px 0px 50px 50px;
    top: 0%;
    left: 7%;

}

.why_trade_disc .why_trade_title {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0px;
}

.why_trede_logo img {
    z-index: 50 !important;
}

.why_trede_logo {
    z-index: 0 !important;
    position: relative;
    width: fit-content;
}
.swiper-pagination-bullet{
    background-color: rgb(0, 0, 0) !important;
    transition: all .5s;
}
.swiper-pagination-bullet-active{
    width: 20px !important;
    /* height: 5px !important; */
    border-radius: 5px !important;
    transition: all .5s;
}
.swiper-button-next::after,
.swiper-button-prev::after{
   color: #000000 !important;
}

 
    
           
    
.accordion {
    background-color: #ede9e8;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .1fr 0fr;
    overflow: hidden;
    transition: grid-template-rows .3s cubic-bezier(0.19, 1, 0.22, 1);
    margin:10px 0px ;
}

.accordion .top {
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.85rem 1.5rem 1.75rem;
    display: flex;
    position: relative;
}

.accordion .top .text {
    font-size: 1.25rem;
    font-weight: 700;
    white-space: wrap;
}

.accordion .top img {
    width: 2rem;
    align-self: flex-start;
    margin-bottom: .15rem;
    margin-left: 1.5rem;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.accordion .top input {
    position: absolute;
    inset: 0;
    cursor: pointer;
    appearance: none;
}

.accordion .bottom {
    padding-inline: 1.5rem;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);

}

.accordion .bottom .text {
    margin-left: 0;
    margin: 0;
}

.accordion:has(input:checked) {
    grid-template-rows: .1fr 1fr;
}

.accordion:has(input:checked) .top img {
    transform: rotateZ(45deg);
}

footer {
    padding: 100px 0px 20px 0px;
}

.about_footer .logo {
    margin-top: -20px;
    margin-bottom: 20px;

}

.about_footer p {
    color: white !important;
}

.footer_links h4 {
    font-size: 30px;
}

.footer_links li {
    padding: 10px 0px;

}

.footer_links h4,
.footer_links a {
    color: white;

}

.footer_links a {
    font-size: 18px;
}

.footer_links a i {
    margin: auto;
}



.table-responsive {
    overflow-x: auto; /* Ensure table is scrollable on small screens */
}

table {
    width: 100%;
    border-collapse: collapse;
    color: #e0e0e0; /* Light text color for table */
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Shadow for depth */
}

button.openLive {
    
    background-color: var(--theme-primary); 
    color: #fff; 
    border: none;
    padding: 10px 26px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

button.openLive:hover {
    background-color: var(--theme-secandry);
}

h6, p {
    margin: 0;
   
    
}

h6 {
    font-weight: bold;
}

table p {
    color: white  !important;
}
.account_type_card{
    border: 1px solid var(--theme-secandry);
    padding: 20px 30px;
    border-radius: 30px;
}
.account_card_head{
    text-align: center;
}
.account_sub_title{
    border: 1px solid black;
    width: fit-content;
    margin: auto;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
}
.account_title {
    font-weight: bold;
    margin: 20px 0px;
    
}
.account_title .one{
    font-size: 50px;
    font-weight: bold;
    color: black;
}
.service_list ul li{
    padding: 8px 0px;
    font-weight: 400;
}

.buy_button a{
    background-color: var(--theme-primary);
    color: black;
    display: block;
    text-align: center;
    padding: 10px ;
    font-size: 20px;
    border-radius: 25px;
    margin: 20px 0px ;
}
table tr{
    height: 50px;    
}
form a{
    color: black;
    border: 1px solid black;
    display: block;    
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    border-radius: 25px;
}
.form_wraper{
    padding: 0px 30px;
}
.footer_links a:hover{
    color: var(--theme-primary);
}