
/* home banner starts */
.custom-banner-img{
    width: 100%;
    border-radius: 15px;
}
.custom-container-banner
{
    padding: 0px;
}

@media (max-width: 768px) { 
    .custom-container-banner
    {
        margin: 0px;
        padding:0px;
        width: 100%;
        overflow-x: hidden;
    }

    .custom-container-banner
    {
        padding: 10px;
    }
}

@media (min-width: 768px)
{
    .custom-container-banner{
        margin-right: -2%;
    }
}
/* home banner ends */

/* custom course card starts */
.custom-card-image-size{
    /* width: 270px; */
    /* object-fit: fill; */
    width: -webkit-fill-available;
}

.course-card-2 {
    max-width: 275px;
    /* background-color: #FFF; */
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    height: 418px;
    object-fit: contain;
}

.course-card-2 img {
    transition: all linear 0.25s;
}

.course-card-2 .course-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 13px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    font-weight: bold;
    transition: all linear 0.25s;
}

.course-card-2 .course-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.course-card-2 .course-price {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.course-card-2 .course-icons .fa {
    margin: 5px;
}

.course-card-2:hover img {
    filter: grayscale(100%);
}

.course-card-2:hover .course-name {
    bottom: 80px;
}

.course-card-2:hover .course-price {
    bottom: 60px;
}

.course-card-2:hover .course-icons {
    right: 40px;
}


.course-card-6 {
    max-width: 300px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    height: 418px;
    object-fit: contain;
}

.course-card-6 img {
    transition: all 0.15s linear;
}

.course-card-6 .course-name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    padding: 15px 20px;
    background: linear-gradient(140deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0) 50%);
    transition: all 0.15s linear;
}



.course-card-6 .course-overview {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0));
    color: #FFF;
    padding: 50px 0px 20px 0px;
    transition: all 0.15s linear;
}

.course-card-6 .course-overview h3 {
    font-weight: bold;
}

.course-card-6 .course-overview p {
    color: rgba(255, 255, 255, 0.7);
}

.course-card-6:hover img {
    filter: brightness(80%);
}

.course-card-6:hover .course-name {
    padding-left: 25px;
    padding-top: 20px;
}


.course-card-6:hover .course-overview {
    padding-bottom: 25px;
}

.course-card-4 {
    max-width: 300px;
    background-color: #191c21;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.course-card-4 img {
    transition: all 0.25s linear;
}

.course-card-4 .course-content {
    position: relative;
    /* padding: 15px; */
    background-color: #191c21;
}

.course-card-4 .course-name {
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
    color: #FFF;
    font-size: 17px;
}

.course-card-4 .course-name p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.course-card-4 .course-description {
    color: #777;
    font-size: 12px;
    padding: 10px;
}

.course-card-4 .course-overview {
    padding: 15px 0px;
}

.course-card-4 .course-overview p {
    font-size: 10px;
    font-weight: 600;
    color: #777;
}

.course-card-4 .course-overview h4 {
    color: #fff;
    font-weight: bold;
}

.course-card-4 .course-content::before {
    content: "";
    position: absolute;
    height: 20px;
    top: -10px;
    left: 0px;
    right: 0px;
    background-color: #191c21;
    z-index: 0;
    transform: skewY(3deg);
}

.course-card-4:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
}
/* custom course card ends */
.custom-notification{
    background: #191c21;
    color: #fff;
}
.custom-notification a{
    color: rgb(71 177 228);
}
/* filter card */
.custom-filter-card{
    color: #fff;
    background-color: transparent;
    font-size: 16px;
}
.custom-filter-card h6{
    font-size: 18px;
}

/* course banner starts */
.coursebanner
{
    background-size: cover;
    background-position: center center;
    color: white;
    object-fit: contain;
    height: 448px;
    margin-bottom: 17rem;
}

.coursebanner__contents{
    margin-left: 30px;
    padding-top:140px;
    height: 190px;
}

.coursebanner__title{
    font-size: 1.5rem;
    font-weight: 800;
    padding-bottom: 0.3rem;
}

.coursebanner__description{
    width: 45rem;
    line-height: 1.3;
    padding-top:1rem;
    font-size: 0.8rem;
    max-width: 360px;
    height: 180px;
}

.coursebanner__button{
    cursor: pointer;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 700;
    border-radius: 0.2vw;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: 1rem;
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
    background-color: rgba(51,51,51,0.5);
}

