h2{
    color: #01172E;
    text-align: center;
}

h2 span{
    color: #FF7A00;
    font-style: italic;
}

.image {
    display: block;
    width: 100%;
    height: 150px;
}

.mb-100{
    margin-bottom: 100px;
}

.image1 {
    display: block;
    width: 100%;
    height: 80px;
}


.glossary{
    background: rgba(227,87,40,0.1);
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    color: #E35728;
}

.glossary:hover{
    background: #FF7A00;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    color: white;
}

.card{
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
    flex-wrap: nowrap;
}


.card img{
  
    /* filter: grayscale(.4);
    transition: .3s; */
}

/* .card img:hover{
    filter: grayscale(0);
} */


.form{
    background-color: white;
    border-radius: 15px;
    
    padding: 50px 20px 50px 20px;
    margin-left: 100px;
}


.box{
    background: #f1f3f5;
    transition: .3s;
}

.box:hover{
    background: #00AB86;
    color: #f5f5f5;
}

.cir{
    background-image: url(images/refer-friend-money-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    top: 50%;
}

.form-control{
    width: 300px;
}

.gap-6{
    gap: 6rem;
}

.mb-10{
    margin-bottom: 200px;
}


.navigation{
    display: flex;
    justify-content: space-between;
}

.navigation ul{
    margin: 0px;
    padding: 0px;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.navigation li {
    margin-right: 40px;
    position: relative;
    list-style: none;
}

.navigation > li > a {
    position: relative;
    color: #fff;
    padding: 13px 0px;
    display: flex;
    align-items: center;
    background-color: transparent;

}

.navigation > li > a:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* background-image: url(images/navigation-bg.png);
    background-repeat: no-repeat; */
    width: 200%;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
}

.navigation li a i {
    margin-left: 10px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub-menu {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    width: 240px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0px 20px;
}

.navigation li .sub-menu li {
    margin-right: 0px;
    position: relative;
    list-style: none;
}

.navigation li .sub-menu li a {
    color: #333;
    padding: 12px 0px;
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(239 236,236,0.8);
    position: relative;
    z-index: 1;
    font-size: 14px;
    border-radius: 5px;
    background-color: transparent;
}

.navigation li .sub-menu li a:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 0px;
    right: 0px;
    bottom: 13px;
    width: 0px;
    z-index: -1;
    width: 0px;
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
}



/*  */

.calender{
    background: url(../../images/analysis-economic-calendar-row2-bg.webp);
    background-size: cover;
    padding: 80px 0px 70px 0px;
}

.tools{
    padding: 80px 0px 35px 0px;
}

.now{
    padding-top: 114px;
    padding-bottom: 80px;
}





@media (max-width: 500px){

.form{
    background-color: white;
    border-radius: 15px;
    /* width: 100%; */
    padding: 50px 15px 50px 15px;
    margin-left: -1px;
}

.calender{
    background: url(../../images/analysis-economic-calendar-row2-bg.webp);
    background-size: cover;
    padding: 80px 0px 0px 0px;
}

.tools{
    padding: 80px 0px 0px 0px;
}

.now{
    padding-top: 24px;
    padding-bottom: 80px;
}



}






.section-testmonials {
    font-family: Poppins;
    display: flex;
    gap: 20px;
    align-items: center;
}

.column-testmonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.section-details {
    border-left: 10px solid #FFCB00;
    padding-left: 20px;
}


.name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #650061 !important;
    line-height: 1.2em;
    margin: 0;
}

.title-section b {
    color: #650061;
}

.title-section {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.navigation-testmonials {
    display: flex;
    gap: 10px;
}


.swiper-testmonials {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }

    .swiper-testmonials {
        width: 100%;
    }
}

.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: white;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    overflow: hidden;
    transition: 0.2s;
    height: auto;
}

.swiper-testmonials .swiper-slide:hover {
    border-radius: 10px;
    background: rgb(3, 6, 83);
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    width: 100%;
    transition: 0.2s;
    height: auto;
    overflow: hidden;
}

.swiper-testmonials .swiper-slide * {
    margin: 0;
}

.swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px
}

.title-slide h4 {
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.title-slide p {
    color: black;
    font-size: 15px;
    font-weight: 400;
}

.text-slide {
    color: black;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
    cursor: pointer;
}


@media (max-width: 768px) {
    .header-slide svg {
        width: 50px;
    }

    .title-slide h4 {
        font-size: 14px;
    }

    .swiper-testmonials .swiper-slide {
        padding: 20px;
        overflow: hidden;
    }
}



body {
    height: 500px;
    background-color: #dddddd;
}

.trades-wrapper {
    max-width: 700px;
    margin: 50px auto;
    padding: 20px 0;
    background-color: #ecfff3;
    width: 100%;
    border-radius: 5px;
    box-shadow: 3px 10px 15px -12px #333333, -3px 0px 15px -12px #333333;
}

 /* scrollbar css */
    .scroll--grey::-webkit-scrollbar {
    height: 8px;
    }
    .scroll--grey::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.05);
    }
    .scroll--grey::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background:  linear-gradient(to top, #e35728, #e35728);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    }
    .scroll--grey::-webkit-scrollbar-thumb:hover {
        background: #e35728;
    }
@media (max-width: 500px) {
    .market-transaction .nav-item{
        margin: 0px 0px 10px 0px !important;
    }
    
}


.aisha{
    background: white;
    border-radius: 15px;
    padding: 28px 28px 32px;
    margin-bottom: 20px;
    height: 180px;
}

.adnan{
    background: white;
    border-radius: 15px;
    padding: 28px 28px 32px;
    margin-bottom: 20px;
    height: 240px;
}

.adeel{
    background: white;
    border-radius: 15px;
    padding: 28px 28px 32px;
    margin-bottom: 20px;
    height: 180px;
}

.ahmed{
    background: white;
    border-radius: 15px;
    padding: 28px 28px 32px;
    margin-bottom: 20px;
    height: 240px;
}

.alishba{
    background: white;
    border-radius: 15px;
    padding: 28px 28px 32px;
    margin-bottom: 20px;
    height: 270px;
}

.simon{
    background: white;
    border-radius: 15px;
    padding: 28px 28px 32px;
    margin-bottom: 20px;
    height: 270px;
}


@media (max-width: 1024px) {

    .alishba{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 328px;
    }

    .simon{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 328px;
    }
    
}


@media (max-width: 768px) {
    .aisha{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 234px;
    }

    .adeel{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 234px;
    }
    
    .alishba{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 407px;
    }

    .simon{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 407px;
    }
    
}


@media (max-width: 320px){
    .aisha{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 207px;
    }

    .alishba{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 378px;
    }

    .simon{
        background: white;
        border-radius: 15px;
        padding: 28px 28px 32px;
        margin-bottom: 20px;
        height: 488px;
    }
}



.why{
    background: url(../../images/Trading_photo.webp);
    background-size: cover;
    background-position:right-to-left;
    padding: 203px 0px 198px 0px;
    color: white;
}


@media(max-width:767px){
    .why{
        background: url(../../images/Trading_photo.webp);
        background-size: cover;
        background-position:right-to-left;
        padding: 102px 0px 0px 0px;
        color: white;
    }
    
}






















