@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,500;1,700&display=swap');.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
}
html,
body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}

*.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;
}

.bg-blue {
    background-color: rgb(12, 71, 161, 0.04);
}

.btn-primary{
    background-color: #092c60;
}
img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.color-1 {
    color: #0c47a1 !important;
}

nav.nav-bar {
    width: 100%;
    padding: 5px 6vw;
}
nav .logo {
    max-width: 300px;
    height: 70px;
}
nav .logo img {
    height: 100%;
}

.links-wrapper {
    text-align: right;
}

.links {
    padding: 0 2px;
    margin: 0 8px;
    color: white;
}

a.links {
    text-decoration: none !important;
}

a.links:hover {
    color: #0c47a1 !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: #0c47a1;
}
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%;
}
.top-slider .carousel-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.top-slider .carousel-item .header-font {
    color: white;
}
.main-font {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.gold {
    color: #0c47a1 !important;
}
.gold-back {
    background-color: #0c47a1 !important;
    transition: 0.3s;
}
.gold-back:hover {
    color: white;
    background-color: #092c60 !important;
}
.gold-outline {
    border-color: #0c47a1 !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;
}

.slider {
    position: absolute;
    top: 30%;
    width: 55%;
}

.form-header {
    color: #0c47a1;
}

.about-img {
    width: 100%;
    height: 100%;
}
.card {
    padding: 2vh 1vw;
}

.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: "Plus Jakarta Sans", sans-serif;
    margin-top: 13vh;
    margin-bottom: 5vh;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
}

.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: #0c47a1;
}

.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: #0c47a1;
    border-radius: 4px;
    padding: 10px 24px 10px 24px;
}
.faq .collapse {
    border: none;
}
.faq p {
    margin-bottom: 0px;
    font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;
    font-weight: 500 !important;
}
.icon-box {
    font-size: x-large;
    text-align: center;
}
/* 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: "Plus Jakarta Sans", 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: white !important;
}
.footer-links i {
    width: 20px;
    display: inline-block;
}

.footer .fas {
    color: #0c47a1;
}

/* 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 {
    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) {
    .tarp{
        width:90%;
        left:50%;
        margin-left:-45%;
        z-index:10;
    }
    .slider {
        position: absolute;
        top: 25%;
        width: 90%;
    }
    .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: 80vh;
    }

    .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: 80vh;
    }

    .header-font {
        font-size: 2.7rem;
    }
    .h-fixed {
        min-height: 230px;
    }
    .w-lg-exp {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .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: 70vh;
    }

    .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: 80vh;
    }
}

.zoom-animate {
    animation: zoomin 15s alternate infinite;
}


@keyframes zoomin {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}