@import url("outfit.css");
@import url("brandcolors.min.css");
* {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Outfit', sans-serif;
}

.bg-theme {
    background-color: #00aff0;
}

.bg-theme-light {
    background-color: #5cbfe2 !important;
}

.bg-theme-light2 {
    background-color: #afe5f9 !important;
}

.text-theme {
    color: #00aff0;
}

h1 {
    font-size: 50px !important;
    font-weight: 600 !important;
}

h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.object-p-c {
    object-position: center !important;
}

.social-btn {
    height: 30px;
    width: 30px;
}

.object-fit {
    object-fit: cover;
    object-position: center;
}

.z--1 {
    z-index: -1;
}

.act:active {
    transform: scale(0.95) !important;
    transition: 0.3s;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-9 {
    z-index: 99;
}

.z-99 {
    z-index: 999;
}
.top-40px {
    top: 40px;
}
.form-control:focus {
    /* border: none !important; */
    outline: none !important;
    box-shadow: none !important;
}

textarea:focus {
    /* border: none !important; */
    outline: none !important;
    box-shadow: none !important;
}

/* home page css */
.first-section {
    position: relative;
    overflow: hidden;
    height: 90vh;
}

.front-text {
    display: flex;
    width: 100%;
    height: 100%;
    width: 60vw;
    margin: auto;
    margin-top: 20vh;
    /* align-items: center; */
    justify-content: center;
}

.first-section .row>.col-md-5 {
    position: relative;
    z-index: 1;
}

.logo-img {
    isolation: isolate;
    display: inline-block;
    position: relative;
    padding: 1em 3em;
}
.logo-img > img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.logo-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.navbar-brand-custom {
    min-height: 50px;
    background-color: white;
    padding: 0.3125rem 2rem 0.3125rem 0.3125rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    clip-path: polygon(85% 0, 99% 49%, 85% 100%, 0 100%, 0 0);
}

.bg-imgf {
    filter: brightness(0.5);
}

.qoutebtn {
    border: none;
    position: relative;
    overflow: hidden;
    background-color: #0661ff;
    text-transform: uppercase;
    transition: .3s;
    z-index: 1;
    border-radius: 50px;
    color: white !important;
}

.qoutebtn::before {
    content: '';
    width: 0;
    height: 400%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: white;
    transition: .4s ease;
    display: block;
    z-index: -1;
}

.qoutebtn:hover::before {
    width: 105%;
}

.qoutebtn:hover {
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.205);
    color: #034173 !important;
    font-weight: 400;
}

.course-card {
    transition: all 0.3s;
}

.course-card:hover {
    transform: scale(1.04);
    box-shadow: 0 0 6px -1px rgb(82 82 87 / 32%) !important;
}

.section-padding {
    padding: 5rem 0px;
}

.course-card img.card-img-top {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.card-img-start {
    aspect-ratio: 16/9;
}

@media screen (min-width: 767px) {
    .card-img-start {
        aspect-ratio: 3/4;
    }
}

.top-c-head {
    position: relative;
    overflow: hidden;
}

.top-c-head::before {
    content: '';
    position: absolute;
    bottom: -10px;
    z-index: 1;
    transform: translateX(234px);
    margin: auto;
    border-radius: 10px;
    height: 4px;
    width: 80px;
    background-color: #00aff0;
}

.top-c-head::after {
    content: '';
    position: absolute;
    bottom: -20px;
    z-index: 1;
    transform: translateX(-10px);
    margin: auto;
    border-radius: 10px;
    height: 5px;
    width: 60px;
    background-color: #00aff0;
}

.slick-prev:before,
.slick-next:before {
    color: #00aff0 !important;
}

/* why choose css */
.choose {
    display: flex;
    padding: 10px;
    align-items: center;
    transition: all 0.2s;
    height: 100%;
    cursor: pointer;
}

.choose-text-box {
    width: 100%;
    padding: 15px 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.448);
    background-color: #fffefefb;
    transition: all 0.2s;
    /* color: white; */
}

.choose-text-box p {
    margin: 0;
    font-size: 20px;
    /* color: white !important; */
    font-weight: 500;
    /* letter-spacing: 2px; */
}

