/* 
Theme Name: Degardc Child
Theme URI: https://degardc.com
Description: Degardc Child is a child theme of Degardc
Author: Degardc Team
Author URI: https://degardc.com
Template: hello-elementor
Version: 1.0.1
Text Domain: degardc-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*hr style*/
hr {
    border: 1px solid #eee;
}

.woocommerce-notices-wrapper {
    display: none;
}

/*taghir rang text vaghti yetike az matn ba mouse select mishe*/
::selection {
    color: white;
		background : #4aaefe;
}

:focus {
    outline: none;
}

/*make all elementor section padding 40px from sides in desktop*/
@media screen and (min-width: 1026px){
*.elementor-top-section {
    padding-left:40px !important;
    padding-right:40px !important;
}
}



/*make all elementor section padding 20px from sides in tablet*/
@media screen and (min-width: 769px) and (max-width:1025px){
*.elementor-top-section {
    padding-left:20px !important;
    padding-right:20px !important;
}
}



/*make all elementor section padding 10px from sides in mobile and full width comment inputs*/
@media screen and (max-width:768px){
	*.elementor-top-section {
		padding-left:10px !important;
		padding-right:10px !important;
	}
	p.comment-form-author ,p.comment-form-email {
    	width: 100% !important;
	}
	p.form-submit {
		width: 100% !important;
	}
	
}



/*eslah keshidegi post_tumbnail elementor dar avalin lahze load*/
.elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
}



/*2 sotoone shodane name va email dar comment formha*/
.ali-form-input{
	display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}



/*hidden get website url in forms*/
.comment-form-url {
    display: none;
}



/*inherit title font-size in post widget*/
.elementor-post__title {
    font-size: inherit !important;
}





/*makhfi kardane hesab karbari default woocommerce*/
.woocommerce-MyAccount-navigation {
	display: none ;
}



/*mohtava default my-account ro tamam arz mikone*/
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% ;
}



/*close icon in elementor popup*/
.dialog-close-button>i.eicon-close {
    font-size: 26px;
    color: #bbbbbb;
}



/*change border color in register form woocommerce*/
.woocommerce form.register {
    border: 1px solid #eeeeee;
}
.woocommerce form.login {
    border: 1px solid #eeeeee;
}


a.woocommerce-Button.button {
	padding: 15px;
	border-radius: 5px;
    color: #ffffff;
    background-color: #4aaefe;
	font-weight: 400;
}


a.woocommerce-Button.button:hover {
	border-radius: 5px;
    color: #ffffff;
    background-color: #4aaefe;
}



/*style dokmehaye woocommerce*/
.woocommerce button.button{
	padding: 15px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #4aaefe;
	font-weight: 400;
}
.order-again a.button {
    padding: 15px 20px !important;
}



/*style dokmehaye woocommerce dar halat hover*/
.woocommerce button.button:hover{
    border-radius: 5px;
    color: #ffffff;
    background-color: #4aaefe;
}



a.button.wc-backward {
    background: #4aaefe;
    color: #ffffff;
    padding: 15px;
    font-weight: 100;
    border-radius: 5px;
}



/*border dore dokmehaye woocommerce ro az bein mibare*/
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none;
}



/*mogheyiat dokme login dar my-account ro dorost mikone*/
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-top: 7px;
		margin-left: 0px;
}





/*bakhshe my-account taghir ramz oboor ro khoshgeltar mikoe*/
fieldset {
    border: 2px solid #eeeeee;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}


/*style for icons in main menu*/
li.menu-item a i:before {
    font-size: 16px;
    padding-left: 5px;
}






/*START back to top styles*/
#degardc-scroll-to-top {
    display:flex;
    justify-content: center;
	position: fixed;
  	left: -100px;
	bottom: 30px;
	background-color: #ffffff;
	height: 30px;
    width: 30px;
	opacity: 90%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 5px rgb(0 0 0 / 17%);
	color: #000000;
	transition : 0.4s;
}

