 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


:root {


    --botwindowBlue:#324C7C;

    --botwindowlightBlue:#C4CAD0;
     
    --EconomicCalenderbutton:#E6E8ED;
   
    --orange: #fd7e14;

    --soft-success: rgba(10, 187, 117, 0.15);

    --info: #25bcf1;

    --soft-info: rgba(37, 188, 241, 0.15);

    --warning: #ffc519;

    
}

/* body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */



.writer {
    color: #BB1323;
}

.hovereffect:hover{
  color: #BB1323;
  cursor: pointer;  
}

.category_bg{
    max-width:120px;
    font-size:11px;
}

.search_mandi_button{
    background-color: #BB1323;
    border-radius: 10px;
    padding:5px 15px;
    font-weight: bold;
    border:2px solid #BB1323;
}


.login-container {
    width: 100%;
    max-width: 400px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
      
    
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    bottom: 33px;
    left: -25px;
    height: 159px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.login_secction{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;  

}

h2 {
    margin-bottom: 20px;
}

.social-login {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.social-login button {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.google-btn, .apple-btn {
    padding: 8px 16px;
    background-color: #ffffff;
    color: black;
    border: 1px solid #ccc;
    font-size: 14px; /* Font size */
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; 
    cursor: pointer;
}

.google-btn i, .apple-btn i {
    font-size: 30px;
    margin-right: 5px;
}

.fab.fa-google {
    font-size: 22px;
}

.google-btn:hover, .google-btn:focus,
.apple-btn:hover, .apple-btn:focus {
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #ccc;
}


p {
    margin: 10px 0;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-form label {
    text-align: left;
    font-weight: bold;
}

.login-form input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-btn {
    background-color: #FF8C00;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.fxstreet_logo{
    width:45px;
    height:45px;
}

.forgot-password {
    display: block;
    margin-top: 10px;
    color: black;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.create-account-link {
    color: #FF8C00;
}

.create-account-link:hover {
    color: #e07b00;
}


@media screen and (max-width: 600px) {
    .login-container {
        padding: 15px;
    }

    .login-btn {
        padding: 12px;
    }
}

.fxstreet_logo{
 width:125px;
 height:45px;
}


#header-section{
    background-color:#05244a;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index:999;
}

#footer_section{
   position: fixed;
    top: 0;
    left: 0;
    width:100%;
     background-color:#F3F3F8; 
}

.buttons{
    padding:4px 22px;
    background-color: #242D38;;
    color:white;
    border-radius: 50px;
    font-size: 12px; 
}

#subscriber{
    background-color: #bb1323;
    color:white;
    font-size: 12px; 
    padding:4px 22px;
}

.street{
    color:orange;
    font-weight:bold;
    font-size:22px;
}

.footer-link{
    font-size:15px;
}

.footer{
    background-color:#F3F3F8;
      position: fixed;
    bottom: 0;
    width:100%;
}


.card {

    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);

    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);

    background-color: #fff;

    margin-bottom: 20px;

    border-color: #ebedf2;

    margin-top: 20px;

}

.card .card-header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    position: relative;

    padding: 12px 25px;

    border-bottom: 1px solid #ebedf2;

    min-height: 50px;

    border-top-left-radius: 4px;

    border-top-right-radius: 4px;

    background-color: transparent;

}

.card .card-body {

    padding: 20px 25px;

    border-radius: 4px;

}

.card .card-footer {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    border-bottom-left-radius: 4px;

    border-bottom-right-radius: 4px;

    border-top: 1px solid #ebedf2;

    background-color: transparent;

    padding: 12px 25px;

}

