@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,500&family=PT+Sans:wght@400;700&family=Questrial&display=swap');.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "DM Sans", sans-serif;
}
html,
body {
    overflow-x: hidden;
    font-family: "Noto Sans", sans-serif;
    scroll-behavior: smooth;
}
table{
    --bs-table-striped-bg:rgba(230, 157, 1, 0.04);
    --bs-table-accent-bg: rgba(230, 157, 1, 0.04);
}
.table-striped > tbody > tr:nth-of-type(2n+1) > *{
    --bs-table-striped-bg:rgba(230, 157, 1, 0.04);
    --bs-table-accent-bg: rgba(230, 157, 1, 0.04);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.w-max-content{
    width:max-content !important;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.bg-smoke {
    background-color: whitesmoke !important;
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
/* preloader */
.preloader {
    width: 100%;
    height: 100vh;
    background-color: white;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}
.preloader.inactive {
    display: none;
}
.preloader .loader {
    margin: auto;
    display: block;
    margin-top: 40vh;
    width: 70px;
    height: 70px;
}
.preloader .loader img {
    width: 100%;
    height: 100%;
}

.btn {
    border-radius: 5px !important;
    padding:10px 20px 10px 20px !important;
}
.btn-sm{

}

.bg-blue {
    background-color: rgba(230, 157, 1, 0.04) !important;
}

.btn-primary {
    background-color: #227e7e;
}
.btn-white{
background-color: white;
color: #d3af37 !important;
}
img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.color-1 {
    color: #d3af37 !important;
}
.page-header {
color: white;
    background-size: cover;
    background-position: top;
    background-image: url('../media/hero2.jpg');
}
.page-header .title {
    padding-top: 10%;
    padding-bottom: 10%;
    font-weight: 600;
    font-family: "DM Sans";
}
nav.nav-bar {
    width: 100%;
    padding: 5px 6vw;
    position: fixed;
    background-color: white;
    transition: 0.4s;
    z-index: 50;;
}
nav.navbar.sticky{
    background-color: transparent;
    color: white;
    transition: 0.4s;
}

.video-container{
    min-height: 400px;
    margin-top:80px;
    margin-bottom:80px;
}
.video{
    width: 800px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 50px 24px rgba(0,0,0,0.14);
    margin: auto;
    background-color: white;
}
nav .logo {
    max-width: 300px;
    height: 70px;
}
nav .logo img {
    height: 100%;
}

nav.navbar.sticky .logo img {
    filter: brightness(0) invert(1);
}
nav.navbar.sticky .nav-link{
    color: white !important;
}

.links-wrapper {
    text-align: right;
}

.links {
    padding: 0 2px;
    margin: 0 8px;
}

a.links {
    text-decoration: none !important;
}

a.links:hover {
    color: #d3af37 !important;
}

/* a.text-white:hover {
    color: black !important;
} */

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}
nav.navbar .collapse a.active-link,
a.active-link {
    color: #d3af37;
}
nav.nav-bar a {
    color: #212129 !important;
}

.background-color {
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
}

.click-icon {
    width: 8%;
    color: rgb(255, 255, 255, 0);
    cursor: pointer;
}

.carousel-imgbox {
    width: 130px;
    height: 130px;
    border-radius: 100% !important;
}
.top-slider .carousel-indicators button {
    border-radius: 100%;
    height: 8px;
    width: 8px;
}
.top-slider .carousel-item .carousel-img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.top-slider .carousel-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.top-slider .carousel-item .header-font {
    color: #121212;
    font-weight: 600;
    text-transform: capitalize;
}
.side-img {
    width: 40%;
    position: absolute;
    right: 30px;
    top: 20px;
    height: 90%;
    display: block;
}
.side-img .content {
    width: 400px;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    animation: float 6s ease-in-out infinite;
}
.main-font {
    font-family: "DM Sans", sans-serif;
}
.gold {
    color: #d3af37 !important;
}
.gold-back {
    background-color: #d3af37 !important;
    border-color: #d3af37 !important;
    transition: 0.3s;
}
.gold-back:hover {
    color: white;
    background-color: #000000 !important;
    border-color: black !important;
}
.gold-outline {
    border-color: #d3af37 !important;
}
.rounded-button {
}
.sliding {
    display: none;
    transform: translateX(-100%);
}

.display-slow {
    animation-name: displaySlow;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.carousel .carousel-image-set {
    height: 80vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.hero{
    height: 90vh;
    background-image: url('../media/hero.jpg');
    background-position: top;
    background-size: cover;
}

.slider {
    text-align: left;
    margin-top:16%;
}

.form-header {
    color: #d3af37;
}

.about-img {
    width: 100%;
    height: 100%;
}
.card {
    padding: 2vh 1vw;
}
.service-card .card-body{
    transition: 0.4s;
}
.service-card .card-body:hover{

background-color: rgba(1, 230, 99, 0.04) !important;
}

.certificate {
    border: 8px solid white;
    max-width: 300px;
    opacity: 0.8;
}
.img-box {
    width: inherit;
    height: 400px;
    object-fit: cover;
}

.dis-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: auto;
}

.flex-container {
    padding: 3vh 1vw;
    flex: 25%;
}

.flex-50 {
    flex: 50%;
    padding: 2vh 1vw;
}

.trade-contents {
    margin: 12px 15px;
    min-height: 300px !important;
    border-radius: 4px;
    min-width: 280px;
    box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.11);
    transition: 0.4s;
    cursor: pointer;
    max-width: 33.333%;
}
.trade-contents:hover {
    margin-top: -5px;
}

.empty {
    min-height: 20vh;
}

.header {
    width: max-content;
    font-family: "DM Sans", sans-serif;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
}

.header.transparent{

}

.header-font {
    font-size: 3.8rem;
}

.subheader-font {
    font-size: 1.2rem;
}
.fw-500 {
    font-weight: 500;
}

.thin-line {
    width: 30%;
    height: 3px;
    margin: 0 auto;
    background-color: #d3af37;
}

.invest-type {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 30px;
    font-weight: 700;
    width: max-content;
    margin-bottom: 3vh;
    padding: 1vh 1vw;
    text-align: center;
}

.tarp {
    position: absolute;
    top: 0px;
    width: 85%;
    left: 50%;
    margin-left: -42.5%;
    z-index: 10;
}
.mt-7 {
    margin-top: 4rem;
}
.plan {
    font-size: 30px;
}
.plan-icon {
    position: absolute;
    top: -40px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    z-index: 4;
    background: white;
}
.range {
    font-size: 25px;
}

ul.listings {
    text-align: center;
    font-weight: 500;
    list-style-type: none;
    line-height: 200%;
    padding-left: 0;
}

.row button.faq-text {
    color: white;
    background: #f1c841;
    background: #d1ad3a;
    background: #d8b43b;
    border-radius: 4px;

    padding: 10px 24px 10px 24px;
}
.faq .collapse {
    border: none;
}
.faq p {
    margin-bottom: 0px;
    font-family: "Source Sans 3", sans-serif;
}
.faq .card {
    border: none;
    padding: 40px 20px 40px 20px !important;
    background-color: whitesmoke;
}
.faq button {
    border: none;
}

.row button.faq-text:hover {
    color: rgb(255, 255, 255);
}

#testimonialCarousel {
    min-height: 65vh;
}
#testimonialCarousel p.text-secondary {
    text-align: center;
    font-weight: 400;
}
#testimonialCarousel .client-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
}
.icon-box {
    font-size: x-large;
    text-align: left;
}
/* members */
.member {
    max-width: 300px;
    min-width: 250px;
}
.member-img {
    width: 230px;
    height: 230px;
}