@media only screen and (max-width: 1024px) {
  #degardc-scroll-to-top {
    bottom: 80px;
}
}

#degardc-scroll-to-top:hover {
  color: #4aaefe;
}
/*END back to top styles*/


/*START style related to hide header on scroll down*/
#desktop-header, #mobile-header{
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
}
.headerup{
transform: translateY(-110px); /*adjust this value to the height of your header*/
}
/*EDN style related to hide header on scroll down*/


/*START degardc scroll progress bar - added in single post template*/
.progress-bar {
	position: fixed;
    right: 0;
    top: 0;
	margin-top: 0px;
	margin-bottom: 0px;
  	height: 3px;
    background: #4aaefe;
    width: 0%;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    z-index: 100;
    -webkit-transition: width .25s cubic-bezier(0,0,.33,1);
    transition: width .25s cubic-bezier(0,0,.33,1);
    
}
/*END degardc scroll progress bar*/



/*START comments section styles*/
p.comment-form-author ,p.comment-form-email {
    display: inline-block;
    width: calc(50% - 90px);
	margin-left: 10px;
}
p.form-submit {
    display: inline-block;
    width: 150px;
}
p.form-submit input#submit {
    width: 100%;
}
p.comment-form-comment {
    margin-bottom: 5px;
}
.comment-respond input {
    height: 50px;
}
/*END comments section styles*/


/*START Article effect in texts*/
.elementor-widget-theme-post-content strong{
	color: #444444
}
.elementor-widget-theme-post-content h1, h2, h3, h4, h5, h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.elementor-widget-theme-post-content a {
	border-bottom: 2px dashed #eee;
    padding-bottom: 4px;
    transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-moz-transition: all 0.7s;
}

.elementor-widget-theme-post-content a:hover {
	border-bottom: 2px dashed #4aaefe;
}

.degardc-highlight {
    background: #ffec99;
    color: #444;
    padding: 4px;
    border-radius: 3px;
}

