@font-face {
    font-family:'YekanBakh-Medium'; ;
    src: url('../font/woff/YekanBakh-Medium.woff') format(woff),
    url('../font/ttf/YekanBakh-Medium.ttf') format(truetype),
    url('../font/AnyConv.com__YekanBakh-Medium.woff2') format(woff2); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'YekanBakh-Bold';
    src: url('../font/woff/YekanBakh-Bold.woff') format(woff);
}
@font-face {
    font-family: 'YekanBakh-Bold';
    src: url(../font/ttf/YekanBakh-Bold.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/webfonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
         url('fonts/webfonts/Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
.grid{
    display: grid;
}
body{
    font-family: 'YekanBakh-Medium';
    color:black;
    background-color: #f7f7f7;
}
.contianer{
    display: flex;
    width: 80.99%;
    height: 81px;
    margin: 0 auto;
    margin-top: 2rem;
    box-shadow:0 2px 8px 0 rgb(99,99,99,0.2);
    border-radius:50px;
    background-color: #ffff;
    align-items: center;
    flex-shrink: 1;
    position: relative;
    z-index: 20;
}
.flex{
    display: flex;
    flex-shrink: 1;
}
.h_part{
    margin-left: 100px;
}
.header{
   flex-grow: 1;
   justify-content: space-between;
}
.menu{
    column-gap: 24px;
    align-items: center;
    color: black;
}
.logo{
    width: 156px;
    height: 60px;
    margin-left: -20px;
    margin-right: 23px;
}
a{text-decoration: none;
    color: inherit;}
.open_header{
    margin-bottom: -6px;
    width:20px ;
    height: 20px ;
}
ul{
    list-style-type: none;
}
.sing_in{
    background-color: #00b2ff;
    color: aliceblue;
    align-items: center;
    width: 131px;
    justify-content: center;
    height: 44px;
    column-gap: 4px;
    margin-left: 22px ;
    border-radius: 13px;
}
.H_part2{
    margin-left: 1rem;
    align-items: center;
    column-gap: 17px;
}
.shop_img{
    width: 24px;
    height: 24px;
    margin-top:6px;
}
.search{
    width: 25px;
    height: 25px;
}
.shop_number{
    position: absolute;
    background-color: #00b2ff;
    width: 22px;
    height: 22px;
    border: 2px solid white;
    top: -7px;
    right: -7px;
    line-height: 24px;
    text-align: center;
    border-radius:100% ;
    font-size: 10px;
    color: white;
}
.open{
    column-gap: 6px;
}
.menu_items{
    transition: all 130ms ease-in;
    position: relative;
}
.maga-menu1{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    background-color:transparent;
}
.sub-mega-menu{
    background-color: white;
    /*opacity: 0;
    visibility: hidden;*/
    top: 27.5px;
    z-index: 21;
    width: 440px;
    height: 288px;
    position: relative;
    border-top: 1px solid #e1e1e1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}
.sub-menu-items{
    align-items: center;
    justify-content: space-between;
    width: 200px;
    padding: 12px 20px;
    background-color: #f4f4f5;
}
.sub-menu-items-body{
    display: none;
    width: 160px;
    padding: 20px;
    font-size: 14px;
    color: #667085;
    flex-direction: column;
    row-gap: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.sub-menu-items-box:hover  .sub-menu-items-body{
    display: flex;
}
.sub-menu-items:hover{
    background-color: white;
}
.open_header-sub-menu{
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
}
.menu-has-sub1:hover .maga-menu1{
    visibility:visible;
    opacity: 1;
}
.menu-has-sub:hover .maga-menu1{
    visibility: visible;
    opacity: 1;
}
.menu_items:hover .menu_link{
    color: #00b2ff;
}
.open_header{
    fill: #000000;
}
.menu_items:hover .open_header{
    fill: #00b2ff;
}
.cart{
    position: relative;
}
.cart-btn{
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: relative;
    justify-content: center;
    cursor: pointer;
}
.cart-body{
    position: absolute;
    width: 320px;
    height: 440px;
    border-radius: 12px;
    box-shadow: rgba(39, 39, 39, 0.2);
    background-color: rgb(94, 228, 28);
    padding: 16px 20px;
    left: 0;
    top: 64px;
    opacity: 0;
    visibility: hidden;
}
.cart-header{
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #e5e5e5 ;
    padding-bottom:16px ;
    margin-bottom: 12px;
}
.cart-footer{
    border-top:1px solid #e5e5e5 ;
    padding-top: 20px;
    margin-top:20px ;
    
}
.cart-title{
    font-family:'YekanBakh-Bold';
}
.cart-count{
    font-size: 14px;
    color: #667085;
}
.cart:hover .cart-body{
    opacity: 1;
    visibility:visible;
}
.navar{
    width: 80.84%;
    background-color: white;
    margin: 1.5rem auto;
    box-shadow:0 2px 8px 0 rgb(99,99,99,0.2);
    height: 52px;
    border-radius:25px ;
    align-items: center;
    justify-content: center;
    column-gap: 3px;
}
.navar a{
    font-size: 14px;
    color: #00b2ff;
}
.navar span{
    font-size: 14px;
}
.sabt-name{
    width: 80.44%;
    background-color: white;
    margin: 1.5rem auto;
    box-shadow:0 2px 8px 0 rgb(99,99,99,0.2);
    height: 426.5px;
    border-radius:25px ;
}
.sabt-name-right{
    width: 59.4%;
    height: 100%;
    order: 1;
}
.sabt-name-left h2{
    margin-top: 60px;
}
.sabt-name-left-span{
    margin-top: -40px;
}
.sabt-name-right video{
    width:616px ;
    height: 346px;
    margin:35px 40px;
    border-radius: 35px;
}
.sabt-name-left{
    width: 500px;
    height: 298px;
    row-gap: 44px;
    flex-direction: column;
    margin-right: 40px;
}
.product-opinion{

    justify-content: space-between;
    align-items: center;
}
.product-opinion img{
    width: 15.2px;
    height: 15.2px;
}
.product-opinion-a{
    color:#00b2ff;
    align-items: center;
    cursor: pointer;
}
.opinion{
    width: 26.3%;
    height: 30px;
    fill: #00b2ff;
    margin-top: -5px;
    margin-left: -4px;
}
.sell{
    width: 40%;
    height: 44px;
    background-color: #00b2ff;
    border-radius: 5px;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    color: white;
}
.sell svg{
    width: 13.2%;
    height: 17px;
    fill: white;
    padding-left:5px;
    padding-bottom: 3px;
}
.sell-box{
    align-items: center;
    justify-content: space-between;
    margin-top: -4rem ;
}
.price span{
    margin-top:4.5rem ;
    margin-right: 4px;
    font-weight: 600;
    font-size: 20px;
}
.price h2{
    font-size: 30px;
}
/*     باکس های css grid     */
.data{
    width: 1260px;
    margin: 1rem auto;
    margin-right:150px ;
}
.datagrid{
    max-width: 815px;
    max-height: 187px;
    /*margin: 1.5rem auto;*/
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-template-columns: repeat(auto-fit,minmax(250px,auto));
    grid-gap: 1rem;
    padding: 0 0.5rem;
}
.dataitem{
    width: 100%;
    height: 11.1vh;
    box-shadow: 0 2px 8px 0 rgb(99,99,99,0.2);
    border-radius: 10px;
    background-color: white;
}
.databox{
    margin-top: -4px;
    margin-right: 8px;
    flex-direction: column;
    justify-content:start;
    align-items:start;
}
.Information{
    margin-top: -17px;
    font-size:14px;
    line-height: 24px;
    font-weight: 100;
    color: #3d5978;
}
.dataimg{
    width: 46px;
    height: 46px;
    margin: auto 10px;
    justify-content: space-between;
}
.in{
    width: 53px;
    height: 53px;
}
.bold{
    width: 80px;
    height: 80px;
    margin-right:-7px ;
}
.bold-span{
    margin-right: -19px;
}
.progress{
    width: 380px;
    height: 24.4vh;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgb(99,99,99,0.2);
    border-radius: 10px;
    margin: auto 20px;
    flex-direction: column;
}
.progressup{
    justify-content: space-evenly;
    align-items: center;
}
.progressupright{
    width: 165px;
    height: 72px;
    background-color: #f2f3f5;
    border-radius: 8px;
    margin-top: 1.1rem;
}
.progressupleft{
    width: 165px;
    height: 72px;
    background-color: #f2f3f5;
    border-radius: 8px;
    margin-top: 1.1rem;
}
.imgprogress{
    width: 48px;
    height: 48px;
    margin-right: 8px;
    margin-top: 12px;
}
.titledataprogress{
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: auto 15px;
}
.spandata2{
    color: #3d4752;
    font-size: 14px;
}
.spandata1{
    font-size: 17px;
    color: black;
    font-weight:700;
    text-align: center;
    letter-spacing:1px;
    font-family: 'Vazirmatn';
}
.progressdown{
    flex-direction: column;
    margin-top: -4px;
}
.progressdownup{
    align-items: center;
    justify-content: space-around;
    margin-right:-4.8rem ;
    margin-left: -4.8rem;
}
.progressdownup h3{
    font-family: 'Vazirmatn';
}
.data-progress{
    width: 97%;
    height: 6vh;
    margin: -17px auto;
}
.opinion-period{
    width: 779.6px;
    height: 1030px;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgb(99,99,99,0.2);
    border-radius: 8px;
    margin: 2rem 13.9px auto;
    flex-direction: column;
}
.teacher-and-opinion{
    width: 1270px;
    margin: -20px auto; 
    margin-right:150px ;
}
.teacher{
    width: 380px;
    height: 250px;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgb(99,99,99,0.2);
    border-radius: 10px;
    margin: 2rem 15.1px auto;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    font-size: 18px;
}
a{text-decoration: none;
    color: inherit;}
.teacher a{
    border: 1px solid #00b2ff;
    color: #00b2ff;
    width: 131px;
    justify-content: center;
    height: 44px;
    column-gap: 4px;
    margin-left: 22px ;
    border-radius: 4px;
    margin: auto;
    font-size: 15px;
    padding-right:20px ;
    padding-left: 8px;
    padding-top: 9px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.teacher img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-top: 30px;
}
.about:hover{
    background-color: #79d7ff;
}
.opinion-period{
    flex-direction: column;
}
.information-svg-and-title{
    align-items: center;
    justify-content: start;
}
.information-svg{
    width: 75px;
    height: 120px;
}
.information-title{
    font-size: 22px;
    margin-top: 35px;
}
.dore{
    width: 730px;
    height: 380px;
    border-radius: 5px;
    margin:  0.3rem auto;
}
.introduction{
    font-size: 30px;
    margin: 1rem auto;
}
.opinion-period p{
    font-size: 17px;
    color: #44535c;
    margin-right:32px;
    margin-left:32px;
    margin-top: -10px;
    line-height: 32px;
}
.introduction2{
    font-size: 24px;
    margin:0 20px 15px;
    font-weight: bolder;
}
/*  فوتر  */
.index-footer{
    width: 81%;
    height: 50vh;
    background-color: white;
    flex-direction: column;
    border-radius:35px ;
    box-shadow: 0 12px 50px 10px rgba(0, 0, 0,0.07);
    margin:2.5rem auto 10px auto;
    margin-bottom: 10px;
}
.box-img-e img{
    width: 145px;
    height: 145px;
}
.box-about-us{
    width: 440px;
    height:201px ;
    flex-direction: column;
    text-align: center;
    margin-right: 20px;
}
.box-about-us p{
    font-size: 15px;
    line-height: 30px;
    margin-top: 11px;
    word-spacing: 0;
}
.footer-box-up{
    column-gap: 28px;
    margin-top: 15px;
}
.box-Contact-us{
    flex-direction: column;
    width: 366px;
    height: 201px;
    align-items: center;
}
.box-Contact-us ul{
    margin-top: -0px;
}
.contact-items span{
    font-size: 14px;
    margin-bottom: 6px;
}
.contact-items img{
    margin-top: 10px;
    margin-left: 4px;

}
.box-img-e{
    margin-top:2.3rem;
    margin-left: 20px;
}
.img-enemad{
    width: 164px;
    height: 178px;
    background-color: #f0f0f0;
    border-radius: 25px;
    margin: 4px 4px 0 4px;
    align-items: center;
    justify-content: space-around;
}
.footer-box-down{
    width: 1160px;
    height: 85px;
    background-color: #00b2ff ;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    margin: 1.8rem auto;
}
.footer-box-down span{
    color: white;
    margin-right: 5px;
    padding-top: -5px;
}
