@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
    font-family: "Lato", sans-serif;
    background: #131313;
}
.left-box{
    height: 585px;
    background: #0E0D10;
}
.left-box-01{
    height: 585px;
    background: #1A1A1A;

}
.left-box-02{
    background: #B3A9F9;
    height: 655px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #B3A9F8;
    border-color: #B3A9F8;
    border-radius: 10px !important;
}
.nav-tabs .nav-link {
    background: #1E1E1E;
    color: #fff;
    border-radius: 10px;
}
.list-nav-01 {
    padding: 10px 165px;
}
.nav-tabs {
    border-bottom: 1px solid transparent !important;
    gap: 20px;
}
.input-form{
    background-color: #141414;
    color: #fff;
}
.btn-cont{
    background: #B3A9F8;
    color: #8C84C2;
    padding: 8px 45px;
    border-radius: 50px;
    font-weight: 700;
    margin: auto;
}
.img-paper{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    bottom: 45%;
}
.img-paper img{
    width: 70%;
}
.w-300{
    width: 300px;
}
.bg-dark-01{
    background: #1D1F1E;
}
@media screen and (max-width:767px) {
    .list-nav-01 {
        padding: 10px 105px;
    }
    .small-padding{
        padding: 10px 0px !important;
    }
    .small-padding-01{
        padding: 0px 15px !important;
    }
}
.logo img{
    filter: invert(1);
}
.heading-text h3{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.heading-text .para{
    color: #fff;
}
.button-started{
    position: absolute;
    bottom: 20px;
}
.text-device{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-add-wallet{
    background: #2A2D2E;
    width: 96%;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    color: #fff;
}
.btn-add-wallet:hover{
    color: #fff;
}
.icon-plus{
    color: #BCAEFC;
}
.text-desc-01{
    color: #626262;
    font-size: 14px;
}
.bg_001{
    background: #1A1A1A;
}
.menu-list ul{
    list-style: none;
    line-height: 40px;
}
.menu-list li a {
    color: #626262;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.menu-list li a:hover  {
    color: #fff;
    text-decoration: none;
}
.menu-list li a:hover i {
    color: #BCAEFC;
}

/* .video-back{
    width: 100%;

} */
.button-started .btn-white{
    background: white;
    color: #000;
    padding: 10px 90px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.col-md-9 .video-back {
    width: 100%;
    height: 100vh; 
    object-fit: fill;
}
.fs-13{
    font-size: 13px;
    text-align: center;
}
.text-desc{
    text-align: center;
}
.terms-text{
    color: #BCAEFC;
}


/* multi-form */


*{
    margin: 0;
    padding: 0;
}

html{
    height: 100%;
}

p{
    color: grey;
}

#heading{
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal;
}

#msform{
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset{
    /* background: white; */
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card{
    text-align: center;
}

#msform fieldset:not(:first-of-type){
    display: none;
}

#msform input, #msform textarea{
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: px solid #673AB7;
    outline-width: 0;
}

#msform .action-button{
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}
#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "."
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "."
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "."
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "."
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 15px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 30%;
    margin: 0 auto 10px auto;
    padding: 2px;
    z-index: 111111111;
    position: relative;
}
.gap-20{
    gap: 20px;
}
.w-90{
    width: 150px;
}
.btn-recovery{
    background: #574CAE;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
}
.hide {
    display: block;
}
.gap-15{
    column-gap: 18px;
}
.form-control:focus {
    color: #fff !important; 
    background-color: transparent !important;
    border-color: #ced4da!important;
    box-shadow: none !important;
}
    .fs-20 {
        font-size: 50px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

.show {
    display: none;
}
.loader {
    width: 30px;
    height: 30px;
    border: 4px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 


#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}


.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.device-select {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}
.device-select .device-item {
    width: 33%;
    flex: 1;
    height: 100vh;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.device-select .device-item img {
    height: 220px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    text-align: center;
    margin: auto;
    display: flex;
}
.device-select .device-item h3 {
    font-size: 24px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
}
.device-select .device-item button {
    border: none;
    height: 40px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    margin: auto;
}
a:hover{
    text-decoration: none;
}
.device-select h2 {
    font-family: "DM Mono", monospace;
    letter-spacing: 0.5px;
    position: absolute;
    top: 100px;
    left: 50%;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.device-select .device-item:hover {
    background: #222;
}
.device-select .device-item:hover img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.page-heading img {
    width: 90px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    /* margin-bottom: 25px; */
}
.btn-prev{
    color: #fff;
    border-radius: 50px;
}
 
.btn-prev:hover{
    color: #fff;
    border-color: #bbb3fa;
    border-width: 1px;
    border-radius: 50px;
}
.option-box {
    font-family: "DM Mono", monospace;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.option-box-para{
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.mr-95{
    margin-right: 95px;
    border-radius: 50px;
    font-size: 18px;
}
/* multi-form */
@media (max-width: 768px) {
    .device-select .device-item {
        width: 100%; /* Stack one item per row on mobile devices */
        height: auto;
    }
    .device-select {
       
        flex-direction: column;
    }
    .device-select h2 {
        font-size: 18px;
        top: 30px;
    }

    .device-select .device-item h3 {
        font-size: 18px;
    }

    .device-select .device-item img {
        height: 150px;
        margin-top: 50px;
    }

    .device-select .device-item button {
        height: 30px;
        width: 80px;
    }
}

@media (max-width: 480px) {
    .device-select h2 {
        font-size: 16px;
        top: 50px;
    }
    
    .device-select .device-item h3 {
        font-size: 16px;
    }

    .device-select .device-item img {
        height: 120px;
    }

    .device-select .device-item button {
        height: 28px;
        width: 75px;
    }
}