*{
    text-justify: inter-word;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "iranSans";
    src: url(../fonts/Iranian\ Sans.ttf);
}
body{
    font-family: 'iranSans', sans-serif !important;
}
.bg-LightBlue{
    background: linear-gradient(to right , #19ACE4 , rgb(2, 136, 237) ) !important;
}
.bg-about{
    background: linear-gradient(to top right , #23BBE0 , #0287ED);
}
.shadow-nav{
    box-shadow: 0px 0px 20px rgb(137, 147, 150);
}
.call-btn{
    border: 2px solid #fff;
    padding: 7px 27px;
    transition: all 0.3s;
}
.call-btn:hover{
    background-color: #fff;
    color: #288ED9 !important;
}

.login-btn:hover{
    text-decoration: underline !important;
}
.active{
    background-color: #fff !important;
    color: #0287ED !important;
}
.nav-link{
    border-radius: 20px;
    transition: all 0.2s;
}
.nav-link:hover{
    background-color: #fff;
    color: #0287ED !important;
}
.line-height{
    line-height: 3;
}
.bg-third-p{
    background: linear-gradient(to top , #D6EEFF , #FCFEFF);
}
.text-dark-blue{
    color: #288ED9;
}
.text-justify{
    text-align: justify;
}
.card{
    background-color: #fff !important;
    box-shadow: 0 10px 0 0 rgba(0,91,159,0) !important;
    transition: all 0.3s;
}
.card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    scale: 1.01;
}
.line-height-2{
    line-height: 2;
}
.bg-dark-blue{
    background-color: #288ED9;
}
.light-gray{
    color: rgb(214, 214, 214);
}
.get-started{
    all: unset;
    width: 120px;
    padding: 10px;
    text-align: center;
    background-color: #0287ED;
    transition: all 0.3s;
    border-radius: 10px;
}
.get-started:hover{
    background-color: #23BBE0;
}
.get-started::after{
    content: '\00276F';
    padding-right: 9px;
    transform: rotate(180deg) !important;
}
.box{
    border-radius: 100% 0% 100% 0% / 6% 81% 19% 94%   ;
}
.btn-send-form{
    padding: 8px 25px !important;
}
.img-f{
    max-width: 100% !important;
    max-height: 100% !important;
}
.pointer{
    cursor: pointer;
}

/* admin  */
.bg-noRepeat{
    background-repeat: no-repeat;
    background-size: cover;
}
.send-btn{
    width: 100px;
    background-color: #0287ED;
    border: 0;
    padding: 8px 18px;
    border-radius: 10px;
}
.send-btn:hover{
    background-color: #23BBE0;
}
.post-btn{
    width: 150px;
    background-color: #0287ED;
    border: 0;
    padding: 8px 18px;
    border-radius: 10px;
}
.post-btn:hover{
    background-color: #23BBE0;
}

/* carousel   */
.carousel-item{
    height: 40.5rem !important;
    background-color: #838f93 !important;
    position: relative !important;
}
.carousel-item-small{
    height: 25rem !important;
    background-color: #838f93 !important;
    position: relative !important;
}
.carousel-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 40px;
}
.overlay-image{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-position: center !important;
    background-size: cover !important;
    opacity: 0.8;
}

/* ===========  */

/* to top  */
#to-top{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    outline: none;
    background-color: #de8a8a;
    padding: 20px;
    font-size: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    opacity: 0.8;
}
.to-top-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 4px;
}
/* ============== */

.scale-1{
    scale: 1 !important;
}
.log-btn{
    width: 120px;
    all: unset;
    color: #fff !important;
    background-color: #0287ED !important;
    padding: 8px 20px;
}
.bg-gradientLogin{
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: gradientLogin 15s ease infinite;
    background-size: 400% 400%;
}
@keyframes gradientLogin {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.bg-nav-admin{
    background: linear-gradient(-45deg , #23a6d5 , #23d5ab);
}

.overlay-img-contact{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #838f93;
    background-blend-mode: multiply;
}

.bg-products{
    background: linear-gradient(-45deg , #23a6d5 , #23d5ab);
}

/*.sell_course {*/
/*    color: #777;*/
/*    font-size: 16px;*/
/*    display: flex;*/
/*    border: 1px dashed #ddd;*/
/*    background-color: #f9f9f9;*/
/*    padding: 0 15px;*/
/*    margin-bottom: 15px;*/
/*    border-radius: 10px;*/
/*    line-height: 52px;*/
/*    position: relative;*/
/*}*/
.sell_course:before {
    content: '';
    width: 16px;
    height: 16px;
    border-left: 1px dashed #ddd;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: -9px;
}
.sell_course:after {
    border-left: none;
    border-right: 1px dashed #ddd;
    right: auto;
    left: -9px;
}
.sell_course:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 8px);

}
.sell_course strong {
    padding-left: 20px;
    border-left: 1px dashed #ddd;
    font-weight: 500;
    width: 100%;
    max-width: 84px;
    text-align: center;
}
.sell_course p.price {
    font-size: 25px;
    margin-bottom: 0;
    font-size: 17px;
    width: 100%;
    text-align: left;
}