@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Syne:wght@400..800&display=swap');
 html{
     scroll-behavior: smooth;
}
 label, a, span, li, p{
     font-family: "Mulish", sans-serif;
}
 h1, h2, h3, h4, h5, h6{
     font-family: "Syne", sans-serif;
}
 a{
     text-decoration: none;
}
 .py-100{
     padding: 100px 0;
}
 .py-150{
     padding: 150px 0;
}
 .pt-150{
     padding-top: 150px;
}
 .pb-150{
     padding-bottom: 150px;
}
 .pb-300{
     padding-bottom: 300px;
}
 p{
     font-size: 16px;
     font-weight: 400;
     color: var(--p-text-color);
}
 .heading-text span{
     font-size: 16px;
     font-weight: 600;
     position: relative;
     display: inline-block;
     color: var(--primary-theme-color);
     margin-bottom: 20px;
}
 .heading-text span:after, .heading-text span:before{
     position: absolute;
     content: "";
     height: 1px;
     top: -2px;
     width: 100%;
     background-color: var(--primary-theme-color);
}
 .heading-text span:after{
     top: unset;
     bottom: -3px;
     left: 0;
}
 .heading-text h3{
     font-size: 34px;
     font-weight: 700;
     color: var(--secondary-theme-color);
}
 :root{
     --primary-theme-color :#fe5924;
     --secondary-theme-color :#0f1437;
     --p-text-color: rgb(90, 90, 90);
    ;
     --light-color:#fff;
     --dark-color:#000;
}
 header {
     width: 100%;
     background-color: var(--light-color);
     position: relative;
     padding: 10px 0;
     z-index: 999;
}
.navbar-brand img{
    width: 250px;
}
 .sticky {
     position: fixed;
     top: -60px;
     left: 0;
     padding: 0;     
     z-index: 9999;
     animation: goDown 0.5s ease-in-out forwards;
     
     box-shadow:0 5px 15px 0 rgba(0,0,0,0.1) ;
}
 @keyframes goDown {
     0%{
         top:-60px;
    }
     100% {
         transform: translateY(60px);
    }
}
 .navbar-brand{
     font-size: 30px;
     font-weight: 800;
     color: var(--secondary-theme-color);
}
 .nav-item{
     line-height: 1;
}
 .navbar-nav .nav-link{
     font-size: 16px;
     font-weight: 700;
     padding: 0 !important;
     margin: 0 30px;
     line-height: 1;
     position: relative;
     color: var(--secondary-theme-color);
     transition: all 1s;
}
 .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
     color: var(--primary-theme-color);
}
 .btn-style{
     padding: 10px 35px;
     font-size: 16px;
     letter-spacing: 1px;
     font-weight: 600;
     color: var(--light-color);
     border:1px solid var(--primary-theme-color) ;
     background-color: var(--primary-theme-color);
}
 .btn-style:hover{
     color: #fff;
}
 .login-signup a.btn-style{
     text-transform: uppercase;
}
 .slideshow {
     position: relative;
     z-index: 1;
     height: calc(100vh - 72.5px);
     width: 100%;
}
 .slideshow .slick-slider > div, .slideshow .slick-slider{
     height: 100%;
}
 .slideshow .slider-track {
     transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
 .slideshow .item img {
     width: 100%;
     transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
     transform: scale(1.2);     
    height: 100vh;
    object-fit: cover;
}
 .slideshow .item.slick-active img {
     transform: scale(1);
}
 .slider-text{
     position: absolute;
     z-index: 999;
     width: 40%;
     top: 50%;
     transform: translateY(-50%);
     left: 17%;
}
 .slider-text span{
     font-size: 16px;
     color: var(--primary-theme-color);
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .slider-text h2{
     color: var(--secondary-theme-color);
     font-weight: 700;
     font-size: 55px;
     margin: 20px 0;
}
 .slider-text p{
     font-size: 18px;
     font-weight: 500;
     color: var(--p-text-color);
     margin-bottom: 35px;
}
 .company-story{
     position: relative;
}
    .company-story:before {
        background-image: url(../../images/eagleTrading/trading-bg.png);
        background-position-x: 0%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -9;
        top: 0;
        opacity: .2;
    }
 .company-story-text a, .slider-text a{
     font-size: 18px;
     font-weight: 600;
     color: var(--primary-theme-color);
     position: relative;
     font-size: 15px;
}
 .slider-text a.btn-style{
     color: #fff;
     font-size: 15px;
     padding: 8px 15px;
     margin-right:15px ;
}
 .company-story-text a i, .slider-text a i{
     border-radius: 50px;
     position: absolute;
     top: 60%;
     transform: translateY(-50%) rotate(-30deg);
     right: -25px;
     transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
 .company-story-text a:hover i, .slider-text a:hover i{
     height: 40px;
     width: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     border: 1px solid var(--primary-theme-color);
     right: -50px;
     top: 50%;
}
 .slideshow .slick-dots{
     bottom: unset;
     top: 50%;
     left: 25px;
     width: auto;
     display: flex;
     flex-direction: column;
     transform: translateY(-50%);
}
 .slideshow .slick-dots li{
     height: 40px;
     width: 40px;
     border-radius: 50px;
     position: relative;
     color: var(--primary-theme-color);
     background-color: var(--light-color);
     margin-bottom: 10px;
     border: 1px solid transparent;
     transform: scale(.8);
     opacity: .5;
     transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 .slideshow .slick-dots li.slick-active{
     color: var(--primary-theme-color);
     border-color: var(--primary-theme-color);
     opacity: 1;
     transform: scale(1.1);
}
 .slick-dots li button:before{
     font-size: 20px;
     font-weight: 600;
     color: var(--dark-color);
     font-family: "Mulish", sans-serif;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     opacity: 1;
}
 .slideshow .slick-dots li.slick-active button:before{
     color: var(--primary-theme-color);
}
 .slick-dots li:first-child button:before{
     content: "1";
}
 .slick-dots li:nth-child(2) button:before{
     content: "2";
}
 .slick-dots li:nth-child(3) button:before{
     content: "3";
}
 .cursor {
     width: 30px;
     height: 30px;
     border-radius: 100%;
     border: 1px solid var(--primary-theme-color);
     transition: all 200ms ease-out;
     position: fixed;
     pointer-events: none;
     left: 0;
     top: 0;
     transform: translate(calc(-50% + 15px), -50%);
     z-index: 999;
}
 .hover {
     opacity: 0;
}
.features-box {
    padding: 0px 30px 20px 30px;
    background-color: #FFFFFF;
    background-image: url(../../images/eagleTrading/feature-bg-shape.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px 0px 10px 0px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 66px 0px rgb(66 11 4 / 11%);
    height: 100%;
}
 .features-box:hover{
     border-style: dashed;
     border-color: #fe5b2469;
}
 .features-box h3{
    font-size: 20px;
     text-align: center;
     font-weight: 700;
     margin-bottom: 10px;
     color: var(--secondary-theme-color);
}
 .feature-icon{
     margin: -33px 0px 23px 0px;
     text-align: center;
}
 .feature-icon span{
     height: 80px;
     border-radius: 50px;
     width: 80px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     transition: all 0.3s ease 0s;
     background-color: var(--light-color);
     box-shadow: 0px 2px 25px 0px rgba(11.99999999999994, 4.000000000000004, 66, 0.1);
}
 .feature-icon span img{
     width: 45px;
     transform: scale(1);
     -webkit-transform-style: preserve-3d;
     transition: -webkit-transform 1s ease-in;
     transition: -mz-transform 1s ease-in;
     transition: all 0.3s !important;
}
 .features-box:hover .feature-icon span{
     background-color: var(--primary-theme-color);
}
 .features-box:hover .feature-icon span img{
     transform: scale(1.1);
     filter: brightness(100000%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
 .why-choose-details span{
     height: 80px;
     width: 80px;
     display: inline-flex;
     border-radius: 50px;
     justify-content: center;
     align-items: center;
     background-color: #fae9e4;
}
 .why-choose-details span img{
     width: 40px;
}
 .why-choose-details h4{
     font-size: 22px;
     font-weight: 700;
}
 .why-choose-image img:first-child{
     width: 440px;
     height: auto;
     border-radius: 6px 6px 6px 6px;
}
 .why-choose-image{
     position: relative;
}
 .test {
     -webkit-animation: testing 15s linear infinite alternate forwards;
     animation: testing 15s linear infinite alternate forwards;
     border-radius: 100%;
     -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
     clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all;
     position: absolute;
     right: 50px;
     bottom: -32%;
}
 .test{
     width: 336px;
     height: 336px;
     padding: 4px 15px 4px 0px;
     margin: 0px 0px 0px 0px;
     background-color: transparent;
     background-image: linear-gradient(269deg, var(--primary-theme-color) 10%, #F2295B00 83%);
}
 @keyframes testing {
     0%{
         border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
     14% {
         border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
     28% {
         border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
     42% {
         border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
     56% {
         border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
     70% {
         border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
     84% {
         border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
     100% {
         border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
}
.we-provide {
    background-image: url(../../images/eagleTrading/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
 .we-provide-box{
     padding:20px 20px 0px;
     padding-bottom: 0;
     background-color: #fff;
     border: 2px dashed transparent;
     border-radius: 5px 0 5px 0;
     box-shadow: 0px 4px 66px 0px rgb(66 11 4 / 11%);
     transition: all 0.3s ease 0s;
}
 .we-provide-box h3{
     font-size: 24px;
     font-weight: 700;
}
 .we-provide-box a{
     height: 45px;
     width: 45px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     background-color: var(--primary-theme-color);
     color: #fff;
     border-radius: 50px;
     position: relative;
     bottom: -23px;
     transition: all 0.3s ease 0s;
}
 .we-provide-box a span{
     transition: all 0.3s ease 0s;
     font-size: 0;
     transform: scale(0);
}
 .we-provide-box:hover a{
     width: 150px;
}
 .we-provide-box:hover{
     border: 2px dashed #fce7e0;
     box-shadow: none;
}
 .we-provide-box:hover a span{
     font-size: 16px;
     transform: scale(1);
     margin-right: 10px;
}
 .company-story-img img{
     border-radius: 8px 8px 8px 8px;
}
 .company-story-text h5{
     font-size: 18px;
     font-weight: 600;
}
 .trade-box{
     padding: 25px;
     background: var(--light-color);
     height: 100%;
     box-shadow: 0px 4px 66px 0px rgb(66 11 4 / 5%);
}
 .trade-box h4{
     font-size: 18px;
     margin-bottom: 5px;
     font-weight: 700;
}
 .trade-box span{
     display: inline-block;
     height: 50px;
     width: 50px;
     background-color: var(--primary-theme-color);
     text-align: center;
     line-height: 45px;
     border: 2px dashed transparent;
     transition: all 1s ease-in-out;
}
 .trade-box img{
     filter: brightness(100000%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
 .trade-box:hover span{
     border-radius: 8px 0 8px 0;
     border: 2px dashed #fce7e0;
     background-color: var(--light-color);
}
 .trade-box:hover img{
     filter:unset;
}
.trade-type {
    background-image: url(../../images/eagleTrading/bg.jpg);
    background-size: cover;
}
 .marqu{
     padding: 50px 0;
     overflow: hidden;
}
 .marqu span{
     font-size: 80px;
     font-weight: 800;
     color: var(--secondary-theme-color);
}
 .marqu .slick-slide:nth-child(odd) span{
     color: transparent;
     -webkit-text-stroke: 1px var(--secondary-theme-color);
}
 .marqu span b{
     transform: rotate(0);
     animation: star 20s infinite linear;
}
 @keyframes star {
     0%{
         transform: rotate(0);
    }
     100%{
         transform: rotate(360deg);
    }
}
 .marqu .slick-slide{
     width: auto !important;
     margin-right: 20px;
}
 .trade-on-box{
     background-color: var(--secondary-theme-color);
     padding: 150px;
}
 .trade-on-box .heading-text > *{
     color: var(--light-color);
}
 .trade-on-box .heading-text p:not(.trade-on-sub p){
     font-weight: 300;
     letter-spacing: 1px;
}
 .trade-on-box .heading-text p:last-child{
     margin-bottom: 0;
}
 .trade-on-sub{
     background-color: var(--light-color);
     padding: 50px;
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 60%;
}
 .trade-on-sub p{
     text-align: justify;
     color: var(--secondary-theme-color);
     line-height: 24px;
     font-size: 15px;
     font-weight: 600;
}
 .trade-on-img{
     position: relative;
     height: 100%;
}
 .trade-on-img:before{
     position: absolute;
     content: "";
     height: 100%;
     width: 100%;
     background-color: var(--dark-color);
     opacity: .7;
}
 .trade-on-img img{
     height: 100%;
     object-fit: cover;
}
 .people-trust .tab-pane{
     padding: 15px;
     background-color: var(--light-color);
     box-shadow: 0 0 10px 0 rgba(0,0,0,0.1) ;
     width: 100%;
}
 .people-trust .tab-content{
     position: relative;
}
 .people-trust .preople-tabs{
     width: auto;
     position: absolute;
     transform: rotate(-90deg);
     left: -230px;
     top: 174px;
     background-color: var(--light-color);
     box-shadow: 0 0 10px 0 rgba(0,0,0,0.1) ;
}
 .people-trust #v-pills-tab .nav-link{
     border: none;
     background-color: var(--light-color);
     color: var(--secondary-theme-color);
     font-size: 16px;
     font-weight: 600;
     padding: 10px 50px;
     outline: none;
}
 .people-trust #v-pills-tab .nav-link.active{
     background-color: var(--primary-theme-color);
     color: var(--light-color);
}
 .what-text{
     padding: 25px;
}
 .what-text h4{
     font-weight: 700;
     color: var(--secondary-theme-color);
}
 .what-text h4 span{
     color: var(--primary-theme-color);
}
 .what-text p{
     text-align: justify;
}
 #counter h3{
     font-size: 40px;
     margin: 0;
     font-weight: 700;
     color: var(--primary-theme-color);
}
 .plans{
     position: relative;
}
    .plans:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -9;
        opacity: .1;
        background-image: url(../../images/eagleTrading/plans-bg.jpg);
    }
 .plans .bg-text{
     position: absolute;
     top: 20%;
     width: 75%;
     left: -580px;
     opacity: .1;
     transform:translateY(-50%) rotate(-90deg);
}
 .plan-box{
     padding: 15px;
     padding-bottom: 0;
     background-color: #fff;
     box-shadow: 0 0 10px 0 rgba(0,0,0,0.1) ;
     border: 1px solid transparent;
     border-radius: 5px;
     transition: all 0.5s ease;
     height: 100%;
}
 .plan-box h3{
     font-size: 20px;
     text-align: center;
     font-weight: 600;
     color: var(--secondary-theme-color);
     padding-bottom: 12px;
     border-bottom: 1px solid #e1e1e1;
     transition: all 0.5s ease;
}
 .plan-box span{
     padding:15px 10px;
     font-weight: 600;
     display:block;
     border-bottom: 1px solid #f5f5f5;
     transition: all 0.5s ease;
}
 .plan-box span:last-child{
     border-bottom:none !important;
}
 .plan-box span a{
     color: var(--primary-theme-color);
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.5s ease;
}
 .plan-box span a i{
     transform: rotate(-30deg);
     margin-left: 5px;
}
 .plan-box.plan-details:hover{
     background-color: var(--primary-theme-color);
     box-shadow: 0 0 20px 0 #fdb8a1 ;
}
 .plan-box.plan-details:hover span a, .plan-box.plan-details:hover span, .plan-box.plan-details:hover h3{
     color: #fff;
}
 .plan-box.plan-details:hover span{
     border-bottom: 1px solid rgba(255,255,255,.1);
}
 .faq-box{
     background-color: var(--light-color);
     padding: 30px;
     box-shadow: 0px 2px 16px 0px rgb(66 11 4 / 10%);
}
 .faq-box h3{
     font-size: 20px;
     font-weight: 700;
     color: var(--secondary-theme-color);
}
 .faq-box p{
     margin-top: 10px;
}
 .we-help{
     position: relative;
     overflow: hidden;
}
 .we-help > span{
     position: absolute;
     height: 500px;
     width: 500px;
     opacity: .1;
     border-radius: 50px;
     background-color: var(--primary-theme-color);
     filter: blur(100px);
     bottom:-200px;
     left: -100px;
     z-index: -9;
}
 .we-help > span:nth-child(2){
     top: 50%;
     left: 50%;
     bottom: 0;
     transform: translate(-50%,-50%);
     height: 250px;
     width: 250px;
}
 .we-help > span:last-child{
     left: unset;
     right: -100px;
     bottom: unset;
     top: -200px;
}
 .we-help form{
     background-color: #fff;
     padding: 50px;
     border-radius: 10px;
     border: 1px solid rgb(219, 219, 219);
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
     */
}
 .we-help form label{
     font-weight: 600;
     font-size: 14px;
     margin-bottom: 3px;
}
 .contact-img{
     height: 350px;
     width: 350px;
     border-radius: 50%;
     margin: auto;
     position: relative;
}
 .contact-img > div:first-child{
     height: 100%;
     width: 100%;
     overflow: hidden;
     border-radius: 50%;
     border: 3px solid var(--primary-theme-color);
}
 .contact-img img{
     object-fit: cover;
     width: 100%;
     height: 100%;
}
 .contact-img div > span{
     position: absolute;
     height: 450px;
     width: 450px;
     border: 1px solid rgb(230, 230, 230);
     top: 50%;
     left: 50%;
     z-index: 99;
     border-radius: 50%;
     transform: translate(-50%,-50%);
}
 .contact-img div > span:last-child{
     height: 550px;
     width: 550px;
}
 .contact-img a{
     position: absolute;
     height: 50px;
     width: 50px;
     border-radius: 50px;
     left: 20px;
     top: 70px;
     color: var(--light-color);
     font-size: 20px;
     display: flex;
     align-items: center;
     z-index: 999;
     justify-content: center;
     background-color: var(--primary-theme-color);
     transition: all 1s ease;
     border: 1px dashed var(--primary-theme-color);
}
 .contact-img a:hover{
     background-color: var(--light-color);
     color: var(--primary-theme-color);
     box-shadow:0 0 15px 0 #fe5b2471 ;
}
 .contact-img .social-icon a:first-child{
     left: 15%;
     top: -30%;
}
 .contact-img .social-icon a:nth-child(2){
     left: -20%;
     top: 40%;
}
.contact-img .social-icon a:nth-child(3){
     left: 17%;
     top: 117%;
}
 .contact-img .social-icon a:nth-child(4){
     left: 100%;
     top: 70%;
}
 .contact-img .social-icon a:nth-child(5){
     left: 90%;
     top: 0%;
}
 footer{
     padding:10px 0;
     background-color: var(--secondary-theme-color);
     border-top: 1px solid rgb(236, 236, 236);
}
 footer .navbar-brand{
     color: var(--light-color);
     font-size:24px;
     font-weight: 600;
}
 footer p{
     color: var(--light-color);
}


@media(max-width:767px){
    .navbar-collapse{        
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            width: 100%;
    }
    .py-100 {
        padding: 50px 0;
    }
  .py-150 {
    padding: 50px 0;
}
.pb-300 {
  padding-bottom: 0px;
}
p {
  font-size: 14px;
}

footer  .navbar-brand img {
    width: 100px;
}
footer p{
    font-size: 12px;
}
.btn-style {
    padding: 10px ;
    font-size: 12px;
}
 .navbar-brand img{
    width: 140px;
}
.why-choose-image img:first-child{
    width: 100%;
}
.heading-text span {
  font-size: 14px;
  margin-bottom: 15px;
}
.heading-text h3 {
  font-size: 28px;
}
.why-choose-details span {
  height: 60px;
  width: 60px;
}
.why-choose-details span img {
  width: 30px;
}
.navbar-toggler{
  border: none;
  outline: none;
  box-shadow:none  !important;
  padding: 0;
}
.navbar-toggler i{
  color: var(--primary-theme-color);
}
.navbar-nav{
  position: absolute;
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-top: 5px;
  border-top: 1px solid whitesmoke;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.navbar-nav .nav-item{
  margin: 10px 0;
}
.navbar-nav .nav-link{
  display: inline-block;
  margin: 0;
}
.slideshow .item img{
  
  height: 100vh;
  object-fit: cover;
}
.slider-text {
  width: 100%;
  top: 43%;
  left: 0;
  padding: 25px;
}
.slider-text h2 {
  font-size: 32px;
  margin: 10px 0;
}
.slider-text span {
  font-size: 14px;
}
.slider-text p {
  font-size: 16px;
}
.slideshow .slick-dots {
  top: unset;
  bottom: 30px;
  left: 50%;
  flex-direction: row;
  transform: translateX(-50%) translateY(10%);
}
header{
  padding: 5px 0;
}
.slideshow .slick-dots li {
  height: 30px;
  width: 30px;
}
.slick-dots li button:before {
  font-size: 16px;
}
.features-box h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.why-choose-details h4 {
  font-size: 20px;
}
.we-provide-box h3 {
  font-size: 20px;
}
.marqu span {
    font-size: 30px;
}
.trade-on-box {
    padding: 20px;
}
.trade-on-sub{
    display: none;
}
.what-text {
    padding: 0px;
}
.people-trust .preople-tabs{
    position: unset;
    transform: unset;
}
.people-trust #v-pills-tab .nav-link{
    
    font-size: 14px;
    padding: 10px 30px;
    width: 50%;

}
#counter h3 {
    font-size: 34px;
}
#counter span.text{
    font-size: 12px;
}
.mobile-plan{
    width: auto;
    flex-wrap: nowrap;  
}
.plan-box {
    padding: 10px;
    padding-bottom: 0;
    box-shadow: none;
    border-color: #dddddd;
}
.main-scroll{
    overflow: hidden;
}
.mobile-plan-main{
    width: calc(100vw - 159px);
    padding-left: 10px;
    overflow: auto;
}
.plan-box h3 {
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}
.plan-box span {
    padding: 10px 5px;
    font-size: 14px;
}
.mobile-plan .col-auto{
    padding: 0 5px;
}
.plans:before {
    opacity: .2;
    object-fit: cover;
    background-position-x: 100%;
}
.pb-150 {
    padding-bottom: 50px;
}
.we-help form {
    padding: 20px;
}
.contact-img span{
    display: none;
}
.contact-img .social-icon a{
    position: unset;
}
.contact-img {
    height: unset;
    width: auto;
    background-color: transparent;
}


.contact-img > div:first-child {
    height: 250px;
    width: 250px;
    margin: auto;
}
.social-icon{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}
}
@media(min-width:576px) and (max-width:767px){
   
    .navbar-toggler i{
        font-size: 24px;
    }
    .navbar-brand {
        font-size: 30px;
    }
    .pb-300 {
        padding-bottom: 50px;
    }
    .mobile-plan-main{
        
        width: calc(100vw - 375px);
    }
}
@media(min-width:768px) and (max-width:991px){
    .navbar-nav {
        position: absolute;
        width: 100%;
        padding: 20px;
        background: #fff;
        margin-top: 5px;
        border-top: 1px solid whitesmoke;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    }
    .navbar-nav .nav-item {
        margin: 10px 0;
    }
    .navbar-nav .nav-link {
        display: inline-block;
        margin: 0;
    }
    .navbar-collapse{        
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
}
}
@media(min-width:768px) and (max-width:1199px){
    .slideshow .item img{
        transform: scale(1);
        height: 100vh;
        object-fit: cover;
    }
    .slider-text {
        width: 60%;
        top: 40%;
    }
    .slider-text h2 {
        font-size: 42px;
        margin: 10px 0;
    }
    .py-100,
    .py-150 {
        padding: 75px 0;
    }
    .pb-150 {
        padding-bottom: 75px;
    }
    .features-box h3 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
    }
    .heading-text span {
        font-size: 14px;
    }
    .heading-text h3 {
        font-size: 28px;
    }
    .why-choose-details h4 {
        font-size: 20px;
    }
    .pb-300 {
        padding-bottom: 100px;
    }
    .why-choose-details span {
        height: 70px;
        width: 70px;
    }
    .why-choose-details span img {
        width: 30px;
    }
    .we-provide-box h3 {
        font-size: 20px;
    }
    .trade-box {
        padding: 20px;
    }
    .marqu span {
        font-size: 35px;
    }
    .trade-on-box {
        padding: 50px;
    }
    .trade-on-sub {
        padding: 30px;
        width: 80%;
    }
    .people-trust .preople-tabs{
        position: unset;
        transform: unset;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .people-trust #v-pills-tab .nav-link{
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .people-trust #v-pills-tab .nav-link.active{
        box-shadow: none;
    }
    .mobile-plan .col-auto{
        padding: 0 5px;
    }
    .plan-box h3 {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 0;
    }
    .plan-box span {
        padding:  10px;
        font-size: 14px;
    }
    .plan-box span a{
        font-size: 12px;
    }
    .plan-box span:has(a){
        padding: 10px 0;
    }
    .faq-box {
        padding: 20px;
    }
    .faq-box h3 {
        font-size: 16px;
    }
    .faq-box p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact-img span{
        display: none;
    }
    .contact-img .social-icon a{
        position: unset;
    }
    .contact-img {
        height: unset;
        width: auto;
        background-color: transparent;
    }
    
    
    .contact-img > div:first-child {
        height: 250px;
        width: 250px;
        margin: auto;
    }
    .social-icon{
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 12px;
    }
    .we-help form {
        padding: 20px;
    }

}
@media(min-width:992px) and (max-width:1199px){
    .pb-300 {
        padding-bottom: 100px;
    }
    .py-100,
    .py-150 {
        padding: 75px 0;
    }
    .pb-150 {
        padding-bottom: 75px;
    }
    .navbar-nav .nav-link {
        font-size: 15px;
        margin: 0 20px;
    }
    header .btn-style {
        padding: 10px 15px;
        font-size: 14px;
    }    
    
}@media(min-width:1200px) and (max-width:1399px){
    .marqu span {
        font-size: 60px;
    }
    .trade-on-box {
        padding: 50px;
    }
    .trade-on-sub {
        background-color: var(--light-color);
        padding: 30px;
        width: 80%;
    }
    .people-trust .preople-tabs {
        left: -195px;
        top: 163px;
    }
    .contact-img div > span:last-child {
        height: 450px;
        width: 450px;
    }
    .contact-img div > span{
        
        height: 400px;
        width: 400px;
    }
    .contact-img a {
        height: 40px;
        width: 40px;
    }
    .contact-img a i{
        font-size: 16px;
    }
    .contact-img .social-icon a:nth-child(3) {
        top: 98%;
    }
    .contact-img .social-icon a:first-child {
        top: -9%;
    }
    .contact-img .social-icon a:nth-child(2) {
        left: -16%;
    }
    .contact-img .social-icon a:nth-child(5) {
        left: 87%;
    }
}
@media(min-width:1400px) and (max-width:1599px){
    .marqu span {
        font-size: 70px;
        font-weight: 800;
        color: var(--secondary-theme-color);
    }
    .trade-on-box {
        padding: 75px;
    }
    .trade-on-sub {
        padding: 30px;
        width: 70%;
    }
    .people-trust .preople-tabs {
        left: -195px;
        top: 175px;
    }
}
.loader-111 {
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: var(--secondary-theme-color);
    text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 1px #fff;
    letter-spacing: 2px;
    position: relative;
}
.loader-111::after {
    content: 'Loading';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-theme-color);
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation: animloader111 6s linear infinite;
}
@keyframes animloader111 {
    0% {
        width: 0%;
   }
    100% {
        width: 100%;
   }
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-color);
    opacity: 1;
    flex-direction: column;
    backdrop-filter: blur(50px);
}
.loader img{
    width: 150px;
    position: relative;
    top: 0;
    animation: loader 1s infinite linear alternate-reverse;
}
@keyframes loader{
    0%{
        top: 0;
    }
    100%{
        top: 10px;
    }
}