@font-face {
  font-family: Inter Regular;
  src: url(fonts/Inter_18pt-Regular.ttf);
}
@font-face {
  font-family: Inter ExtraBold;
  src: url(fonts/Inter_24pt-ExtraBold.ttf);
}
@font-face {
  font-family: Aviano Flare Regular;
  src: url(fonts/Aviano_Flare_Regular.otf);
}
@font-face {
  font-family: Aviano Flare Medium;
  src: url(fonts/Aviano_Flare_Medium.otf);
}


html {
    overflow-x: hidden;
}
body {
    background: #030200;
    overflow-x: hidden;
    font-family: Inter Regular, sans-serif;
}
h1,h2,h3,h4,h5{
    color: #ffffff;
    /* text-shadow: 0px 1px 6px rgb(0 0 0); */
} 
h2{
    font-size: 36px;
    font-weight: bold;
    font-family: Inter ExtraBold, sans-serif;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
    font-weight: bold;
    font-family: Inter ExtraBold, sans-serif;
}
p{
    color: #B1B5C3;
    /* text-shadow: 0px 1px 6px rgb(0 0 0); */
}
.sec{
    min-height: 70vh;
}
hr{
    opacity: 1;
}
@media all and (min-width: 767px){
    .nav-shadow{
        -webkit-box-shadow: 0px -20px 40px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px -20px 40px 4px rgba(0, 0, 0, 0.6);
        box-shadow: 0px -20px 40px 4px rgba(0, 0, 0, 0.6);
        border-radius: 30px;
    }
}

.navbar-collapse{
    background-color: rgb(248, 249, 250);
    margin-top: 0px;
    font-size: 13px;
    justify-content: space-between;
}
@media all and (max-width: 767px){
    .navbar-collapse{
        margin-top: -5px;
    }
    .navbar-light .navbar-toggler{
        color: rgba(0, 0, 0, .0);
    }
}
.navbar{
    border-radius: 50px;
    max-width: 1200px;
    margin: 30px auto 0 auto;
    height: 49px;
    /* -webkit-box-shadow: 0px 0px 61px 23px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 61px 23px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 61px 23px rgba(0, 0, 0, 1); */
}
.gradient-menu{
    width: 100%;
    height: 35px;
    top: 0px;
    left: 0px;
    background-image: url('../img/bg/gradient_menu.png');
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 1;
}
@media all and (max-width: 767px){
    .nav-log, .nav-sign{
        max-width: 200px;
        margin-left: auto;
        margin-right: auto !important;
    }
    .nav-btn{
        margin: 0 auto 15px auto;
        display: block !important;
    }
    .navbar{
        text-align: center;
    }
    .navbar-light .navbar-toggler{
        border: none;
    }
}
.nav-btn {
    padding: 5px 35px !important;
}
.navbar-nav .vip{
    font-weight: bold;
    color: #B0A48C !important;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 13px;
    padding-right: 1rem;
}
@media all and (max-width:767px){
    .navbar-light .navbar-nav .nav-link{
        padding-right: 0;
    }
}
header{
    /* height: calc(100vh - 100px ); */
    background-image: url('../img/bg/header.png');
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position-y: 110px;
    background-position-x: -60px;
    min-height: 90vh;
    padding: 100px 0;
}
@media (max-width: 1440px){
    header{
        min-height: 100vh;
        height: auto;
    }
}
@media all and (max-width: 767px){
    header{
        padding: 5px;
    }
}
header h1{
    color: #fff;
    font-size: 52px;
    margin-top: 100px;
    font-family: Inter ExtraBold, sans-serif;
    text-shadow: 0px 1px 6px rgb(0 0 0);
}
header h1 span{
    color: #B0A48C;
}
header .link{
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 60px;
    border-radius: 40px;
    border: 1px solid #f3faff;
}
header .link:hover{
    color: #ffffff;
    opacity: 0.8;
}
header p{
    color: #ffffff;
    max-width: 575px;
    text-shadow: 0px 1px 6px rgb(0 0 0);
}
.tv-widget-hide-logo{
    pointer-events: none;
    cursor: default;
}
.languages-drop{
    min-width: 80px;
    left: -50px !important;
    top: 55px !important;
    background: #f8f9fa;
    border: none;
    border-radius: 15px;
}
.dropdown-item{
    color: #000;
    border-radius: 5px;
    
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #8B6E51 !important;

}
.bg-gradient2{
    width: 100%;
    left: -10rem;
    top: -15rem;
    height: 100%;
    background: rgb(176, 164, 140);
    background: radial-gradient(circle, rgba(176, 164, 140, 0.5) 0%, rgba(3, 2, 0, 0) 26%);
    z-index: -1000;
}
.glass{
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    box-shadow: inset 0px 0px 20px rgb(255 255 255 / 40%);
}
.glass p{
    color: #B1B5C3;
}
.glass a{
    color: #ffffff;
}
.glass h4{
    font-size: 24px;
}
.glass-maxwidth{
    max-width: 246px;
    margin: auto;
}
.experts{
    position: absolute;
    top: 10%;
    left: 15%;
}
.transactions{
    position: absolute;
    top: 40%;
    right: 0%;
}