code {
	overflow:auto;
    direction: ltr !important;
    text-align: left !important;
    display: block;
	background: #f8f8f8;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}
@media screen and (min-width: 1026px){
	.elementor-widget-theme-post-content a{
		position: relative;
	}
	.elementor-widget-theme-post-content a:not([org_title]):after , .elementor-widget-theme-post-content a[org_title="null"]:after , .elementor-widget-theme-post-content a[org_title=""]:after{
		content: none;
	}
	.elementor-widget-theme-post-content a:after{
		content: attr(org_title);
		position: absolute;
		top: -49px;
		z-index: 20;
		right: 0px;
		display: inline-block;
		line-height: 2;
		text-align: right;
		font-size: 0.8rem;
		background: #ffffff;
		padding: 7px 15px;
		box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
		width: max-content;
		border-radius: 5px;
		color: #777777;
		transition: all .4s;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		opacity: 0;
	}
	.elementor-widget-theme-post-content a:before{
		border-style: solid;
		border-width: 7px 8px 0;
		border-color: #fff transparent transparent;
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: -10px;
		margin: 0 auto 4px;
		right: 15px;
		z-index: 21;
		transition: all .4s;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		opacity: 0;
	}
	.elementor-widget-theme-post-content a:hover:before , .elementor-widget-theme-post-content a:hover:after{
		opacity: 1;
	}
	
	.elementor-widget-theme-post-content h2{
		display:inline-block !important;
		position:relative !important;
	}
	.elementor-widget-theme-post-content h2:before {
		content: "";
		position: absolute;
		top: 18px;
		background: #4aaefe !important;
		height: 18px;
		right: 0px;
		border-radius: 3px;
		width: 100%;
		opacity: 0.06;
		z-index: 1;
	}
}

.elementor-widget-theme-post-content img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*START inline related posts*/
a.degardc-related-post, a.degardc-related-course {
    background: #f6f7f9;
    padding: 20px 30px;
    position: relative;
    color: inherit;
    border: none !important;
    display: block;
    border-radius: 5px;
}
a.degardc-related-post:before {
    content: "حتما بخوانید: ";
    position: absolute;
    opacity: 1;
    display: contents;
    color: #29a0ff;
}
a.degardc-related-course:before {
    content: "دوره پیشنهادی: ";
    position: absolute;
    opacity: 1;
    display: contents;
    color: #29a0ff;
}
@media screen and (min-width: 1026px){
	a.degardc-related-post:after, a.degardc-related-course:after{
		content: "\2B60" !important;
		font-size: 2.0em;
		position: absolute;
		background: none;
		border-radius: 50%;
		padding: 0px 5px;
		box-shadow: none;
		top: 55%;
		left: 30px !important;
		right: auto;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		transition: all 0.5s
	}
	a.degardc-related-post:hover:after, a.degardc-related-course:hover:after {
		opacity: 1;
		left: 20px !important;
	}
}
/*END inline related posts*/
/*END Article effect in texts*/


/*START share buttons*/
/*add style to degardc-post-bar located in rightsidebar of posts*/
.degardc-post-bar i {
    display: flex;
    color: #dcdcdc;
    font-size: 25px;
	margin: 5px 0;
	transition: 0.5s;
}
.degardc-post-bar i:before {
    margin-left: 10px;
}
.degardc-post-bar i.fas.fa-heart:hover {
    color: #fe597b;
}
.degardc-post-bar i.fas.fa-comments:hover {
    color: #4aaefe;
}
.degardc-post-bar i.fab.fa-linkedin-in:hover {
    color: #017ab5;
}
.degardc-post-bar i.fab.fa-twitter:hover {
    color: #00abf0;
}
.degardc-post-bar i.fab.fa-whatsapp:hover {
    color: #24cc63;
}
.degardc-post-bar i.fab.fa-telegram-plane:hover {
    color: #36ade1;
}
.degardc-post-bar i.fab.fa-facebook-f:hover {
    color: #3a579a;
}

a.degardc-post-bar:before
{
	pointer-events: none;
    border-style: solid;
    border-width: 4px 5px 0;
    border-color: #fff transparent transparent;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    top: -10px;
    margin: 0 auto 4px;
    right: 8px;
    z-index: 2;
    transition: all 0.3s;
}
a.degardc-post-bar:hover:before
{
    opacity: 100%;
}

a.degardc-post-bar:after
{
	pointer-events: none;
    line-height: 1.8;
    font-size: 13px;
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 8%);
    box-shadow: 0 5px 30px rgb(0 0 0 / 8%);
    padding: 6px 12px 5px;
    color: #817f84;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    white-space: nowrap;
    right: -12px;
    position: absolute;
    opacity: 0;
    top: -43px;
    margin-bottom: 8px;
    content: attr(data-tooltip);
    transition: all 0.3s;
	z-index: 1;
}
a.degardc-post-bar:hover:after
{
    opacity: 100%;
}
i.fab.fa-facebook-f {
    margin-right: 5px;
}
/*END share buttons*/








/* START degardc topbar */

/*START responsive styles*/
@media screen and (min-width: 769px) and (max-width: 1025px){
	.degardc-topbar{
		padding: 0 20px !important;
	}
	.degardc-topbar-main-content{
		margin: 0 10px !important;
	}
}
@media screen and (max-width:768px){
	.degardc-topbar{
		padding: 0 10px !important;
	}
	#degardc-countdown{
		display: none !important;
	}
	.degardc-topbar-main-button {
    	display: none;
	}
}
/*END responsive styles*/