.card-bordered {

    border: 1px solid #ebedf2;

}



  .error_msg{
    background-color:#111111;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    padding:5px;
    height: 30px;
    font-size: 17px;
    width: 100%;
    margin-left: 5px;
  }
  .grn-wrap{
    background: #1ea376;
    padding: 40px 20px 40px;
    border-radius: 15px;
    box-shadow: 1px 1px 1px #d4d4d4;
    max-height: 210px!important;
  }
  .grn-wrap img{height: 60px; width: auto;}
  .col-ptb {
    padding-top: 20px;
    padding-bottom: 0px;
}
.grn-cnt {
    font-size: 19px;
   
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
.pri-con {
    
    padding-top: 20px;
}
.slideanim {
    visibility: hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.pri {
    color: #e4563c!important;
    font-weight: bold;
    text-shadow: 1px 1px 1px #d4d4d4;
   
}
.col-ptb1 {
    padding-bottom: 40px;
    transition: transform .2s;
}
.pln-wrp {
    position: relative;
    padding-bottom: 3%;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 5px #d4d4d4;
    min-height: 212px;
}
.pln-hd {
   /* margin-top: -22%;*/
    font-size: 30px;
    text-align: center;
    line-height: 57px;
    color: #fff;
  text-transform: uppercase; font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*margin-left: -5%;
    margin-right: -5%;*/
}
@media (max-width: 767px){
.pln-hd{
  margin-top: -22%;
  margin-left: -5%;
  margin-right: -5%;
  }}

.pln-am {
    font-size: 30px;
    line-height: 35px;
    color: #616161;
    z-index: 1;
    text-align: center;
}
.pln-tx {
    font-size: 15px;
    line-height: 18px;
    color: #e4563c;
    z-index: 1;
    text-align: center;
    padding: 20px 0;
}
.pln-tx1 {
    font-size: 14px;
    line-height: 42px;
    color:#e4563c ;
    z-index: 1;
    text-align: center;
    padding: 0px 0;
}
.pln-btn {
    position: absolute;
    bottom: -25px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
}
.pln-btn a {
    background: #f9e75e;
    font-size: 20px;
    display: inline-block;
    color: #000;
    padding: 10px 40px;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    outline: none;
}
.mobile_responsive_new{
    width:189px;
    height:173px;

}


@media (max-width: 767px){
.pln-btn a{
  font-size: 16px;
  }}
  @media (max-width: 320px){
.bnf-con {
    text-align: center;
}}
.bnr-bg {
    background: #1ea376 ;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0px 0px;
    margin-top: 15px;
}
.bnr-wrpr {
    padding: 10px 180px 18px 180px;
    text-align: center;
    position: relative;
}
.bnr-hd {
    font-family: MaisonNeueMedium;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    color: white;
    padding-bottom: 20px;
  }
  .bnr-p {
    font-family: MaisonNeue;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 10px 0;
}
.btn-wpr {
    padding-top: 20px;
}
.bnr-btn {
    font-family: MaisonNeue;
    background: #f9e75e;
    font-size: 20px;
    color: #000;
    width: 267px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 10px;
    text-align: center;
    margin: 20px 20px;
    border: none;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.bnf-con{
     font-size: 30px;letter-spacing: -1px;padding: 15px 10px;text-align: center;color:#e4563c!important;font-weight: bold;text-shadow: 1px 1px 1px #d4d4d4;
}
@media (max-width: 360px){
  .bnf-con {
   font-size:26px
}}
@media (max-width: 360px){
  .pln-wrp {
    padding: 45px 24px 60px;
}}

@media (max-width: 480px){
.pln-wrp {
    padding-top: 45px!important;
    padding-left: 60px!important;
    padding-right: 60px!important;
    padding-bottom: 0px!important;
}}
@media (max-width: 414px){
.pln-wrp {
    padding: 45px 34px 60px;
}}
@media (max-width: 412px){
.pln-wrp {
    padding-top: 45px!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
    padding-bottom: 0px!important;
}}
@media (max-width: 640px){
.pln-wrp {
    padding-top: 45px!important;
    padding-left: 28px!important;
    padding-right: 28px!important;
    padding-bottom: 0px!important;
    min-height: 250px;
}}
@media (max-width: 767px){
.bnr-wrpr {
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 50px!important;
    text-align: center;
}
.form-group .col-md-6{margin-bottom: 15px;}
.form-group .col-md-6:last-child{margin-bottom: 0px;}
}
@media (max-width: 800px){
.pln-wrp {
    min-height: 280px;
    padding-left: 10px!important;
    padding-right: 10px!important; margin-bottom: 35px;
}}
@media (max-width: 960px){
.bnr-wrpr {
    padding: 80px 50px 28px 50px;
}}
@media (max-width: 767px){
.bnr-hd {
    font-size: 26px;
    line-height: 30px;
    width: 100%!important;
}}
@media (max-width: 767px){
.bnr-p {
    font-size: 16px;
    line-height: 20px;
}}
@media (max-width: 960px){
.bnr-p {
    line-height: 28px;
}}
@media (max-width: 767px){
.btn-wpr {
    padding-top: 10px;
}}
@media (max-width: 767px){
.bnr-btn{
  width:85%;
  }}
  .banner{
    background-color: #1ea376;
    border-radius: 0px;
    margin-top: 1%;padding: 60px 0;
  }
  @media (max-width: 767px){
  .banner{
    margin-top: 2%;
  }}
  .search{
    width:278px;
  }
@media (max-width: 767px){
  .search{
     width:169px;
  }}
  .form{
  margin-right: 8%;}
  @media (max-width: 767px){
  .form{
     margin-right: 11%;
  }
}
.web{
  margin-left: 16%;
}
@media (max-width: 960px){
.web{
  margin-left:0px;
}}
@media (max-width: 960px){
.pln-btn {
    width: 160px!important;
}}
.bnf-con1{
 
    font-size: 18px;
    letter-spacing: -1px;
    
    
    color: #e4563c!important;
    font-weight: bold;
    text-shadow: 1px 1px 1px #d4d4d4;

}
.triangle-right {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 8px solid #aee84f;
    border-bottom: 3px solid transparent;
    margin-top: 7px;
    margin-right: 4.5px;
}
.ist{
  display: inline-flex;
}
.col-ptb1:hover {
  transform: scale(1.08); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.package-container {
    display: inline-block;
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}

.package-container .card {
    height: 100%;
}





.btn-lg{
--bs-btn-padding-x: 9rem;
}



  #price{
  background-color:#F3F3F8;
}

.premium_container{
  border:2px solid  white;
  background-color:white;
  border-radius:12px 12px 5px 5px grey;
  padding:25px 25px;
}

.premium_button{
  background-color:#bb1323;
  border:2px solid #bb1323;
  color:white;
  padding:4px 50px;
 
}

#author_details{
 background-color:#131E2D;
}

.card_container{
  width:75vw;
  overflow-x:scroll;
 
}


.fxsstreet_Logo{
height:65px;
padding:10px 5px;
}

.login_button {
    padding: 2% 45%;
    background-color: #bb1323;
    font-weight: bold;
    color:white;
    border-radius: 5px;
}


.login_button:hover{
  background-color: #bb1323;

   color:white;
}

@media(max-width:1200px){
.premium_container{
 
  border:2px solid  white;
  background-color:white;
  border-radius:12px 12px 5px 5px grey;
  padding:25px 25px;
}


}
@media(max-width:768px){
.premium_container{
   width: 236px;
   height: 268px;
  border:2px solid  white;
  background-color:white;
  border-radius:12px 12px 5px 5px grey;
  padding:25px 25px;
}

}


@media(max-width:576px){
.premium_container{
   width: 100%;
   height: 268px;
  border:2px solid  white;
  background-color:white;
  border-radius:12px 12px 5px 5px grey;
  padding:25px 25px;
}

}




/* Uiverse Button Css */


.btn-learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.btn-learn-more.learn-more {
    width: 12rem;
    height: auto;
}

.btn-learn-more.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

.btn-learn-more.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn-learn-more.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn-learn-more.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.btn-learn-more.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.btn-learn-more.learn-more:hover .circle {
    width: 100%;
}

.btn-learn-more.learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.btn-learn-more.learn-more:hover .button-text {
    color: #fff;
}


.brokers_image{
  width:120px;
  height:120px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: auto;
}

.brokers_container{
  border:2px solid  black;
  background-color:white;
  padding: 20px;
  align-items: center;
  border: none;
  margin-bottom: 10px;
}

.footer_bottom_margin{

margin-bottom: 100px;
margin-top: 100px;

}

/* Authore List Css */

    #price {
        background-color: #F3F3F8;
    }

    .premium_container {
      
        border: 2px solid white;
        background-color: white;
        border-radius: 12px 12px 5px 5px grey;
        padding: 25px 25px;
    }

    .premium_button {
        background-color: #bb1323;
        border: 2px solid #bb1323;
        color: white;
        padding: 4px 50px;
        border-radius: 5px;
    }

    #author_details {
        background-color: #131E2D;
    }

    .card_container {
        width: 75vw;
        overflow-x: scroll;
    }

    .card-title {
        color: #262626;
        font-size: 20px;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 0.5em;
    }

    .cards-news-title{
      color: #262626;
        font-size: 17px;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 0.5em;
    }

    .small-desc {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5em;
        color: #452c2c;
    }

    .go-corner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 2em;
        height: 2em;
        overflow: hidden;
        top: 0;
        right: 0;
        background: linear-gradient(135deg, #6293c8, #384c6c);
        border-radius: 0 4px 0 32px;
    }

    .go-arrow {
        color: white;
        font-family: courier, sans;
    }

    .cards {
        display: block;
        position: relative;
        background-color: #f2f8f9;
        border-radius: 10px;
        padding: 2em 1.2em;
        text-decoration: none;
        z-index: 0;
        overflow: hidden;
        background: #F3F3F8;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 30px;
    }

    .cards:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: linear-gradient(135deg, #364a60, #384c6c);
        height: 50px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transition: transform 0.35s ease-out;
    }

    .cards:hover:before {
        transform: scale(28);
    }

    .cards:hover,
    .cards:hover .card-title, 
    .cards:hover .small-desc, 
    .cards:hover .button-text {
        transition: all 0.5s ease-out;
        color: white;
    }

    .mb-lg-90 {
        margin-top: 100px;
        margin-bottom: 90px;
    }
    .btn-primary{
        border-color: #BB1323 !important;
        background-color: #BB1323 !important;
    }

    .brokers_image_home{
    width: 107px;
    height: 38px;
    object-fit: cover;
    aspect-ratio: auto; 
    }

