

.menu-bottom-mobile{
    display: none;
}

.product-mobile-purchase-section{
    display: none;
}

header {
    transform: translateY(0%) !important;
    transition: .7s !important;
}


.banner-image {
    transform: translateY(0%) !important;
    transition: 0.6s !important;
}

.banner-content {
    transform: translateX(0%) !important;
    transition: .6s !important;
}


.textIcon{
    width: 25px;
}

.textIcon img{
    width: 100%;
}


/*banner*/

/*.banner-image{*/
/*    background-image: unset !important;*/
/*}*/

.col-banner-img {
    padding-top: 0;
    margin-top: 100px !important;
}


.banner-content.loaded {
    padding-right: unset !important;
}


.banner::after {
    left: -190px;
    top: 5% !important;
    right: unset !important;
}

.col-banner-content {
    padding-top: 0;
}

.addressbar {
    padding-top: 20px;
}

.banner::before {
    height: 763px !important;
    height: 1163px !important;
}

.banner::before {
    position: absolute;
    content: "";
    background: var(--additional-color);
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
    z-index: -1;
}

.banner .row {
    display: flex;
    align-items: unset;
    justify-content: space-between;
}

.col-banner-content {
    flex-direction: column;
}
.banner-content {
    padding-bottom: 0;
}
.banner-content img {
     width: 100%;
     border-radius: 20px;
     height: 347px;
     object-fit: cover;
}

.detail-video{
    width: 100%;
    height: 225px;
    background: #000000;
    border-radius: 8px;
}

.sec-detail-video{
    width: 88%;
    height: 348px;
    margin-top: 26px;
}
.cart__section__{
    display: flex;
    height: 28px;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    border-radius: 50%;
}
.cart__section__ a{
    color:#fff  !important;
    text-decoration: underline !important;
}

.sec-detail-video video{
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
}
.product-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    direction: rtl !important;
}

.product-stars svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.add__comment{
    background: #c4d92d;
    font-size: 18px;
    /* font-weight: 600; */
    color: #090909;
    float: left;
}
.product-stars svg.clicked,
.product-stars svg.hovered {
    fill: #FC9700;
}


.detail-video video{
    width: 100%;
    height: 100%;
    border-radius: 11px;
    object-fit: contain;
}
.teacher_sec{
    /*border: 1px solid #eeeeee;*/
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #f6f6f6;
}

.detail-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-box .detail-price {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}

.detail-info{
    background: #EBEBEB;
    padding: 30px 17px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--additional-color);
    border-radius: 0 0 13px 13px;
    width: 87%;
    align-self: center;
    box-shadow: 0px 3px 8px 4px #dbdbdb;
}

.purchase-btn{
    width: 100%;
    text-align: center;
    background: var(--secondary-color);
    color: #ffff;
    font-weight: 600;
    font-size: 17px;
    padding: 8px;
    border-radius: 11px;
    cursor: pointer;
}

.purchase-btn a{
    text-decoration: none !important;
}

.banner-image{
    display: flex;
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    background-size: cover;
    height: 492px;
}

.col-banner-img {
    margin-top: 0px;
}

.detail-extra{
    margin-top: 20px;
    padding-right: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-extra li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
}
/*banner*/



.my-tabs{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 10px;
    background: var(--primary-color);
    padding: 10px 10px;
    border-radius: 14px;
}

.each-tab{
    padding: 6px 16px;
    cursor: pointer;
    border-radius: 6px;
}

.each-tab.active{
    background: #3f424a;
}

.each-tab {
    text-decoration: unset !important;
}

.each-tab span{
    color: #fff !important;
    text-decoration: unset !important;
}

.tab-content{
    padding-block: 30px 60px;
}

.tab-title{
    display: flex;
    flex-direction: column;
}

