/*
@media(max-width:2000px){
    html {
        font-size:20px}}
@media(max-width:1280px){
    html {
        font-size:18px}}
@media(max-width:720px){
    html {
        font-size:16px}}
@media(max-width:480px){
    html {
        font-size:14px}}
*/

#register_box{
    display: none;
}
#login_box{
    /*display: none;*/
}
.alert{
    color: black !important;
}
.hidden{
    display: none!important;
}
a{
    cursor: pointer;
}
.text-black{
    color: black;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}
input[type=number]
{
    appearance: textfield;
    -moz-appearance: textfield;
    margin: 0;
}
#menu-logo{
    width: 65px;
    /*display: none;*/
    /*filter: hue-rotate(180deg) !important;*/
}
@media(max-width:500px){
    #menu-logo{
        display: none!important;
    }
}

/*شروع اسلایدر*/

.mySlides {display: none}

.slideshow-container {
    max-width: 1100px;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    left: 10px;
    border-radius: 3px 0 0 3px;
}
.prev {
    right: 10px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #fff;
}

/* Fading animation */
.slider-fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
.slider-fade img{
    border-radius: 1em;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.slider-caption{
    text-align: center;
    color: white;
    margin-top: 10px;
}
.slide-1{
    background-image: url('img/header-bg.jpg');
}
.btn-primary{
    background: #60ccd0;
    border: solid 1px #1b989d;
    color: black;
}
.btn-primary:hover{
    background: #1b989d;
    border: solid 1px #1b989d;
    color: white;
 }
.btn-pill{
    background: #1b989d;
    border: solid 1px #000;
    color: white;
}

.btn-pill:hover{
    background: #1b989d;
    border: solid 1px #1b989d;
    color: white;
}
.session-exp{
    font-size: 80%;
    color: #1b989d;
}
.footer-link a{
    color: grey;
}
.footer-link a:hover{
    color: black;
}
footer{
    background: grey;
}
.term-title {
    background: #1b989d;
    color: white;
    border-radius: .25rem;
    margin: 0.25rem auto;
}
.term-title:hover {
    background: #60ccd0;
    transition: 0.7s;
    color: black;
}
.term-markdown{
    color: white;
    text-align: left;
    text-decoration: none;
    width: 15%;
    margin: 0 auto 0 15px;
    font-weight: 900;
    /*font-size: 150%;*/
}
.term-markdown:hover{
    color: aliceblue;
}
.book{
    /*background-image: -moz-linear-gradient(0deg, #ee390f 0%, #f9b700 100%);*/
    /*background-image: -webkit-linear-gradient(0deg, #ee390f 0%, #f9b700 100%);*/
    /*background-image: -ms-linear-gradient(0deg, #ee390f 0%, #f9b700 100%);*/
    /*background: #60ccd0;*/
}
.book:hover{
    /*background: #60ccd0;*/

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-image: linear-gradient(to left, #1b989d 0%, #60ccd0 51%, #1b989d 75%);
    direction: rtl;
    border-radius: 15px;
    background-position: right center;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 175% auto;
}
.book a{
    color: black;
}

.cart{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 65px;
    z-index: 10000000000;
}
.cart img{
    width: 100%;
    background: #60ccd0;
    border-radius: 50px;
}
.cart span{
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    color: black;
    border-radius: 50%;
}
.cart :hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}
.shop .course{
    height: inherit!important;
}
.btn-small{
    padding: 2px;
}
.site-menu a{
    font-size: 1.1rem;
    color: black;
}
.h_iframe-aparat_embed_frame{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.h_iframe-aparat_embed_frame iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
