:root {
    --main-yellow: #f3ce02;
}

html {
    font-size: 14px;
}
body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.upload-demo-wrap{
    max-width: 600px;
    margin: 0 auto;
    display: none;
}

@media (max-width: 767px) {

    .upload-demo-wrap{
        max-width: 100% !important;
    }
}

.card-deck .card {
    min-width: 220px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}



.card-body img {
    max-width: 100%;
}

nav .mobile {
    display:none;
}

@media only screen and (max-width: 575px) {
    .swAccess span, .swAccess a {
        display:none;
    }
    .swAccess .mobile {
        display:block;
    }
    .swAccess .mobile span, .swAccess .mobile a {
        display:inline-block;
    }
}



.staticPage img{
    max-width:100%;
}
.btn-purple {
    color:#ffffff;
    background-color: #CF7FCF;
    border-color: #CF7FCF;
}
.btn-purple:hover {
    color:#ffffff;
}

.dataSub .sw_div{
    margin: 25px 0 50px;
}

.dataSub .owl-nav{
    top:43%;
}

.sw_div .btn-purple:hover{
    background-color: #6f52b7 !important;
    border-color: #8354F2 !important;
}

.btn-orange {
    color:#ffffff;
    background-color: #FEAB01;
    border-color: #FEAB01;
}

.sw_div .btn-orange:hover{
    background-color: #FF9202 !important;
    border-color: #FF9202 !important;
}



.checkboxArea {
    margin:40px 0 30px 0;
}

.checkboxArea .checkbox {
    font-size:20px;
    margin:10px 0 10px 0;
}

.checkboxArea .checkbox input{
    float: left;
    border:1px solid var(--main-yellow);
    width:20px;
    height:20px;
    margin:9px 0 9px 0;
}

.checkboxArea .checkbox .btn{
    border-radius: 5px;
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
}

.checkboxArea .checkbox label {
    cursor:pointer;
    margin-bottom:0;
    padding: 7px 15px;
}

.row {
    display:flex;
}


.dataSubTwo {
    max-width: 1024px;
    margin:0 auto;
}

.btn-primary {
    background-color: var(--main-yellow);

}

.dataSubTwo .col-md-6{
    width:100%;
}

.dataSubTwo .col-md-6 img{
    max-width:100%;
}

@media (max-width: 1024px) {
    .dataSubTwo {
        max-width:100%;
    }
}

@media (max-width: 767px) {
    .dataSubTwo .desktopArea{
        display:none;
    }

    .dataSubTwo .mobileArea{
        display:block;
    }

    .dataSubTwo .col-md-6{
        padding-left:0;
        padding-right:0;
    }
}

@media (min-width: 768px) {
    .dataSubTwo .col-md-6{
        width:50%;
        padding-left:15px;
        padding-right:15px;

    }

    .dataSubTwo .mobileArea{
        display:none;
    }

    .dataSubTwo .desktopArea{
        display:block;
    }
}

.dataSubOne img{
    max-width: 100%;
}

.phTwo {
    max-width:100%;
}

.underline {
    border-bottom:1px solid black;
}

@media (min-width: 670px) {
    .dataSubOne img{
        max-width: 80%;
    }
}

.bg-white {
    background-color: #F3F8FF;
}

.btn-primary {
    background-color: var(--main-yellow);
    border-color: var(--main-yellow);
    color: #0e0e0c;
    font-size: 14px;

}
.btn-primary:hover
.btn-primary:focus {
    background-color: #0e0e0c;
    border-color: var(--main-yellow);
    color: #ffffff;
}
.card {
    border-radius: 10px;
}

.card-header {
    border-bottom: none !important;
    background-color: transparent;
}
.card-header h4 {
    font-size: 2rem !important;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: var(--main-yellow);
    color: #0e0e0c;
    display: inline-block;
}
.progress-bar {
    background-color: var(--main-yellow) !important;
}

.file-btn {
    position: relative;
}

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    border: 2px solid var(--main-yellow) !important;
    border-radius: 20px !important;
}
.cr-boundary {
    border-radius: 21px;
}
.croppie-container .cr-slider-wrap {
    width: 650px !important;
}
.cr-slider {
    width: 600px !important;
}

.header-box {
    border-bottom: 1px solid rgba(255,255,255,.13);
    background-color: rgba(0,0,0,0);
    background-image: url('../img/bg-2.webp');
    background-repeat: no-repeat;
    background-position: center top;
}

.tokents-box {
    color: #ffffff;
}

.main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-nav a:not(.btn) {
    color: #ffffff;
    text-decoration: none;
}
.main-nav a:not(.btn):hover {
    color: var(--main-yellow);
}
.main-nav a + a {
    margin-top: 1rem;
}
@media(min-width: 768px) {
    .main-nav {
        flex-direction: row;
    }
    .main-nav a + a {
        margin-top: 0;
        margin-left: 1rem;
    }
}

.form-control:focus {
    border-color: var(--main-yellow);
    box-shadow: none;
}