.bg-navbar{
    background: linear-gradient(45deg, rgba(31,90,77,1) 0%, rgba(11,35,30,1) 100%);
}

/* inside new workshop page gradients styes */

.new-workshop-page{
    position: relative;
}
.right-gradient{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.left-gradient{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}









/* inside new workshop section styles */

.new-workshop-left-sign{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0,8%);
    background: white;
}
.new-workshop-left-sign h4{
    direction: rtl;
    font-family: "bold";
    font-size: 24px;
}
.desc-price{
    border-radius: 10px;
    background: rgb(241, 206, 70,5%);
    border: 1px solid rgb(128, 110, 41,20%);
    font-family: "ex-bold";
    font-size: 32px;
    direction: rtl;
}
.new-workshop-left-sign p{
    font-family: "bold";
    font-size: 12px;
    color: #2D302F;
}
.new-workshop-left-sign p a{
    color: #F1CE46;
}
.new-workshop-left-desc{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0,8%);
    background: white;
}
.new-workshop-left-desc h3{
    font-family: "bold";
    font-size: 24px;
    color: #2D302F;
}
.new-workshop-left-desc p{
    font-family: "semi-bold";
    font-size: 16px;
    color: rgb(45, 48, 47,70%);
}
.new-workshop-right-hero{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0,8%);
    background: white;
}
.new-workshop-right-hero-image{
    width: 100%;
    max-height: 421px;
    overflow: hidden;
}
.new-workshop-right-hero-image img{
    object-fit: cover;
    width: 100%;
}
.new-workshop-right-hero h1{
    font-family: "black";
    font-size: 40px;
    color: #2D302F;
}
.new-workshop-right-desc{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0,8%);
    background: white;
}
.new-workshop-right-desc h3{
    font-family: "black";
    font-size: 32px;
    color: #2D302F;
}
.new-workshop-teaser{
    width: 100%;
    max-height: 370px;
    border-radius: 10px;
    overflow: hidden;
}
.new-workshop-teaser video{
    object-fit: cover;
    width: 100%;
}
.new-workshop-right-desc h4{
    font-family: "black";
    font-size: 24px;
    color: #2D302F;
}
.new-workshop-right-desc p{
    color: rgb(8, 11, 10,60%);
    font-family: "semi-bold";
    font-size: 20px;
}
@media only screen and (max-width:768px){
    .new-workshop-right-hero h1{
        font-size: 24px;
    }
    .new-workshop-right-desc h3{
        font-size: 24px;
    }
    .new-workshop-right-desc p{
        font-size: 14px;
    }
}



.course-topics-header{
    border-bottom: 1px solid rgb(107, 109, 108,20%);
}
.course-topics-header p{
    font-family: "black";
    font-size: 24px;
    color: #2D302F;
}
.course-topic{
    border-bottom: 1px solid rgb(107, 109, 108,20%);
}
.course-topic-title p{
    font-family: "bold";
    font-size: 20px;
    color: #153E36;
}
.course-topic-title img{
    margin-top: 12px;
}
.deactive{
    display: none;
}
.course-topic-title{
    cursor: pointer;
}
.course-topic-item p{
    font-family: "semi-bold";
    font-size: 14px;
    color: #6B6D6C;
}




/* comment section styles */

.workshop-inside-comment{
    border: 1px solid rgb(0, 0, 0,8%);
    border-radius: 15px;
    background: white;
}
.comment-item{
    direction: rtl;
}
.post li:nth-child(3) ~ li{
    display: none !important;
}
.workshop-comments-title h3{
    font-family: "black";
    font-size: 22px;
    color: #2D302F;
}
.comment-name-name h6{
    font-family: "ex-bold";
    font-size: 16px;
    color: #969797;
}
.comment-name-image{
    width: 54px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0,8%);
}
.comment-name-image img{
    object-fit: cover;
    width: 100%;
}
.comment-desc-desc p{
    font-family: "semi-bold";
    font-size: 16px;
    color: #080B0A;
}
.comment-date p{
    font-family: "ex-bold";
    font-size: 16px;
    color: #969797;
}
.comments-show button{
    background: transparent;
    border: none;
    font-family: "black";
    font-size: 18px;
    color: #0A6146;
}


/* write comment section styles */

.write-comment{
    border: 1px solid rgb(0, 0, 0,8%);
    border-radius: 15px;
    background: white;
}
.write-comment-title{
    direction: rtl;
}
.write-comment-area{
    width: 100%;
}
.write-comment-area textarea{
    width: 100%;
    resize: none;
    border: 1px solid rgb(0, 0, 0,8%);
    border-radius: 15px;
    text-align: right;
}
.write-comment-area textarea::placeholder{
    font-family: "semi-bold";
    font-size: 16px;
    color: #969797;
}
.write-comment-title{
    font-family: "black";
    font-size: 22px;
    color: #2D302F;
}
@media only screen and (max-width:768px){
    .inside-workshop-desc{
        width: 90% !important;
        margin: 0 auto;
    }
    .inside-workshop-desc h1{
        font-size: 24px;
    }
    .workshop-inside-comment{
        width: 100% !important;
        margin: 0 auto;
    }
    .write-comment{
        width: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width:992px){
    .new-workshop-left{
        padding: 0 !important;
    }
    .new-workshop-left.computer{
        display: none !important;
    }
    .new-workshop-left.mobile{
        display: block !important;
    }
}
@media only screen and (min-width:993px){
    .new-workshop-left.computer{
        display: block !important;
    }
    .new-workshop-left.mobile{
        display: none !important;
    }
}

.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list li {
	position: relative;
	margin-bottom: 10px;
}