.choose .chooseimg {
    transition: all 0.5s;
    position: relative;
    z-index: 9;
    transform: translateX(19px);
}

.choose:hover .chooseimg {
    transform: translateX(-5px);
}

.choose:hover {
    transform: scale(1.03);
}

.choose:hover .choose-text-box {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.185);
    background-color: rgb(255, 255, 255);
    /* color: rgb(244, 252, 255) !important; */
}

.choose:hover .choose-text-box h5 {
    transition: all 0.2s;
    /* background-color: #f9b40b; */
    color: white !important;
}

.letterspace {
    /* letter-spacing: 3px; */
}

/* strat css */

.strat-section {
    background-image: url(../image/stratagy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.servicesection {
    position: sticky;
    top: 35px;
    height: 150vh;
}

.servicebox {
    transform: scale(0.95);
    position: relative;
    z-index: 99;
    transition: all 0.3s;
    box-shadow: 0 0 2px 0px rgb(255, 255, 255);
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.097);
}

.servicebox:hover {
    transform: scale(1);
    box-shadow: 0 0 10px 1px rgb(247, 250, 255);
}

.serviceicon {
    position: absolute;
    top: -25px;
    left: -15px;
    width: 65px;
    height: 65px;
    background-color: #11555c4e;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border-radius: -50%;
}

/* counter css */
.bg-counter {
    background: url(../image/startimg.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.numscroller {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.numscroller:before {
    content: " ";
    background: #45a6f5;
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: -25%;
    left: 0px;
    margin: auto;
    right: 0px;
}

.top-head-w3ls h1 {
    font-size: 15px;
    letter-spacing: 1px;
}

.agile-addresmk p a {
    color: #999;
}

/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
    margin: 0 0.35em;
}

.social-icons ul li a {
    font-size: 12px;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}

.icon-border {
    position: relative;
    transition: background-color .2s ease-in-out;
}

.icon-border::before,
.icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* facebook */

.icon-border.facebook:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #3b5998;
    -moz-box-shadow: inset 0 0 0 48px #3b5998;
    -o-box-shadow: inset 0 0 0 48px #3b5998;
    -ms-box-shadow: inset 0 0 0 48px #3b5998;
    box-shadow: inset 0 0 0 48px #3b5998;
}

/* twitter */

.icon-border.twitter:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #4099ff;
    -moz-box-shadow: inset 0 0 0 48px #4099ff;
    -o-box-shadow: inset 0 0 0 48px #4099ff;
    -ms-box-shadow: inset 0 0 0 48px #4099ff;
    box-shadow: inset 0 0 0 48px #4099ff;
}

/* google plus */

.icon-border.googleplus:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #d34836;
    -moz-box-shadow: inset 0 0 0 48px #d34836;
    -o-box-shadow: inset 0 0 0 48px #d34836;
    -ms-box-shadow: inset 0 0 0 48px #d34836;
    box-shadow: inset 0 0 0 48px #d34836;
}

/* rss */

.icon-border.rss:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #ee802f;
    -moz-box-shadow: inset 0 0 0 48px #ee802f;
    -o-box-shadow: inset 0 0 0 48px #ee802f;
    -ms-box-shadow: inset 0 0 0 48px #ee802f;
    box-shadow: inset 0 0 0 48px #ee802f;
}


/* partners css */
.partners-box img {
    height: 60px !important;
    object-fit: contain;
}

.partners-box:focus-visible {
    border: none !important;
}

/*------------- about us css--------------- */
.ab-head {
    position: relative !important;
    width: fit-content;
    font-weight: 400 !important;
    font-size: 3.5rem !important;
}

.ab-head::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #00aff0;
    bottom: -5px;
    left: 0;
}

@media only screen and (max-width:500px) {
    .choose-text-box {
        padding: 6px 1.5rem;
    }

    .choose-text-box p {
        font-size: 1rem;
    }

    .front-text {
        display: flex;
        width: 90%;
        height: 100%;
        margin: auto;
        margin-top: 15vh;
    }
}

/* web d page css */
.headpara {
    font-size: 18px;
}

.webimage {
    box-shadow: -16px 16px 0 #eef;
    flex-shrink: 0;
    height: fit-content;
    transform: skew(-5deg, 0);
}

