/*@font-face {
    font-family: IRANSans;
    src: url(fonts/IRANSansWeb/IRANSansWeb.woff);
}*/
@font-face {
    font-family: 'ir_sans';
    font-weight: normal;
    src: url("/Content/Template/assets/fonts/iransans.eot"), url("/Content/Template/assets/fonts/iransans.woff2") format("woff2"), url("/Content/Template/assets/fonts/iransans.woff") format("woff");
}

* {
    box-sizing: border-box;
    font-family: ir_sans;
    direction: rtl;
}

body {
    width: 100%;
    height: 100%;
    padding: 0 350px;
    margin: 30px 460px 33px;
    border-radius: 20px;
    background-color: #f0ebe1 !important;
}
@media screen and (max-width:1600px){
    body{
        padding: 0;
    }
}
.set-ele-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}
header {
    width: 100%;
    height: 100px;
    padding: 24px 30px 23px;
    background-color: #f5f5f5;
}

section {
    padding: 10px 30px;
    background:#fff;    
}

.details-image-wrap {
    display: flex;
}

.details {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}

.details-image-wrap img {
    width: 100%;
    height: auto;
}

.class-info {
    margin: 20px 30px 10px;
}

.class-info p {
    font-family: ir_sans;
    font-size: 15px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
}

.timer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: ltr !important;
    padding: 10px 10px 9px 15px;
    border-radius: 5px;
    border: solid 1px #ea5b0f;
    background-color: #fff6f1;
    height: fit-content;
}
@media screen and (max-width:768px){
.timer-wrap{
    display:none;
}
.details-image-wrap {
    flex-direction:column-reverse;
}
.details-image-wrap img{
    margin-bottom : 10px;

}
header>h2{
    font-size:25px;
    text-align:center;
}
}
.signup-button:hover {
    text-decoration: none;
    color: #fff;
}

.signup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 30px  0;
    padding: 10px 0 0 0;
    border-radius: 5px;
    color: white;
    background-color: #ea5b0f;
    border: none;
    font-weight: bold;
    height: 45px;
    text-decoration: none;
}

.signup-button:focus {
    outline: none;
}

.line {
    width: 100%;
}

hr {
    border: solid 1px #ea5b0f !important;
    height: 0;
}

.texts {
    display: flex;
    flex-direction: column;
}

.orange-headers {
    /* width: 940px;
    height: 44px; */
    margin: 0 0 10px;
    font-family: ir_sans;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: right;
    color: #ea5b0f;
}

.fonts-style {
    margin: 0px 30px 10px;
    font-family: ir_sans;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #3a3939;
}

.grey-font-style {
    margin: 0 0 0 1px;
    font-family: ir_sans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: right;
    color: #bababa;
}

.chapters ul,
.audience ul {
    list-style-type: none;
    line-height: 1.69;
}

.chapters ul li,
.audience ul li {
    margin: 10px 0;
}

i {
    color: #ea5b0f;
    margin-left: 10px;
}

/* timer style */

#countdown {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

/* general styling */
.container {
    display: flex;
    flex-wrap: wrap;
    color: #333;
    text-align: center;
    width: fit-content !important;
    margin: 0 !important;
}

#countdown ul {
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr !important;
    flex-wrap: wrap;
    padding:0 !important;
}

#countdown h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

/* .time-section {
    background-color: red;
} */

#countdown li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 1em 0;
    text-transform: uppercase;
    background-color: #30323a;
    color: white;
    border-radius: 10px;
    width: 70px;
}   

.colon {
    display: flex;
    align-items: center;
    padding: 20px 0 0 0;
    font-size: 3em;
    font-weight: bold;
}

#countdown li span {
    display: block;
    font-size: 15px;
}
