@font-face {
    font-family: "Yekan";
    src: url('../Yekan-Font-3.0/Yekan.woff2') format('woff2'),
    url('../Yekan-Font-3.0/Yekan.woff') format('woff');
}

* {
    font-family: yekan;
}

/*@media screen and (min-width: 600px){*/
/*    html{*/
/*        width:600px !important;*/
/*    }*/
/*}*/
@media screen and (min-width: 600px) {
    body {
        width: 620px !important;
        margin: 0 auto;
    }
    nav{
        width: 620px !important;
        margin: 0 auto;
    }
    .w-800{
        width: 800px !important;
        margin: 0 auto;
    }
}

.btn1 {
    background-color: #1F1E54;
    color: white;
}

.btn1:hover {
    background-color: #131233;
    color: white;
}

.text-js {
    text-align: justify;
}

.center {
    text-align: center;
}

.text-padding {
    padding: 2%;
}

.d-flex {
    align-items: baseline;
}

.footer1 {
    color: white;
    background-color: #1F1E54;
    position: relative;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0.8%;
    padding-top: 8%;
}

@media screen and (max-width: 600px) {
    .show-summery {
        flex-direction: column;
    }
    .box{
        width: 100%;
    }
}

.custom-file-input {
    color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Select some files';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.nowrap{
    white-space: nowrap;
}
.image img{
    max-width: 100%;
}
.story-padding {
    padding: 1%;
}
p span img{
    max-width: 100%;
    padding: 0;
}
.c1{
    background-color:red;
}