.btnbg {
    background-color: #d5ecf4;
    transition: all 0.4s;
}

.btnbg:hover {
    color: white !important;
}

.icon {
    box-sizing: border-box;
}

.box {
    background-color: #eef;
}

.bg-semilight {
    background-color: #eef;
}

.courseimage img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 220px;
}

/* .services{
    background: url('../image/bgimage.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
} */
.htmlcss {
    line-height: 80px;
}

.htmlcss span {
    font-size: 55px;
    color: #c9c7c7;
}

/*ul {
    padding-left: 0.9rem !important;
}*/

.content ul li {
    list-style: square !important;
}


.sidebar {
    padding: 7px 7px 0 7px;
    background-color: #ffff;
    margin-top: -200px;
    height: fit-content;
    border: 1px solid #f7f6f6;
    box-shadow: 0px 12px 33px rgba(6, 6, 6, 0.07);
}

.course-search-bar {
    position: sticky;
    top: 7rem;
    z-index: 4;
    background: #fff;
    outline: 0.5rem solid #fff;
    border-radius: 2rem;
    margin: 0.5rem;
    padding-right: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem 0.5rem rgba(0,0,0,.075);
}

@media (min-width: 992px) {
    .overview .card.sidebar {
        position: sticky;
        top: 6rem;
    }
}

#tablist ul li a {
    background-color: transparent !important;
    color: rgb(33, 33, 34);
    font-weight: 600;

}

#tablist ul li a.active {
    background-color: transparent !important;
    color: #00aff0;
    border-radius: 0;
    position: relative;

}

#tablist ul li a::after {
    position: absolute;
    content: "";
    background-color: #00aff0;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: all 0.5s ease;
}

#tablist ul li a.active::after {
    width: 100%;
}

i {
    font-size: 15px;
}

.accordion-button {
    background: #FFFFFF;
}

.accordion-button:not(.collapsed) {
    /* background-color: #2d0052; */
    border-radius: 0 !important;
    color: #00aff0;
}



.accordion-item {
    background-color: #ffff;
    border: 1px solid #eef !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-color: transparent !important;
}

.accordion-item button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-item:not(.collapsed) {

    box-shadow: 0px 8px 30px rgb(0 0 0 / 6%);
}

.fa-star {
    color: #ffa41b;
}

.card.sidebar:hover {
    box-shadow: 0;
    transform: none;
}

.course .card {
    transition: all 0.5s ease;
    border: 0 !important;
}

.course .card:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.courseimage {
    overflow: hidden;
}

.ellipse {
    background: url('../image/Ellipse.png');
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    width: 50%;
    height: 79%;
    top: 5%;
    left: 50%;
    animation: secure 7s infinite;
}

.ellipse2 {
    background: url('../image/Ellipse.png');
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    width: 50%;
    height: 79%;
    top: 5%;
    left: 50%;
    animation: secure-2 7s infinite;
}

@keyframes secure {
    0% {
        left: 50%;
        top: 5%;
    }

    25% {
        left: 50%;
        top: 15%;
    }

    50% {
        left: 60%;
        top: 15%;
    }

    75% {
        left: 60%;
        top: 5%;
    }

    100% {
        left: 50%;
        top: 5%;
    }
}

@keyframes secure-2 {
    0% {
        left: 60%;
        top: 15%;
    }

    25% {
        left: 60%;
        top: 5%;
    }

    50% {
        left: 50%;
        top: 5%;
    }

    75% {
        left: 50%;
        top: 15%;
    }

    100% {
        left: 60%;
        top: 15%;
    }
}

/* media queries */
@media(max-width:991px) {
    .sidebar {
        margin-top: 20px;
    }
}

@media(max-width:734px) {
    .course.card {
        width: fit-content;
    }
}