.degardc-topbar{
	background: #FE597B;
	height: 80px;
	width: 100%;
	padding: 0 40px;
	position: relative;
	background-image:url(https://degardc.com/wp-content/uploads/top-section-background.png);background-position:center center;background-repeat:repeat;
}

.degardc-topbar-container{
	display: flex;
	flex-wrap: nowrap;
	margin: auto;
	max-width: 1300px;
}

.degardc-topbar-div-button {
    line-height: 80px;
	margin-right: 0;
}

.degardc-topbar-close-button {
    background: #ffffff36 !important;
}

.degardc-topbar-close-button>i {
	font-style: normal;
	font-size: 22px;
}

.degardc-topbar-main-content {
	margin-right: 20px;
	display: table;
    height: 80px;
}

.degardc-topbar-main-content a{
	color: #ffffff !important;
	display: table-cell;
    vertical-align: middle;
}

.degardc-topbar-main-button {
    line-height: 80px;
	margin-left: 0;
	white-space: nowrap;
}

.degardc-topbar-main-button a{
	background: #ffffff36;
    padding: 14px;
    border-radius: 5px;
    color: #ffffff !important;
}

.degardc-topbar a:hover {
    color: white;
}


#degardc-countdown {
    margin-left: 5px;
    margin-right: auto;
	white-space: nowrap;
	display: table;
    height: 80px;
}

#degardc-countdown ul {
    padding: 0;
	display: table-cell;
	vertical-align: middle;
}

#degardc-countdown li {
    line-height: 20px;
    margin-left: 10px;
    background: #ffffff36;
    padding: 5px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}

#degardc-countdown li span{
	display: block;
    text-align: center;
}
/* END degardc topbar */



/* START woocommerce custom styles */
.woocommerce-notices-wrapper {
    max-width: 1300px;
    margin: auto;
    margin-top: 30px;
}
.woocommerce-notices-wrapper .woocommerce-error,ul.woocommerce-error {
    border: 2px solid #ffe7ed;
    border-radius: 5px;
    background: #fffafa;
}
.woocommerce-error .wc-forward {
    background: #fe597b !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}
/* END woocommerce custom styles */


/* START Crisp CSS 
.crisp-client .cc-kv6t .cc-1xry .cc-ge4v .cc-qqzz .cc-5b24 .cc-19cg{
	display: none !important;
}

#crisp-chatbox .cc-g7iw.cc-2ydi {
    bottom: 0px !important;
}
.crisp-client .cc-kv6t .cc-1xry .cc-ge4v .cc-qqzz .cc-5b24 .cc-1pvj{
	bottom: 55px !important;
}
#crisp-chatbox .cc-1pvj.cc-y6ot {
    bottom: 55px !important;
}

 END Crisp CSS */


/*START FAQ CSS*/
.degardc-faq-div {
    margin-top: 20px;
}
.degardc-faq-tab {
	position: relative;
	margin-bottom: 8px;
	width: 100%;
	color: #fff;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-bottom: 1px solid #f5f5f5;
	box-shadow: 0 10px 25px 0 rgb(0 0 0 / 7%);
	transition: 0.3s all;
}
.degardc-faq-tab:hover{
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 15%);
}
.degardc-faq-tab-input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.degardc-faq-label {
	position: relative;
	display: block;
	padding: 5px 15px;
	color: #595959;
	background: #ffffff;
	line-height: 3;
	cursor: pointer;
}
.blue .degardc-faq-label {
	background: #2980b9;
}
.degardc-faq-tab-content {
	padding: 0 10px;
	text-align: justify;
	max-height: 0;
	overflow: hidden;
	background: #f7f7f7;
	color: #666666;
    font-size: 0.8rem;
	-webkit-transition: max-height .6s;
	-o-transition: max-height .6s;
	transition: max-height .6s;
}
.blue .degardc-faq-tab-content {
	background: #3498db;
}
.degardc-faq-tab-content p {
	margin: 1em;
}
/* :checked */
input:checked ~ .degardc-faq-tab-content {
	max-height: 40em;
}
/* Icon */
.degardc-faq-label::after {
	font-family: Arial;
	color: #aaaaaa;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
input[type=checkbox] + .degardc-faq-label::after {
	content: "+";
	font-size: 18.5px;
}
input[type=radio] + .degardc-faq-label::after {
	content: "\25BC";
}
input[type=checkbox]:checked + .degardc-faq-label::after {
	transform: rotate(45deg);
}
input[type=radio]:checked + .degardc-faq-label::after {
	transform: rotateX(180deg);
}
.degardc-faq-div{
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.degardc-faq-tab-content ::marker {
    color: #4aaefe;
}
/*END FAQ CSS*/


/*START Degardc Coding Programming Brwoser Consol*/
.degardc-console-container{
    margin: 10px;
    color: #92cefe;
    overflow-x: hidden;
	direction: ltr;
}
.degardc-console{
    margin: 0 0 0 68px;
    font-family: consolas;
	height: 340px;
    width: 500px;
    line-height: 20px;
}
.reset{
    display: none;
}
.typ{
    border-right: 2px solid #fe8073;
    overflow: hidden;
    white-space: nowrap;
}
.tab{
    padding: 0 0 0 4ch;
}
.tab2{
    padding: 0 0 0 8ch;
}
.degardc-console span{
    color: #ffffff;
}
.ff{
    color: #97baaf;
}
.ff .dark{
    color: #ffffff;
}
#typ13 .class{
    color: #ffce55;
}
.id{
    color: #00f8f6;
}
.key{
    color: #c975d7;
    font-style: italic;
}

#typ1, #typ1 span{
    animation: typ1 .2s steps(2), curs .4s infinite alternate-reverse;
}
@keyframes typ1{
    0%{
        width: 0;
    }
    100%{
        width: 2ch;
    }
}
#typ1::before{
    content: "1";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: numb .3s;
}