/* members */

.toast {
    opacity: 0 !important;
    transition: 0.8s !important;
    animation: none;
}

.toast.show {
    opacity: 0 !important;
}
.toast.show.seen {
    opacity: 1 !important;
    /* animation:fadeInUp 0.3s linear 1 !important; */
}

.text-box {
    font-size: larger;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.footer {
    padding: 2vh 2vw;
    background-color: #212129;
    position: relative;
}
.footer .h3 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.footer .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.footer-link {
    margin: 1vh 0;
    padding: 3px 0;
    position: relative;
    color: #dfd8ec !important;
}
.footer-link a {
    color: #dfd8ec !important;
}
.footer-links i {
    width: 20px;
    display: inline-block;
}

.footer .fas {
    color: #d3af37;
}

/* about.html */
#about-section .about-header {
    font-size: 44px;
}

ul.about-list {
    padding-left: 0;
}

ul.about-list li {
    list-style-type: none !important;
}

li > i.percent {
    margin-right: 1vw;
}

/* utilities */

.py-lg {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.pt-lg {
    padding-top: 10vh;
}

.mt-sm {
    margin-top: 5vh;
}

.my-sm {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.mb-sm {
    margin-bottom: 5vh;
}

.pb-sm {
    padding-bottom: 5vh;
}

.mb-lg {
    margin-bottom: 10vh;
}

.pl-lg {
    padding-left: 8vw;
}

.px-lg {
    padding-left: 5vw;
    padding-right: 5vw;
}

.float-right {
    float: right;
}

.font-reg {
    line-height: 160%;
}
.font-min {
    line-height: 2.4;
}

.container .font-med {
    font-size: medium;
}

.width-max {
    width: max-content;
}

.width-fixed {
    width: 120px;
}

.h-fixed {
    min-height: 230px;
}

.w-md-exp {
    width: 50%;
}

.w-lg-exp {
    width: 75%;
}

.dis-flex .flex-20,
.container .flex-20 {
    flex: 20%;
}

.h-full {
    min-height: 80vh;
}

/* login pages */

.login-form {
    max-width: 460px;
    margin: auto;
    border-radius: 4px;
}
.login-form input,
.login-form select,
.contact-form input,
.contact-form textarea {
    background-color: whitesmoke;
    border: none;
}

/* login pages */

/* keyframes */

@keyframes displaySlow {
    from {
        color: rgb(255, 255, 255, 0);
    }
    to {
        color: rgb(255, 255, 255, 0.5);
    }
}

/* mobile responsiveness */

@media screen and (max-width: 991px) {
    .side-img .content {
        max-width: 400px;
        width: 80%;
        height: 100%;
        margin-bottom: 40px;
    }
    .side-img {
        width: 100%;
        position: relative;
        height: 90%;
        display: block;
        top: 0;
        right: 0;
    }
    .carousel-item .d-flex {
        flex-direction: column;
    }
    .tarp {
        width: 90%;
        left: 50%;
        margin-left: -45%;
        z-index: 10;
    }
    .slider {
        position: relative;
        margin-top: 30%;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }
    .video{
        width: 95%;
        height: 400px;
        border-radius: 10px;
        box-shadow: 0 50px 24px rgba(0,0,0,0.14);
        margin: auto;
        background-color: white;
    }
    .flex-container {
        flex: 40%;
    }
    .flex-50 {
        flex: 80%;
    }
    .dis-fle .flex-20,
    .container .flex-20 {
        flex: 40%;
    }
    .font-reg {
        font-size: medium;
    }
    .invest-type {
        font-size: 25px;
    }
    .header {
        font-size: 28px;
    }
    .w-md-exp {
        width: 75%;
    }
    .carousel .carousel-image-set {
        height: max-content;
    }

    .header-font {
        font-size: 3.3rem;
    }
    .subheader-font {
        font-size: 1.2rem;
    }
    .h-fixed {
        min-height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav .nav-link {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .invest-type {
        font-size: 22px;
    }
    .header {
        font-size: 25px;
    }
    .carousel .carousel-image-set {
        height: 50vh;
    }
    .py-lg {
        padding-top: 0;
    }
    .carousel .carousel-image-set {
        height: max-content;
    }

    .header-font {
        font-size: 2.7rem;
    }
    .h-fixed {
        min-height: 230px;
    }
    .w-lg-exp {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .px-5 {
        padding-right: 1rem  !important;
        padding-left: 1rem !important;
      }
    .dis-fle .flex-20,
    .container .flex-20 {
        flex: 60%;
    }
    .flex-container {
        flex: 60%;
        margin: 4px 40px;
    }
    .header {
        margin-top: 5vh;
        font-size: 22px;
        margin-bottom: 1vh;
    }
    .invest-type {
        font-size: 20px;
    }
    .trade-contents {
        margin: 10px 5px;
    }
    .img-box {
        width: inherit;
        height: 30vh;
    }
    .mx-lg {
        margin: 0 40px;
    }
    .px-sm {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .trade-contents {
        min-height: 220px !important;
        max-width: 95%;
    }
    .carousel .carousel-image-set {
        height: max-content;
    }

    .header-font {
        font-size: 42px;
    }
    .subheader-font {
        font-size: 1.1rem;
    }
    .h-fixed {
        min-height: fit-content;
    }
}

@media screen and (max-width: 365px) {
    .carousel .carousel-image-set {
        height: max-content;
    }
}

/* animations */

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}
