@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css');
@import url('font.css');
@import url('nav.css');
@import url('banner.css');
@import url('portfolio.css');
@import url('security.css');
@import url('plans.css');
@import url('faq.css');
@import url('how.css');
@import url('investment.css');
@import url('footer.css');

.mt-140{
    margin-top: 140px;
}
.mt-120{
    margin-top: 120px;
}
.mt-100{
    margin-top: 100px;
}
.mt-90{
    margin-top: 90px;
}
.mt-80{
    margin-top: 80px;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-20{
    margin-top: 20px;
}
.mt-10{
    margin-top: 10px;
}

th,
h5 {

    font-family: VisbyCF-Medium;
}

body {
    font-family: VisbyCF;
    width: 100vw;
    font-size: 18px;
    overflow-x: hidden;
}
.navbar-toggler-icon::after {
    font-family: "FontAwesome"; 
    font-weight: 100; 
    content: "\f0c9";
    color: #fff;
}
.btn-theme-color {
    border-radius: 5px;
    background-color: #22b77b;
    font-family: VisbyCF-Medium;
    padding: 10px 25px;
    color: #fff;
    /* height: 45px; */
}

.btn-banner:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-apple img {
    height: 45px;
    object-fit: contain;
}
.btn-apple img:hover{
    background-color: #000;
}

.title {
    font-family: VisbyCF-ExtraBold;
    font-size: 45px;
    color: #092c61;
}
.sub-title {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.59;
    color: rgba(0, 0, 0, 0.87);
}

.row{
    display: flex;
}

.page-banner {
    background: url('../img/background/faq-bg.svg') no-repeat,linear-gradient(#092c61, #092c61);
    background-size: 100%;
    background-position-y: bottom;
    width: 100%;
    height: 40vh;
  }

.section-item-title {
    padding: 25px 0 5px 0;
    color: #092c61;
    font-family: VisbyCF-Heavy;
    font-size: 26px;
}

.section-item-subtitle {
    padding: 0px 0 15px 0;
    color: #22b77b;
    font-size: 20px;
    font-family: VisbyCF-Medium;
}

.spacer {
    height: 50px;
}
.spacer-1 {
    height: 10px;
}

.section-header {
    text-align: center;
}

.copyright {
    color: #fff;
    font-size: 13px;
}

.full-button {
    width: 100%;
}

.STTOQ {
    padding: 0  2% 100px 2%;
}

.bounce-img {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.hover-rotate {
    transition: all 0.3s;
}
.hover-rotate:hover {
    transform: scale(0.9) rotate(5deg);
}

.intro {
    padding: 60px 0 0 0;
}

th,
td {
    padding: 0 30px;
}

.small {
    font-size: 12px;
    padding: 15px 0;
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}

@media (max-width: 767px) {

    .navbar-nav {
        padding: 0 0 10px 0;
    }

    .banner {
        height: 100vh;
        background-position-x: center;
    }
    .bitmap img {
        display: none;
    }
    .bitmap {
        display: none;
    }

    .portfolio::before {
        display: none   
    }
    .portfolio-list .portfolio-text {
        margin-left: 8%;
    }

    .security {
        width: 100%;
        padding: 5% 1% 3% 1%;
        border-radius: 15px;
    }
    .f-1 {
        margin: 0;
    }
    .plan-wrap {
        margin-top: 5%;
        height: 100%;
    }

    .footer {     
        clip-path: ellipse(250% 100% at 50% 100%);
    }
    .footer .input-group .form-control {
        margin-top: 5%;
    }

    .input-icon {
        padding: 30px 10px 1% 10px;
        width: 36px;
    }
    .how-it-works {
        padding: 0;
    }

    .center-align {
        align-items: center;
        padding: 0;
    }
    
    .how-it-works-page .plans {
        padding: 60px 0 60px 0;
    }
    .how-it-works-page .plans .sub-title {
        padding: 0;
    }
    .how-img {
        float: none;
        left: 15%;
        /* margin: 0; */
        position: relative;
    }
    .plans .section-header .sub-title
    {
        padding: 10px 0;
    }
    .plan-choice {
        display: none;
    }
}

@media (max-width: 991px) {
    .portfolio-list .portfolio-text {
        margin-left: 8%;
    }

    .security {
        width: 100%;
        padding: 5% 1% 3% 1%;
        border-radius: 15px;
    }
    
}

@media (max-width: 1248px) {
    .navbar-nav {
        padding: 0 0 10px 5%;
    }

    .navbar .d-flex {
        height: 40px;
        overflow: hidden;
    }
    .banner{
        background-position-y: 0;
        background-size: cover;
        background-position-x: center;
        height: 100%;
    }
    .banner-wrap {
        padding: 5% 2%;
    }
    .bitmap {
        width: 75%;
    }
    .bitmap img {
        width: 80%;
    }
    .pm-1{
        margin-top: 4em;
    }
    .pm-2{
        margin-top: 2em;
    }
}

@media (max-width: 1152px) {
    .banner{
        background-position-y: 0;
        background-size: cover;
        background-position-x: center;
        height: 100%;
    }
    /* .security {
        padding: 5% 1% 3% 1%;
    } */
    .banner-wrap {
        padding: 5% 2%;
    }
    .bitmap {
        width: 75%;
    }
    .bitmap img {
        width: 80%;
    }
    .pm-1{
        margin-top: 4em;
    }
    .pm-2{
        margin-top: 2em;
    }
}

.btn-theme-color:hover, .btn-theme-color:focus, .btn-theme-color:active {
    color: #fff;
    font-family: VisbyCF-Medium;
}


.marquee {
    width: 200px;
    /* height: 150px; */
    margin: 0 auto;
    overflow: hidden;
    animation-direction:alternate-reverse;


}

.marquee-content {
    display: flex;
    list-style: none;
    animation: scrolling 50s linear infinite;
}

.marquee-item {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
}


@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translatex(-1000px); }
}