.coursebanner__button:hover{
    color: #000;
    background-color: #e6e6e6;
    transition: all 0.2s;
}
.coursebanner--fadeBottom{
    margin-top:190px;
    height: 7.4rem;
    /* background-image: linear-gradient(180deg,transparent,rgb(14 14 14 / 82%),#000); */
    background-image: linear-gradient(180deg,transparent,rgb(0 0 0 / 100%),#000);
}
/* course banner ends */

@media (max-width: 768px) { 
    .course-content-area{
        margin-top: 13rem;
    }
}
/* course lesson overview starts here */
@media only screen and (min-width: 991px){
    .course-curriculum-box
    {
        height: 400px;
        overflow-y: scroll;
    }
}
/* course lesson overview ends here */

.custom-login-dialog{
    width: auto;
}
.custom-title{
    font-size: 16px;
}
.custom-home-heading{
    font-size: 22px;
    transform: scale(.9, 1.9);
    padding-bottom: 16px;
    font-weight: 800;
}
.custom-courses-headline{
    font-size: 38px;
    font-weight: 700;
    text-align:center;
}

.custom-category-text
{
    font-size: 16px;
    color: lightgray;
    font-weight: 700;
    line-height: 1.4;
}

.custom-category-text2{
    box-shadow: inset 0 0 0 1px #31333b;
    padding: 7px 10px;
    line-height: 1.4;
    font-size: 14px;
    border-radius: 18px;
}

.custom-price{
    letter-spacing: 0.01em;
    font-weight: 600;
    color: lightgray;
}

.custom-course-btn
{
    background-color: #f24462;
    letter-spacing: 0.12em;
    padding: 15px 7rem;
    font-size: 13px;
    line-height: 1.43;
    border-radius: 13px;
    font-weight: 600;
}

.custom-course-btn:hover{
    background: #f55a74;
    color: #fff;
}



/* home page intro starts */
@media(min-width: 425px)
{
    .home-intro-leftside{
        padding: 50px;
    }
    .home-intro-points{
        padding: 20px;
    }
    .custom-login-dialog{
        width: 336px;
    } 
    .custom-title{
        font-size: 20px;
    }
    .custom-courses-headline{
        font-size: 48px;
        font-weight: 700;
        text-align:start;
    }
    
}

@media (max-width: 575.98px) {
    .addedToCart{
        margin-top: 5px;
    }
}

@media(min-width: 1200px)
{
    .custom-home-heading{
        font-size: 30px;
        transform: scale(.9, 1.9);
        padding-bottom: 16px;
        font-weight: 800;
    }
}

/* home page intro ends */

.custom-slash-bar{
    color: #a7a8a9;
    font-weight: bolder;
    font-size: 20px;
}
.custom-slash-bar-text{
    font-size: 14px;
    padding: 0px 9px;
    font-weight: 600;
    color: #a7a8a9;
    letter-spacing: 0.01em;
}


/* category page starts*/
.custom-show-category1
{
    display:none;
}
.custom-show-category2
{
    display:none;
}
.custom-check{
    background: #191c21;
    padding: 5px;
}

.custom-check2{
    background: #191c21;
}
.custom-course-buttons
{
    letter-spacing: 1px;
    font-size: 13px;
}

.custom-heading-text{
    font-size: 12px;
    font-weight: 600;
}

.custom-subheading-text
{
    font-size: 14px;
    font-weight: 600;
}


@media (max-width: 991.98px) { 
    .custom-show-category2
    {
        display:block;
    }
    .custom-category-text
    {
        border: 1px solid #191c21;
        padding: 7px 10px;
        border-radius: 18px;
    }
    .custom-course-buttons{
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .custom-show-category1
    {
        display:block;
    }
}
/* category page ends*/
/* home page category starts here */
.custom-radio2:checked,
.custom-radio2:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio2:checked + label,
.custom-radio2:not(:checked) + label
{
    position: relative;
    /* padding-left: 28px;  */
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio2:checked + label:before,
.custom-radio2:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.custom-radio2:checked + label:after,
.custom-radio2:not(:checked) + label:after {
    content: '';
    width: 0px;
    height: 0px;
    background: #ffffff;
    position: absolute;
    top: 6px;
    right: -4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.custom-radio2:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio2:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* home page category ends here */

/* Frequently asked question starts here */
.accordion-head i{
    float: right;
}
.custom-collapse-heading{
    font-size: 16px;
    font-weight: 600;
}
.custom-paragraph{
    font-size: 16px;
    font-weight: 600;
    color: #acaeb1;
}
.custom-body{
    color: #acaeb1;
    font-weight: 600;
    line-height: 28px;
}
.custom-card-header{
    background: #191c21;
    border-bottom: 1px solid #191c21;
}
.custom-card-block{
    background: #191c21;
    padding-bottom: 24px;
    border-radius: 0px 0px 5px 5px;
}
.custom-card{
    background: #000;
}

.accordion-head > .collapsed > i:before{
    content: "\f105";
}
/* Frequently asked question ends here */