main {
    font-weight: 300;
}

main a:hover {
    color: unset !important;
}

.white-hover:hover {
    color: #fff !important;
}

.light-shadow {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}

.light-shadow:hover {
    transition: all 0.1s ease-in-out;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.fs-7 {
    font-size: 0.875rem;
}

.dropdown-menu {
    border-radius: 15px;
    border: none;
    padding: 10px;
    float: none;
    box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 36%);
}

.dropdown-item {
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: lightgray;
}

/* ----------------------- */

.listing:hover {
    box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 8%);
    transition: all 0.1s ease-in-out;
}

.verified {
    width: 12px;
    height: 12px;
    background: -webkit-linear-gradient(to left, #f5af19, #f12711) !important;
    background: linear-gradient(to left, #f5af19, #f12711) !important;
    color: #fff;
    font-size: 7px;
}

.hero .title {
    font-size: 3.25rem;
    line-height: 3.25rem;
}

.hero__image {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 700px;
}

.hero__image .info-box {
    z-index: 50;
    width: 50%;
    top: 44%;
    left: -28%;
    box-shadow: 0px 0px 20px 0px #00000040;
    background-color: #ffffff78;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.search {
    background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
    .hero__image .info-box .fw-bold {
        font-size: 0.825rem !important;
    }

    .hero__image .info-box {
        width: 60%;
        left: -35%;
        top: 38%;
    }

    .search .btn-group {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    .hero__image {
        min-height: 50vh;
    }
}

/* SWITCH */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background: linear-gradient(90.28deg, #ff2e00 0.24%, #ff963f 99.8%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: rgba(255, 160, 51, 0.15);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Bootstrap Carousel */

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.course-logo {
    width: 25px;
    height: 25px;
}