#typ2, #typ2 span{
    animation: typ2 1.4s steps(14) .4s, curs .4s infinite alternate-reverse, display .4s;
}
@keyframes typ2{
    0%{
        width: 0;
    }
    100%{
        width: 14ch;
    }
}
#typ2::before{
    content: "2";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display .4s, numb 1.6s .4s;
}

#typ3, #typ3 span{
    animation: typ3 1.5s steps(15) 2s, curs .4s infinite alternate-reverse, display 2s;
}
@keyframes typ3{
    0%{
        width: 0;
    }
    100%{
        width: 15ch;
    }
}
#typ3::before{
    content: "3";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display 2s, numb 1.7s 2s;
}

#typ4, #typ4 span{
    animation: typ4 2.6s steps(26) 3.7s, curs .4s infinite alternate-reverse, display 3.7s;
}
@keyframes typ4{
    0%{
        width: 0;
    }
    100%{
        width: 26ch;
    }
}
#typ4::before{
    content: "4";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display 3.7s, numb 2.8s 3.7s;
}

#typ5, #typ5 span{
    animation: fin .1s steps(1) 6.5s, curs .4s infinite alternate-reverse, display 6.5s;
}
#typ5::before{
    content: "5";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display 6.5s, numb .3s 6.5s;
}

#typ6, #typ6 span{
    animation: typ6 .5s steps(5) 6.8s, curs .4s infinite alternate-reverse, display 6.8s;
}
@keyframes typ6{
    0%{
        width: 0;
    }
    100%{
        width: 5ch;
    }
}
#typ6::before{
    content: "6";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display 6.8s, numb .7s 6.8s;
}

#typ7, #typ7 span{
    animation: typ7 1.7s steps(17) 7.5s, curs .4s infinite alternate-reverse, display 7.5s;
}
@keyframes typ7{
    0%{
        width: 0;
    }
    100%{
        width: 17ch;
    }
}
#typ7::before{
    content: "7";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display 7.5s, numb 1.9s 7.5s;
}

