@import url(./assets/css/radio.css);

@font-face{
    font-family: yekan;
    src: url(./assets/fonts/yekan-medium.woff) format("woff");
}

@font-face{
    font-family: yekan-fat;
    src: url(./assets/fonts/yekan-fat.woff) format("woff");
}

@font-face{
    font-family: yekan-heavy;
    src: url(./assets/fonts/yekan-heavy.woff) format("woff");
}
video{
    display: block;
    width: 100vw;
}
.body {
    background: #FBFBFB;
    font-family: yekan;
}
.displaynone{
    display: none !important;
    width: 0px;
    height: 0px;
    overflow: hidden;
    
}
.cnv-nav {
    border-radius: 34px !important;
}

.cshadow {
    box-shadow: 0 0 50px #00000015;
    border-radius: 10px;
}
.bg-cnv {
    background-color: #2A2C41 !important;
}

/* box-shadow: 0 0 50px #00000015 !important;
box-shadow: 0 0 50px #00000015 !important;
box-shadow: 0 0 50px #00000015 !important; */

.borderradius {
    border-radius: 10px;
}

.heavy {
    font-family: yekan-heavy;
}
.submit-btn{
    background-color: #F8465D;
    color: #fff;
    font-family: yekan-heavy;
    border-width: 0;
    height: 3em;
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px #F8465D70;
}

.submit-btn:focus {
    background-color: #F8465D;
    color: #fff;
    font-family: yekan-heavy;
    border-width: 0;
    height: 3em;
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px #F8465D70;
}

.submit-btn:hover {
    background-color: #F8465D;
    color: #fff;
    font-family: yekan-heavy;
    border-width: 0;
    height: 3em;
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px #F8465D70;
}

.submit-btn:hover {
    background-color: #F8465D;
    color: #fff;
    font-family: yekan-heavy;
    border-width: 0;
    height: 3em;
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px #F8465D70;
}

.fat{
    font-family: 'yekan-heavy';
}
.ts{
    font-size: 1.2em;
}

.ts2{
    font-size: 1.7em !important;
}
.myicon-sm{
    height: 20px !important;
    padding: 0 8px !important;
}
.myicon-lg{
    height: 27px !important;
    padding: 0 8px !important;
}
@media(max-width: 540px){
    .ts{
        font-size: 1em;
    }
    .ts2{
        font-size: 1.3em !important;
    }
}