@font-face {
  font-family: STC;
  font-style: regular;
  font-weight: normal;
  src: url("fonts/STC\ Forward\ Regular.eot");
  src: url("fonts/STC\ Forward\ Regular.woff") format("woff"), url("fonts/STC\ Forward\ Regular.woff2") format("truetype");
}
@font-face {
  font-family: STC;
  font-style: medium;
  font-weight: bold;
  src: url("fonts/STC\ Forward\ Bold.eot");
  src: url("fonts/STC\ Forward\ Bold.woff") format("woff"), url("fonts/STC\ Forward\ Bold.woff2") format("truetype");
}
@font-face {
  font-family: STC;
  font-style: bold;
  font-weight: 800;
  src: url("fonts/STC\ Forward\ ExtraBold.eot");
  src: url("fonts/STC\ Forward\ ExtraBold.woff") format("woff"), url("fonts/STC\ Forward\ ExtraBold.woff2") format("truetype");
}
:root{
  --primary:#3D4337;
  --secondry:#E5E7E2;
  --white:#fff;
  --black:#222824;
}
@media(min-width:1400px){
  .container{
    max-width: 1400px;
  }
}
a {
  text-decoration: none !important;
}
*{
	line-height: normal;
	list-style: none;
	box-sizing: border-box;
	font-family: STC;
}
body{
  direction: rtl;
	font-size: 16px;
	font-family: STC;
	background: #F3F5F1;
  overflow-x: hidden;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.jcen{
  justify-content: center;
}
ul,ol{
  margin: 0;
  padding: 0;
}
.jbet{
  justify-content: space-between;
}
.jend{
  justify-content: end;
}
.flex{
  display: flex;
}
.fc{
  flex-direction: column;
}
.ac{
  align-items: center;
}
.wrap{
  flex-wrap: wrap;
}
.g5{
  gap: 5px;
}
.g10{
  gap:10px;
}
.g15{
  gap: 15px;
}
.g20{
  gap: 20px;
}
.g30{
  gap: 30px;
}
.g40{
  gap: 40px;
}
.g50{
  gap: 50px;
}
.g100{
  gap: 100px;
}
.padd{
  padding: 100px 0;
}
header{
  padding: 24px 0;
  background: #FAFAFA;
}
.mybtn{
  background: var(--primary);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 12px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  gap: 10px;
  border: 1px solid var(--primary);
}
.mybtn2{
  background: var(--white);
  color: var(--primary);
  padding: 10px 20px;
  border-radius: 12px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  flex: none;
  gap: 10px;
  border: 1px solid #CFD9CE;
}
.mybtn:hover{
  background: var(--secondry);
  color: var(--primary);
}
.mybtn2:hover{
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.cart-btn{
  margin-left: 10px;
}
.lang-box a{
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border: 1px solid #CFD9CE;
  border-radius: 12px;
  font-size: 13px;
  text-transform: uppercase;
}
header nav ul{
  display: flex;
  gap: 40px;
  align-items: center;
}
header nav ul li a{
  color: var(--black);
  transition: 0.4s all;
}
header nav ul li a:hover{
  color: #3d43376f;
}
header .mybtn{
  padding: 10px 30px;
}
.hero{
  background: #F3F5F1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}
.hero-box-1{
  padding-top: 150px;
  padding-bottom: 150px;
}
.hero-text-1{
  background: #E5E7E2;
  color: var(--primary);
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 8px;
  margin-bottom: 50px;
  width: fit-content;
}
.hero h1{
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 30px;
}
.hero-text-2{
  padding-right: 50px;
}
.hero p{
  color: #717A6A;
  font-size: 18px;
  white-space: pre-line;
}
.hero-btns{
  margin: 30px 0 100px;
}
.hero-btns a{
  min-width: 224px;
}
.hero .mybtn svg path{
  transition: 0.4s all;
}
.hero .mybtn:hover svg path{
  stroke: var(--primary);
}
.hero-textbox{
  width: fit-content;
  background: var(--white);
  padding: 30px;
  border-radius: 24px;
  border: 1px solid #E5E7E2;
}
.hero-textbox-title{
  font-weight: 700;
}
.hero-textbox a{
  background: #F3F5F1;
  border: 1px solid #CFD9CE;
  width: 40px;
  display: flex;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.4s all;
}
.hero-textbox a:hover{
  background: var(--primary);
  border: 1px solid var(--primary);
}
.hero-textbox a svg path{
  transition: 0.4s all;
}
.hero-textbox a:hover svg path{
  stroke: var(--white);
}
.hero-textbox p{
  color: #4E5345;
  font-size: 18px;
  margin-top: 40px;
  max-width: 100%;
  width: 350px;
  margin-bottom: 0;
}
.hero-box-2 {
  overflow: hidden;
  position: relative;
}
.hero-animation {
  display: flex;
  flex-direction: column;
  animation: vertical-scroll 40s linear infinite;
  height: 900px;
  position: relative;
}
.hero-img {
  height: 339px; 
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.hero-img img {
  max-height: 100%;
  width: auto;
  border-radius: 18px;
}
@keyframes vertical-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1356px);
  }
}
.hero-box-2{
  display: flex;
  gap: 20px;
  padding-right: 92px;
}
.hero-animation-2{
  display: flex;
  flex-direction: column;
  animation: vertical-scroll-2 40s linear infinite;
  height: 900px;
  position: relative;
}
@keyframes vertical-scroll-2 {
  0% {
    transform: translateY(-1356px);
  }
  100% {
    transform: translateY(0);
  }
}
.informations{
  background: #3D4337;
  color: var(--white);
  padding: 50px;
}
.informations .col-lg-3{
  display: flex;
  gap: 20px;
  align-items: center;
}
.informations .col-lg-3 img{
  flex: none;
}
.inf-box p{
  margin: 10px auto 0;
  color: #B7BFB3;
}
.inf-title{
  font-size: 24px;
  font-weight: 600;
}
.mycourses{
  background: #F3F5F1;
}
.mycourses .mybtn2 {
  gap: 15px;
  height: 49px;
}
.mybtn2 svg{
  position: relative;
  top: 2px;
}
.mybtn2 svg path{
  transition: 0.4s all;
}
.mybtn2:hover svg path{
  stroke: var(--white);
}
.slider-btns svg{
  top: inherit!important;
}
.slider-btns a{
  aspect-ratio: 1;
  height: auto;
}
.myc-head h2{
  font-weight: 700;
  font-size: 40px;
  color: var(--black);
  margin: 0;
}
.myc-head svg{
  flex: none;
}
.myc-head p{
  color: #3D4337;
  margin-top: 15px;
  margin-bottom: 0;
}
.course-slide{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 24px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: end;
  height: 420px;
  color: var(--white);
}
.course-slide h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.4s all;
}
.course-slide p{
  color: #CFD9CE;
  margin:0;
  font-size: 12px;
}
.courses-slider .swiper-slide {
    transition: width 1s ease;
}
.courses-slider{
  opacity: 0;
}
.courses-slider .swiper-slide-active {
    width: 57% !important;
}
.courses-slider .swiper-slide-prev,
.courses-slider .swiper-slide-next {
    width: 20% !important;
}
.courses-slider .swiper-slide-active .course-slide{
  height: 450px;
  margin-top: -30px;
}
.swiper-wrapper{
  padding-top: 30px;
}
.courses-slider .swiper-slide-active h3{
  font-size: 32px;
  transition-delay: 1s;
}
.courses-slider .swiper-slide-active p{
  font-size: 14px;
}
.fav-course{
  position: absolute!important;
  cursor: pointer;
  top: 30px;
  left: 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 50px;
  aspect-ratio: 1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  opacity: 0;
  transition: 0.4s all;
  border: 1px solid #fafafa3d;
}
.fav-course:hover svg{
  fill: #DC2626;
}
.fav-course:hover svg path{
  stroke: #DC2626;
}
.teacher-name{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: fit-content;
  padding: 10px ;
  color: var(--white);
  background: #0003;
  border-radius: 8px;
  font-size: 12px;
  opacity: 0;
  transition: 0.4s all;
}
.course-info-box{
  display: flex;
  gap: 10px; 
  align-items: center;
}
.course-price-box span{
  font-size: 24px;
  font-weight: 700;
}
.course-price-box .mybtn {
  padding: 25px;
  gap: 15px;
}
.course-price-box .mybtn svg{
  position: relative;
  top: 2px;
}
.course-price-box .mybtn svg path{
  stroke: var(--white);
  transition: 0.4s all;
}
.course-price-box .mybtn:hover svg path{
  stroke: var(--primary);
}
.course-stats{
  margin-bottom: -75px;
  opacity: 0;
  transition: 0.4s all;
}
.courses-slider .swiper-slide-active .fav-course{
  opacity: 1;
  transition-delay: 1s;
}
.courses-slider .swiper-slide-active .course-stats{
  opacity: 1;
  margin: 0;
  transition-delay: 1s;
}
.course-slide{
  overflow: hidden;
}
.course-slide::after{
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom , transparent , #0005);
  position: absolute;
  pointer-events: none;
}
.course-slide div , .course-slide h3 , .course-slide p{
  position: relative;
  z-index: 2;
}
.course-slide h3 a{
  color: var(--white);
}
.mycourses-cats{
  background: #E5E7E2;
}
.mycourses-cats h2{
  font-weight: 700;
  font-size: 40px;
}
.mycourses-cats p{
  color: #3D4337;
  margin-top: 15px;
  margin-bottom: 0;
}
.mycourse-cat{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  padding: 30px;
  height: 418px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--white);
  justify-content: end;
  overflow: hidden;
}
.mycourse-cat a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.course-cat-btn{
  position: absolute!important;
  left: 30px;
  cursor: pointer;
  top: 30px;
}
.mycourse-cat p{
  color:#DDE3D6;
  margin: 0;
  font-size: 18px;
}
.mycourse-cat h3{
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mycourse-cat::after{
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom , transparent , #0005);
  position: absolute;
  pointer-events: none;
}
.mycourse-cat p , .mycourse-cat h3 , .mycourse-cat div{
  position: relative;
  z-index: 10;
}
.mycourses-cats .row{
  gap: 24px 0;
}
.reserve-box{
  width: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  border-radius: 24px;
  height: 660px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: var(--white);
  overflow: hidden;
}
.reserve-name{
  background: #f3f5f1;
  padding: 10px 15px;
  height: auto;
  color: var(--primary);
  font-size: 12px;
  height: 40px;
  border-radius: 10px;
  border: 0!important;
  font-weight: 600;
}
.reserve-box h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.reserve-box h3 a{
  color: var(--white);
}
.reserve-box p{
  font-size: 12px;
}
.reserve-boxes{
  display: flex;
  gap: 10px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
}
.reserve-item{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.reserve-item svg{
  position: relative;
  top: -2px;
}
.reverse-permalink img:first-child{
  display: none;
}
.reserve-name,.reserve-boxes,.reserve-box .reserve-link{
  opacity: 0;
  transition: 0.4s all;
}
.reserve-boxes,.reserve-box .reserve-link{
  transform: translateY(120px);
}
.reserve-box h3,.reserve-box p{
  transition: 0.4s all;
}
.reserve-box h3,.reserve-box p{
  transform: translateY(110px);
}
.reserve-box.active h3{
  font-size: 32px;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.reserve-box.active p{
  transform: translateY(0);
  transition-delay: 0.4s;
}
.reserve-box.active .reserve-name{
  transition-delay: 0.4s;
  opacity: 1;
}
.reserve-box.active .reverse-permalink img:first-child{
  display: block;
}
.reserve-box.active .reverse-permalink img:last-child{
  display: none;
}
.reserve-box.active .reserve-boxes,.reserve-box.active .reserve-link{
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.reserve-box.active .reserve-box p{
  font-size: 14px;
}
.reserve-flex{
  display: flex;
  gap: 15px;
}
.reserve-box{
  cursor: pointer;
  width: 272px;
}
.reserve-box.active{
  flex: 1;
}
.reserve-box.active h3{
  font-size: 32px;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.reserve-box.active p{
  transform: translateY(0);
  transition-delay: 0.4s;
}
.reserve-box.active .reserve-name{
  transition-delay: 0.4s;
  opacity: 1;
}
.reserve-box.active .reverse-permalink img:first-child{
  display: block;
}
.reserve-box.active .reverse-permalink img:last-child{
  display: none;
}
.reserve-box.active .reserve-boxes,.reserve-box.active .reserve-link{
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.stats .mybtn{
  min-width: 293px;
  width: fit-content;
  margin-top: 50px;
}
.stats p{
  width: 600px;
  max-width: 100%;
}
.stats .myc-head{
  margin-top: 100px;
}
.stat-area{
  position: relative;
}
.statbox{
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  background: #F3F5F1;
  border-radius: 24px;
  padding: 30px;
}
.statbox h3{
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}
.stat-flex{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stat-post{
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.stat-post span{
  width: 65px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  top: -3px;
}
.stat-progress-bar{
  background: #CFD9CE;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 9px;
}
.stat-progress-bar span{
  background: linear-gradient(to right bottom, #5B6B46 , #2A322B);
  border-radius: 999px;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
}
.stat-percent{
  text-align: right!important;
}
.stat-area img{
  border-radius: 32px;
}
.stats{
  position: relative;
}
.stats::after{
  content: "";
  top: 50px;
  right: 0;
  position: absolute;
  background: #E5E7E2;
  width: 100%;
  height:calc(100% - 260px);
  z-index: 1;
}
.stats .row{
  position: relative;
  z-index: 10;
}
.myproduct-post{
  background: #fafafa;
  border-radius: 20px;
  border: 1px solid #E5E7E2;
  overflow: hidden;
}
.myproduct-imgbox{
  position: relative;
}
.myproduct-imgbox img{
  width: 100%;
}
.pr-img-btns{
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.pr-img-btns .mybtn2{
  font-size: 12px;
  height: 40px;
  font-weight: 600;
}
.product-fav{
  border: 1px solid #CFD9CE;
  background: #FAFAFA;
  width: 45px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
}
.product-fav svg:hover{
  fill: #DC2626;
}
.product-fav svg:hover path{
  stroke: #DC2626;
}
.product-fav svg path{
  stroke: var(--black);
}
.pr-info{
  padding: 20px;
}
.pr-info .pr-img-btns{
  display: none;
}
.pr-info h3{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.pr-info h3 a{
  color: var(--black);
  transition: 0.4s all;
}
.pr-info h3 a:hover{
  color: #5B6B46;
}
.pr-author,.pr-pages{
  font-size: 12px;
  color: #717A6A;
}
.pr-author svg,.pr-pages svg{
  flex: none;
}
.vline{
  height: 1px;
  background: #CFD9CE;
  width: 100%;
  margin: 20px 0;
}
.pr-buybox .mybtn{
  flex: 1;
}
.pr-price{
  font-weight: 600;
  font-size: 24px;
}
.accordion-button{
  background: none;
  box-shadow: none!important;
  color: #4E5345;
  text-align: right;
  padding: 38px;
  cursor: pointer;
  gap: 10px;
}
.accordion-button:not(.collapsed){
  background: none;
  color: #4E5345;
}
.accordion-body{
  background: none;
  color: #4E5345;
  padding-top: 0;
  padding-bottom: 30px;
}
.accordion-button span{
  flex: 1;
  font-size: 18px;
  font-weight: 600;
}
.accordion-item{
  background: #E5E7E2;
  border-radius: 14px!important;
  overflow: hidden;
}
.accordion{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion-button::after{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  flex: none;
}
.contact-form{
  background: #E5E7E2;
  padding: 40px;
  border-radius: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form h3{
  font-weight: 600;
  color: #4E5345;
  margin-bottom: 10px;
  font-size: 18px;
}
.contact-form p{
  font-size: 16px;
  color: #4E5345;
}
.contact-form form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-form form label{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #4E5345;
}
.contact-form form label input{
  background: #fafafa;
  padding: 15px;
  border-radius: 12px;
  border: 0;
}
.contact-form form label textarea{
  background: #fafafa;
  padding: 15px;
  border-radius: 12px;
  border: 0;
  min-height: 152px;
}
.contact-form form input[type=submit]{
  background: var(--primary);
  color: var(--white);
  padding: 15px;
  border-radius: 12px;
  transition: 0.4s all;
  border: 1px solid var(--primary);
}
.contact-form form input[type=submit]:hover{
  background: var(--secondry);
  color: var(--primary);
}
.myblogcat{
  flex-wrap: wrap;
}
.mybloginfo p{
  font-size: 14px;
  color: #717A6A;
}
.myblogauthor{
  font-size: 14px;
}
.myblogpost-info{
  flex-wrap: wrap;
}
.last-icon{
  display: block;
  text-align: center;
  margin-top: 100px;
}
.last-icon img{
  max-width: 100%;
}
footer{
  background: var(--black);
  color: #939C8C;
  padding-bottom: 70px!important;
}
.f2{
  padding: 0 70px;
}
footer p{
  line-height: 1.7;
}
.fsocialbox{
  margin-top: 70px;
}
.ftitle{
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.links,.fcontact{
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.links li a,.fcontact a{
  color: #939C8C;
  transition: 0.4s all;
}
.fcontact a{
  direction: ltr;
}
.links li a:hover,.fcontact a:hover{
  color: var(--white);
}
.social li{
  transition: 0.4s all;
}
.social li:hover{
  scale: 1.1;
}
.course-hero{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.course-hero h1,.course-hero p{
  width: 550px;
  max-width: 100%;
}
.course-hero h1{
  font-size: 46px;
  font-weight: 700;
  color: #fafafa;
  margin-bottom: 40px;
}
.course-hero p{
  color: #F3F5F1;
  font-size: 17px;
}
.course-info-area{
  background: #252B21;
  color: #fafafa;
}
.course-info-post{
  padding: 40px;
}
.course-info-post h5{
  font-size: 24px;
  margin-top: 40px;
  font-weight: 600;
}
.course-info-post p{
  font-size: 16px;
  color: #B7BFB3;
  margin: 0;
}
.course-info-area .col-lg-3{
  border-left: 2px solid #3D4337;
}
.course-info-area .col-lg-3:last-child{
  border: 0;
}
.myselect select {
  display: none;
}
.myselectbox {
  position: relative;
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
}
.myselected {
  padding: 13px;
  border: 1px solid #E5E7E2;
  background: url(img/myselecticon.svg) , #fafafa;
  background-position: left 15px center;
  padding-left: 35px;
  border-radius: 12px;
  background-repeat: no-repeat;
  color: #4E5345;
}
.myselectbox ul {
  position: absolute;
  top: calc(100% + 5px);
  padding: 10px;
  overflow: hidden;
  right: 0;
  left: 0;
  background: #fafafa;
  border: 1px solid #E5E7E2;
  border-radius: 12px;
  display: none;
  margin: 0;
  list-style: none;
  z-index: 50;
}
.myselectbox ul li {
  padding: 10px;
  transition: 0.2s all;
  border-radius: 12px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #4E5345;
  border: 1px solid transparent;
}
.myselectbox ul li:last-child{
  margin: 0;
}
.myselectbox ul li:hover ,
.myselectbox ul li.active{
  background: #F3F5F1;
  border: 1px solid #E5E7E2;
  color: #222824;
}
.archive-head{
  background: #fafafa;
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #E5E7E2;
}
.archive-head h2{
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
}
.archive-posts .row{
  gap: 24px 0;
}
.grid-btn{
  display: none;
}
.grid-btn,.list-btn{
  cursor: pointer;
}
.listed-item .myproduct-post{
  display: flex;
}
.listed-item .myproduct-post .myproduct-imgbox{
  flex: none;
  width: 163px;
}
.listed-item .myproduct-post .myproduct-imgbox img{
  height: 100%;
  object-fit: cover;
}
.listed-item .myproduct-post .pr-img-btns .mybtn2{
  display: none;
}
.listed-item .myproduct-post  .pr-info .pr-img-btns .mybtn2{
  display: flex!important;
}
.listed-item .myproduct-post .pr-info .pr-img-btns{
  position: static;
  width: fit-content;
  transform: none;
  margin-bottom: 15px;
}
.listed-item .pr-info{
  flex: 1;
}
.listed-item .pr-info .pr-img-btns{
  display: block;
}
.mysidebar{
  position: sticky;
  top: 15px;
  background: #fafafa;
  padding: 20px;
  border-radius: 24px;
  border: 2px solid #E5E7E2;
}
.sidebar-title{
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 15px;
}
.serach-box{
  background: #E5E7E2;
  border-radius: 12px;
  padding: 15px;
  color: #4E5345;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row-reverse;
}
.serach-box input{
  flex: 1;
  border: 0;
  background: none;
}
.mysidebar .myselected{
  background: url(img/myselecticon.svg) ,#F3F5F1;
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px solid #E5E7E2;
}
.mysidebar .myselectbox{
  width: 100%;
}
.mycheckboxes{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mycheckboxes label{
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  color: #4E5345;
  font-size: 14px;
}
.mycheckboxes label input{
  width: 15px;
  height: 15px;
}
.mysidebar button{
  background: #fafafa;
  padding: 15px;
  width: 100%;
  transition: 0.4s all;
  border-radius: 12px;
  border: 1px solid #CFD9CE;
  margin-top: 20px;
}
.mysidebar button:hover{
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.bread{
  padding: 30px 0;
  color: #717A6A;
  font-size: 18px;
}
.bread span{
  color: #717A6A;
}
.bread a{
  color: var(--black);
  transition: 0.4s all;
}
.bread a:hover{
  color: #717A6A;
}
.bread #crumbs{
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-page h1{
  font-size: 40px;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 40px;
}
.videobox{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.videobox video{
  width: 100%;
  float: right;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.videobox::after{
  content: url(img/play.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.4s all;
  pointer-events: none;
}
.videobox:hover::after{
  transform: translate(-50%,-50%) scale(1.2);
}
.videobox video[poster]{
  filter: brightness(0.8) blur(5px);
  -webkit-filter: brightness(0.8) blur(5px);
  pointer-events: none;
}
.played::after{
  display: none;
}
.played video[poster]{
  filter: none;
}
.course-content{
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #E5E7E2;
  background: #fafafa;
  margin-bottom: 30px;
}
.course-content h2{
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
  font-size: 24px;
}
.course-content ul{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px 50px;
  padding: 0 15px;
}
.course-content ul li{
  color: #4E5345;
  list-style: disc!important;
}
.course-items{
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #E5E7E2;
  background: #fafafa;
  margin-bottom: 30px;
}
.course-items h2{
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
  font-size: 24px;
}
.course-items-head p{
  color: #4E5345;
}
.course-items-head span{
  font-size: 18px;
  color: #4E5345;
}
.course-items .accordion-button{
  padding: 25px;
  justify-content: space-between;
}
.course-items .accordion-button span{
  font-weight: 500;
  color: var(--black);
  font-size: 18px;
}
.course-items .accordion-button .course-item-times{
  font-size: 18px;
  color: var(--black);
}
.course-items .accordion-body{
  padding: 0 20px 20px;
}
.course-items .accordion-body ul{
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border: 2px solid #E5E7E2;
  padding: 30px;
  border-radius: 18px;
}
.course-items .accordion-body{
  margin: 0;
  border: 0;
}
.course-items .accordion{
  gap: 15px;
}
.course-items .accordion-item{
  border-radius: 18px!important;
  background: #F3F5F1;
  border: 1px solid #CFD9CE;
}
.course-item-title h4{
  font-size: 18px;
  color: #4E5345;
}
.course-items .accordion-body ul li{
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #E5E7E2;
}
.course-items .accordion-body ul li:first-child{
  padding-top: 0;
}
.course-items .accordion-body ul li:last-child{
  padding-bottom: 0;
  border: 0;
}
.course-item-link{
  background: #E5F0E4;
  padding: 10px 15px;
  border-radius: 8px;
  color: #388E3C;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  transition: 0.4s all;
}
.course-item-link:hover{
  background: #388E3C;
  color: var(--white);
}
.course-item-link svg path{
  transition: 0.4s all;
}
.course-item-link:hover svg path{
  stroke: var(--white);
}
.course-item-time{
  color: #4E5345;
}
.course-item-viewed,.course-item-locked,.course-item-opened{
  display: none;
}
.course-viewed .course-item-viewed{
  display: block;
}
.course-opened .course-item-opened{
  display: block;
}
.course-locked .course-item-locked{
  display: block;
}
.course-locked h4{
  color: #939C8C;
}
.course-locked .course-item-link{
  display: none;
}
.course-locked .course-item-time{
  color: #939C8C;
}
.course-content2 ul{
  display: flex;
  flex-direction: column;
}
.course-teacher{
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #E5E7E2;
  background: #fafafa;
  margin-bottom: 30px;
}
.course-teacher h2{
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
  font-size: 24px;
}
.course-teacher-head img{
  border-radius: 999px;
  object-fit: cover;
  width: 48px;
  aspect-ratio: 1;
  height: auto;
}
.course-teacher-title{
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}
.course-teacher-description{
  color: #4E5345;
  font-size: 14px;
  margin: 0;
}
.course-teacher-text{
  color: #4E5345;
  font-size: 14px;
  margin: 30px auto;
}
.course-teacher ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #E5E7E2;
  text-align: center;
}
.course-teacher ul li{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  flex: 1;
  color: var(--black);
  font-size: 14px;
}
.cmbox{
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #E5E7E2;
  background: #fafafa;
  margin-bottom: 30px;
}
.cmbox h2{
  font-weight: 600;
  color: var(--black);
  font-size: 24px;
}
.cm-count{
  font-size: 18px;
  color: #4E5345;
}
.cmbox p{
  padding: 20px;
  text-align: center;
  margin: 0;
  font-size: 20px;
  border-radius: 14px;
  background: #E5E7E2;
  border: 2px solid #CFD9CE;
  margin-top: 20px;
}
.more-courses{
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #E5E7E2;
  background: #fafafa;
  margin-bottom: 30px;
}
.more-courses h2{
  font-weight: 600;
  color: var(--black);
  margin-bottom: 25px;
  font-size: 24px;
}
.more-course-btn{
  background: #fafafa;
  border: 1px solid #CFD9CE;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  color: var(--black);
  transition: 0.4s all;
  display: block;
}
.more-course-btn:hover{
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.single-sidebar{
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #E5E7E2;
  background: #fafafa;
  margin-bottom: 30px;
  position: sticky;
  top: 20px;
}
.single-sidebar img{
  border-radius: 24px;
  width: 100%;
  border: 1px solid #E5E7E2;
  margin-bottom: 20px;
}
.course-sidebar-title{
  font-weight: 600;
  color: var(--black);
  margin-bottom: 25px;
  font-size: 24px;
}
.single-sidebar ul{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-bottom: 30px;
}
.single-sidebar ul li{
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-sidebar-price{
  font-weight: 700;
  text-align: center;
  margin: 30px auto;
  font-size: 24px;
}
.csb .mybtn{
  flex: 1;
}
.csb .product-fav{
  width: 52px;
  aspect-ratio: 1;
}
.myc-btns2{
  display: none;
}
.resmenu-icon{
  display: none;
}




















@media(max-width:1400px){
  .hero h1{
    font-size: 53px;
  }
  .hero-box-2{
    padding-right: 50px;
  }
  .hero-img {
    height: 288px;
  }
  @keyframes vertical-scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-1152px);
    }
  }
  @keyframes vertical-scroll-2 {
    0% {
      transform: translateY(-1152px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .courses-slider .swiper-slide-active{
    width: 56%!important;
  }
  .course-info-box{
    font-size: 14px;
  }
  .course-stats{
    gap: 25px;
  }
  .course-price-box span{
    font-size: 18px;
  }
  .course-info{
    gap: 15px;
  }
  .course-price-box{
    gap: 15px;
  }
  .course-info-box{
    font-weight: normal;
  }
  .reserve-box{
    width: 230px;
  }
  .reserve-box h3, .reserve-box p{
    position: relative;
  }
  .reserve-boxes{
    gap: 15px;
  }
  .reserve-box h3{
    font-size: 18px;
  }
  .reserve-box.active h3,.reserve-box.active p{
    top: 0;
  }
}
@media(max-width:1200px){
  .hero-img{
    height: 234px;
  }
  @keyframes vertical-scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-936px);
    }
  }
  @keyframes vertical-scroll-2 {
    0% {
      transform: translateY(-936px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .hero h1{
    font-size: 44px;
  }
  .course-stats{
    flex-direction: column;
    align-items: inherit;
  }
  .course-info{
    justify-content: space-between;
  }
  .course-price-box{
    justify-content: center;
    flex-direction: row-reverse;
  }
  .course-price-box .mybtn{
    flex: 1;
  }
  .course-slide h3{
    transform: translateY(60px);
  }
  .course-slide p{
    transform: translateY(65px);
  }
  .courses-slider .swiper-slide-active h3,.courses-slider .swiper-slide-active p{
    transform: none;
  }
  .reserve-box{
    width: 230px;
  }
}
@media(max-width:992px){
  .hero-box-1{
    padding: 30px 12px 50px;
  }
  .hero .row{
    flex-direction: column-reverse;
  }
  header nav,header .header-items{
    display: none;
  }
  .hero-box-2{
    padding-right: 12px;
  }
  .hero-animation,.hero-animation2{
    height: 520px;
  }
  .hero-box-2{
    justify-content: center;
    gap: 10px;
  }
  .hero-img{
    height: 250px;
    margin-bottom: 10px;
  }
  @keyframes vertical-scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-1000px);
    }
  }
  @keyframes vertical-scroll-2 {
    0% {
      transform: translateY(-1000px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .hero h1{
    font-size: 34px;
  }
  .hero-text-1{
    margin-bottom: 30px;
  }
  .hero p{
    white-space: inherit;
    font-size: 14px;
  }
  .hero-btns{
    flex-direction: column;
    margin-bottom: 40px;
  }
  .hero-btns a{
    width: 100%;
  }
  .hero-textbox{
    max-width: 100%;
  }
  .hero-textbox p{
    margin-top: 20px;
  }
  .informations img{
    width: 30px;
  }
  .inf-title{
    font-size: 14px;
  }
  .inf-box p{
    font-size: 12px;
    margin-top: 5px;
  }
  .informations .col-lg-3{
    gap: 10px;
  }
  .informations{
    padding: 30px 20px;
  }
  .informations .row{
    gap: 30px 0;
  }
  .myc-btns{
    display: none;
  }
  .myc-head h2{
    font-size: 24px;
  }
  .myc-head svg,.mycourses-cats svg{
    width: 35px;
    height: 35px;
  }
  .myc-head p{
    font-size: 12px;
  }
  .course-slide h3{
    opacity: 0;
    transition: 0.4s all;
    font-size: 18px;
  }
  .course-slide p{
    opacity: 0;
    transition: 0.4s all;
    font-size: 12px;
  }
  .courses-slider .swiper-slide-active h3{
    opacity: 1;
    transition-delay: 1s;
    font-size: 18px;
  }
  .courses-slider .swiper-slide-active p{
    opacity: 1;
    font-size: 12px;
    transition-delay: 1s;
  }
  .course-stats{
    flex-direction: column;
    gap: 20px;
    align-items: inherit;
  }
  .courses-slider .swiper-slide-active .course-slide{
    padding: 20px;
  }
  .course-info-box{
    font-size: 12px;
  }
  .course-info{
    justify-content: space-between;
  }
  .course-price-box .mybtn{
    flex: 1;
  }
  .course-price-box{
    flex-direction: row-reverse;
  }
  .course-price-box span{
    font-size: 18px;
    font-weight: 500;
  }
  .courses-slider{
    padding: 0 30px;
  }
  .mycourses .container{
    padding: 0;
  }
  .mycourses .myc-head{
    padding: 0 12px;
  }
  .myc-btns2{
    display: flex!important;
    justify-content: center;
    margin-top: 40px;
    padding: 0 12px;
  }
  .fav-course,.course-cat-btn{
    left: 20px;
    top: 20px;
  }
  .mycourses-cats h2,.mycourse-cat h3{
    font-size: 24px;
  }
  .mycourse-cat p{
    padding-left: 18%;
    font-size: 16px;
  }
  .mycourse-cat{
    padding: 20px;
  }
  .resmenu-icon{
    display: block;
  }
}
@media(max-width:570px){
  .hero-img{
    height: 187px;
  }
  @keyframes vertical-scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-768px);
    }
  }
  @keyframes vertical-scroll-2 {
    0% {
      transform: translateY(-768px);
    }
    100% {
      transform: translateY(0);
    }
  }
}