  *{
      margin:0;
        font-family:'Bionic Regular !important';
    }
body {

    background-color: #fbf7f4;
     font-family:'Bionic Regular !important';
}

/*--------------search-------------------------*/
h1.h1 {
    /*font-family: 'Ysabeau Infant', sans-serif;*/
    font-family:"Bionic Regular !important";
    color: #a43a92 !important;
}
h2.h2 {
   margin: 0px 0px 20px 0px;
    /* font-family: 'Ysabeau Infant', sans-serif; */
    font-family: "Bionic Regular !important";
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
}
    h2.events{
        margin: 0px 0px 20px 0px !important;
    /* font-family: 'Ysabeau Infant', sans-serif; */
    font-family: "Bionic Regular !important";
    font-size: 29px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
h3.h3 {
  
    font-family:'Bionic Regular !important';
    font-size: 30px;
    font-weight: 600;
}

h4.h4 {
    /*font-family: 'Ysabeau Infant', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 25px;
    font-weight: 600;
    color: black !important;

}

p {
    /*font-family: 'Poppins', sans-serif;*/
   font-family: 'Bionic Regular !important';
    font-size: 17px;
}

p.subheading {
    margin: 0px;
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Bionic Regular !important';
    text-transform: uppercase;
    font-size: 18px
}

/*--------------search-------------------------*/
a.navbar-brand {

    color: #3f484f !important;
}

nav.navbar.navbar-expand-lg {
    background-color: white;
}

li.nav-item,
a.login {
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 16px;
    font-weight: 600;

    color: black;
    margin: auto 10px;
}

/*--------------search-------------------------*/
button.button.button-outline.me-2 {
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 16px;
    font-weight: 600;
    color: #3f484f !important;
    padding: 7px 20px;
    background-color: white;
    border: 1px solid #a43a92;
    border-radius: 3px;
    width:184px;
}

button.button {
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 7px 20px;
    background-color: #3f484f;
    border: 1px solid #3f484f;
    border-radius: 3px;

}
button.button:hover {
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 7px 20px;
    background-color: #3f484f;
    border: 1px solid #3f484f;
    border-radius: 3px;

}
button.button.enroll {
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 10px 30px;
    background-color: #d9b61e;
    border: 1px solid #d9b61e;
    border-radius: 3px;
}

/*--------------search-------------------------*/
input.form-control.me-2 {
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 16px;
    font-weight: 600;
    color: #3f484f !important;
    padding: 7px 20px;
    background-color: white;
    border: 1px solid #3f484f;
    border-radius: 3px;

}
/*--------------home page-------------------------*/
@media (max-width: 768px) {
    .featurette {
        flex-direction: column-reverse;
    }
    .featurette .col-md-5, .featurette .col-md-7 {
        width: 100%;
        order: initial !important;
    }
    .featurette img {
        width: 100%;
        height: auto;
    }

}

/*--------------about page-------------------------*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 100%;
    height: auto;
}

.content {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .center {
        width: 100%;
    }
}

/*--------------search-------------------------*/


.card.shadow-sm {
    padding: 30px 10px 10px 10px;
    border: 1.5px solid #3f484f;
    border-radius: 3px;
    height: 95%;
}

h2.h2.featurette-heading.ms-5 {
    /*font-family: 'Ysabeau Infant', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 30px;
    font-weight: 600;
    color: black !important;
}

/*-----------testimonal---------------*/
.card.test {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h5.test-title {
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: black !important;
}

p.test-text {
    margin: 10px auto;
    font-size: 14px;
    font-weight: 500;
}

a.test.me-1 {
    padding: 11px auto;
    text-decoration: none;
    color: black;
}

/*------------------------footer --------------------------------*/
h6.h6 {
    /*font-family: 'Ysabeau Infant', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 24px;
    font-weight: 600;
    color: black !important;
}


/*-------------------------*/
span {
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: black !important;
}

/*----------center class-------------------*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  
}


.card .offer {

    width: 50px;
    height: 35px;
    background-color: #a43a92;
    position: absolute;
    top: 30px;
    right: -20px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;

}

/*--------------------------2nd product grid------------------------------------------*/
.img {
    position: relative;
}

.img .icon {
    width: 25px;
    top: 10%;
    right: 1%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
}

.product {
    background-color: white;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------------------------------------------------------singel course pg-----------------------------------------------------------*/
svg.bi.bi-suit-heart1 {
    margin-left: 600px;
}

.accordion-item {
    background-color: #0000ff00;
    font-size: 16px;
    /*font-family: 'Poppins';*/
    font-family:'Bionic Regular !important';
    margin-bottom: 20px;
}

.accordion-button {
    border: 1px solid black;
    border-radius: 3px;
    background-color: #0000ff00;
    /*font-family: 'Ysabeau Infant', sans-serif;*/
    font-family:'Bionic Regular !important';
    font-size: 20px;
    font-weight: 600;
}

p.skills {
    background-color: gainsboro;
    border-radius: 50px;
    padding: 5px;
    text-indent: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
     h2.events{
        margin: 0px 0px 20px 0px !important;
    /* font-family: 'Ysabeau Infant', sans-serif; */
    font-family: "Bionic Regular !important";
    font-size: 29px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin-top:-52px !important;
}
h2.h2 {
   margin: 0px 0px 20px 0px;
    /* font-family: 'Ysabeau Infant', sans-serif; */
    font-family: "Bionic Regular !important";
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:-19px;
}
}

/*--------------------------------------------------------singel product pg-----------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

body {
    background-color: #eee;
    /*font-family: "Poppins", sans-serif*/
    font-family:'Bionic Regular !important';
}

.card {
    background-color: #fff;
    padding: 14px;
    border: none
}

.demo {
    width: 100%
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

img {
    display: block;
    height: auto;
}

.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}

.p-ratings i {
    color: #f6d151;
    font-size: 12px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}
.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 17px;
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    padding: 0.3rem 0.3rem 0.2rem
}

/*--------------------------------------------------------singel product pg-----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

body {
    background-color: #eee;
    /*font-family: "Poppins", sans-serif*/
    font-family:'Bionic Regular !important';
}

.card {
    background-color: #fff;
    padding: 14px;
    border: none
}

.demo {
    width: 100%
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

img {
    display: block;
    height: auto;
}

.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}

.p-ratings i {
    color: #f6d151;
    font-size: 12px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 17px;
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    padding: 0.3rem 0.3rem 0.2rem
}

/*-------------------------------------------------------CART-----------------------------------------------------------*/

@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}

.bg-grey {
    background-color: #eae8e8;
}
@media (min-width: 992px) {
    .card-registration-2 .bg-grey {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }

}

@media (max-width: 991px) {
    .card-registration-2 .bg-grey {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}