.users{
    position: absolute;
    top: 60%;
    left: 10%;
}
.btn-main{
    background-color: #8B6E51;
    color: #ffffff;
    padding: 15px 45px;
    border-radius: 40px;
    text-decoration: none;
    display: table;
    border: none;
}
.btn-main:hover{
    color: #8B6E51;
    background-color: #fff;
}
.btn-main2{
    background-color: #fff;
    color: #8B6E51;
    border: 1px solid #8B6E51;
    padding: 15px 30px;
    border-radius: 40px;
    text-decoration: none;
    display: table;
}
.btn-main2:hover{
    color: #fff;
    background-color: #8B6E51;
}
.btn-color2{
    background-color: #B0A48C;
}
.btn-minwidth{
    min-width: 180px;
    text-align: center;
}
@media (min-width: 1400px){
    .container{
        max-width: 1120px;
    }
}
.title-big{
    font-size: 70px;
}
.splide{
    padding: 40px 0px;
}
.blog-content{
    width: 50%;
}
.blog-content .category{
    color: #B1B5C3;
    font-size: 14px;
    border: 1px solid #B1B5C3;
    display: table;
    padding: 5px 15px;
    border-radius: 40px;
}
.blog-content .btn-main{
    padding: 5px 30px;
    font-size: 14px;
}
@media all and (max-width: 767px){
    .blog-content .btn-main{
        font-size: 11px;
    }
}
.splide__arrow svg{
    fill: #fff;
}
.splide__arrow{
    background-color: #B0A48C;
    width: 54px;
    height: 54px;
}
.splide__arrow--next {
    right: -3em;
}
.splide__arrow--prev {
    left: -3em;
}
@media all and (max-width: 767px){
    .splide__arrow--next {
        right: -2em !important;
    }
    .splide__arrow--prev {
        left: -2em !important;
    }
}
.splide__pagination{
    display: none;
}
.webinar{
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    /* background-image: url('../img/bg/webinar_bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}
.webinar .glass p{
    color: #ffffff;
    text-shadow: 0px 1px 6px rgb(0 0 0);
}

.ribbon {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    z-index: 1000;

    --f: .5em; /* control the folded part*/
    --r: .8em; /* control the ribbon shape */
    
    position: absolute;
    right: 50px;
    top: calc(-1*var(--f));
    padding: .5em;
    background: #B0A48C;
    border-left: var(--f) solid #0005;
    border-bottom: var(--r) solid #0000;
    clip-path: polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)), var(--f) 100%,var(--f) var(--f),0 var(--f));
  }