.tab-small-title{
    background-color: var(--secondary-color);
    padding: 0 30px;
    color: #fff;
    width: fit-content;
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.tab-title-strong{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.tab-content-text{
    padding-block: 10px;
    text-align: justify;
}

/*.tab-content-text {*/
/*     height: 322px;*/
/*     overflow: hidden;*/
/*}*/

.sit-more span{
    color: var(--secondary-color);
    font-weight: 600;
    background: #f6f6f6;
    cursor: pointer;
}

.tab-content-text *{
    background-color: #fff0 !important;
    font-family: 'kalame_light' !important;
    font-size: 16px !important;
    line-height: 30px !important;
}

.trainer-line{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*margin-top: 40px;*/
    padding-bottom: 10px;
}

.trainer-info{
    display: flex;
    align-items: center;
}

.trainer-image{
    width: 97px;
    height: 97px;
    outline: 1px solid #b9b9b9;
    border-radius: 50%;
    outline-offset: 7px;
}

.trainer-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.trainer-detail{
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding-right: 15px;

}

.trainer-detail h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.trainer-item{
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.trainer-tab-social{
    display: flex;
    align-items: center;
    gap: 32px;
}

.trainer-tab-social a{
    text-decoration: unset !important;
}

.ratings{
    display: flex;
    align-items: center;
    gap: 22px;
}

.rating-no strong{
    font-size: 21px;
    font-weight: 600;
}

.rating-no span{
    font-size: 18px;
    font-weight: 500;
}

.comments-no strong{
    font-size: 21px;
    font-weight: 600;
}

.comments-no span{
    font-size: 18px;
    font-weight: 500;
}

.all-comments{
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-block: 20px;
}

.each-comments{
    background: #f6f6f6;
    padding: 21px;
    border-radius: 13px;
}

.comment-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.comment-name span{
    font-size: 12px;
    color: #aaaaaa;
}

.comment-date{
    color: #6a6a6a;
    font-size: 10px;
}

.comment-text p{
    font-size: 14px;
    /*font-weight: 600;*/
}
.comment-title p{
    font-weight: 600;
    margin-bottom: 0;
}

.all-certificates{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.each-certificate{
    height: 268px;
    width: 48%;
}

.each-certificate img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.certificate-p p{
    font-size: 16px;
    padding-block: 20px;
}

.certificates{
    padding-block: 10px 100px;
}

.col-similar-courses{
    position: relative;
    padding-block: 60px;
}

.col-similar-courses .courses_swiper{
    position: unset;
    padding-top: 32px;
}

.col-similar-courses .swiper-nav-box {
    top: 13%;
    left: 2%;
}



/*fix*/

.detail-box{
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-banner-img{
    position: relative;
    z-index: 2;
}

.banner{
    position: relative;
}

.posFix {
    position: fixed;
    top: 124px;
    /*top: 610px;*/
    width: 358.66px !important;
}

.posAbs {
    position: absolute;
    bottom: -170px;
    /*bottom: 0px;*/
    width: 358.66px !important;
    top: unset !important;
}

.aside{
    /*max-width: 306px;*/
    width: 358.66px;
    z-index: 3;
}

/*fix*/


/*body::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-image: url(../images/index/tire2.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    right: -24%;*/
/*    width: 600px;*/
/*    height: 700px;*/
/*    bottom: 20%;*/
/*}*/

/*body::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-image: url(../images/detail/extra-fix.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    left: -2%;*/
/*    width: 600px;*/
/*    height: 700px;*/
/*    bottom: 14%;*/
/*}*/

.banner{
    position: relative;
}

.banner::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    transform: rotate(30deg);
    right: -190px;
    top: 2%;
    background: #6697BB;
    border-radius: 25px;
}

.banner_swiper.no_banner{
    padding-top: 200px;
}

.banner-title h2 {
    font-size: 35px;
}
.banner-title {
    margin-bottom: 14px;
}
.banner-content {
    padding-top: 60px;
}

.line_code{
    height: 1px;
    background-color: #14395e;
    flex-grow: 1;
}
.code_course{
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: flex-start;
    width: 100%;
}
.code_course_item{
    color: #14395e;
}



/*video accordion*/


.accordion-item-body-content span {
    font-size: 45px;
    font-family: 'Balonku';
    /*font-family: 'Baltimore';*/
    color: var(--extra-color2);
    width: 60px;

}


.accordion_video {
    width: 100%;
    max-width: 1185px;
    margin: 2rem auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.whole-accordion{
    position: relative;
    padding-top: 40px;
}

.accordion_video .accordion-item-body-content p {
    margin: 5px 19px;
    font-size: 15px;
    position: relative;
}

.accordion_video .accordion-item {
    text-align: justify;
    font-style: normal;
    background: #fff;
    z-index: 2;
    border: unset;
    border-radius: 10px;
    background: var(--extra-color);
}

.accordion_video .accordion-item-header {
    padding: 0.3rem 0rem 0.3rem 4rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-align: justify;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}
.accordion-item-body-content .sit-btn{
    width: 149px;
}
.not_login{
    display: flex;
    flex-direction: column;
    gap:1rem;
    align-items: center;

    background-size: cover;
    width: 84%;
    height: 239px;
    background-position: center;
    border-radius: 9px;
    justify-content: center;
    position: relative;
}
.empty-warning{
    background: unset;
    border-radius: 5px;
    padding: 0;
    width: fit-content;
    text-align: center;
    position: absolute;
    color: red;
    font-weight: 600;
    font-size: var(--mobile-title-font);
}
.success_form{
    background: #4caf50;
    border-radius: 5px;
    padding: 0.4rem;
    /* margin: 0.6rem 0px; */
    color: #ffffff;
    width: 28%;
    text-align: center;
    position: absolute;
}
.buttons__add{
    display: flex
;
    align-items: end;
    justify-content: end;
}
.success_form p{
    padding: 0;
    margin: 0;
    text-align: center;
}
.empty-warning p{
    padding: 0;
    margin: 0;
}
.not_login .layer {
    background-color: rgb(0 0 0 / 72%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 9px;
}
.not_login svg{
    position: relative;
}
.not_login img{
    width: 80%;
    /* height: 297px; */
    border-radius: 11px;
    object-fit: fill;
}
.not_login:before{
    width: 80%;
    /* height: 297px; */
    border-radius: 11px;
    object-fit: fill;
}
.not_login p{
    color: #fff;
    font-weight: bold;
}
.accordion-item-body-content .sit-btn .sit-link {
    padding: 0.3em 1.2em 0.5em 1.6em !important;
}
.accordion-item-body-content .sit-btn span {
    font-size: 13px !important;
    font-family: 'kalame_light';
    color: #fff;
    width: 118px;
}
.accordion_video .accordion-item-header svg{
    margin-left: 8px;
    margin-right: 20px;
}

.accordion_video .accordion-item-header::after {
    content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_169_54)"><path d="M10 1.63C14.62 1.63 18.37 5.38 18.37 10H20C20 4.48 15.52 0 10 0V1.63ZM1.63 10C1.63 5.38 5.38 1.63 10 1.63V0C4.48 0 0 4.48 0 10H1.63ZM10 18.37C5.38 18.37 1.63 14.62 1.63 10H0C0 15.52 4.48 20 10 20V18.37ZM18.37 10C18.37 14.62 14.62 18.37 10 18.37V20C15.52 20 20 15.52 20 10H18.37ZM10.61 12.13L7.17 8.3L5.96 9.39L9.4 13.22L10.61 12.13ZM12.84 8.3L9.4 12.13L10.61 13.22L14.05 9.39L12.84 8.3ZM7.17 8.3C6.87 7.96 6.35 7.94 6.02 8.24C5.68 8.54 5.66 9.06 5.96 9.39L7.17 8.3ZM10.01 12.67L9.4 13.22C9.55 13.39 9.78 13.49 10.01 13.49C10.24 13.49 10.46 13.39 10.62 13.22L10.01 12.67ZM14.06 9.39C14.36 9.05 14.33 8.54 14 8.24C13.66 7.94 13.15 7.97 12.85 8.3L14.06 9.39Z" fill="gray"/></g><defs><clipPath id="clip0_169_54"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
    font-size: 1.8rem;
    position: absolute;
    left: 1.7rem;
    font-weight: 500;
    color: var(--primary-color);
}

.accordion_video .question-span{
    padding-right: 1.2rem;
    font-weight: 600;
}

.accordion_video .accordion-item-header.active::after {
    content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_169_57)"><path d="M10 18.37C5.38 18.37 1.63 14.62 1.63 10H0C0 15.52 4.48 20 10 20V18.37ZM18.37 10C18.37 14.62 14.62 18.37 10 18.37V20C15.52 20 20 15.52 20 10H18.37ZM10 1.63C14.62 1.63 18.37 5.38 18.37 10H20C20 4.48 15.52 0 10 0V1.63ZM1.63 10C1.63 5.38 5.38 1.63 10 1.63V0C4.48 0 0 4.48 0 10H1.63ZM9.39 7.87L12.83 11.7L14.04 10.61L10.6 6.78L9.39 7.87ZM7.16 11.7L10.6 7.87L9.39 6.78L5.95 10.61L7.16 11.7ZM12.83 11.7C13.13 12.04 13.65 12.06 13.98 11.76C14.32 11.46 14.34 10.94 14.04 10.61L12.83 11.7ZM9.99 7.33L10.6 6.78C10.45 6.61 10.22 6.51 9.99 6.51C9.76 6.51 9.54 6.61 9.38 6.78L9.99 7.33ZM5.94 10.61C5.64 10.95 5.67 11.46 6 11.76C6.34 12.06 6.85 12.03 7.15 11.7L5.94 10.61Z" fill="gray"/></g><defs><clipPath id="clip0_169_57"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}

.accordion_video .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion_video .accordion-item-body-content {
    padding: 0;
    border-top: unset;
    border-image: unset;
    display: flex;
    flex-direction: row;
    color: #000;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 51px;
}

.accordion_video .accordion-item-body-content p{
    margin: 5px 19px;
    font-size: 15px;
}


/*video accordion*/





/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1399px){

}

@media screen and (max-width: 1199px){



    .each-certificate img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .each-certificate {
        height: 211px;
        width: 48%;
    }

    .banner-title h2 {
        font-size: 29px;
    }

    .posFix {
        width: 318.66px !important;
    }

    .posAbs {
        width: 318.66px !important;
    }

    .aside{
        width: 318.66px;
    }


    .sec-detail-video {
        width: 300px;
        height: 212px;
        margin-top: 26px;
    }

}

@media screen and (max-width: 991px){

    .banner_swiper.no_banner {
        padding-top: 143px;
    }

    .common-logo{
        display: none;
    }

    .mobile-logo-middle{
        display: block;
    }

    .right-navbar{
        width: fit-content;
    }


    .mobile-cart-head{
        display: block;
    }

    .header-items {
        gap: 7px;
    }

    .banner-content{
        display: none;
    }

    .detail-info{
        display: none;
    }

    .product-mobile-purchase-section {
        position: fixed;
        justify-content: space-between;
        bottom: 0px;
        width: 100%;
        display: flex;
        background-color: #fff;
        height: 86px;
        z-index: 12;
        border-top: 1px solid #D9D9D9;
        padding-inline: 25px;
        flex-direction: column;
        padding-block: 11px;
        flex-direction: row-reverse;
        align-items: center;
    }

    .total-price{
        font-family: 'Samim-FD';
        font-weight: 600;
    }

    .all-mobile-prices {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-end;
    }

    .product-mobile-purchase .purchase-btn{
        padding: 8px 36px;
        font-size: 16px;
    }

    .each-certificate {
        height: 180px;
    }


    .col-banner-img {
        margin-top: 30px !important;
    }


    .detail-video {
        height: 350px;
    }

    .course-content {
        padding-inline: 0px;
    }

    .each-course {
        padding-inline: 23px;
    }

    .banner-title h2 {
        font-size: 25px;
        line-height: 45px;
    }

    .banner .row {
        padding-top: 30px;
    }

    .addressbar {
        padding-top: 0;
    }
    .course-name-mobile{
        margin-bottom: 30px;
    }

    /*.course-name-mobile h2 {*/
    /*    font-family: 'kalame_bold';*/
    /*    font-size: 34px;*/
    /*    word-spacing: 3px;*/
    /*}*/

    .banner::after {
        display: none;
    }

    .sec-detail-video {
        width: 400px;
        height: 242px;
        margin-top: 26px;
    }



    .col-banner-img{
        order: -1;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .banner-image {
        width: 100%;
        /*height: fit-content !important;*/
    }

    .aside {
        width: 89%;
    }

    .col-banner-content {
        padding-top: 49px;
    }

}

@media screen and (max-width: 767px){

    .banner-image {
        height: 592px;
    }

    .product-mobile-purchase-section {
        height: 80px;
    }

    .addressbar {
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: auto;
        scrollbar-width: none;
    }

    .addressbar::-webkit-scrollbar{
        display: none;
    }

    .addressbar {
        padding-top: 0px;
    }

    .col-banner-img {
        margin-top: 0px !important;
    }

    /*.sec-detail-video {*/
    /*    height: 299px;*/
    /*}*/

}

@media screen and (max-width: 575px){

    .banner_swiper.no_banner {
        padding-top: 103px;
    }

    .banner::before {
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    }

    .banner-image {
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
    }

    .banner-image {
        height: 592px;
    }

    .col-banner-img {
        margin-top: 25px !important;
    }

    .cart-menu {
        left: -44px;
    }

    .banner-image.aside{
        clip-path: unset;
        height: 200px;
    }

    .col-banner-content {
        padding-top: 89px;
    }


    .product-modal-form span{
        font-size: var(--mobile-title-font);
    }

    .form-group label{
        font-size: var(--mobile-title-font);
    }

    .form-control input::placeholder, .form-control textarea::placeholder{
        font-size: var(--mobile-text-font);
    }

    .form-control input, .form-control textarea{
        font-size: var(--mobile-text-font);
    }

    .banner .whole-detail-row {
        padding-top: 18px;
    }

    .product-mobile-purchase-section {
        height: 69px;
    }

    .banner-title h2 {
        font-size: var(--mobile-title-main);
        line-height: var(--mobile-line-hight);
    }

    .course-name-mobile {
        margin-bottom: 15px;
    }

    .sec-detail-video {
        width: 300px;
        height: 202px;
        margin-top: 26px;
    }


    .col-banner-img {
        padding-top: 8px;
    }

    .detail-video {
        height: 297px;
    }

    .tab-title-strong {
        margin-bottom: 0.7rem;
    }

    .tab-title-strong {
        font-size: var(--mobile-title-main);
        line-height: var(--mobile-line-hight);
    }

    .tab-content-text * {
        font-size: var(--mobile-text-font) !important;
        line-height: var(--mobile-line-hight) !important;
    }

    .tab-small-title {
        font-size: 14px;
    }

    .sit-more span {
        font-size: 14px;
    }

    .trainer-detail h4 {
        font-size: var(--mobile-title-font);
        line-height: var(--mobile-line-hight) ;
        margin-bottom: 0;
    }

    .trainer-item {
        font-size: var(--mobile-title-font);
        line-height: var(--mobile-line-hight) ;
    }

    .add__comment {
        font-size: var(--mobile-title-font);
        font-weight: 600;
    }

    .each-tab span {
        font-size: var(--mobile-title-font);
    }

    .cart__section__ {
        font-size: var(--mobile-title-font);
    }

    .tab-content {
        padding-block: 10px 40px;
    }

    .certificates {
        padding-block: 10px 41px;
    }

    .accordion-item-header {
        font-size: 15px;
    }

    .accordion-item-body-content p {
        font-size: 14px;
    }

    .accordion-item-header::after {
        left: 0.7rem;
    }

    .accordion-item-header {
        padding: 0.3rem 0rem 0.3rem 2.2rem;
    }

    .col-banner-content {
        padding-inline: 0;
    }

    .col-similar-courses {
        padding-inline: 0;
    }

}

@media screen and (max-width: 425px){

    .col-banner-img {
        margin-top: 40px !important;
    }

    .each-certificate {
        height: 161px;
    }

    .sec-detail-video {
        height: 231px;
    }

    .tab-small-title {
        font-size: 14px;
    }

    .aside {
        width: 100%;
    }

    .detail-video {
        height: 251px;
    }

    .col-banner-img {
        padding-inline: 0;
    }

    .each-tab {
        min-width: 102px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .my-tabs {
        overflow: auto;
        justify-content: flex-start;
    }

    .my-tabs::-webkit-scrollbar{
        display: none;
    }

    .tab-content {
        padding-block: 30px 22px;
    }
}

@media screen and (max-width: 375px){


    .cart-menu {
        width: 310px;
    }

    .product-mobile-purchase .purchase-btn {
        padding: 6px 27px;
        font-size: 15px;
    }

    .banner-title h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .sec-detail-video {
        height: 178px;
        width: 250px;
    }
    .each-certificate {
        height: 164px;
    }

    .detail-video {
        height: 222px;
    }
}

@media screen and (max-width: 320px){

    .cart-menu {
        width: 265px;
    }

    .product-mobile-purchase-section {
        padding-inline: 12px;
    }

    .each-certificate {
        height: 129px;
    }

    .sec-detail-video {
        height: 168px;
    }

}




/*responsive*/
/*responsive*/
/*responsive*/