#typ8, #typ8 span{
    animation: typ8 1.7s steps(17) 9.4s, curs .4s infinite alternate-reverse, display 9.4s;
}
@keyframes typ8{
    0%{
        width: 0;
    }
    100%{
        width: 17ch;
    }
}
#typ8::before{
    content: "8";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display 9.4s, numb 1.9s 9.4s;
}
#typ9, #typ9 span{
    animation: typ9 2.4s steps(24) 11.3s, curs .4s infinite alternate-reverse, display 11.3s;
}
@keyframes typ9{
    0%{
        width: 0;
    }
    100%{
        width: 24ch;
    }
}
#typ9::before{
    content: "9";
    color: #97baaf;
    position: absolute;
    left: 4ch;
    animation: display 11.3s, numb 2.6s 11.3s;
}

#typ10, #typ10 span{
    animation: typ10 1.9s steps(19) 13.9s, curs .4s infinite alternate-reverse, display 13.9s;
}
@keyframes typ10{
    0%{
        width: 0;
    }
    100%{
        width: 19ch;
    }
}
#typ10::before{
    content: "10";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 13.9s, numb 2.1s 13.9s;
}

#typ11, #typ11 span{
    animation: typ11 2.3s steps(23) 16s, curs .4s infinite alternate-reverse, display 16s;
}
@keyframes typ11{
    0%{
        width: 0;
    }
    100%{
        width: 23ch;
    }
}
#typ11::before{
    content: "11";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 16s, numb 2.5s 16s;
}

#typ12, #typ12 span{
    animation: fin .2s steps(1) 18.5s, curs .4s infinite alternate-reverse, display 18.5s;
}
#typ12::before{
    content: "12";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 18.5s, numb .4s 18.5s;
}

#typ13, #typ13 span{
    animation: typ13 1.8s steps(18) 18.9s, curs .4s infinite alternate-reverse, display 18.9s;
}
@keyframes typ13{
    0%{
        width: 0;
    }
    100%{
        width: 18ch;
    }
}
#typ13::before{
    content: "13";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 18.9s, numb 2s 18.9s;
}

#typ14, #typ14 span{
    animation: typ14 2.6s steps(26) 20.9s, curs .4s infinite alternate-reverse, display 20.9s;
}
@keyframes typ14{
    0%{
        width: 0;
    }
    100%{
        width: 26ch;
    }
}
#typ14::before{
    content: "14";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 20.9s, numb 2.8s 20.9s;
}

#typ15, #typ15 span{
    animation: typ15 2.9s steps(29) 23.7s, curs .4s infinite alternate-reverse, display 23.7s;
}
@keyframes typ15{
    0%{
        width: 0;
    }
    100%{
        width: 29ch;
    }
}
#typ15::before{
    content: "15";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 23.7s, numb 3.1s 23.7s;
}

#typ16, #typ16 span{
    animation: typ16 2s steps(20) 26.8s, curs .4s infinite alternate-reverse, display 26.8s;
}
@keyframes typ16{
    0%{
        width: 0;
    }
    100%{
        width: 20ch;
    }
}
#typ16::before{
    content: "16";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 26.8s, numb 2.2s 26.8s;
}

#typ17, #typ17 span{
    animation: fin .1s steps(1) 29s, curs .4s infinite alternate-reverse, display 29s;
}
#typ17::before{
    content: "17";
    color: #97baaf;
    position: absolute;
    left: 3ch;
    animation: display 29s, numb .3s 29s;
}

@keyframes fin{
    0%{
        width: 0;
    }
    100%{
        width: 1ch;
    }
}
@keyframes display{
    0%{
        color: transparent;
        border: none;
    }
    100%{
        color: transparent;
        border: none;
    }
}
@keyframes curs{
    0%{
        border-color: transparent;
    }
}
@keyframes numb{
    0%{
        color: white;
    }
    100%{
        color: white;
    }
}
#rst{
    padding: 8px 12px;
    background-color: transparent;
    font-family: consolas;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    margin: 12px 0;
	font-family: 'IRANSans';
    position: absolute;
    inset: auto 5% 5% auto;
    cursor: pointer;
    transition: .2s;
    z-index: 2;
}
#rst:hover{
    text-shadow: 0 0 20px #ffffff80, 0 0 20px #ffffff80, 0 0 50px #ffffff80;
}