.contactBanner {
    background: url('../image/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    background-position: center;
}

.bannertext {
    padding-top: 80px;
}

/* form css */

.contactservices {
    padding: 15px 30px;
    transition: 0.3s;
    height: auto;
    border-bottom: 2px solid #00aff0;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #cccc;
    color: black;
}

.contactservices:hover {
    background-color: #00aff0;
    border: 2px solid #fff;
    color: white;
}

.contactservices:hover .emailser p a {
    color: white;
}

.emailser p a {
    color: black;
}

.icn i {
    font-size: 36px;
    color: #00aff0;
}

.contactservices:hover .icn i {
    color: white;
}

.contactbody {
    background-color: #fff;
}

.formbg {
    background-color: #ffffff;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px #cccc;
}

.sepline {
    height: 21px;
    width: 17% !important;
    border-top-width: 10px;
    border-top: 4px solid #ebebeb;
    display: block;
    border-color: #000000;
    position: relative;
    top: 1px;
}

#contact-form input,
#contact-form textarea {
    background-color: transparent;
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0;
    width: 100%;
    color: black;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 0;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #000;
    font-size: 14px;
}

.aboutcourseimage img {
    border-radius: 265px 265px 5px 5px;
    height: 500px;
}

.aboutcourseimage::after {
    content: '';
    position: absolute;
    border: 5px solid #72c3e0;
    width: 70%;
    height: 95%;
    left: 60px;
    bottom: -20px;
    border-radius: 265px 265px 5px 5px;
    z-index: -1;
}

.roatateimage {
    left: -5px;
    width: auto;
    top: 150px;
}

.features i {
    font-size: 18px;
}

.feature-c {
    max-height: 250px;
}

.coursecardf {
    position: relative;
}

.coursecard {
    background-color: #f5f5f5;
    border-bottom: 3px solid #59a7c3 !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    margin: 10px;
    /* height: 300px; */
}

.supportcontainer {
    padding: 10px;
    background-color: #FFFFFF80;
    border-radius: 100%;
}

.supportcontainer img {
    filter: hue-rotate(323deg);
    backdrop-filter: blur(8px);
    border-radius: 100%;
    transition: all 0.4s ease;
    animation: rotate 15s normal linear infinite;
}

.coursecard img {
    height: 200px;
    box-shadow: 0px 10px 9px -10px #ccc;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
.slick-dots li button::before {
    width: 24px;
    height: 24px;
    color: #00aff0 !important;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    border: 3px solid #00aff0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.featuredCourses .bghead {
    background: url('../image/bghead.jpg');
    background-size: cover;
    background-repeat: repeat-y;
}

.fcard {
    background: #ffffff;
    border: 0;
    box-shadow: 0 10px 30px rgb(0 0 0 / 6%);
}

.fcard.inner.thumbnail {
    flex-basis: 38.33%;
    position: relative;
}

.fcard .inner .thumbnail a {
    height: 100%;
    display: block;
    overflow: hidden;
}

.fcard .inner .thumbnail a img {
    height: 100%;
    object-fit: cover;
}

.thumbnail img {
    transition: 0.4s;
    overflow: hidden;
}

.detail ul {
    padding-left: 0 !important;
}

.detail ul li {
    font-size: 14px;
}


.fcard a img {
    transition: transform 0.5s ease-in-out;
}

.fcard:hover img {
    transform: scale(1.06);
}

.button-container {
    position: absolute;
    bottom: -22px;
    /* width: 100%; */
    padding: 10px;
    display: none;
}

.button-container a {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}

.card:hover .button-container {
    display: block;
}


/* blog page css */

.blogBanner {
    background: url('../image/blogbg.jpg');
    background-size: cover;
    height: 450px;
    background-attachment: fixed;
    background-position: top;
}

.cbanner {
    padding-top: 7rem;
}

.categoryCard {
    background-color: #f5f5f5;
}

.contentlist ul li {
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    transition: all .4s ease;
}

.contentlist ul li:hover {
    background-color: #212529;
}

.contentlist ul a:hover {
    color: white !important;
}

.contentlist ul li .number {
    height: 25px;
    width: 25px;
    background-color: #212529;
    color: white;
}

.contentlist ul li:hover .number {
    background-color: white;
    color: black;
}

.featureimg {
    object-fit: cover;
    object-position: center;
    height: 250px !important;
    filter: brightness(0.6);
    width: 100%;
    transition: all 0.3s;
}

.featurecard {
    position: relative;
    cursor: pointer;
}

.featurecard:hover .featureimg {
    transform: scale(1.01);
}

.blog-c-img {
    height: 400px !important;
}

/* course blog css */
.bgblog {
    background-color: #363636;
    height: fit-content;
}

.blogcard {
    width: fit-content;
    transition: all 0.4s;
}

.blogcard img {
    transition: all 0.4s;
}

.blogcard {
    padding: 10px;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.11);
}