/* Economic Calender Css */


#content_econoimc_calender{
    background-color:var(--botwindowlightBlue);
}
.top_heading {
    background-color: var(--botwindowBlue);
    color:white;
    padding:0px 5px;
}

.download_button{
   background-color: var(--EconomicCalenderbutton);
}

.fs-7{
    font-size: 13px;
}
.bg-color{
    background-color: #F4F6F9;
}

.button_bg_color{
    background-color: #D5D9E2;
    padding: 3px 3px;;
}

.bg-color-green{
    background-color: green;
}

.bg-color-brown{
    background-color: #7F4740;
}

.bg_color_purle{
    background-color:#5B4A72;
}

.bg-light-heading{
    background-color:#758AB4 
}

.text-warning{
   color:var(--orange);
}

@media(max-width:600px){
  #content_econoimc_calender{
    background-color:var(--botwindowlightBlue);
    padding:15px 15px;
}  
}


.random_images{
    width: 241px;
    height: 90px; 
    object-fit: cover;
  aspect-ratio:auto
} 

@media(max-width:991px){
     .random_images {
        width: 100% !important;
        height: 583px !important;
        object-fit: cover;
        aspect-ratio: auto;
    }  
}

@media(max-width:767px){
     .random_images {
        width: 100% !important;
       height: 475px !important;
         object-fit: cover;
        aspect-ratio: auto;
    } 
     .premium_container {
        width:100%;
        height:auto;
        border: 2px solid white;
        background-color: white;
        border-radius: 12px 12px 5px 5px grey;
        padding: 25px 25px;
    }
}

@media(max-width:500px){
     .random_images {
        width: 100% !important;
        height: 392px !important;
        object-fit: cover;
        aspect-ratio: auto;
    }

    .new_image_detail{
        width:100% !important;
        height:392px !important;
         object-fit:cover;
        aspect-ratio: auto;
    }
}

#last_container {
    background-color: #F5F5F5;
    padding: 25px;
}

.box_container {
    background-color: #5B5B5B;
    color: white;
    padding: 30px 25px;
    font-size: 35px;
    margin: 5px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.diamond {
    background-color: #1B4962;
}

.learning_btn {
    font-size: 20px;
    color: white;
    border-radius: 20px;
    padding: 9px 20px;
    border: 2px solid white;
    background-color: #5B5B5B;
}

.tech_heading::before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 20px;
    background-color: black;
    margin-right: 10px;
    vertical-align: middle;
}

.learning_heading {
    color: #305A71;
    font-size: 50px;
    font-weight: bolder;
}
