
:root{
    --theme-primary-color:#0B5D6A;
    --theme-secondary-color:#F2B963;
    --theme-section-bg:#f9f9f9;
}

body{
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color:#383c48;
}
p{
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Space Grotesk', sans-serif;
}
/* ============================================= */
/* Theme basics */
.row{
    width: 100%;
    margin: 0px;
}
.btn-theme{
    background-color: var(--theme-primary-color);
    color: white !important;
    border: 1px solid transparent;
}
.btn-theme:hover{
    background-color: white;
    color: var(--theme-primary-color) !important;
    border: 1px solid var(--theme-primary-color);
}
.btn-theme-sc{
    background-color: var(--theme-secondary-color);
    color: white !important;
    border: 1px solid transparent;
}
.btn-theme-sc:hover{
    background-color: white;
    color: var(--theme-secondary-color) !important;
    border: 1px solid var(--theme-secondary-color);
}
img{
    max-width: 100% !important;
}

.spacing_general{
    padding: 6rem 0px;
    overflow-x: hidden;
}

.section_bg{
    background: var(--theme-section-bg);
}

.section_heading{
    text-align: center;
    margin-bottom: 3rem;
}

.section_heading h2{
    color:var(--theme-primary-color);
    font-weight: 700;
}
.section_heading h2::after, .section_heading h1::after{
    content: '';
    display: block;
    margin: auto;
    width: calc(4em + 10vw);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    background-color: var(--theme-secondary-color);
    height: 4px;
}

/* ============================================= */

/* ============================================= */
/* Header section */

header .navbar-logo img{
    width: 8em;
}
header .pill-with-icon i{
    margin-left: 5px;
}
.navbar-nav.custom_col_gap{
    column-gap: 1.2rem;
}
#navbarIfixxerComponent .nav-link{
    color:#383c48;
    font-size: 14px;
    font-weight: 500;
}
/* ============================================= */
/* ============================================= */
/* Hero section */
.hero_text h1 {
    font-size: calc(9px + 1.5vw);
    font-weight: 700;
    color: var(--theme-primary-color);
}
.app_platform_logos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
    column-gap: 5px;
}
.app_platform_logos .app_logo{
    width: 100% !important;
    aspect-ratio: 67/20;
    object-fit: contain;
    object-position: left;

}

.hero_image_cont{
    position: relative;
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.hero_svgs_after{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
/* =========================================== */
/* Why join */
.featured_why_wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}
.featured_why_box p{
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
}
.featured_why_box{
    display: grid;
    align-items: center;
    grid-template-columns: 30% auto;
    column-gap: 10px;
}
/* ====================================== */
/* service section */
.service_icons a{
    color: #383c48;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    row-gap: 1.5rem;
    font-size: 18px;
}


.service_icons img{
    height:calc(6em + 1vw);
    aspect-ratio: 1/1;
    object-fit: contain;
}

.how_to_join img{
    height: calc(2em + 5vw);
    aspect-ratio: 1/1;
    object-fit: contain;
}

/* ================================================ */
/* faq */
#faqAccordion .accordion-item {
    margin-bottom: 8px;
    border-radius: 8px !important;
    background: var(--theme-primary-color);
    color: white;
    border: none;
}

#faqAccordion .accordion-header {
    background: transparent;
}

#faqAccordion button.accordion-button {
    background: transparent !important;
    color: inherit !important;
}

.accordion-button:focus{
    box-shadow:none !important;
    
}

#faqAccordion .accordion-collapse {
    border: .5px solid transparent;
    border-top-color: white;
}
#faqAccordion .accordion-button::after{
    background-image: url('../images/closed.jpg');
}
/* ===================================== */
/* Testimonials */
.testimonial .slick-next,.testimonial .slick-prev{
    top:unset;
    bottom:0px;
    transform: translate(0,50%) !important;
    background: var(--theme-primary-color);
    border-radius: 50px;
    z-index: 99;
}
.testimonial .slick-prev{
    left:unset;
    right:1%;
}

.testimonial_name {
    font-size: 15px;
}

.quote_content {
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: calc(1rem + 0.4vw);
}
.quote_content:before,.quote_content:after {
    content:'"';
    transform: rotate(356deg);
}

.testimonial_card i {
    color:goldenrod
}

/* ========================================== */
.trader_card{
    text-align: center;
}
.trader_card img{
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px var(--theme-secondary-color);
    margin-bottom: 15px;
}

.trader_card .trader_name{
    color: var(--theme-primary-color);
    font-weight: 600;
}

/* ================================ */
.new_tool_wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}
.new_tool_wrapper img{
    aspect-ratio: 27/8;
    object-fit: contain;
    object-position: left;
}


/* =================================== */

.rounded-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #007bff00;
    color: #fff;
    margin-right: 10px;
    transition: background-color 0.3s ease;
    border: 1px solid white;
}

/* Hover effect (optional) */
.rounded-icon:hover {
    background-color: var(--theme-secondary-color); /* Customize the hover background color */
    color: var(--theme-primary-color);
    border-color: var(--theme-secondary-color);
}
.main_wrapper_footer{
    background-color: var(--theme-primary-color);
    color: white;
    padding-top: 3rem;
}
ul.footer_menu_list {
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    font-size: 14px;
    color: rgb(224, 224, 224);
}
ul.footer_menu_list li:hover{
    color:white;
}
li.footer_menu_item:first-child:before {
    content: '';
    margin-right: 0px;
}

li.footer_menu_item:before {
    content: '|';
    margin-right: 10px;
}

li.footer_menu_item a {
    color: inherit;
    text-decoration:none;
}
.footer_heading {
    color: var(--theme-secondary-color);
    margin-bottom: 15px;
    border: 2px solid transparent;
    border-bottom-color: var(--theme-secondary-color);
}
.footer_menu_heading{
    padding-top:.4em;
    margin-bottom:1em;
}
.footer_bottom{
    
    font-size: 14px;
    color: rgb(224, 224, 224);
    background-color: #074751;
}
.wrapper_footer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}
.wrapper_footer img{
    aspect-ratio: 27/8;
    object-fit: contain;
    object-position: left;
}


/* Service Page */
.general_content_section h1, .general_content_section h2, .general_content_section h3, .general_content_section h4{
    color: var(--theme-primary-color);
    font-weight: 700;
}


.service_content_section .slider_trader{
    border-radius: 1rem;
    overflow: hidden;
}
.service_content_section .slider_trader img{
    object-fit: cover;
    width: 100%;
}

.color_content_section .content_box{
    border-radius: 1rem;
    overflow: hidden;
    background-color: var(--theme-primary-color);
    color: white;
    padding: 3rem 1.5rem;
} 
.service_icons .slick-dots{
    bottom: -4rem !important;
}