.console {
  padding: 5px 0 10px 0;
  background-color: #3b4354;
  color: white;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 60px -20px rgb(74 174 254 / 23%);
  margin: 0 auto;
  border-top: 28px solid #d5d5d5;
}
.dots-container {
    position: absolute;
    top: -28px;
    left: 0;
    background: #2c313a;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
}
.dot1, .dot2, .dot3 {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 7px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.dot3 {
    background-color: #3b4354;
    left: 55px;
}
.dot2 {
    background-color: #3b4354;
    left: 35px;
}
.dot1 {
    background-color: #3b4354;
    left: 15px;
}
/*END Degardc Coding Programming Brwoser Consol*/


/*START degardc blog roadmap*/
.seriesbox {
    background: #ffffff;
    padding: 12px 30px 15px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
}
.seriesbox ol,.seriesbox ul{
    margin:0 20px 20px 0;
}
.seriesbox ul{
    list-style-type:disc;
}
.seriesbox ol{
    list-style-type:decimal;
}
.seriesbox ol{
    counter-reset:myCounter;
    margin-right:0;
    padding-right:0px;
    color:rgb(100 ,100,100);
}
li.degardc-serieslist-li{
    position:relative;
    padding-right:3em;
    list-style:none;
    margin-top:1.3em;
    margin-bottom:1.3em;
    line-height:2em;
    cursor:pointer;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
li.current a {
    color: #4aaefe !important;
    font-weight: 500;
}
li.degardc-serieslist-li:before{
    content:counter(myCounter, persian);
    counter-increment:myCounter;
    position:absolute;top:0;
    right:0;width:1.8em;
    height:1.8em;
    line-height:1.8em;
    padding:0px;
    color:#fff;
    background:#c1c1c1;
    font-weight:bold;
    text-align:center;
    border-radius:.9em;
    z-index:1;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    box-sizing:border-box;
}
li.current:before{
    background-color:#4aaefe;
}
li.degardc-serieslist-li:hover:before{
    background-color:#4aaefe;
}
li.degardc-serieslist-li:last-child:after{
    content:none !important;
}
li.degardc-serieslist-li:after{
    position:absolute;
    top:1.7em;
    right:0.9em;
    width:2px;
    height:calc(120%);
    content:'';
    background-color:rgb(203, 203, 203);
    z-index:0;
}
.seriesbox a{
    display:inline;
}
.seriesbox a:visited{
    color:#aaaaaa;
}
ul.serieslist-ul{
    margin:0;
    padding:0;
}
ul.serieslist-ul{
    list-style-type:none;
}
p.degardc-blog-roadmap-title {
    font-size: 1.07em;
    padding: 15px 0px 10px 0px;
}
.degardc-serieslist-li a {
    color: #777777 !important;
    font-weight: 300;
}
/*END degardc blog roadmap*/


/*START Downloadable product links*/
a.woocommerce-MyAccount-downloads-file.button.alt {
    background: #f1f8ff;
    color: #4aaefe;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 500;
}
a.woocommerce-MyAccount-downloads-file.button.alt:hover {
    color: #ffffff;
    background: #4aaefe;
}
/*END Downloadable product links*/


.woocommerce-notices-wrapper .woocommerce-error, ul.woocommerce-error{
    display:none;
}

/* shine anim */
.shine-hope-anim {
  color: white;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.shine-hope-anim:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: ShineAnim 3s ease infinite;
  animation-delay: 1s;
}
@keyframes ShineAnim {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* shine anim */


small.woocommerce-password-hint {
    display: none !important;
}
.woocommerce-password-strength.short {
    display: none !important;
}

em.woocommerce-review__verified.verified {
    display: none !important;
}
p.woocommerce-verification-required {
    display: none !important;
}