/*Font style*/

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');


/*Reset style start*/
body, h1, h2, h3, p, ul, ol, li, dl, dt, dd, form, fieldset, legend, input, textarea, button, img {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
.burger{
    display: none;
}

/*Reset style end*/


/*Another style start*/

html,body{
    height: 100%;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: "Lexend Deca", sans-serif;
}

main{
    flex: 1 1 auto;
}

/*Another style end*/


/*Typography start*/

.tp-64{
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}
.tp-50{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.tp-48{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.tp-40{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
.tp-36{
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.tp-32{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}
.tp-28{
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.tp-24{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.tp-20{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.tp-18{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.tp-16{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.tp-14{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.14px;
    text-decoration: none;
}

.tp-12{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
    margin-bottom: 5px;
}

.tp-8{
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.08px;
}
.h3_footer{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.lh-64{
    line-height: 64px;
}


.tx_shadow{
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/*Typography end*/

/*Color start*/

.color_white{
    color: white ;
}

.color_grey{
    color: #F5F5F5 !important;
}

.color_olive{
    color: #927343;
}

.color_black90{
    color: #0D0C22;
}

.color_dark{
    color: #383852;
}
.color_darkblue{
    color: rgba(35, 35, 64, 0.90);
}
.color_darkGreen{
    color: #436141;
}

.color_desaturated{
    color: #7676B2;
}

.color_black80{
    color: #173423;
}

.color_lightgreen{
    color: #927446;
}


.bg__dark{
    background: linear-gradient(100deg, #595959 0%, #353535 100%);
}
.bg__yellow{
    background: linear-gradient(100deg, #FEDE29 0%, #CAAF13 100%);
}
.bg__grey{
    background: linear-gradient(100deg, #B8B8B8 0%, #868686 100%);
}
.bg__diamond{
    background: linear-gradient(100deg, #C1FFF8 0%, #4BB7BF 100%);
}
.bg__cardDown{
    background: linear-gradient(to top, #173423 -5.41%, #446342 99.78%);
}
.bg__cardUp{
    background: linear-gradient(180deg, #173423 -5.41%, #446342 99.78%);
}
.bg__lightgrey{
    background-color: #F5F5F5;
}
.bg__darkgren{
    background-color: #1B3826;
}
.bg__header_main{
    background-color: rgba(23, 52, 35, 0.9) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*.bx__grey{*/
/*    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
/*}*/

/*Color end*/


/*Margin and padding*/
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}

.mb-80{
    margin-bottom: 80px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}


.pt-180{
    padding-top: 180px;
}
.pt-120{
    padding-top: 120px;
}
.pt-80{
    padding-top: 80px;
}
.pt-50{
    padding-top: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pt-30{
    padding-top: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}


/*Margin and padding end*/


/*Border solid start*/

.bd_3_dark{
    border: 3px solid #5E5E5E;
}
.bd_3_yellow{
    border: 3px solid #FEDE29;
}
.bd_3_grey{
    border: 3px solid #BDBDBD;
}
.bd_3_blue{
    border: 3px solid #90FFF2;
}
.bd_end_2_white{
    border-right: 2px solid #D9D9D9;
}

/*Border solid end*/

/*Custom btn, link and list start*/

.btn__primary{
    display: inline-block;
    box-shadow: none;
    padding: 10px 40px;
    background-color: #927446;
    border-radius: 4px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
}
.btn__primary:hover, .btn__primary:focus{
    text-decoration: none;
    color: white;
}

.btn__main{
    padding: 10px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    text-decoration: none;
}

.btn__main:hover, .btn__main:focus{
    text-decoration: none;
    color: white;
}
.btn__green{
    padding: 22px 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    border-radius: 20px;
    text-decoration: none;
    background: #678E64;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn__green:hover, .btn__green:focus{
    text-decoration: none;
    color: white;
}

/*Custom btn, link and list end*/



/*Header and footer settings start*/

.header.header-home{
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: transparent;
    transition: background-color .3s ease-out;
    padding: 10px 0;
}

.header.header-main{
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 5;
    transition: .2s;
    padding: 10px 0;
}
.header.header-main{
    background-color: transparent;
    transition: background-color .3s ease-out;
}
.header .logo{
    width: 120px;
}
.header.active{
    background-color: #1E3324 !important;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

.header .logo img{
    max-width: 100%;
}
.header__content{
    display: flex;
    align-items: center;
}
.header__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__link{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-bottom: .5px solid #fff;
    padding-bottom: 2px;
    color: white !important;
}

.header-shadows{
    background: rgba(30, 51, 36, .7) !important;
}

.footer{
    background-color: #173423;
    padding: 40px 0 15px 0;
}
.footer__logo{
    width: 150px;
    height: 140px;
    margin-bottom: 20px;
}
.footer__form{
    position: relative;
}
.footer__form .form__footer_btn{
    position: absolute;
    right: 16px;
    top: 10px;
    background: none;
    border: none;
    box-shadow: none;
}
.footer__input{
    padding: 11px 16px;
    border-radius: 4px;
    background: rgba(245, 245, 245, 0.24);
    color: #F5F5F5;
    width: 100%;
    box-shadow: none !important;
}
.footer__input:focus-visible{
    box-shadow: none !important;
}

/*Header and footer settings end*/

/*Under banner start*/
.under_banner{
    background-color: #927446;
    padding: 20px 0;
}

.trading_banner{
    padding: 38px 0 30px 0;
    background-color: #927446;
}
.trading_banner .link{
    padding: 10px 22px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background-color: #6B5634;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    color: white !important;
    text-decoration: none;
}

/*Card review*/
.review_owl__item{
    padding: 44px 33px;
    background-color: #fff;
    box-shadow: 0 16px 24px 0 rgba(118, 118, 178, 0.24);
}
.review_owl__item-footer img{
    max-width: 56px;
    max-height: 56px;
    border-radius: 50%;
}
.review .review-owl .owl-nav{
    display: block !important;
    text-align: end;
    margin-right: 80px;
    margin-top: 50px;
}

/*Rules page*/
.rules{
    padding: 210px 0 70px 0;
    background-color: #F5F5F5;
}
.rules_list-item{
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.rules_list-item img{
    border-radius: 20px;
}
.rules_list-body{
    padding: 20px 30px 60px 30px;
    flex: 1 1 auto;
}
.rules_list-footer{
    padding: 16px 15px 16px 30px;
    background-color: #173423;
    border-radius: 20px;
}
.contact_contacts .map{
    height: 400px;
}
.contact_contacts .main-input, .main-textarea{
    border: 1px solid #D5D5D5;
    padding: 8px 10px 8px 15px;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
}
.contact_contacts .main-button{
    padding: 10px 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background-color: #927446;
    border-radius: 26px;
    color: white !important;
    text-decoration: none;
}


/*Login page*/
.login{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.login_form-logo img{
    width: 230px;
}
.login_form{
    background: #24283c;
    border: 1px solid #35394f;
    border-radius: 5px;
    padding: 22px 29px 29px 29px;
}
.login_form-body .form-group .icon{
    position: absolute;
    left: 15px;
    top: 15px;
    color: white;

}
.login_form-body .form-group .form-control {
    border-bottom: 4px solid #26ba5e;
    padding: 8px 10px 8px 35px;
    background: #fff;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    color: #0a0a0a;
}
.login_form-body .form-group .form-control.is-invalid {
    border-color: #dc3545;
    border-bottom: 4px solid #dc3545; !important;
}

.login_form-body .form-group .form-control:last-child {
    border: none;
    padding: 10px 10px 10px 35px;
    background: -webkit-linear-gradient(0deg, #038735 0%, #26ba5e 100%) !important;
}

.scroll_content{

}
.db-menu-market, .db-menu {
    position: absolute;
      left: 0;
      top: 100%;
      width: 200px;
      padding: 10px!important;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    z-index: 7;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #1E3324;
}
.db-menu .header__link, .db-menu-market .header__link{
    border-bottom: none !important;
}
.dropdown-market{
    padding: 10px 0;
}
.dropdown-market:hover .db-menu-market , .dropdown-market:hover .db-menu, .dropdown-market.touched .db-menu-market, .dropdown-market.touched .db-menu{
    /*display: block;*/
    /*opacity: 1;*/
    /*transform: translateX(0);*/
    /*transition: all .3s;*/
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.db-menu li, .db-menu-market li{
    margin-bottom: 8px;
}

.db-menu li:last-child, .db-menu-market li:last-child{
    margin-bottom: 0;
}
#aboutUs, #marketsUs{
    position: relative;
    cursor: pointer;
}
#aboutUs::after, #marketsUs::after{
    border-bottom: 3px solid #fff;
    border-bottom-color: #fff;
  border-right: 3px solid #fff;
    border-right-color: #fff;
  content: '';
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
    cursor: pointer;

}
.language{
    position: relative;
    z-index: 100;
}
.language-block{
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.language:hover .language-block{
    color: lightgrey;
}
.language-list {
    position: absolute;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0s linear 0.3s;
}

.language:hover .language-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0s linear 0s;
}

.language-item{
    border-radius: 5px;
    border: 1px solid rgba(255, 255,255, .7);
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 5px;
    background: rgba(255, 255,255, .9);

}
.language-item:first-child{
    margin-top: 5px;
}
.language-item:last-child{
    margin-bottom: 0;
}
.language-link{
    font-size: 16px;
    color: rgba(0, 0,0, .7);
    font-weight: 700;
}
.language-link:hover{
    color: rgba(0, 0,0, .7);
}

@media (max-width: 1399px) {
    .container{
        max-width: 100% ;
        padding: 0 40px;
    }
}
@media (max-width: 1199px) {
    .header .btn__primary{
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    .dropdown-market.touched .db-menu{
        max-height: 200px;
        overflow-y: auto;
        width: 200px;
    }
    .scroll_content{

    }
    .db-menu a, .db-menu-market a{
        font-size: 16px !important;
    }
    .pt-lg-30{
        padding-top: 30px;
    }
    .header  .logo{
        width: 80px;
        position: relative;
        z-index: 1000;
    }
    .rules{
        padding: 160px 0 80px 0;
    }
    .header .header__content{
        display: none;
    }
    #marketsUs , #aboutUs{
        font-size: 36px;
        font-weight: 700;
    }
    .burger{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 35px;
        cursor: pointer;
    }
    .burger .burger__item{
        background-color: #fff;
        height: 3px;
        width: 100%;
        margin-bottom: 7px;
        border-radius: 5px;
    }
    .burger .burger__item:last-child{
        margin-bottom: 0;
    }
    .burger.active .burger__item:nth-child(2){
        opacity: 0;
    }
    .burger.active .burger__item:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .burger.active .burger__item:nth-child(3){
        transform: translateY(-12px) rotate(-45deg);
    }
    .menu-active{
        overflow: hidden;
    }
    .header__content.active{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        z-index: 10;
        background-image: url('../images/hero-imgs.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        width: 100%;
        left: 0;
        top: 0;
        padding-top: 40px;
    }
    .header__content.active ul{
        flex-direction: column;
        padding-top: 40px;
    }
    .header__content.active ul li{
        margin-bottom: 20px;
    }
    .header__content.active ul li a {
        font-size: 36px;
        font-weight: 700;
    }
    .menu-active .header .burger{
        position: relative;
        z-index: 1000;

    }
    .menu-active .header .btn__primary{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 800px) {
    .trading_banner .link{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .footer__logo{
        margin: 0 auto;
    }
    .pt-md-40{
        padding-top: 40px;
    }
    .faq{
        padding: 0 0 30px 0 !important;
    }
    .accordion-button{
        font-size: 20px !important;
    }
    .accordion-body {
        font-size: 14px;
    }
    .rules_list-body{
        padding: 10px 15px 30px 15px;
    }
    .contact_contacts .tp-50 {
        font-size: 38px;
    }
    .contact_contacts .tp-24 {
        font-size: 18px;
    }
    .rules{
        padding: 150px 0 50px 0;
    }
    .rules .tp-40{
        font-size: 32px;
    }
    .rules .pt-50{
        padding-top: 25px;
    }
    .scroll-cont{
        overflow-y: scroll;
    }
}
@media (max-width: 575px) {

    .container{
        padding: 0 20px;
    }
    .under_banner .tp-18{
        font-size: 16px;
    }
    .under_banner .tp-16{
        font-size: 12px;
    }
    .under_banner .bd_end_2_white:nth-child(2){
        border: none;
    }
    .under_banner .bd_end_2_white1{
        border-right: 2px solid #D9D9D9 ;
        border-left: 2px solid #D9D9D9 ;
    }
    .trading_banner .mb-50{
        margin-bottom: 30px;
    }
    .trading_banner .tp-20{
        font-size: 16px;
    }
    .rules{
        padding: 120px 0 50px 0;
    }
    .rules_list-head img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .rules_list-body .pt-20{
        padding-top: 10px;
    }
    .rules_list-footer{
       padding: 10px 10px 10px 15px;
    }
    .pt-lg-30{
        padding-top: 15px;
    }
    .contact_contacts .pt-30{
        padding-top: 15px;
    }
    .contact_contacts .tp-50 {
        font-size: 36px;
    }
    .contact_contacts .tp-24 {
        font-size: 16px;
    }
    .contact_contacts .main-input, .main-textarea {
        font-size: 16px;
    }
    .rules .tp-40{
        font-size: 32px;
        margin-top: 10px;
    }
    .rules .tp-40:first-child{
        margin-top: 0;
    }
    .rules .tp-18{
        font-size: 15px;
    }
    .rules .pt-50{
        padding-top: 20px;
    }
    .login{
        padding: 20px 0;
    }
    .login .mt-20{
        margin-top: 10px;
    }

}
