:root {
    --primary-color: #08101c;
    --secondry-color: #393e46;
    --white-color: #ffffff;
    --background: #f8f8f8;
    --feedback: #8dafc2;
    --light-color: #cccccc;

    --heading: 70px;
    --section-heading: 40px;
    --section-sub-heading: 30px;
    --heading-50: 50px;
    --font40: 40px;
    --font30: 30px;
    --font26: 26px;
    --font25: 25px;
    --font24: 24px;
    --font22: 22px;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
    --font15: 15px;
    --font14: 14px;
    --font13: 13px;
    --font12: 12px;
    --mb-20: 20px;
}

.font20 {
    font-size: var(--font20);
    font-weight: 500;
}
.font26 {
    font-size: var(--font26);
    font-weight: 500;
}
@font-face {
    src: (url(https://fonts.googleapis.com/css2?family=Belleza&display=swap));
    font-style: normal;
    font-family: Belleza, sans-serif;
    font-family: Poppins, sans-serif;
}
.product-card .session-card-image img{aspect-ratio: 1 / 1;}
.btn {
    font-weight: 500;
    border: 1px solid #08101c;
    line-height: normal;
    text-align: center;
    padding: 15px 40px;
    font-size: 15px;
}

.section-header button.btn {
    margin-top: 15px;
}
body,
p,
span,
* {
    font-family: "Roboto", sans-serif;
    font-size: var(--font15);
    font-weight: 400;
    font-style: normal;
}

.light-text {
    color: var(--secondry-color);
    font-size: var(--font4);
}

.section-heading-title {
    font-size: var(--section-heading);
    color: var(--primary-color);
    font-family: Belleza;
    font-weight: 600;
}

.font-thin {
    font-family: "Roboto", system-ui;
    font-weight: 100;
    font-style: normal;
}

.font-light {
    font-family: "Roboto", system-ui;
    font-weight: 300;
    font-style: normal;
}

.font-regular {
    font-family: "Roboto", system-ui;
    font-weight: 400;
    font-style: normal;
}

.font-weight-500 {
    font-weight: 500;
}
.font-medium {
    font-weight: 500;
    font-style: normal;
}

.font-bold {
    font-family: "Roboto", system-ui;
    font-weight: 700;
    font-style: normal;
}

.font-black {
    font-family: "Roboto", system-ui;
    font-weight: 900;
    font-style: normal;
}

.font-thin-italic {
    font-family: "Roboto", system-ui;
    font-weight: 100;
    font-style: italic;
}

.font-light-italic {
    font-family: "Roboto", system-ui;
    font-weight: 300;
    font-style: italic;
}

.font-regular-italic {
    font-family: "Roboto", system-ui;
    font-weight: 400;
    font-style: italic;
}

.font-medium-italic {
    font-family: "Roboto", system-ui;
    font-weight: 500;
    font-style: italic;
}

.font-bold-italic {
    font-family: "Roboto", system-ui;
    font-weight: 700;
    font-style: italic;
}

.font-black-italic {
    font-family: "Roboto", system-ui;
    font-weight: 900;
    font-style: italic;
}

/* _________________________________________________new css_____________________________________________ */

/* .body-text5,.small-text.b{
    font-weight:500;
  } */

/* .body-text3,.links ul li a,.small-text,.small-text-1,.small-text-2{
    font-weight:400
  } */

/*
  .placeholder{
    font-family:poppins;
    font-size:var(--font14);
    line-height:normal;
    color:#a8a8a8
  } */
/* .small-text-1{
    font-family:poppins;
    font-size:var(--font12);
    line-height:normal;
    color:#fff
  } */

.hero-text button:hover,
.nav-item {
    font-size: var(--font16);
    line-height: normal;
}

/* .details-text,.top-margin{
    margin-top:10px
  } */

.hedaer {
    padding: 6px 10px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f8f8f8;
}

.section-header {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
.section-header.w100 {
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
}
.section-header p,
.section-heading-content {
    color: var(--secondry-color);
    font-size: var(--font16);
    text-transform: capitalize;
    margin-top: 10px;
}
.section-header.w100 p {
    margin: 20px 0px;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.hero-text .section-header {
    width: 100%;
    margin-bottom: 0px;
}

.hero-text .section-header p,
.hero-text .section-heading-content {
    color: white;
    font-size: var(--font18);
    line-height: 30px;
}
/* .icon-arrow,.setion-tab.nav-item .nav-link{
    color:#adadad
  } */
.hero-text button:hover {
    background-color: #08101c;
    font-family: poppins;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.btn:hover {
    background-color: #08101c;
    color: #fff;
}
.btn.text-dark:hover{
    color:white;
}

.btn_slid {
    background-color: #08101c;
    color: #fff;
}
/* .btn_slid_small{
    background-color:#08101c;
    padding:10px;
    font-size:var(--font14);
    color:#fff;
    width:100%
  } */
/* button.red{
    background-color:#ffe2e2;
    padding:14px 89px;
    font-size:var(--font16);
    color:#ff243e;
    border:1px solid #ff243e
  } */
/* button.btn_read_more{
    background-color:#fff;
    padding:9px 31px;
    font-size:14px;
    border:1px solid #858585;
    color:#393e46
  } */

/* .img{
    width:100%;
    border-radius:10px
  } */

/* .bg-color-1,.footer-section,.rainer-details,.rate-cart{
    background-color:#f8f8f8
  } */
/* .links ul{
    padding:0;
    margin:0;
    display:flex
  }
  .links ul li{
    display:flex;
    padding-right:20px
  }
  .links ul li a{

    line-height:36px;
    text-transform:capitalize;
    color:#393e46
  } */

/* .link{
    padding-left:30px
  } */
button {
    border: none;
}

.mobile-section {
    background-color: #f9f9f9;
}
.mobile-section .carousel-item img {
    width: 100%;
}

.blog-section .blog-btn {
    /* //  display:none; */
    text-align: center;
    margin-top: 20px;
}
.blog-section .blog-item:hover .blog-btn {
    display: block;
}

.blog-section .blog-title {
    text-align: center;
    font-size: var(--font18);
    font-weight: 500;
    line-height: 30px;
}

.blog-section .blog-img {
    width: 100%;
    
}
.nav .nav-item button.active {
    background-color: transparent;
    color: #08101c !important;
}


.btn-filer.btn-filtern {
    background: red;
    width: 100%;
    border-radius: 4px;
}
.btn-filler button a {
    color: #fff;
    text-decoration: none;
    font-size: var(--font16);
}

.section-padding {
    padding: 60px 0px;
}

.header,
.overlay {
    position: fixed;
    top: 0;
    left: 0;
}

.form-check-input:checked {
    background-color: #002458;
    border-color: #000;
}

.accordion-body,
.back-arrow,
.class-detail-item,
.nav-list {
    align-items: center;
    display: flex;
}

.bg-black {
    background-color: #101828;
}
.card-about-1 {
    border-radius: 10px;
    padding: 10px;
    background: #000;
}

.overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transition: 0.5s;
}
.hamburger.is-active .line,
.header {
    background-color: #311432;
}
.nav-list li.with-submenu:hover .submenu,
.sidebar-open .overlay {
    opacity: 1;
    visibility: visible;
}
.header {
    padding: 30px 0;
    box-shadow: 3px 3px 3px #ccc;
    z-index: 99;
    width: 100%;
}

.row-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-list li {
    padding: 0 10px;
}
.nav-list li a {
    color: #fff;
    font-size: var(--font16);
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    display: block;
}
.nav-list li a::after {
    content: "";
    background-color: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s linear;
}
.nav-list li a:hover::after,
.nav-list li.active a::after {
    width: 100%;
}
.nav-list li.with-submenu {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.nav-list li.with-submenu > a {
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
.nav-list li.with-submenu::after {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    right: 0;
    margin-bottom: 5px;
    transition: 0.3s;
}
.nav-list li.with-submenu:hover::after {
    transform: rotate(225deg);
    margin-top: 10px;
}
.nav-list li.with-submenu .submenu {
    position: absolute;
    left: 50%;
    top: 100%;
    background: #fff;
    border-radius: 10px;
    transform: translateX(-50%);
    box-shadow: 2px 2px 1px 2px #ccc;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
.nav-list li.with-submenu .submenu li {
    padding: 0;
}
.nav-list li.with-submenu .submenu a {
    color: #000;
    display: block;
    padding: 8px 15px;
    transition: 0.3s;
}
.nav-list li.with-submenu .submenu a:hover {
    background-color: rgba(49, 20, 50, 0.3);
}
.hamburger {
    display: none;
    z-index: 99;
}
.hamburger .line {
    width: 25px;
    height: 1.5px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
    width: 15px;
}
.hamburger:hover {
    cursor: pointer;
}
.hamburger.is-active .line:first-child {
    -webkit-transform: translateY(6.5px) rotate(45deg);
    -ms-transform: translateY(6.5px) rotate(45deg);
    -o-transform: translateY(6.5px) rotate(45deg);
    transform: translateY(6.5px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-6.5px) rotate(-45deg);
    -ms-transform: translateY(-6.5px) rotate(-45deg);
    -o-transform: translateY(-6.5px) rotate(-45deg);
    transform: translateY(-6.5px) rotate(-45deg);
}

.accordion-item p {
    margin: 0 0 0 10px;
}

.nav-link a {
    color: #8b8b8b;
    text-decoration: none;
}

header .nav-link {
    color: var(--primary-color);
}
.card-left {
    height: 100%;
    border-right: 1px solid #707070;
}
.ship_type h2 {
    background-color: #bbb;
    padding: 5px;
    width: 111px;
    text-align: center;
}
.ship_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.class-card-btn button {
    background-color: #8b8b8b;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 160px;
}
.class-card-btn .small-text {
    color: #fff;
    text-align: center;
    margin: 0;
}
.delete button {
    background-color: #ffff;
    border: 1px solid #8b8b8b;
}

.dropdown button {
    color: #787878;
    /* border: 1px solid #08101c; */
    font-family: poppins;
    font-weight: 400;
    font-size: var(--font16);
    line-height: normal;
}
.dropdown .btn {
    border: none;
}
.select-item {
    display: flex;
}

.select-option hr {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #26292c;
}
a.btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #08101c;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 20px;
}
.producat-detail-secation {
    padding-top: 20px;
}
.rating-detail {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 6px;
    border: 1px solid #adadad;
    width: 164px;
}
.rating-detail p {
    margin-bottom: 0px;
    margin-right: 10px;
    padding-right: 5px;
}

.border-right {
    border-right: 1px solid #adadad;
    margin-left: 10px;
}

.p_b {
    padding-bottom: 26px;
}
.m_b {
    margin-bottom: 26px;
}
.m_t {
    margin-top: 26px;
}
.m_t_h {
    margin-top: 100px;
}
.m_t2 {
    margin-top: 10px;
}

.header-icon {
    color: #090c10;
    font-size: var(--font20);
    line-height: normal;
    font-family: poppins;
}

.contact-us-from .form-control {
    width: 100%;
}
.input-from {
    position: relative;
}
.input-from .child-1 {
    position: absolute;
    top: 46px;
    right: 16px;
    color: #393e46;
}
.contact-us-from {
    border: 1px solid #adadad;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
}
.contact-us-img {
    text-align: center;
}
.email-card {
    border: 1px solid #adadad;
    padding: 21px;
    border-radius: 10px;
    background-color: #f8f8f8;
    margin-top: 6px;
}
.email-card-2 {
    border: 1px solid #adadad;
    padding: 21px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 6px;
}

.email-secation {
    display: flex;
    align-items: center;
}
.email-secation h2 {
    margin-bottom: 0px;
    margin-left: 20px;
}
.email-card .track-child-1 .body_text {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 20px;
}

.track-child-1 {
    border-right: 1px solid #8f8f8f;
}
.track-order {
    display: flex;
}
.track-order .track-child-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.track-order-right {
    padding-left: 20px;
}
.small-bt {
    border: 1px solid #54585e;
    background: #fff;
    width: 149px;
    margin: 0px;
    text-align: center;
    border-radius: 10px;
    padding: 4px;
}
.track-order-right .track-child-3 .small-bt .body-text3 {
    margin: 0px;
}
.prodduct-item-card {
    padding-left: 20px;
}

.shipning_Details {
    border-left: 1px solid #858585;
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ship_item {
    background-color: #f3f3f3;
    padding: 10px;
}
.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border-color: rgb(0, 0, 0);
}

.progressbar li.active + li:after {
    background-color: rgb(0, 0, 0);
}
.offer_Card {
    border: 1px solid #adadad;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.offer_item_1 {
    display: flex;
    justify-content: space-between;
}

.offer-matriel {
    align-items: center;
    text-align: center;
    display: flex;
}
.offer-matriel .body_text {
    margin: 0px;
    margin-left: 6px;
}
.modal-body .col-lg-6 {
    padding: 0px;
}
.modal-body .col-lg-4 {
    padding: 0px;
}
.product-cart {
    display: flex;
}
.product-cart img {
    border-radius: 5px;
    margin-right: 8px;
}
.product-cart {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 14px 0 rgb(0 0 0 / 0.15);
    display: flex;
    justify-content: space-between;
}
.card-offer {
    padding: 0px 10px;
    background: #e5e5e5cc;
    font-size: var(--font12);
    font-family: poppins;
    border-radius: 6px;
    margin-bottom: 8px;
}
.cart-offer-secation .radio-card {
    margin-right: 10px;
    padding: 10px;
}

.cart-offer-secation .radio {
    margin: 0px;
}
.cart-offer-secation {
    display: flex;
}
.product-cart-items img {
    width: 100%;
    border-radius: 6px;
}
.product-cart-items {
    border: 1px solid #adadad;
    padding: 10px;
}
.footer_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_icon-1 {
    text-align: center;
}
.footer_icon-1 img {
    margin-bottom: 20px;
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
/* .nave-cernter-item-mobile{
      display: none;
    } */
.footer-fix {
    position: fixed;
    display: none;
    bottom: 0;
    align-items: center;
    display: none;
    justify-content: space-around;
    background-color: rgb(245, 245, 245);
    width: 100%;
    z-index: 999;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 1px 24px 0 rgb(0 0 0 / 0.15);
}
button.btn,
button.btn_2 {
    background-color: var(--white-color);
    border-radius: 10px;
}

button.btn_banner .links ul li,
.navigation ul li {
    list-style: none;
}
.sidebar-open,
.starting99 {
    overflow: hidden;
}
.hamburger.is-active .line:nth-child(2),
.overlay {
    opacity: 0;
}

.session-card .session-card-image img {
    width: 100%;
   aspect-ratio: 1/1;
    border-radius: 10px;
}
/* .session-card .card-item .session-time-price{align-items: center;justify-content: space-between;margin-top: 2px;} */

.card-item .card-date-time {
    margin-bottom: 7px;
    margin-top: 7px;
    display: flex;
    font-weight: 400;
    font-size: var(--font14);
    gap: 5px;
    align-items: center;
}
.card-item .btn {
    display: block;
    margin-top: 5px;
    background: black;
    color: white;
}

.session-date-price {
    display: grid;
    align-items: center;
    justify-content: space-between;
}
.session-card .card-item .card-price {
    font-weight: 600;
}
.card-item .card-item-title {
    font-size: var(--font20);
    font-family: Belleza;
    font-weight: 900;
    white-space: nowrap; /* Prevents the text from wrapping to the next line */
    overflow: hidden; /* Ensures the overflowed content is not visible */
    text-overflow: ellipsis; /* Adds the ellipsis (...) at the end of the line */
    display: block; /* Makes sure the text behaves like a block element */
    width: 100%;
     margin-bottom: 0px;
}
.package-section .section-tital-2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
}
/* Session Detials page */

.session-detail {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0px;
}

button.btn_read_more {
    background-color: #fff;
    padding: 10px 30px;
    border: 1px solid #858585;
    color: #393e46;
    margin-top: 30px;
    font-weight: 500;
}
.instructor-card.card-box {
    width: 79%;
    margin: auto;
    position: relative;
}

.navigation ul li a.active {
    font-weight: 500;
    color: black;
}

.class-detail {
    height: 660px;
}

.h100 {
    height: 100%;
}

/* General Styles */
.package-card {
    background-color: #fff;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 0.15);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.package-card.active {
    background-image: linear-gradient(to bottom, #4c6386, #08101c);
    color: white;
    box-shadow: 0px 1px 7px 0 rgb(0 0 0 / 0.15);
}

.package-card .package-price {
    color: #ffff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #62b683;
    display: inline-block;
    font-size: var(--font16);
}

.package-card .package-name {
    font-size: var(--font16);
    font-weight: 500;
}
.package-card.active .popular-ribbon {
    display: block;
}
.package-card .popular-ribbon {
    position: absolute;
    top: 0;
    background: #62b683;
    width: 100%;
    right: 0;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 20px;
}
.package-card.active .layout-center {
    text-align: start;
}
.package-card .layout-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.session-plan-section .sub-heading {
    font-size: var(--section-sub-heading);
    font-weight: 600;
    margin-bottom: 30px;
}

.font12 {
    font-size: var(--font12);
}

/* Card Box */

/* .card-item-title a{font-weight:500}

  .card-item-title{font-size: var(--font18); }

  .card-date-time{gap: 7px;
        display: flex;
        align-items: center; font-size:var(--font14)}
  .card-price{font-size: var(--font16); font-weight: 500;}

  .card-box{
  display:flex;
  flex-direction:column;
  gap:10px;
  position: relative;
  margin-bottom:20px;
  }

  .card-box img{
  width:100%
  } */

/* Instructor Card */

/* Client Feedback */

.client-name {
    font-size: var(--font20);
    margin: 20px 0px;
}

.client-feedback {
    text-align: justify;
    width: 90%;
}
.client-feedback-section .feedback-card {
    border: 6px solid #adadad;
    height: 530px;
    width: 100%;
    padding: 30px;
    margin-top: 200px;
}
.client-feedback-section .feedback-setaion {
    background-color: #08101c;
    height: 100%;
    position: relative;
}
.client-feedback-section .feedback-card-Child1 {
    position: absolute;
    bottom: -1px;
    left: -1px;
}
.client-feedback-section .child4 {
    width: 50%;
    position: absolute;
    left: 36%;
    top: 22%;
    color: #fff;
}
.client-feedback-section .child5 {
    width: 12%;
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 15%;
    color: #fff;
}
.client-feedback-section .feedback-card-Child2 {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.client-feedback-section .feedback-card-Child3 {
    position: absolute;
    top: 10%;
    left: 36%;
}

/* Teacher Session details page */

.navigation ul li i {
    margin: 0px 5px;
}
.py30 {
    padding: 30px 0px;
}

.teacher-session-page .Categories-secation {
    border-radius: 22px;
    border: 1px solid;
    padding: 5px;
    background-color: #fff;
}
.teacher-session-page .Categories {
    display: flex;
    gap: 10px;
}

.teacher-session-page .stare {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
.teacher-session-page .teacher_profile {
    display: flex;
    background-color: #fff;
    border: 1px solid #adadad;
    padding: 10px;
    border-radius: 10px;
}
.teacher-session-page .teacher_profile img {
    margin-right: 12px;
}
.teacher-session-page .teacher_class_img img {
    border: 6px solid #8f8f8f;
    border-radius: 30px;
    width: 100%;
}

.about-session-section {
    background-color: #f9f9f9;
}
.about-session-section .teacher-info {
    border-radius: 10px;
    background: #ffff;
    padding: 20px;
    border: 1px solid #b6b5b5;
}
.about-session-section .profile_icon {
    display: flex;
    align-items: center;
}
.about-session-section .profile_icon img {
    margin-right: 20px;
}
.about-session-section .profile-card {
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.about-session-section .profile-card .small-text {
    color: #393e46;
    font-size: var(--font14);
    line-height: normal;
    text-align: center;
    font-family: poppins;
}

.about-session-section .year-count {
    font-size: var(--font18);
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-sidebar .sidebar-contet {
    position: relative;
}

.cart-sidebar .coupon-title {
    font-size: var(--font18);
    font-weight: 600;
    font-family: "Belleza";
}

.cart-sidebar .product-cart .title {
    font-size: var(--font16);
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    margin-top: 10px;
}
product-cart img {
    width: 100%;
}

.cart-sidebar .blank-cart {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.cart-sidebar .no-data-found-text {
    font-size: var(--font20);
    margin-top: 20px;
    font-weight: 500;
}

.cart-sidebar.show .fixed-checkout-btn {
    position: fixed;
    bottom: 0; /* Adjust as needed to position the button */
    color:white;
    right: 0;
    width:600px;
    background-color: white; /* Background color if needed */
    padding: 10px; /* Padding around the button */
    
    text-align: center; /* Center the button text */
    z-index: 1000; /* Ensure it's on top of other content */
}
.cart-sidebar.show .fixed-checkout-btn a{color: black;
padding:15px; border:1px solid black; border-radius:10px;
    font-size: 20px;
    margin: 7px 0px;
    display: block;}
.sidebar {
    display: none;
}
.sidebar.show {
    display: block;
}

/* General Styles */
header .nav-link {
    padding-bottom: 0;
    padding-top: 0;
}

.login-btn {
    color: #fff;
    background: #08101c;
    border-radius: 4px;
    padding: 5px 20px;
}

header .open-sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

.cart-sidebar {
    position: fixed;
    top: 0px;
    right: -610px; /* Initially hide the cart-sidebar off-screen */
    width: 600px;
    height: 100vh; /* Full viewport height */
    background-color: white;
    transition: right 0.3s ease; /* Smooth transition */
   
    z-index: 1250;
    overflow-y: auto; /* Add vertical scrollbar if content overflows */
}

.cart-sidebar nav {
    padding: 20px;
}

.cart-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cart-sidebar ul li {
    margin: 15px 0;
}

.cart-sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

.sidebar-contet {
    padding: 10px 15px;
}

.cart_row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.cart_total_label {
    font-weight: bold;
}

.checkout_footer {
    padding-top: 20px;
}

.payment-details {
    /* // position: absolute; */
    /* bottom: 0; */
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px;
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.offer-matriel {
    gap: 10px;
}
.sidebar-section-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.payment-details {
    margin-top: 15px;
    margin-bottom: 80px;
}
/* Mobile Styles */

.product-cart {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    margin-bottom: 10px;
}
.cart-icon {
    position: relative;
}
.cart-icon span {
    position: absolute;
    right: -5px;
    top: -10px;
    background: black;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    border-radius: 50%;
    /* padding: 10px; */
    font-size: 12px;
    font-weight: 500;
}

.offer_Card {
    margin-bottom: 10px;
}

.header .navbar .navbar-nav > li > .nav-link {
    padding: 7px 10px;
}

.blog-section .blog-img {
    width: 100%;
    
    border-radius: 10px;
    aspect-ratio: 1/1;
    
}

.blog-section .blog-title {
    display: block;
    margin-bottom: 15px;
}

.inner-footer {
    background-color: #f8f8f8;
    text-align: center;
    padding: 25px 0px;
}
.inner-footer .footer-content {
    width: 50%;
    margin: auto;
}
.social-links {
    margin-top: 15px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-footer .social-links i {
    font-size: 20px;
}
.footer-copyright {
    background-color: #d9d9d9;
    text-align: center;
    padding: 10px;
}
.inner-footer .footer-content img {
    display: block;
    text-align: center;
    margin: auto;
}
header .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 6px;
    font-family: Belleza;
    font-weight: 500;
}
.section-banner-bg {
    background-color: #eee;
    padding: 40px 0px;
}

/* Dashboard Page */
.dashboard-page {
    padding: 20px 0px;
}
.dashboard-page .class-card {
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
}

.dashboard-page .card-footer {
    background-color: #f8f8f8;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: end;
}

.dashboard-page .class-card img {
    border-radius: 10px;
}

.dashboard-page .cart-title {
    font-size: var(--font16);
}
.dashboard-page .btn {
    margin-top: 7px;
}
.dashboard-page .expire-btn {
    background-color: #ffe2e2;
    color: #ff243e;
    border: 1px solid #ff243e;
}

.dashboard-page a.nav-link.active {
    background-color: #08101c;
    color: white;
}
.dashboard-page a.nav-link.active::after {
    content: "";
    border-bottom: 4px solid #08101c;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}
.dashboard-page .dashboard-header-links {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.dashboard-page .class-card-btns {
    gap: 10px;
}
.dashboard-page .class-card:last-child {
    margin-bottom: 0px;
}
.border-right {
    border-right: 1px solid #707070;
}

.instructor-card .card-box {
    position: relative;
}
.instructor-card .rating-container {
    position: absolute;
    top: 10px;
    right: 0px;
}
.instructors-section .card-box img {
    height: 250px;
    width: 100%;
    border-radius: 10px;
}
.instructors-section .rating {
    padding: 6px;
    border-radius: 10px 0 0 10px;
    width: 55px;
    background-color: #08101c;
    color: #fff;
}
.instructor-card .card-item {
    margin-bottom: 10px;
}

.social_btn p {
    font-size: 15px !important;
}

.btn.btn-submit {
    font-size: var(--font18);
}

@media screen and (max-width: 454px) {
    .mobile {
        padding-left: 18% !important;
    }
}

.checkout-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    padding: 10px 0 10px 0;
}

.proceed-btn {
    position: relative;
    right: 28%;
}

@media screen and (max-width: 720px) {
    .proceed-btn {
        right: 5% !important;
    }
}

@media screen and (max-width: 880px) {
    .proceed-btn {
        right: 15%;
    }
}



@media screen and (max-width: 1175px) {
    .course-details-section .product_title.main-title {
        font-size: 25px !important;
    }
}

.slideshow-items.active {
    display: block;
}

.slideshow-items {
    display: none;
}

.footer-section {
    background: #f8f8f8;
}
.footer.links ul {
    display: flex;
    list-style: none;
    gap: 14px;
    padding-left: 15px;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}
.footer.links ul li a i {
    color: #8f8f8f;
    font-size: 20px;
}
.footer-link a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
}

.footer-titel {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    color: black;
}
.footer-link ul {
    padding-left: 10px;
}
.footer-logo {
    margin-bottom: 25px;
}