.blogcard:hover {
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.11);
}

.blogcard:hover img {
    transform: scale(1.04);
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: white;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}

.glass {
    background-color: #1614145b !important;
    backdrop-filter: blur(30px);
}

select:focus {
    box-shadow: none !important;
}
.count-up {
    position: relative;
}
.count-up.border-bottom:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 8px;
    border-radius: 3px;
    background-color: #00a0e3;
}
.quick-link {
    position: relative;
    display: block;
    color: #6c757d;
    isolation: isolate;
    margin-bottom: 0.25rem;
    transition: all 0.2s ease-in-out;
}
.quick-link:before {
    content: '';
    position: absolute;
    left: -9px;
    border: 8px solid #00a0e3;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: none;
    margin: 4px 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.quick-link:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: -5px;
    width: 0%;
    height: 100%;
    background-color: #00a0e3;
    border-radius: 1.5px;
    transition: all 0.3s ease-in-out;
}
.quick-link:hover {
    padding-left: 0.5rem;
    color: #ffffff !important;
}
.quick-link:hover:before {
    opacity: 1;
}
.quick-link:hover:after {
    width: 100%;
    left: -3px;
}
.search-input {
    max-width: 450px;
    width: 100%;
    background-color: #ebf2f6;
    padding: 0.35rem;
    border-radius: 2rem;
    column-gap: 0.35rem;
}
.search-input > *,
.search-input > *:focus {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.search-input > input[type="search"] {
    padding: 0.25rem 0.5rem;
    border-radius: 2rem !important;
}
.search-input > .input-group-text {
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 2rem !important;
    color: #fff;
    background-color: #0d6efd;
}
.search-input:has(input:focus) {
    box-shadow: inset 0 0px 6px 0px #adccfaa3;
}
.search-input:has(input:focus) .input-group-text {
    box-shadow: inset 0 0 6px -3px #03466c;
    background-color: #5898f5;
}
.accordion-alt {
    --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
}
.accordion-alt .accordion-button {
    --bs-border-radius: 0.5rem;
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
    background-color: #0d6efd;
    color: #fff;
    padding: 0.75rem 1.25rem;
}
.accordion-alt .accordion-button.collapsed {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.accordion-alt .accordion-item {
    border: 0 !important;
}
.accordion-alt:not(:last-child) {
    margin-bottom: 1rem;
}
.accordion-alt .accordion-item:not(.collapsed) {
    box-shadow: none;
}
.accordion-alt .accordion-collapse {
    background-color: #ebf2f6;
}
.course {
    transition: all 0.3s ease;
}
.course.list-view {
    width: 100%;
}
.course.list-view {
    width: 100%;
}
.course.list-view .card {
    flex-direction: row;
}
.course.list-view .card img.card-img-top {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: min(250px, 20vw);
    aspect-ratio: 4/3;
    object-fit: cover;
}
@media (max-width: 576px) {
    .course.list-view .card {
        font-size: 0.8rem;
    }
    .course.list-view .card-body {
        --bs-card-spacer-y: 0.5rem;
        --bs-card-spacer-x: 0.5rem;
        --bs-card-title-spacer-y: 0.25rem;
        padding-left: 0;
    }
    .course.list-view .card img.card-img-top {
        height: fit-content;
        aspect-ratio: 1;
        border-radius: 5px;
        margin: 0.5rem;
    }
    .course.list-view .stretched-link {
        font-size: 1rem !important;
    }
    .course.list-view i {
        font-size: 0.65rem;
    }
}
.course.list-view .card:hover {
    transform: scale(1.01);
}
.pagination {
    column-gap: 0.5rem;
    user-select: none;
}
.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.pagination .page-item:not(.disabled) .page-link {
    background-color: #c3d8f6;
}
.page-item.active .page-link {
    background-color: #0d6efd !important;
}