.spec .position{
    color: #ffffff;
    background-color: #B0A48C;
    font-size: 14px;
    border-radius: 5px;
    display: table;
    padding: 5px 15px;
}
.spec .h3{
    font-size: 24px;
    font-weight: bold;
}
.spec .status{
    width: 24px;
    height: 24px;
    background-color: #58BD7D;
    border-radius: 50%;
    margin-right: 20px;
}
#form input, #form select, #form option, #form textarea{
    background-color: #030200;
    border: 1px solid #bdbdbd;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    width: 280px;
}
#form input[type='checkbox']{
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 5px;
}
.form-check-label{
    color: #737373;
}
#form select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
}
#form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../img/icons/arrow-d.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 15px;
}
footer .container{
    border-top: 1px solid #b3b3b3;
    padding: 40px 0;
}
footer a{
    font-size: 13px;
    color: #B3B3B3;
    text-decoration: none;
}
@media all and (max-width: 767px){
    footer .container .container-flex{
        flex-direction: column;
    }
    footer a{
        margin-top: 30px;
    }
}
footer a:hover{
    color: #b3b3b3;
}
.modal-body{
    max-width: 500px;
    margin: auto;
}
.modal-header{
    border-bottom: none;
}
.modal-dialog{
    max-width: 700px;
}
.modal-content{
    background: none;
    border: none;
    max-width: 700px;
    background-image: url(../img/bg/lion-white.png);
    background-repeat: no-repeat;
}
.modal-content h4{
    font-size: 45px;
}
.modal-footer{
    border-top: none;
    justify-content: space-evenly;
}
.btn-close{
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    background-color: #fff !important;
}
.custom-date-input, .custom-time-input {
    position: relative;
    display: inline-block;
}
.custom-date-input input, .custom-time-input input{
    padding: 15px 15px 15px 40px !important;
}

.custom-date-input input[type="date"], .custom-time-input input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
}

.custom-date-input::before, .custom-time-input::before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-100%);
    font-size: 15px;
    color: #8b6e51; 
    pointer-events: none;
}
.custom-date-input::after, .custom-time-input::after {
    position: absolute;
    left: 10px;
    top: 57%;
    transform: translateY(-100%);
    font-size: 15px;
    color: #8b6e51; 
    pointer-events: none;
}
.custom-date-input::after{
    content: url('../img/icons/calender.png');
}
.custom-date-input::before{
    content: "▼";
}
.custom-time-input::after{
    content: url('../img/icons/time.png');
    top: 83%;
}
.custom-time-input::before{
    content: ""; 
}
#timepicker{
    width: 100% !important;
    padding-left: 40px !important;
}
div.flatpickr-calendar.hasTime.noCalendar.animate.arrowTop.arrowLeft.open > div > div:nth-child(3) > span.arrowUp, #page-top > div.flatpickr-calendar.hasTime.noCalendar.animate.arrowTop.arrowLeft.open > div > div:nth-child(3) > span.arrowDown{
    display: none;
}
.transaction-box{
    max-width: 800px;
    margin: auto;
}
.trading-box{
    height: 250px;
    pointer-events: none;
    cursor: default;
}
#investing-alerts .featured{
    height: 160px;
    width: 160px;
    background-size: cover;
    border-radius: 10px;
    margin-right: 10px;
}
.form-icon{
    right: -5rem;
    bottom: -1rem;
    z-index: -1;
}
.form-icon2{
    right: -4rem;
    top: -7rem;
    z-index: -1;
}
.expand-order::before{
    content: "▼";
    right: 10px;
    top: 50%;
    transform: translateY(-100%);
    font-size: 15px;
    color: #8b6e51;
    pointer-events: none;
    margin-left: 15px;
}
.f13{
    font-size: 13px;
}
.max-width650{
    max-width: 650px;
    margin: auto;
}
.max-width450{
    max-width: 450px;
    margin: auto;
}
.mb-6{
    margin-bottom: 6rem !important;
}
.mt-6{
    margin-top: 6rem !important;
}
.captcha-img{
    margin-top: 0;
    height: 53px;
    border: 2px solid #8b6e51;
}
.refresh-captcha{
    background-color: #8b6e51;
    cursor: pointer;
}
.refresh-captcha svg{
    height: 37px;
}
#exampleInputPassword3{
    width: 245px !important;
    margin-top: 5px !important;
    height: 30px;
    font-size: 13px;
}
#form-textarea{
    height: 182px;
}
@media all and (max-width: 767px){
    .dropdown-item{
        text-align: center;
    }
    .flex-direction-reverse-mobile{
        flex-direction: column-reverse;
    }
    .f-0_8-mobile{
        font-size: 0.8em;
    }
    .transaction-box{
        padding: 30px 10px !important;
    }
    .mobile-center{
        margin: auto !important;
        text-align: center;
    }
}